2014 Jan 24 1:55 PM
Hi,
I am trying to download the details of a table (technical settings, fields, short description etc..in fact everything related to a table).
I am using DDIF_TABL_GET to do it. and then DDIF_TABL_PUT and ACTIVATE to create another one similar to it, which was successful.
But the issue is I am able to retrieve everything except SHORT DESCRIPTION of the table. The FM doesn't seem to make the newly created table entry into DD02T table which stores the text details of tables. Nor was I able to get the short description (DDTEXT i believe) of the source table.
Is there any FM where I can retrieve the short description of an existing table and use it to create another table similar to it?
Regards,
Aparna
2014 Jan 24 3:39 PM
Hello Aparna,
Are you passing Language key (LANGU) to function module. Please try passing language key to solve your issue.
I got results correct after passing Language key.
Cheers,
Nag
2014 Jan 24 3:39 PM
Hello Aparna,
Are you passing Language key (LANGU) to function module. Please try passing language key to solve your issue.
I got results correct after passing Language key.
Cheers,
Nag
2014 Jan 25 5:27 PM
Hi Aparna,
I believe the text is available with this FM, can you check the below screen shot.
thanks, Kiran.
2014 Jan 27 11:35 AM
Thanks Naga!,
Your solution worked perfectly. I had kept the LANGU commented which was why I was not able to get the description.
Cheers,
Aparna.