随笔分类 - ABAP
Advanced Business Application Programming
摘要:"parallel processing" .
阅读全文
摘要:``` 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
阅读全文
摘要:UPDATE确定批输入的更新模式,有下面几个可选值: "A",异步更新。被调用程序的更新按照没有指定 COMMIT WORK 语句和 AND WAIT 附加的方式执行。也就是说,数据更新被放到更新队列里,由另一个专门的更新进程执行,主程序一旦提交数据就继续执行,而不管提交的更新是否执行完成。这种方式
阅读全文
摘要:函数1. CONVERSION_EXIT_ABPSP_OUTPUT 内码转为外码 函数2. CONVERSION_EXIT_ABPSP_INPUT 外码转为内码
阅读全文
摘要:```
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-...
阅读全文
摘要:``` *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
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要:"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
阅读全文
摘要: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
阅读全文
摘要:The SET USER COMMAND ‘OKCD’ statement replaces the REFRESH SCREEN command. REFRESH SCREEN is no longer maintained and should therefore not be used.if
阅读全文
摘要: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
阅读全文
摘要:Diagnosis TABLES parameters are table parameters. Table parameters are obsolete CHANGING parameters that are typed as internal standard tables with a
阅读全文
摘要: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
阅读全文
摘要:REPO Report Program Source Code and Texts REPS Report Source Code REPT Report Texts PROG Program
阅读全文
摘要:``` 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 ----------...
阅读全文
摘要:``` *&---------------------------------------------------------------------* *& 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_
阅读全文

浙公网安备 33010602011771号