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

ABAP objects optimization

Former Member
0 Likes
437

Hi All,

What are the best ways and different criterias to identify the ABAP objects for optimization?.

Please share with me the details if anybody worked on ABAP optimization project.

I appreciate any inputs on this regard.

Thanks & Regards,

Suresh

2 REPLIES 2
Read only

Former Member
0 Likes
405

HI Suresh ,

you can carry out a runtime analysis of Abap Objects using SE30 transaction ..

its for Runtime Analysis of the object ....it takes care of the select queries and database hits ...

Hope this helps you ...

Can explain a little bit more of wat optimization u actually looking for ...

Regards

Renu

Read only

0 Likes
405

Hi Renu,

Thanks for the info.

Between, SE30 gives the transaction execution run time at that point of time. My concern here is, some programs/transactions run time may vary depending on certain criteria like, when the transaction being carrying out? (I.e, during month end time, daily morning), number of users accessing the same transaction, etc. Hence I would wish to understand:

1. Average time consumed for the transaction/report execution in a stipulated time, say with in 1 month

2. What are the different parameters we need to validate/consider for identifying the objects/reports/programs for performance optimization?

FYI.. This requirement is, customer is seeking to tune up the performance of ABAP objects.

Thanks & Regards,

Suresh