cancel
Showing results for 
Search instead for 
Did you mean: 

Enterpise service trigger point in abap code

Former Member
0 Kudos

In SAP TM, when we create send Freight order to carrier(under subcontracting), and outbound service TransportOrderRequest_out gets trigged.

How can I find the location of the abap code that is trigger this outbound service?Is there a class that all services must use to create outbound service?

thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

dhivakar
Participant
0 Kudos

Hi Michael,

If your question is more of how to in find the class that is related to the standard service, you can find it in Tcode : Sproxy.

Attached the screenshotclasses.jpg. You can copy the class and search that in Se80 for the abap code.

Hope this helps!

Former Member
0 Kudos

Dhivakar

I am trying to find a way to trigger a different service based on the same actions on the screen. is this possible?

As I stated earlier, TransportOrderRequest_out does not contain "outbound delivery" number that I need to send to 3rd party.

how can I use a different service that contains the outbound delivery number when the Freight order is created?


dhivakar
Participant
0 Kudos

HI Michael,

I am more into PI and have very limited knowledge on ABAP side. If you want to do in such a way you can call that method via some custom program and then trigger the service/proxy.

Regards,

Dhivakar.

Liz_
Product and Topic Expert
Product and Topic Expert
0 Kudos

    Hello Michael,

    You can enable the call stack as follows, then create a new message, and check the trace of message via t_code SXI_MONITOR:
    1849688 - XI runtime: Identification of local caller

      1. Create the following parameter for this in the XI configuration:

    Transaction SXMB_ADMIN
    -> "Configuration"
    -> "Configure Integration Engine"
    ->"Specific Configuration"

    Category: "RUNTIME"
    Parameter: "CALLSTACK"
    Subparameter:
    Value: "1

    Best Regards,

    Liz