‎2007 Aug 28 11:00 AM
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
‎2007 Aug 28 11:01 AM
‎2007 Aug 28 11:02 AM
‎2007 Aug 28 11:03 AM
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
‎2007 Aug 28 11:04 AM
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?
‎2007 Aug 28 11:05 AM
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
‎2007 Aug 28 11:06 AM
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
‎2007 Aug 28 11:11 AM
incase there is a dump,changes 'll no be committed to database and the table contents 'll b same as before.
rgds
null
‎2007 Aug 28 11:17 AM
anyway you could do a SQL trace with TA: ST05, and see what happens on the DB tables.
‎2007 Aug 28 11:18 AM
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
‎2007 Aug 28 11:26 AM
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