cancel
Showing results for 
Search instead for 
Did you mean: 

How to analyse xml elements for enterprise services in SAP TM

S_Arora
Participant
0 Kudos
661

Hello,

in Sproxy T code, I can see the xml structure in WSDL tab for TransportationOrderRequest_Out.

I cannot understand the structure. Which xml element contains what sap freight order data like FO number, carrier, source location, destination, stages, equipment type and other many things. Is there any guide which gives clarification ?

rgds

sachin

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member809312
Contributor

Hi Sachin,

this blog give a sample how it is filled from FO:

How To Plan in SAP TM using TransportationOrderGenericRequest_In | SAP Blogs

Regards

Rogerio

Thomas_Kasper
Newcomer
0 Kudos

Hi Sachin,

I would reccomend (or at least I prefer it that way) to have a look at the Webservice Structure via the "External View" Tab within Transaction SPROXY. There it is easier to read and browse through the complex Service Structures:

But even from here you won't get the Information about which Field of the Business Objects is mapped to which Field within the XML Structure. The Value Mapping for Service Consumer "TransportationOrderRequest_Out" happens in Class "/SCMTMS/CL_PPF_SERV_TOR_B2B", Method "DO_MAP_TOR_TPNOR_REQ". From here you'll come to know the exact Mapping.

I would also reccomend to have a closer look at the following SAP Notes:

1517523 - Outbound SOA communication for BO's /SCMTMS/TOR and /TRQ

1512334 - Additional SOA Documentation for SAP TM 1.0 and subsequent (the attached Documents might be what you are searching for)

I hope this helps?

Kind regards,

Thomas