Application Development 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: 

Performance checks

Former Member
0 Kudos

Hi,

Is there any standard code available to display the keywords in a report program.

For example: I need to get the total number of

a. select,

b. loop

c. case

d. submit statements

e. total number of tables used. etc. in the report

I need to pass the report name as input and get these details.

Thanks,

Raj

1 ACCEPTED SOLUTION

former_member212002
Active Contributor
0 Kudos

Probably  "INTERNAL PROGRAM ENVIRONMENT" in SE38 editor may help you -

Cheers!

Abhinab

5 REPLIES 5

former_member212002
Active Contributor
0 Kudos

Probably  "INTERNAL PROGRAM ENVIRONMENT" in SE38 editor may help you -

Cheers!

Abhinab

0 Kudos

Hi,

Thank you. But my requirement is to get these information as a result of a code. Is it possible?

Can we submit this in the report?

Regards,

Raj

0 Kudos

I am not sure but you may try as below -

  1. Create a program
  2. perform a BDC on SE38 according to your needs. (Session Method).
  3. Process the session created from BDC using RSBDCSUB. Probably session will write the results in spool.
  4. Read the spool with FM 'RSPO_RETURN_ABAP_SPOOLJOB'

Cheers!

Abhinab

0 Kudos

Could you please tell me the steps to perform BDC for this...Am not aware how it can be done

Thanks,

Raj

0 Kudos

Search for BDC with session method documentation / process in SCN or Google