Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

what is transaction id

Former Member
0 Likes
11,616

I got a dump in st22 . In this dump user and Transaction section it is showing as

Clint : 001

user: A-Rao

Language Key : 'E'.

Transaction ID : "D6F7AADF491FF14280CEF4CE46837424"

Program : "/SAPAPO/SAPLDM_MATERIAL"

I would like to know what is this Transaction ID : "D6F7AADF491FF14280CEF4CE46837424" . with reference we can find the transaction . where we can find please suggest me the solution.

1 ACCEPTED SOLUTION
Read only

Former Member
5,962

Hi,

The Transaction ID is created during the start of a transaction. With this ID it is possible to assign individual transaction steps, which can also run on different systems. This ID is contained in error analysis (transaction ST22) and is required for example for a cross-system 'End to End' trace.

Best regards,

Andreas

4 REPLIES 4
Read only

Former Member
5,963

Hi,

The Transaction ID is created during the start of a transaction. With this ID it is possible to assign individual transaction steps, which can also run on different systems. This ID is contained in error analysis (transaction ST22) and is required for example for a cross-system 'End to End' trace.

Best regards,

Andreas

Read only

0 Likes
5,962

Adding to this, the transaction ID for any transaction could be found by calling the function module TH_GET_TRANSACTION_ID.

Read only

Former Member
0 Likes
5,962

Do Where-Used in the ABAP editor for program /SAPAPO/SAPLDM_MATERIAL, choosing the transaction code display option in your pop-up selection screen. That will be the transaction code (if any) used to directly call this program. I'm guessing this is probably an include, though, since it's in third-party namespace.

Read only

former_member185846
Active Participant
0 Likes
5,962

Hi,

Were you able to use the transaction id to find the message causing the issue? I need to find the inbound proxy call (xml message), which has caused the ST22 dump. Can you tell me whether the transaction can be used anyhow to track this?

Thanks,