上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 99 下一页

2007年7月4日

ABAP--what is the difference between V1 ,V2&V3 update?

摘要: 一、V1,V2,V3概念介绍V1 - Synchronous updateV2 - Asynchronous updateV3 - Batch asynchronous updateThese are different work processes on the application serv... 阅读全文

posted @ 2007-07-04 17:45 毛小娃 阅读(154) 评论(0) 推荐(0) 编辑

2007年6月30日

ABAP--如何使用REUSE_ALV_GRID_DISPLAY函数删除内表数据(样例代码,感谢依风提供)

摘要: 请注意程序中的五处红色标记的代码,其他代码请用户自己按自己的需要进行修改 *&---------------------------------------------------------**& REPORT CREATE TRANSFER ... 阅读全文

posted @ 2007-06-30 09:19 毛小娃 阅读(259) 评论(0) 推荐(0) 编辑

2007年6月29日

ABAP--一个极好的调用外部java程序的Search Help Exit的实例(RFC好例子)

摘要: Connecting to an external source via Java Connector (By Bob Billings) Overview... 1 1st. The Collective Search Help. 2 2nd. The Elementary Searc... 阅读全文

posted @ 2007-06-29 17:55 毛小娃 阅读(232) 评论(0) 推荐(0) 编辑

ABAP--一个实现Search Help Exits的完整样例

摘要: Search help exit is used to modify the F4 values at run time before its being displayed as a list to the user for selection. This document explains... 阅读全文

posted @ 2007-06-29 17:17 毛小娃 阅读(156) 评论(0) 推荐(0) 编辑

2007年6月27日

ABAP--如何读取地址信息

摘要: sap从4.0开始将地址信息数据存储到ADR*数据表中,其中ADRC为主表,其他为从表,如:ADR2 (Phone) and ADR3 (Fax) 。程序可以从这些数据表中直接读取数据,亦可使用ADDR_GET函数来提取数据。 例如: 销售机构的地址 gv_fb_addr_get_select... 阅读全文

posted @ 2007-06-27 14:37 毛小娃 阅读(205) 评论(0) 推荐(0) 编辑

ABAP--如何在SELECT语句中指定索引(example)

摘要: report z_generic_test_program . tables: csks. start-of-selection. select * up to 10 rows from csks where kokrs space and ... 阅读全文

posted @ 2007-06-27 12:21 毛小娃 阅读(573) 评论(0) 推荐(0) 编辑

2007年6月26日

BASIS--关于Netweaver 2005的架构平台说明

摘要: 该图蓝色部分为abap平台下,黄色为java平台,绿色为客户端。 SAPNetWeaver的"usage types" 可以从应用部件角度来分类,如: Business Intelligence (BI) SAP NetWeaver Portal (EP) Mob... 阅读全文

posted @ 2007-06-26 10:30 毛小娃 阅读(141) 评论(0) 推荐(0) 编辑

2007年6月20日

ABAP--如何在ALV Grid打印页上加入页号

摘要: ALV Grid - Page Numbering ProblemProblem: When you prints an ALV report, you want the pagenumber and the total number of pages in the heading (E.g.... 阅读全文

posted @ 2007-06-20 14:02 毛小娃 阅读(169) 评论(0) 推荐(0) 编辑

ABAP--How to use Toolbar control(SAP样例摘抄)

摘要: The SAP Toolbar control GeneralAdd methodAdd_button_group methodSet_button state method Simple exampleAdvanced example General See also Set up e... 阅读全文

posted @ 2007-06-20 11:54 毛小娃 阅读(123) 评论(0) 推荐(0) 编辑

ABAP--How to use TEXTEDIT(SAP 的样例摘抄)

摘要: Use SE75 to create your own custom text ID for SAVE_TEXT object Example 1: Creating the TextEdit control Example 2: Event han... 阅读全文

posted @ 2007-06-20 11:08 毛小娃 阅读(201) 评论(0) 推荐(0) 编辑

上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 99 下一页

导航