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: 

How can I read st22 dump in ABAP

Former Member
0 Kudos

hello,

i would like to know if st22 dump info could be read via FMs or Classes. I found a class CL_DUMP_INFO_MANAGER, btu well could not find documentation on it usage. Will be glad if someone can tell me how to retrieve St22 info.

- Harish

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Try the fun module

RS_ST22_GET_DUMPS

to get the dump results.

other related fun modules are:

RS_ST22_GET_DUMPS_CATEGORIES

RS_ST22_GET_DUMP_CATEGORY

RS_ST22_GET_DUMP_CATEGORY_TEXT

reward if useful

regards,

Anji

1 REPLY 1

Former Member
0 Kudos

Hi,

Try the fun module

RS_ST22_GET_DUMPS

to get the dump results.

other related fun modules are:

RS_ST22_GET_DUMPS_CATEGORIES

RS_ST22_GET_DUMP_CATEGORY

RS_ST22_GET_DUMP_CATEGORY_TEXT

reward if useful

regards,

Anji