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

How to find which data elements are used in ABAP program ?

Former Member
0 Likes
1,814

I wish to find out which data elements are used in some programs .

Is there any DD table which stores this information ?

I know we can go to program and look in fields, but do SAP stores this information somewhere ?

1 ACCEPTED SOLUTION
Read only

andreas_mann3
Active Contributor
0 Likes
1,195

Hi,

use abap RPR_ABAP_SOURCE_SCAN

A.

Hi,

use abap RPR_ABAP_SOURCE_SCAN

A.

7 REPLIES 7
Read only

Former Member
0 Likes
1,195

yes, u can try with TRDIR table

Read only

Former Member
0 Likes
1,195

use tables TRDIR and DD04L

Read only

0 Likes
1,195

Can you tell me how this tables will be useful?

Read only

Former Member
0 Likes
1,195

Dear Kaushal,

Please check the table <b>TRDIR</b>.

Regards,

Abir

***********************************

  • Don't forget to award points *

Read only

andreas_mann3
Active Contributor
0 Likes
1,196

Hi,

use abap RPR_ABAP_SOURCE_SCAN

A.

Read only

0 Likes
1,195

What is RPR_ABAP_SOURCE_SCAN ?

Read only

Former Member
0 Likes
1,195

chk this table if it can help u

EUOBJEDIT