‎2007 Sep 17 5:12 AM
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
‎2007 Sep 17 5:15 AM
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.
‎2007 Sep 17 5:15 AM
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.
‎2007 Sep 17 5:24 AM
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
‎2007 Sep 17 5:43 AM
Hi Sagar,
Just use the table dd03l.
It has table names with key fields.
Regards,
Ravi