‎2009 Jan 22 5:35 PM
Hi gui's.
After excuting the programe how to find on which internal table how many entries are there.
And how much memory that programe is taking.
Thanks and regards
santhosh
Edited by: Julius Bussche on Jan 22, 2009 7:50 PM
Please use meaningfull subject titles and search before asking questions which others must have asked before you already...
‎2009 Jan 22 6:01 PM
Hi,
you can use SE30 to check performance in your program.
Just put you program or transaction, EXECUTE it and came back and click in EVALUATE. It will show you how much time is taking.
Regards.
‎2009 Jan 22 6:53 PM
Hi,
As Rodrigo said, use [ABAP runtime trace - se30|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/7769] [original link is broken] [original link is broken] [original link is broken];
Regards
Marcin
‎2009 Jan 23 6:34 AM
‎2009 Feb 05 9:39 AM
Hi
you can calculate the number of entries of an internal table by DESCRIBE statement.
You can also use transactions SE30 to see the performance of the program.
‎2009 Feb 10 10:58 AM
Hi ,
You can use SE30 or ST05 to know about the performance analysis of a program.
For using ST05 you may use this link :
Regards,
Radhika.
‎2009 Feb 10 2:27 PM
> to find on which internal table how many entries are there
debugger
> memory
ABAP Trace: measurement restriction last page: no aggregation plus memory
Siegfried
‎2009 Feb 11 4:15 PM
Hi,
well after execution... only STAD could give a overall memory consumption for your program but no details for internal tables.
During execution: as already mentioned: Debugger, Memory Inspector (for internal tables) and anaggregated SE30 with memory consumption for overall memory consumption will help you.
Kind regards,
Hermann