Application Development 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: 

finding the transaction of an abap runtime error

Former Member
0 Kudos
152

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

1 REPLY 1

Former Member
0 Kudos
101

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,