
ABAP
文章平均质量分 79
LOVESAP
穷则独善其身,达则兼济天下
展开
-
ABAP DATA TYPES
*&---------------------------------------------------------------------**& Report Z_DATA_TYPES*&*&---------------------------------------------------------------------**&*&*&-----------------------原创 2009-03-04 09:41:00 · 1149 阅读 · 0 评论 -
ABAP ALPHA conversion
*&---------------------------------------------------------------------**& Report Z_CONVERT_NUM_STRING*&*&---------------------------------------------------------------------**& *&*&-------------原创 2009-03-04 13:32:00 · 1341 阅读 · 0 评论 -
Upload Excel File Data into Internal Table
*& Report Z_READ_EXCEL_TO_INTERNAL_TABLE*&*&---------------------------------------------------------------------**&Purpose: Read excel data to internal table*&Author: James Zeng*&March,8 2009*&-----原创 2009-03-13 10:08:00 · 2775 阅读 · 0 评论 -
How to use authority check
How to set up Authorization CheckFirst step: creating authorization fieldT-code: SU20Second step: creating the authorization objectsT-Code: SU21 Third step: To check whether原创 2009-03-16 18:25:00 · 1137 阅读 · 0 评论 -
Tcode For Listing All The Workflows
Original URL: https://wiki.sdn.sap.com/wiki/display/XI/WORKFLOW+BOTTLE+NECKS+AND+Tcode+For+Listing+All+The+Workflows Tcode For Listing All The Workflows.Use se16 and table name HRSOBJECTIt原创 2009-07-22 19:49:00 · 1024 阅读 · 0 评论 -
ABAP code to find all the User Exits and BADIs for any transaction
REPORT ZFINDEXIT.TABLES: tstc,tadir,modsapt,modact,trdir,tfdir,enlfdir,sxs_attrt ,tstct.DATA: jtab LIKE tadir OCCURS 0 WITH HEADER LINE.DATA: field1(30).DATA: v_devclass LIKE tadir-devclass.PAR原创 2009-06-23 10:16:00 · 1093 阅读 · 0 评论 -
如何提高读取BSEG的性能(SAP已清项和未清项的管理)
如何提高读取BSEG的性能(SAP已清项和未清项的管理)The original URL: http://silverw0396.javaeye.com/blog/90624 The FI-GL table BSEG, which is one of our biggest PR1 tables, is an example of a clustered table. At the d原创 2009-07-09 23:17:00 · 1537 阅读 · 0 评论