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 program to list Data Dictionary objects referenced in custom program

Former Member
0 Likes
552

I want an uitlity program that will list all ( Custom and standard) data dictionary objects referenced to declare variables in custom ABAP program. Is there any standard program available in SAP to meet this requirements?

This is required to create a separate transport requests only with data dictiornay objects.

Thanks in advance for your help

Regards,

Sunil

3 REPLIES 3
Read only

Former Member
0 Likes
464

Hi

You can try the FM AKB_WHERE_USED_LIST.

~~~Ganesh Kumar K.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
464

Goto se38 , place your program name. Choose utilities menu->environment analysis.

Read only

0 Likes
464

Thanks for the help. It has worked for Reports so let me check with Function modules, classes.

Regards,

Sunil Sawaikar