2006 Aug 21 11:29 AM
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
2006 Aug 21 11:31 AM
Hello,
Use table DD04V.
See this FM:
TB_DATAELEMENT_GET_TEXTS
Pass just dataelement it gives you all the texts of dataelements.
regards,
Naimesh
2006 Aug 21 11:33 AM
Hi,
Try using FM DDIF_FIELDINFO_GET and 'GET_COMPONENT_LIST'
Cheers
VJ
2006 Aug 21 11:32 AM
Hi,
check tables:
DD04T - data element text.
DD01T - domain text
Check this FM :
GET_FIELDNAME_TEXT
Regards
Appana
2006 Aug 21 11:35 AM
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