‎2007 Mar 16 9:21 PM
i have field in ALV and i have given the reference field nam LIKP-WADAT now even though i am giving the seltext_l the header is being taken from the reference filed any way i change the header?
‎2007 Mar 16 10:10 PM
Hi,
Try this..
FIELDCATALOG-FIELDNAME = 'WADAT'. " Field name of the internal table.
FIELDCATALOG-reptext_ddic = 'Custom text'. " Give the custom text here.
FIELDCATALOG-ROLLNAME = 'WADAK'. " Data element.
**Remove the ref_tabname and ref_fieldname from the field catalog..
Thanks,
Naren
‎2007 Mar 16 11:34 PM
Gurpreet,
you will have to change all:
seltext_l
seltext_m
seltext_s
reptext_ddic
Then it works.
Regards,
Clemens