Supply Chain Management Blogs by Members
Learn about SAP SCM software from firsthand experiences of community members. Share your own post and join the conversation about supply chain management.
cancel
Showing results for 
Search instead for 
Did you mean: 
kevin_wilson2
Contributor

In my previous blog I hit on the hot topic of parameters and which ones should I use where... Check it out here.

Now let's get in to a little nerd stuff :wink: Web Services... This blog is intended to give you the quick links to go find the necessary detail to describe each of the available services. The documentation can be rather hard to find.... until now...

SAP EM web services can be found on the SAP Community Network or on the SAP help portal.

ProcessTracking

Applicable Business Objects: SAP EM provides two business objects for tracking using Web Services:

Available Web Service Interfaces: Six service interfaces are available:

  1. Manage Tracked Process In - receives contents of a tracked process.

    Operations:

  • Read Tracked Process - reads contents of a specific tracked process; returns track-ing IDs, parameters, measurements, statuses and events.

i.    Technical Name: TrackedProcessByIDQueryResponse_In

ii.    Namespace: http://sap.com/xi/EM/Global

iii.   SAP Defn: /SAPTRX/TRACKEDPROCESSBYIDQUER

iv.   Direction: Inbound

v.    Mode: Synchronous

vi.    Available BAdI: Retrieve Event Handler (/SAPTRX/SE_EH_RETRIEVAL)

vii.    Message Types:

1.    TrackedProcessByIDQueryMessage_sync

2.    TrackedProcessByIDResponse_sync

3.    Query Tracked Process In - receives results of a tracked process search.

i.    Technical Name: TrackedProcessSimpleByElementsQueryResponse_In

ii.    Namespace: http://sap.com/xi/EM/Global

iii.    SAP Defn: /SAPTRX/TRACKEDPROCESSSIMPLEBY

iv.    Direction: Inbound

v.    Mode: Synchronous

vi.    Available BAdI: Query Event Handler (/SAPTRX/SE_EH_QUERY)

vii.    Message Types:

1.    TrackedProcessSimpleByElementsQueryMessage_sync

2.    TrackedProcessSimpleByElementsResponseMessage_sync

3.    Tracked Process Event Notification Processing In - requests the crea-tion of a tracked process event notification (creates an event)

i.    Technical Name: TrackedProcessEventNotificationCreateRequest_In

ii.    Namespace: http://sap.com/xi/EM/Global

iii.    Direction: Inbound

iv.    Mode: Asynchronous

v.    Available BAdI: Event Handler (create, update, delete) /SAPTRX/SE_EH_CRE_UPD_ DEL

vi.    Message Types:

1.    Tracked Process Event Notification Create Request

2.    Tracked Process Event Notification Processing Out - sends confirma-tion of the creation of a tracked process event notification.

i.    Technical Name: TrackedProcessEventNotificationCreateConfirmation_Out

ii.    Namespace: http://sap.com/xi/EM/Global

iii.    Direction: Outbound

iv.    Mode: Asynchronous

v.    Message Types:

1.    Tracked Process Event Notification Create Confirmation

2.    Tracked Process Processing In - requests the creation or change of a tracked process.

i.    Technical Name: TrackedProcessRequest_In

ii.    Namespace: http://sap.com/xi/EM/Global

iii.    Direction: Inbound

iv.    Mode: Asynchronous

v.    Available BAdI: Event Handler (create, update, delete) /SAPTRX/SE_EH_CRE_UPD_DEL

vi.    Message Types:

1.    Tracked Process Request

2.    Tracked Process Processing Out – sends confirmation of the creation of a tracked process.

i.    Technical Name: TrackedProcessConfirmation_Out

ii.    Namespace: http://sap.com/xi/EM/Global

iii.    Direction: Outbound

iv.    Mode: Asynchronous

v.    Message Types: TrackedProcessConfirmation

In my next installment of the SAP EM blog series we will run through some troubleshooting tips... Should be fun.

Thanks kevin.wilson2

3 Comments
Labels in this area