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

Get field labels

Former Member
0 Likes
820

Hi,

How to find field labels if i pass field name.

Ex: if passing MARA-brgew, need to get "Gross weight"

Thanks

Sabu

Hi,

How to find field labels if i pass field name.

Ex: if passing MARA-brgew, need to get "Gross weight"

Thanks

Sabu

4 REPLIES 4
Read only

naimesh_patel
Active Contributor
0 Likes
774

Hello,

Use table DD04V.

See this FM:

TB_DATAELEMENT_GET_TEXTS

Pass just dataelement it gives you all the texts of dataelements.

regards,

Naimesh

Read only

0 Likes
774

Hi,

Try using FM DDIF_FIELDINFO_GET and 'GET_COMPONENT_LIST'

Cheers

VJ

Read only

Laxmana_Appana_
Active Contributor
0 Likes
774

Hi,

check tables:

DD04T - data element text.

DD01T - domain text

Check this FM :

GET_FIELDNAME_TEXT

Regards

Appana

Read only

Former Member
0 Likes
774

U can read the table DD03L with the tablename and fieldname and get the data element. Using the dataelement read table DD04V to get the description.

Use can use any of the labels short, medium or long.

Regards

Anurag