Skip to Content
Author's profile photo Kevin Wilson

SAP EM Blog Series #10 – What Web Services are available?

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 πŸ˜‰ 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 Wilson

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Steffen Georg Butschbacher
      Steffen Georg Butschbacher

      Hi,

      in note 1124226 you find an overview of the mapping of the service fields to the known EM fields. Also some example XMLs are included.

      Best regards,

      Steffen

      Author's profile photo Vishnu Cheeti
      Vishnu Cheeti

      Kevin/Steffen,

      Thanks for the blog and OSS. Makes life easy.

      Thanks,

      Vishnu

      Author's profile photo Vishwanath Gupta
      Vishwanath Gupta

      Hello Steffen,

      Thanks for the note.

      Regards,
      Vishwa.