‎2007 Oct 25 6:13 AM
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.
‎2007 Oct 25 6:17 AM
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.
‎2007 Oct 25 6:15 AM
Hi
Check the fun module
GET_KEY_FIELDS_OF_TABLE
or Check in DD03L table
Regards
Anji
‎2007 Oct 26 7:26 AM
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 !
‎2007 Oct 25 6:16 AM
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
‎2007 Oct 25 6:17 AM
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.
‎2007 Oct 26 7:23 AM