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

Short Description missing - DDIF_TABL_GET

Former Member
0 Likes
2,094

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,408

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

3 REPLIES 3
Read only

Former Member
0 Likes
1,409

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

Read only

Former Member
0 Likes
1,408

Hi Aparna,

I believe the text is available with this FM, can you check the below screen shot.

thanks, Kiran.

Read only

Former Member
0 Likes
1,408

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.