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

Not possible to create TU using Program /SCMTMS/TOR_FO_PROC_BATCH

1,718

Hi,

We are using S4HANA 1909 and we trying to send loading instruction to EWM via Program - /SCMTMS/TOR_FO_PROC_BATCH so that Transportation Unit (TU) gets created in EWM. We want to automate this process and the end users can skip the manual activity to send loading instruction for each Freight Order everytime. But while trying to execute through above program and by updating the Freight Order number and selecting output setting as Set to Load plan finalized. The Load plan status has been changed to finalized but there was no XML triggered or the TU is not created.

Has anyone tried to automate the functionality so that the Transportation Units gets created automatically or send loading instruction? Is there any other program for it?

Regards,

Deb

Accepted Solutions (0)

Answers (2)

Answers (2)

GRABLERE
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Deb,

hard to give any accurate analysis from afar. My starting point for analysis would be to check if PPF output for the documents is actually scheduled. Therefore I would set a breakpoint in /SCMTMS/CL_PPF_SERV_TOR_B2B=>can_schedule_action_by_abap and check if for action mc_tor_ldap_req the expected TOR keys are returned to schedule the output. If this is the case then you could debug method METHOD_CALL_BY_ABAP and check if any exceptions during e.g. proxy call are happening for whatever reason. If the output is not generated you would have to check in the corresponding load plan action on why output flag is not triggered.

Regards,

Emanuel

Dominik_Tylczynski
SAP Champion
SAP Champion
0 Kudos

Hello debtirtha.das

/SCMTMS/TOR_FO_PROC_BATCH is the right program to automate FO processing. However before automatization you need to make the manual process work. The manual process is that a user sets a freight order to "load plan finalized" and then the system sends LDAP message. So the basic question is if the manual process works; are LDAPs sent; are they transmitted to EWM; are they processed there correctly?

Best regards

Dominik Tylczynski

0 Kudos

Hi Dominik,

Thanks for replying to my message. Yes when i try to manually set the Freight Order status to Load plan as finalized then the LDAP messages are triggered and we see the Transportation Unit also created in EWM.

Regards,

Deb