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 checks

Former Member
0 Likes
882

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
Read only

Former Member
0 Likes
855

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

Cheers!

Abhinab

5 REPLIES 5
Read only

Former Member
0 Likes
856

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

Cheers!

Abhinab

Read only

0 Likes
855

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

Read only

0 Likes
855

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

Read only

0 Likes
855

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

Thanks,

Raj

Read only

0 Likes
855

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