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

Dump

Former Member
0 Likes
1,428

hi when my program is in to dump at that time how to see the number of records in that perticaular data base table not internal table pls reply urgetn

10 REPLIES 10
Read only

Former Member
0 Likes
1,389

goto SE16 and check the DB table

Read only

0 Likes
1,389

in dump itself we have to see the contents of table

Read only

Former Member
0 Likes
1,389

Hello,

U need to go <b>se11 or se16</b>

Then select the DB Table and check the no of records.

reward if helpful,

Regards,

LIJO

Read only

Former Member
0 Likes
1,389

as far as i know in a dump only internal tables and variables are linked.

but if you are sure that the information is in the DUMP, why dont you just look a little closer and longer at your dump?

Read only

Former Member
0 Likes
1,389

Hi,

If there is a dump, there will be roll back of data. I am not sure if the dumo occurs before commit or after....also check with transfer of control to different program which also triggers implicit commit.

Thanls..

Preetham S

Read only

Former Member
0 Likes
1,389

If you want to check the contents in the Internal table at the time of Dump then you can go to debugger by pressing the debugger button, which will take you to debugging screen and then you can check the contents of internal table contents...

For more description about the dump .. you can goto ST22 ... and then double click on you object name and can screen where the dump has actually occured and what was the reason.

Regards,

Jayant

Read only

former_member188827
Active Contributor
0 Likes
1,389

incase there is a dump,changes 'll no be committed to database and the table contents 'll b same as before.

rgds

null

Read only

Former Member
0 Likes
1,389

anyway you could do a SQL trace with TA: ST05, and see what happens on the DB tables.

Read only

Former Member
0 Likes
1,389

hi,

u can activate trace st05 & then execute the program here u will get the list of all db tables.u can just check the nos of record in these db table usin se11.

as u are getting the dump so if u r entering any data through your program into db table it would be rolled back.

hope it helps!

rgds

Read only

Former Member
0 Likes
1,389

Hi,

Goto SE11 and display the table then Select the Utilities menu then select table contents then click on display button afterthat select the 'number of entries' button in toolbar.

Reward points!!

Thanks & Regards,

Vasudeva Rao