on 2024 Aug 22 1:26 AM
Hello,
We are setting up the Decentralized EWM system (2309) and trying to create our 1st Inbound Delivery in EWM. Inbound Delivery has been created in ERP and distributed to EWM. We have done Goods receipt in EWM and the PPF "Send ERP Delivery messages" is in yellow status and have not executed it. Why it has not executed automatically even though settings are in placed
Also when we try to reprocess it, it is giving time out dump.
Can anyone provide any advice on this?
Request clarification before answering.
Hello All,
We found the solution.
Basis settings was missed in table /SCWM/TWMEQUEUE.
After maintaining the entry, PPF is getting executed successfully.
Thanks for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
However there is not option to check ERP check in s/4 hana. below program is for decentralized EWM
Try to run this program if we can fine something by this program /SCWM/R_EEC_CHECK
Regards
Rashid Khan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Further to my previous replies , please check if the below code is called during debugging. if the below code is not called then goods movement will not occur
CLASS -> /SCWM/CL_IM_WHR_EXEC
METHOD -> IF_EX_EXEC_METHODCALL_PPF~EXECUTE
WHEN '/SCWM/GM_POSTING'.
rp_status = me->gm_post(
io_dlv_ppf = lo_dlv_ppf
is_docid = ls_docid
ip_application_log = ip_application_log
ip_flt_val = flt_val
ip_action = ip_action )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Further to my previous reply, please check whether to processed at condition is set to 4 (Processing when saving document)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please check the following configuration path for the reason why system is not triggering
1)
SPRO -> SCM Extended Warehouse Management -> Extended warehouse Management -> Cross-Process Settings -> Delivery Warehouse request -> Actions -> Change actions and conditions -> Define conditions à conditions for actions will be displayed
Then click on technical names button and then select -> /SCWM/PDI_01 and you will see action definition on the right side window and to find and click on that below entry
/SCWM/MSG_PRD_SEND 1 Method call Perform PPF Action for ERP Message Schedule Conditions for Actions for Sending Messages COD
In the overview window at the bottom -> you will see Schedule condition -> check whether it has been to Schedule Automatically
This is the condition which triggers the message
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please check the following configuration path for the reason why system is not triggering
1)
SPRO -> SCM Extended Warehouse Management -> Extended warehouse Management -> Cross-Process Settings -> Delivery Warehouse request -> Actions -> Change actions and conditions -> Define action profiles and actions
2)
Select action profile -> /SCDL/PRD_IN (Inbound Delivery) -> Select Action Definition -> you can see that entry /SCDL/MSG_PRD_IN_GR_SEND (Send Goods Receipt Posting for Inbound Delivery) will be Inactive.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Thanks for your reply.
I checked this path and removed the Inactive indicator.
But still when I create new Inbound Delivery, ppf action "Send ERP Delivery Messages" is still in yellow status and not getting executed.
When I see in more details of that ppf action, it shows Action profile as "/SCWM/PDI_01" and Action definition as "/SCWM/MSG_PRD_SEND". So this action definition is getting triggered.
But when i check in config of SPPFCADM, this action definition is not present. I assume this is something standard and we cant see this action definition in config.
Please correct me if I am wrong.
Thanks,
Onkar
Check customizing/master data for the integration on EWM side. Business/logical systems, plants, storage location mapping/settings
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
4 | |
3 | |
3 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.