Application Development and Automation 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: 
Read only

Regarding ST22

Former Member
0 Likes
1,409

I want to know from which table ST22 transaction is getting the names of the dumps. The SNAP table does not have any field for Dump Name. SNAP_T table has this but those have no common fields to relate them.

Please help me out.

Thanks in advance.

I want to know from which table ST22 transaction is getting the names of the dumps. The SNAP table does not have any field for Dump Name. SNAP_T table has this but those have no common fields to relate them.

Please help me out.

Thanks in advance.

6 REPLIES 6
Read only

Former Member
0 Likes
1,184

Hello,

Check the belwo table <b>rdumpov</b>

Reward if it helps

thanks,

krishna

Read only

Former Member
0 Likes
1,184

I think its the SEQNO column that joins them.

Regards,

Ravi

Note : Please mark all the helpful answers

Read only

Former Member
0 Likes
1,184

SNAPT table has the name of the error in ERRID.

Regards,

ravi

Read only

Former Member
0 Likes
1,184

Hi,

Check in the following tables,

SNAP_BEG,D010SINF,T100,TDCT, TFDIR, FUNCT,

Hope this helps,

Rgds,

Read only

Former Member
0 Likes
1,184

Hi Eswar,

Perhaps you can check this FM and search/find out all tables are being used.

<b>SUBST_LIST_ABAP_DUMP</b> - Get the complete text of the dump

<b>TCC_SHORTDUMP_INFO</b> - Get all the short dumps within a date range

<b>RS_ST22_GET_DUMPS</b>

Hoep this will help.

Regards,

Ferry Lianto

Read only

Manohar2u
Active Contributor
0 Likes
1,184

SNAP-FLIST will hold the dump name

SNAP-SQNO = '000'

SNAP-FLIST+3(30) will have dump name.

Regds

Manohar