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

ALV header

Former Member
0 Likes
319

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?

2 REPLIES 2
Read only

Former Member
0 Likes
296

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

Read only

Clemenss
Active Contributor
0 Likes
296

Gurpreet,

you will have to change all:

seltext_l

seltext_m

seltext_s

reptext_ddic

Then it works.

Regards,

Clemens