cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Backdated postings in EWM

Sharad_Mohite38
Explorer
0 Likes
1,447

Hello Experts, I have question about backdated postings in EWM on SAP S/4HANA Private Cloud 2023.
I have a scenario where we want to post backdated material documents from EWM. As we know, for example, once we post goods issue in EWM, system will post the material document with current posting date and this will get updated in ERP automatically.
Question - Is it possible to enter the previous posting date within EWM before material document posting and distribution to ERP? Can we implement for such scenario using BADI or something?

Accepted Solutions (0)

Answers (1)

Answers (1)

LeTrongTrung
Explorer
0 Likes

Please check SNOTE: 2574109 - EWM-> ERP: GI Date, GR Date and Posting Date 

If you would like to influence the dates sent from EWM to ERP side, For PDO related GI, you can use the BADI /SCWM/EX_ERP_MAPOUT_OD_CONFDEC method /SCWM/IF_EX_MAPOUT_OD_CONFDEC'~'MAPOUT. The dates are passed in the CT_BAPI_HEADER_DEADLINES parameter table, where you can modify the GI date. the relevant date is WSHDRWADTI which is the actual goods issue date  (constant /SCWM/IF_MAPPING_CONSTANTS=>SC_TT_OBDLV_GI_ACT).

Hope this note will help you.