上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页

2008年7月23日

SAP SHDB BDC example for MM02 & SAP标准OK Code Values 列表(from Jack Wu)

摘要: http://moryhanry.com/sapbdcMM02.htmlhttp://blog.csdn.net/CompassButton/archive/2006/08/11/1052193.aspxDirect callof transaction,session handling/nXXXX中断当前事务并开始新事务XXXX/n中断当前事务,一般用于相应F15 键,返回./nend关闭所有会... 阅读全文

posted @ 2008-07-23 11:11 LongSky 阅读(1785) 评论(0) 推荐(0) 编辑

SAP的Selection屏幕的事件处理顺序(From Jack Wu)

摘要: http://blog.csdn.net/CompassButton/archive/2006/08/18/1091626.aspx 一、abap程序处理顺序图 二、INITIALIZATION 和 START-OF-SELECTION 事件之间的事件顺序 该图有一个错误,START-OF-SELECTION执行是回到INITIALIZATION事件,但是INTITIALIZATION事... 阅读全文

posted @ 2008-07-23 11:10 LongSky 阅读(325) 评论(0) 推荐(0) 编辑

ABAP的代码规范标准(from Jack Wu)

摘要: http://blog.csdn.net/CompassButton/archive/2006/08/24/1111941.aspx ABAP代码编写要求 1、单元格式 ************************************************************************ * Copyright 2006 C-Bons Wuhan ... 阅读全文

posted @ 2008-07-23 11:08 LongSky 阅读(267) 评论(0) 推荐(0) 编辑

一些有用的SAP技术TCODE(转)

摘要: http://blog.csdn.net/CompassButton/archive/2006/08/09/1042185.aspx Background Processing RZ01 Job Scheduling Monitor SM36 ... 阅读全文

posted @ 2008-07-23 10:59 LongSky 阅读(665) 评论(0) 推荐(0) 编辑

如何调整ABAP程序的性能(转)

摘要: http://blog.csdn.net/CompassButton/archive/2006/07/31/1004912.aspx 1、使用where语句 不推荐 Select * from zflight. Check : zflight-airln = ‘LF’ and zflight-fligh = ‘BW222’. ... 阅读全文

posted @ 2008-07-23 10:55 LongSky 阅读(233) 评论(0) 推荐(0) 编辑

关于SAP的TABLEVIEW编程的几个重要变量值的变化列表(转)

摘要: http://blog.csdn.net/CompassButton/archive/2006/07/29/997465.aspx SAP的TC控件编程的几个重要变量值说明 BPO内 B... 阅读全文

posted @ 2008-07-23 10:51 LongSky 阅读(279) 评论(0) 推荐(0) 编辑

【EXIT】查找SAP系统用户出口列表的程序代码(--SMOD)(转)

摘要: http://blog.csdn.net/CompassButton/archive/2005/02/05/281437.aspxREPORT ZEXIT_HELP no standard page heading.tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.tables : tstct.data : jtab like tadir occurs 0 with header line.data : field1(30).data : v_devclass like tadir-devclass.parameters 阅读全文

posted @ 2008-07-23 10:46 LongSky 阅读(358) 评论(0) 推荐(0) 编辑

获取SAP表字段说明(转)

摘要: http://blog.csdn.net/CompassButton/archive/2005/02/05/281435.aspx *&--------------------------------------------------------------------- *& Report ZGETTABLEFIELD ... 阅读全文

posted @ 2008-07-23 10:38 LongSky 阅读(432) 评论(0) 推荐(0) 编辑

SAP根据配置&MVT抛帐说明(转)

摘要: 移动类型相关的表 http://blog.csdn.net/CompassButton/archive/2008/04/19/2307924.aspx Customizable Table Name Descriptioin T156 Movement Type - BWART ... 阅读全文

posted @ 2008-07-23 08:05 LongSky 阅读(1747) 评论(0) 推荐(0) 编辑

2008年7月22日

【BAdI】Difference Between BADI and User Exits (转)

摘要: Difference Between BADI and User Exits http://www.sap-img.com/abap/difference-between-badi-and-user-exits.htm Business Add-Ins are a new SAP enhancement technique based on ABAP Objects. They can be inserted into the SAP System to accommodate user requirements too specific to be included in the stan. 阅读全文

posted @ 2008-07-22 20:48 LongSky 阅读(401) 评论(0) 推荐(0) 编辑

2008年6月17日

