摘要:
``` form FRM_GET_WORKING_DAYS TABLES pt_days CHANGING pv_duration. DATA:ls_xt001w TYPE t001w, lv_sdate TYPE sy datum, lv_edate TYPE sy datum. Get the 阅读全文
摘要:
T codes C CO CO01/02/03:Production Order CG CG3Y:Download file from server,never used this before CM CMOD:Management of SAP Enhancement(SMOD),also can 阅读全文
摘要:
```
INCLUDE rmcs0f0m.
s_month FOR s001-spmon NO-EXTENSION NO INTERVALS OBLIGATORY.
AT SELECTION-SCREEN ON VALUE-REQUEST FOR s_month-low. PERFORM monat_f4.
``` 阅读全文
摘要:
Offer(Tcode:VA23;Table: vbak and vbap) billing(Tcode:VF03;Table:vbrk and vbrp) Offer(quotation) SO DN Billing(Invoice) SO 和 Item 表VBFA,根据VBFA VBELV =q 阅读全文
摘要:
1.Add fields in the Append Structure of table MARA. 2.Configure SPRO IMG Logistics General Material Master Configuring the Material Master Create Prog 阅读全文
摘要:
```
data l_ct_imseg type vsep_t_imseg. refresh l_ct_imseg. append lines of ct_imseg to l_ct_imseg. call function 'HU_CREATE_GOODS_MOVEMENT' exporting if_event = if_event ... 阅读全文