摘要: "parallel processing" . 阅读全文
posted @ 2019-11-08 10:46 auroracj 阅读(127) 评论(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 阅读(96) 评论(0) 推荐(0) 编辑
摘要: UPDATE确定批输入的更新模式,有下面几个可选值: "A",异步更新。被调用程序的更新按照没有指定 COMMIT WORK 语句和 AND WAIT 附加的方式执行。也就是说,数据更新被放到更新队列里,由另一个专门的更新进程执行,主程序一旦提交数据就继续执行,而不管提交的更新是否执行完成。这种方式 阅读全文
posted @ 2019-10-31 14:54 auroracj 阅读(217) 评论(0) 推荐(0) 编辑
摘要: MCHB(Batch Stocks), MCH1(Batches (if Batch Management Cross Plant)) MCHA(Batches) mara XCHPF 批次 mchb批次号 mmpv物料账期 MMBE看库存 mb1c 调整库存 阅读全文
posted @ 2019-10-30 11:05 auroracj 阅读(303) 评论(0) 推荐(0) 编辑
摘要: ``` CTVB_COMPARE_TABLES ``` 阅读全文
posted @ 2019-10-08 08:57 auroracj 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 函数1. CONVERSION_EXIT_ABPSP_OUTPUT 内码转为外码 函数2. CONVERSION_EXIT_ABPSP_INPUT 外码转为内码 阅读全文
posted @ 2019-09-10 08:54 auroracj 阅读(255) 评论(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 阅读(150) 评论(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 阅读(195) 评论(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 阅读(400) 评论(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 阅读(97) 评论(0) 推荐(0) 编辑