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

"Send ERP Delivery Messages" PPF is not executing from EWM to ERP post Goods receipt

onkar_jadhav91
Explorer
0 Kudos
4,232

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?

Accepted Solutions (1)

Accepted Solutions (1)

onkar_jadhav91
Explorer
0 Kudos

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.

Answers (6)

Answers (6)

MohdRashid
Active Contributor
0 Kudos

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

 

khan_voyalpadusman
Active Contributor
0 Kudos

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 )

onkar_jadhav91
Explorer
0 Kudos
I will check this one. Thanks for your quick response.
khan_voyalpadusman
Active Contributor
0 Kudos

Further to my previous reply, please check whether to processed at condition is set to 4 (Processing when saving document)

khan_voyalpadusman
Active Contributor
0 Kudos

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

onkar_jadhav91
Explorer
0 Kudos

Hello,

Yes, these settings are already in place.

onkar_jadhav91_0-1724632982430.png

 

khan_voyalpadusman
Active Contributor
0 Kudos

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.

 

onkar_jadhav91
Explorer
0 Kudos

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

Daniil
Active Contributor
0 Kudos
no, PPF customizing is fine. action is defined on parent (common) profile.
onkar_jadhav91
Explorer
0 Kudos
Daniel...so what can be root cause for this? How can I correct it?
Daniil
Active Contributor
0 Kudos
I would suggest to debug it, or to search for oss notes. if you want ( and if you need help in debugging) we can connect in Skype/teams and check together, you can PM me if you need.
onkar_jadhav91
Explorer
0 Kudos
Hello Daniil, Thanks for your reply. I am checking few OSS notes and also informing my Technical team to debug it. If we dint found anything then I will message you to debug it together. Thanks for your reponse.
Daniil
Active Contributor
0 Kudos

Check customizing/master data for the integration on EWM side. Business/logical systems, plants, storage location mapping/settings

onkar_jadhav91
Explorer
0 Kudos

Hello,

We have checked everything , but seems everything is in place.

Do you know any specific thing which can cause this issue?

Also the config of "Set Control Parameters for ERP Version Control" in Interfaces of SAP EWM, is it mandatory to maintain it?

Thanks,

Onkar

Daniil
Active Contributor
0 Kudos
I don't remember specific thing, but some similar issue, when something was not customized, like business/logical systems. check all interface relates points in SAP how to guide for ewm integration