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

Memory

Former Member
0 Likes
812

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...

7 REPLIES 7
Read only

rodrigo_paisante3
Active Contributor
0 Likes
789

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.

Read only

MarcinPciak
Active Contributor
0 Likes
789

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

Read only

Former Member
0 Likes
789

search in se 30 ,st05

Read only

Former Member
0 Likes
789

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.

Read only

Former Member
0 Likes
789

Hi ,

You can use SE30 or ST05 to know about the performance analysis of a program.

For using ST05 you may use this link :

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5a1de990-0201-0010-8d83-a06bdda1...

Regards,

Radhika.

Read only

Former Member
0 Likes
789

> to find on which internal table how many entries are there

debugger

> memory

ABAP Trace: measurement restriction last page: no aggregation plus memory

Siegfried

Read only

HermannGahm
Product and Topic Expert
Product and Topic Expert
0 Likes
789

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