‎2010 Aug 25 6:46 AM
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.
‎2010 Aug 25 9:44 AM
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
‎2010 Aug 25 9:44 AM
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
‎2022 Jun 24 7:29 AM
Adding to this, the transaction ID for any transaction could be found by calling the function module TH_GET_TRANSACTION_ID.
‎2010 Aug 25 12:38 PM
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.
‎2011 Apr 12 6:38 PM
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,