2005 Jan 04 6:04 PM
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
2005 Jan 04 6:25 PM
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
2005 Jan 04 7:26 PM
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
2005 Jan 04 7:35 PM
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
2005 Jan 04 7:48 PM
ok,
my release is 4.7.
but question's already marked as answered.
so then...enjoy 2005.
greets
joschi
2005 Aug 09 4:12 PM