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

Table key fields

Former Member
0 Likes
805

Hello to all the Experts,

In a report programming I am accessing a table which I don't know. I have to print the information about the table as an output, how can I know the key fields of the table?, I am already using RTTS but want to identify the key-fields of the table.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
778

Hi Gaurav,

do u mean to say that the table name is dynamic in ur program?? If that is the case, then u need to put a select statement on the table DD03L with the table name u get in the program.

Thank you.

5 REPLIES 5
Read only

Former Member
0 Likes
778

Hi

Check the fun module

GET_KEY_FIELDS_OF_TABLE

or Check in DD03L table

Regards

Anji

Read only

0 Likes
778

Hi Anji,

the function module mentioned by you is not available in my application-module-version. May be I will need to write one )

Thanks !

Read only

Former Member
0 Likes
778

Hi,

Goto se11 transaction.Give the table name and choose display mode.

You can see all the keyfields of the table.

Reward points if useful.

Thanks and Regards,

Litta

Read only

Former Member
0 Likes
779

Hi Gaurav,

do u mean to say that the table name is dynamic in ur program?? If that is the case, then u need to put a select statement on the table DD03L with the table name u get in the program.

Thank you.

Read only

0 Likes
778

hey srini....DD03L does give me the info required.

Thanks !