‎2009 Dec 08 12:55 PM
hi all
i search a function modul for read the field label from data element.
Example for data element matnr, i must have field label text material.
Thx abap_begin
‎2009 Dec 08 1:10 PM
Hello
You do not need FM for this.
Just goto table DD04T with ROLLNAME = 'MATNR' (for your case). All labels (short, medium, ...) will be here.
‎2009 Dec 08 1:09 PM
‎2009 Dec 08 1:10 PM
Hello
You do not need FM for this.
Just goto table DD04T with ROLLNAME = 'MATNR' (for your case). All labels (short, medium, ...) will be here.
‎2009 Dec 08 1:14 PM
‎2009 Dec 08 1:14 PM
Hi Friend,
Please search it in forum first.. there are plenty of trheads which could have informed you about DDIF_DTEL_GET or DD04T
‎2009 Dec 08 1:18 PM
Hi,
If you give input parameters type, field and table you get data element using
RP_PRINT_GET_DATA_ELEMENT
Try also
KL_TABLE_INFO_GET
But not sure if this futfill your requirement...