SQL Server 实现有记录就更新,没有就插入

摘要: 想了半天就想到了触发器来实现,不过自己感觉效率不高, 那位大侠路过请指点一下哟~~~ set ANSI_NULLS ON set QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: -- Create date: -- Description: -- ==========... 阅读全文

posted @ 2008-06-17 12:43 LongSky 阅读(709) 评论(0) 推荐(0) 编辑

2008年5月22日

No description found when saving maintenance plans

摘要: 回覆:No description found when saving maintenance plans ... 阅读全文

posted @ 2008-05-22 14:00 LongSky 阅读(252) 评论(0) 推荐(0) 编辑

2008年5月8日

用 C# 开发 SQL Server 2005 的自定义聚合函数 (转)

摘要: 原著:http://www.cnblogs.com/RChen/archive/2006/11/15/sql2k5_clr.html另一个比较全面的地址:http://blog.csdn.net/tjvictor/archive/2009/10/25/4726933.aspx在 SQL 中,经常需要对数据按组进行自定义的聚合操作,比如用逗号连接一系列表示 ID 的数字,但默认只有 SUM, MAX, MIN, AVG 等聚合函数。在 SQL Server 2005 中提供了编写 CLR 的托管代码的支持,我们可以用来写自定义的聚合函数。比如对于如下数据:AgeName20张三21李四20王二2 阅读全文

posted @ 2008-05-08 17:34 LongSky 阅读(370) 评论(0) 推荐(0) 编辑

2008年4月24日

使用XSD模式验证XML数据 (转)

摘要: XML文档包括了元素、属性和基本数据类型的值。在全章中,将使用一个名为Authors.xml的XML文档,该文档显示于程序清单5-1。 程序清单5-1 Authors.xml文件 172-32-1176 White Johnson 408 496-7223 10932 Bigge Rd. Menlo Park CA 940... 阅读全文

posted @ 2008-04-24 11:02 LongSky 阅读(620) 评论(0) 推荐(0) 编辑

NET Framework 2.0 中新增的两个压缩类(转载)

摘要: System.IO.Compression 命名空间 注意:此命名空间在 .NET Framework 2.0 版中是新增的。 System.IO.Compression 命名空间包含提供基本的流压缩和解压缩服务的类。 (downmoon原作) 类 说明 DeflateStream 提供用于使用 Deflate 算法压缩和解压缩流的方法和属性。 GZipStream 提供用于压缩和解... 阅读全文

posted @ 2008-04-24 10:53 LongSky 阅读(258) 评论(0) 推荐(0) 编辑

xsd文件示例

该文被密码保护。 阅读全文

posted @ 2008-04-24 10:45 LongSky 阅读(4) 评论(0) 推荐(0) 编辑

xml 数据验证 (XML模式)(转)

摘要: 验证是通过xsd模式或者dtd或者xdr模式对xml文档内容强制执行规则的过程。可以有两种方式定义xml 文档的结构:DTD和XML模式 对于xsd文件,在vs2005中之需要添加一个xml构架文件就可以了,再在其上设置元素关系如图 (只要在authors和author中设置为 Unnamed complexType) 其xml文件如下: 172-32-1176 ... 阅读全文

posted @ 2008-04-24 10:43 LongSky 阅读(164) 评论(0) 推荐(0) 编辑

2008年4月22日

xml 导入SQL Server 2005

摘要: ==============XML 内容=========== {data} {data2} {data3} 1.利用vs2005 编写Job导入 2.直接利用sql server 2005语句导入 SELECT * into #temp FROM OPENROWSET( BULK '\\{FileServerIP}\test\test.xml' ,... 阅读全文

posted @ 2008-04-22 08:23 LongSky 阅读(227) 评论(0) 推荐(0) 编辑

XSD 学习

摘要: ===================XML============== ABC0000487 ABCDEFGH DFEF ..... ===================XSD================ ... 阅读全文

posted @ 2008-04-22 08:09 LongSky 阅读(292) 评论(0) 推荐(0) 编辑

2008年4月12日

WSE 3.0异步调用, MTOM, Custom Policy Trace Assertion

摘要: WSE 3.0异步调用, MTOM, Custom Policy Trace Assertion 1. 异步调用Web Service 对Web Service端没有要求,只是Client端调用方法上不同。 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighli... 阅读全文

posted @ 2008-04-12 11:00 LongSky 阅读(285) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页

导航