Application Development 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: 

ALV output header text change

Former Member
0 Kudos
196

Hi, I've displayed report using ALV list, for header I've filled field catalog table using desired texts, but when I execute report, for some columns I'm getting default text for that field. e.g. For BKPF-BLDAT I've filled text as "PI Date", but when displayed it shows "Doc. Date" which is default text for BLDAT field, any solution for this issue?..............Thanks in advance

3 REPLIES 3

Former Member
0 Kudos
59

Hi,

check what u have mentioned in filed catalog

Regards

Former Member
0 Kudos
59

hi

may in our in field catalogue u may used repddic_txt= 'X'.

thats why it is taking defualt form ddic

Former Member
0 Kudos
59

Hi, got the solution, actually I had given field reference also in field catalog table, which is not required. Thanks!!!!