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

direct Integration of TM --> EWM

Former Member
0 Likes
3,364

we want to create TU on EWM system from TM system.


For what I have been read so far seems to be 4 ways to do this :

1. PI integration

2. SW-RM.

3. If the instances are in the same domain , we can create RFC destinations(sm59) in each system and call RFC/BAPI to create TU in EWM from TM?

4. Link PPF action definition to logical system? is this scenario possible going from TM to EWM to create TU?

can someone give me some ideas of the scenarios involved here?

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

sarah_moes
Product and Topic Expert
Product and Topic Expert
0 Likes

Yes, TM can send the freight order to EWM to create the transportation unit using interface TransportationOrderLoadingAppointmentRequest. You'll need to update the Document Creation Relevance of your Freight Order Type in config. In PPF, this interface uses action profile /SCMTMS/TOR and action definitions:

TOR_LDAP_CNC Send Loading and Unloading Instructions
TOR_LDAP_REQ Send Loading and Unloading Instructions

You can trigger the interface from Edit Freight Order by choosing Load Plan Status > Set Load Plan to Finalized. This will trigger event "Ready for Loading" and send the XML out.

TM info:

https://help.sap.com/viewer/54cf405c9d9e4c96bf091967ea29d6a7/9.4.3/en-US/f44d8a515b4b135ce10000000a4...

EWM info: https://help.sap.com/saphelp_ewm94/helpdata/en/71/0242522c478444e10000000a44538d/frameset.htm

Former Member
0 Likes

Sar

Thanks

Once the XML is created , can we send it directly to EWM from TM? Do we need a middle ware such as PI to send the data to EWM?

beata_d
Explorer
0 Likes

As you wrote - it is possible to use a direct TM - EWM integration with either PI or using point-to-point integration using web services reliable messaging. Please check SAP Note: 1978857 point-to-point communication between SAP TM and SAP EWM (relevant service groups: /SCWM/SRVG_TM_SR (SAP EWM) /SCMTMS/TOR_LDG_APPT_RQ (SAP TM).

Kind regards,

Beata

0 Likes

Hi Sarah,

Thanks for your sharing.

We use the function "Load Plan Status > Set Load Plan to Finalized" to send the loading instruction to EWM successful, but if the delivery quantity has been changed in EWM, the change will not show in FU. Such as:

Delivery order from ERP system: 123456, and the quantity is 2

The reference FU for the delivery order in TM system: ABCD

After send the loading instruction to EWM system, and the quantity change to 1 in EWM system, but the quantity of the FU is 2 in TM system.

Any good idea for the issue?

Thanks

Best Regards

Saurabh
Participant
0 Likes

Hi Cao,

Once TU is departed then it updated the Delivery Qty, FU Qty on TM side, A new FU will be created for remaining Qty.

Regards,

Saurabh