Symptom
The inbound or outbound deliveries message is not updated from EWM to LE side. Stuck queues can be found at Warehouse Monitor app (APP ID /SCWM/MON) and Message Dashboard app (APP ID /AIFX/WDA_MSG_MONITOR,/AIFX/WDAC_MSG_MONITOR ) with below error message:
- Posting only possible in periods &1 and &2 in company code &3, Message ID M7 053
- In Plant &1, post to current period &2/&3, Message ID M7 037
- Period &1/&2 is not open for account type &3 and G/L &4, Message ID F5 286
- Posting period &1 &2 not open for variant &4 and ledger &3 Message ID F5 903
- Back-posting only w. same price control (cur. mnth S, prv. mnth V) Message ID M7 087
Environment
SAP S/4HANA Cloud Public Edition
Reproducing the Issue
- Post goods issue in Cloud WM APP "Run Outbound Deliveries" or "Manage Outbound Orders", the goods movement status is still "A".
- Go to APP Warehouse Monitor -> Tool Node -> Message queue, the stuck queue can be found for the delivery.
Cause
The cause may be that the message from the EWM system arrives in ERP shortly after the posting period shift, and postings to the previous period are not allowed.
Resolution
The posting date can be changed as current date with Message Dashboard app since CE2308 then the stuck queues can be reprocessed.
Make sure that namespace /LEEEW(Embedded EWM) is assigned to user in Assign Recipients to Users app, the recipient is QRFC_EEWM_INTEGRATION.
The relevant function modules of the stuck queues can be found in Warehouse monitor app.
Change the posting date(Date Formatter is like yyyymmdd000000) for the stuck queues of the following function modules:
- BAPI_OUTB_DELIVERY_CONFIRM_DEC (post GI from Cloud WM)
- AIF Interface is OB_DLV_CD
- The relevant field that has been made changeable is HEADER_DEADLINES-TIMESTAMP_UTC
- In fact, any timestamp in table header_deadlines can be changed. The one for the posting date is the timestamp shown with timetype ‘WS GOODS ISSUE LIKP’
- BAPI_OUTB_DELIVERY_CHANGE (reverse GI from Cloud WM)
- AIF Interface is OB_DLV_CHA
- The relevant field that has been made changeable is HEADER_DEADLINES-TIMESTAMP_UTC
- In fact, any timestamp in table header_deadlines can be changed. The one for the posting date is the timestamp shown with timetype ‘WS GOODS ISSUE LIKP’
- /SPE/INB_DELIVERY_CONFIRM_DEC (post GR or reverse GR from Cloud WM)
- AIF Interface is INB_DLV_CD
- The relevant field that has been made changeable is HEADER_DEADLINES-TIMESTAMP_UTC
- In fact, any timestamp in table header_deadlines can be changed. The one for the posting date is the timestamp shown with timetype ‘ID RECEIVED ON DOCK’.
- /SPE/GOODSMVT_CREATE (post goods movement from EWM)
- AIF Interface is MB_GM_CRT
- The relevant field that has been made changeable is IS_GOODSMVT_HEADER-PSTNG_DATE
Keywords
M7 053, M7 037, F5 286, M7 087, Posting Period, Outbound Delivery, Inbound Delivery, Run Outbound Process, Goods Movement, Goods Issue, GI, GR, Warehouse Task, posting period. , KBA , LO-SPM-OUT-2CL , Outbound Process (Public Cloud) , Problem
SAP Knowledge Base Article - Public