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

Finding Short Text for selected Data Element

Former Member
0 Likes
1,392

Hi all,

I need to find the short description using a data element (technical name) as a search criteria, where you can use trxn SE12 to search for its short description.

e.g. KEY = 'Synchronization key'

SPRAS = 'Language Key'

VBELN = 'Sales and Distribution Document Number'

In my ABAP program, I have a list of data elements (technical name) but I want its short description to be displayed.

Can someone shed of light of how to achieve the above?

Thanks and regards,

Patrick

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,042

Use the Table DD04T

awrd points if useful

Bhupal

3 REPLIES 3
Read only

Former Member
0 Likes
1,043

Use the Table DD04T

awrd points if useful

Bhupal

Read only

0 Likes
1,042

Hi Bhupal,

Thank you for your info!

This solved my problem.

Regards,

Patrick

Read only

Former Member
0 Likes
1,042

Field DDTEXT Table DD04T will return the short description of the data element. Also pass language 'E' in DDLANGUAGE field and data element name in ROLLNAME.

For short description use field: DDTEXT

For Short Field Label use field : SCRTEXT_S

For medium Field Label use field : SCRTEXT_M

For medium Field Label use field: SCRTEXT_L

For heading Use Filed: REPTEXT