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

performance analasis

Former Member
0 Likes
416

1)i have only one record will end-of -page is tiggered? if yes .how?

2)What r the disadvantages of alv report?

3)Is it possible to have a loop inside a sapscript?

4) how do u format the data b4 the write statement?

5)in creating varient how to give possible values for the field to run in background?

6)in what way you convert classical report into alv report...

7)where u can find standard ldb's?

8)we can analyze the efficiency in 3 levels(load on database,load on presentation,load on application)plz give the each one example how can we analyze?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
381

Hi,

Some answers for your questions:

4) how do u format the data b4 the write statement?

You can use the stament : FORMAT (Check sap help)...Using this format you can assign formatting optins such as colors, headings, etc...

7)where u can find standard ldb's?

transaction SE36

8)we can analyze the efficiency in 3 levels(load on database,load on presentation,load on application)plz give the each one example how can we analyze?

ST05 or ST30 is used for trace...You can analyse the performance from these transactions...

Reward if useful

Regards

Shiva

2 REPLIES 2
Read only

Former Member
0 Likes
382

Hi,

Some answers for your questions:

4) how do u format the data b4 the write statement?

You can use the stament : FORMAT (Check sap help)...Using this format you can assign formatting optins such as colors, headings, etc...

7)where u can find standard ldb's?

transaction SE36

8)we can analyze the efficiency in 3 levels(load on database,load on presentation,load on application)plz give the each one example how can we analyze?

ST05 or ST30 is used for trace...You can analyse the performance from these transactions...

Reward if useful

Regards

Shiva

Read only

Former Member
0 Likes
381

Hi Shashdhar,

1) It is based on u r code i.e. how many lines per page.

if u give more thenone line then it is not tiggered.

3)NO

5)u can give Varient name for background job scheduling.

6)using fieldcatlog taking all the fields and using alv function madule reuse_alv_list_display or grid_display what ever based on u r requirement.

8)in se30 runtime analysis.

give reward if useful,

regards,

Narasimha.