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

find dictionary object used in ABAP program

Former Member
0 Likes
955

Dear All,

Pl help me find out all the dictionary objects used in report program and dialog program.

Input will be program name(report or module pool). output will give name of the database tables used in that program.

thanks.

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
729

Use this FM.

GET_TABLES

Read only

former_member188829
Active Contributor
0 Likes
729

Hi,

Try this FM:RS_PROGRAM_TABLES

Read only

Former Member
0 Likes
729

Hi,

Use the FM RS_PROGRAM_TABLES

pass the object type as PROG for report and the program name for object name

Vikranth

Read only

webwork
Explorer
0 Likes
729

This message was moderated.