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: 

getting out information of st22

Former Member
0 Kudos
1,005

hello outside there,

does anyone know, how to get out the information of st22? i know that the corresponding table for st22 is the snap or snapt table and i know how to get information out of it.

but in that table ther is no information about the name of the error and the exception.

how do i get that info? is there already a function implemented?

thanx

joschi

5 REPLIES 5

Former Member
0 Kudos
402

Hi Joschi,

You can use the function module SUBST_LIST_ABAP_DUMP to get the complete text of the dump and you can use the function module TCC_SHORTDUMP_INFO to get all the short dumps within a date range.

Hope this helps,

Srinivas

0 Kudos
402

thanx a lot for your posting!

the function module TCC_SHORTDUMP_INFO doesn't exist, but the function module SUBST_LIST_ABAP_DUMP was nearly what i was looking for. the right modul i found when i searched function modules with the word DUMP.

so i found the one i need: RS_ST22_GET_DUMPS -> shows exactly the information from st22.

thanx again

joschi

0 Kudos
402

Hi Joschi,

I am in 46C environment and TCC_SHORTDUMP_INFO is there. I don't about your version. I don't have the function module RS_ST22_GET_DUMPS in our version.

Anyway glad to see that your requirement is met.

Could you please mark this as answered?

Regards,

Srinivas

0 Kudos
402

ok,

my release is 4.7.

but question's already marked as answered.

so then...enjoy 2005.

greets

joschi

Former Member
0 Kudos
402

Thx. Exactly the solution for my question, too.