随笔分类 -  ABAP

Advanced Business Application Programming
摘要:"parallel processing" . 阅读全文
posted @ 2019-11-08 10:46 auroracj 阅读(139) 评论(0) 推荐(0)
摘要:``` Report ZDELENTREIS. “Code to delete unwanted entries from the table “as per client requirement Data : l_subrc type i. “Call function module RKE_DELETE_REPORT “To delete this report to avoid re use 阅读全文
posted @ 2019-11-08 10:25 auroracj 阅读(107) 评论(0) 推荐(0)
摘要:UPDATE确定批输入的更新模式,有下面几个可选值: "A",异步更新。被调用程序的更新按照没有指定 COMMIT WORK 语句和 AND WAIT 附加的方式执行。也就是说,数据更新被放到更新队列里,由另一个专门的更新进程执行,主程序一旦提交数据就继续执行,而不管提交的更新是否执行完成。这种方式 阅读全文
posted @ 2019-10-31 14:54 auroracj 阅读(240) 评论(0) 推荐(0)
摘要:``` CTVB_COMPARE_TABLES ``` 阅读全文
posted @ 2019-10-08 08:57 auroracj 阅读(163) 评论(0) 推荐(0)
摘要:函数1. CONVERSION_EXIT_ABPSP_OUTPUT 内码转为外码 函数2. CONVERSION_EXIT_ABPSP_INPUT 外码转为内码 阅读全文
posted @ 2019-09-10 08:54 auroracj 阅读(303) 评论(0) 推荐(0)
摘要:``` CASE RF_UCOMM. WHEN '&IC1'. READ TABLE GT_SO INTO GS_SO INDEX RS_SELFIELD-TABINDEX. CASE RS_SELFIELD-FIELDNAME. WHEN 'VBELN'. SET PARAMETER ID 'AUN' FIELD GS_SO-... 阅读全文
posted @ 2019-09-07 14:57 auroracj 阅读(162) 评论(0) 推荐(0)
摘要:``` *CONVERT NUMBER TO ENGLISH CALL FUNCTION 'SPELL_AMOUNT' EXPORTING AMOUNT = G_TOTAL CURRENCY = WG_HEADER-WAERK FILLER = ' ' LANGUAGE = SY-LANGU IMPORTING IN_WORDS = G_TITL EXCEPTIONS NOT_FOUND = 1 阅读全文
posted @ 2019-09-03 09:07 auroracj 阅读(220) 评论(0) 推荐(0)
摘要:FMs All info record price, maybe duplicate Only valid info record price on the current date Read all conditions for the info record for change to the 阅读全文
posted @ 2019-08-20 10:27 auroracj 阅读(477) 评论(0) 推荐(0)
摘要:This is not a good solution,the user without authority would be confused about this field with technical field name below are better ways to control i 阅读全文
posted @ 2019-07-04 10:27 auroracj 阅读(108) 评论(0) 推荐(0)
摘要:"Reflection" is a term commonly used in Java programming,but there is one class in ABAP that has similar behaviors,it is "CL_ABAP_TYPEDESCR" The Struc 阅读全文
posted @ 2019-06-23 11:07 auroracj 阅读(288) 评论(0) 推荐(0)
摘要:1.Connect Directly 2.Connect With Pool 3.No Config Files Connection(with or without connection pool) 4.Access Structure By RFC In SAP With The Connect 阅读全文
posted @ 2019-06-14 22:12 auroracj 阅读(481) 评论(0) 推荐(0)
摘要:The SET USER COMMAND ‘OKCD’ statement replaces the REFRESH SCREEN command. REFRESH SCREEN is no longer maintained and should therefore not be used.if 阅读全文
posted @ 2019-06-14 21:07 auroracj 阅读(188) 评论(0) 推荐(0)
摘要:Shortcuts :Copy one line downward :Go to Command Filed at top left corner :Convert to Proper case where the first letter of every word becomes a capit 阅读全文
posted @ 2019-06-03 19:14 auroracj 阅读(171) 评论(0) 推荐(0)
摘要:Diagnosis TABLES parameters are table parameters. Table parameters are obsolete CHANGING parameters that are typed as internal standard tables with a 阅读全文
posted @ 2019-05-28 17:15 auroracj 阅读(580) 评论(0) 推荐(0)
摘要:1. Goto that screen layout and make it change mode. 2. Follow the menu path goto secondary window dictionary/ program fields 3. select the reuired fie 阅读全文
posted @ 2019-05-27 09:59 auroracj 阅读(104) 评论(0) 推荐(0)
摘要:BATCH SELECTION "Enter" Event 阅读全文
posted @ 2019-05-10 11:58 auroracj 阅读(357) 评论(0) 推荐(0)
摘要:REPO Report Program Source Code and Texts REPS Report Source Code REPT Report Texts PROG Program 阅读全文
posted @ 2019-05-07 17:06 auroracj 阅读(97) 评论(0) 推荐(0)
摘要:``` DATA: pack1 TYPE p DECIMALS 2 VALUE '400', pack2 TYPE p DECIMALS 2, pack3 TYPE p DECIMALS 2. FIELD-SYMBOLS: TYPE ANY , TYPE ANY. * correct ----------... 阅读全文
posted @ 2019-05-07 10:52 auroracj 阅读(101) 评论(0) 推荐(0)
摘要:``` *&---------------------------------------------------------------------* *& Report ZPR_MOLD_SCHEDULE *& *&---------------------------------------------------------------------* *& *& *&----------... 阅读全文
posted @ 2019-05-02 18:46 auroracj
摘要:Month search help: Get BOM components:CSAP_MAT_BOM_READ (do between assembly and conponent,or between BOM and Material Master) Get open po qty:MB_ADD_ 阅读全文
posted @ 2019-04-26 14:19 auroracj 阅读(223) 评论(0) 推荐(0)