EWM-PCo for EWM MFS
摘要:https://archive.sap.com/kmuuid2/50b8f192-2d92-3010-0fa3-fc35afaae695/SAP%20Plant%20Connectivity%20(PCo)%20Meets%20SAP%20EWM%20Material%20Flow%20System
阅读全文
posted @
2021-04-26 15:48
ricoo
阅读(154)
推荐(0) 编辑
ABAP-上载PDF转OTF
摘要:1 *& * 2 *& Report ZRICO_25 3 *& * 4 *& 5 *& * 6 7 report ztest_pdf2spool. 8 9 include fp_utilities. "#EC INCL_OK 10 11 data gv_cust_id type s_custome
阅读全文
posted @
2021-04-23 15:49
ricoo
阅读(505)
推荐(0) 编辑
ABAP-HTML-MAIL
摘要:1.邮件-方法类 2.方法 2.1 Define 1 class ZCTR0600 definition 2 public 3 final 4 create public . 5 6 public section. 7 8 types: 9 begin of ty_html_head, 10 hfg
阅读全文
posted @
2021-04-16 14:45
ricoo
阅读(275)
推荐(0) 编辑
ABAP-Logs-SLGD
摘要:标准日志存储 TCODE: SLG1 SLG2 SLGD "&--创建句柄 call function 'BAL_LOG_CREATE' exporting i_s_log = ls_mac_bal_log "日志 importing e_log_handle = fv_loghd "句柄 exce
阅读全文
posted @
2021-04-15 18:01
ricoo
阅读(132)
推荐(0) 编辑
ABAP-Dynamic-Internal table
摘要:最近老忘备注下,动态内表传参。 1 data: 2 lr_any_t type ref to data, 3 lr_any_s type ref to data. 4 data: 5 lr_dref type ref to data, 6 lr_stru type ref to cl_abap_st
阅读全文
posted @
2021-04-15 17:34
ricoo
阅读(109)
推荐(0) 编辑
ABAP-SO10-Transport request
摘要:1.Run program : RSTXTRAN 2.Execute -> Select All -> Enter
阅读全文
posted @
2021-04-13 08:54
ricoo
阅读(168)
推荐(0) 编辑
ABAP-Debug Script
摘要:1.Use program RSTXDBUG . 2.Go to SE71 - Utilities - activate debugger .. 3.After activated the debugger ,run your transaction code.
阅读全文
posted @
2021-04-06 08:50
ricoo
阅读(146)
推荐(0) 编辑