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

selection?

Former Member
0 Likes
453

How can we retrieve only the key fields from a ddic table to a report as we have only the table name provided not the fields? Is there any statements available.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
433

Hi,

you can use the tables dd02L , dd02t , dd03L. using join on these tables your

requirement can be met.

<b>Reward points if helpful,</b>

Regards,

jinesh.

3 REPLIES 3
Read only

Former Member
0 Likes
434

Hi,

you can use the tables dd02L , dd02t , dd03L. using join on these tables your

requirement can be met.

<b>Reward points if helpful,</b>

Regards,

jinesh.

Read only

former_member189059
Active Contributor
0 Likes
433

call the function REUSE_ALV_FIELDCATALOG_MERGE

you will get an internal table CT_FIELDCAT returned

in that table, there is a field KEY which is 'X' if the field is a key field

Read only

Former Member
0 Likes
433

Hi Sagar,

Just use the table dd03l.

It has table names with key fields.

Regards,

Ravi