2007年6月15日

Enhancement--User exit documentation from SAP

摘要: Prints out the SAP documentation on user exits REPORT YVENKATESH_PRINT_SMOD_DOC NO STANDARD PAGE HEADING LINE-SIZE 80 LI... 阅读全文

posted @ 2007-06-15 23:28 毛小娃 阅读(140) 评论(0) 推荐(0) 编辑

Enhancement--How to Find a Screen Exit for T-code

摘要: REPORT YSMOD2 .TABLES: MODSAP, MODACT, TSTC.PARAMETERS: INPUT1 LIKE TSTC-TCODE DEFAULT ' ', INPUT2 LIKE MODSAP-TYP DEFAULT ' '.DATA: SEARC... 阅读全文

posted @ 2007-06-15 23:19 毛小娃 阅读(118) 评论(0) 推荐(0) 编辑

Enhancement--Finding a project and enhancement

摘要: Here are a couple of hints: If you have a user exit function module: EXIT_SAPLEINM_014 1) Fire up SE37 to get the development class ME 2) Fire up t... 阅读全文

posted @ 2007-06-15 23:16 毛小娃 阅读(134) 评论(0) 推荐(0) 编辑

ABAP--Field Symbol 的Example(来自SAP的样例)

摘要: Full type specification REPORT demo_field_symbols_type .DATA: BEGIN OF line, col1(1) TYPE c, col2(1) TYPE c VALUE 'X', END OF ... 阅读全文

posted @ 2007-06-15 23:11 毛小娃 阅读(168) 评论(0) 推荐(0) 编辑

ABAP--关于Data Reference的使用

摘要: Data References(只能指向abap定义的基本数据或者基本数据组合体) 1、定义数据参考变量(Data References) DATA dref TYPE REF TO DATA.(指向任意类型,但在创建时必须指定对象类型) DATA dref TYPE REF TO DATA_... 阅读全文

posted @ 2007-06-15 08:47 毛小娃 阅读(197) 评论(0) 推荐(0) 编辑

导航