2005 Jan 05 2:19 PM
hello,
is it possible to find out the corresponding transaction to an abap runtime error?
till now i've got all informations like they are shown in ST22 in my abap program. but i'd also like to have the transaction code, not only the corresponding devclass, subapplication and application.
does anyone know a function module or any other solution for that problem?
thanks in advance
joschi
2005 Jan 05 2:32 PM
When you are analyzing your short dump via ST22, there is a section called "User, transaction..." where the following information is shown:
Client
User
Language key
Transaction
Program
Screen
That section will show you the transaction code you need.
I hope that helps,