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: 

Display different value than table in ALV

Former Member
0 Kudos

Hi All,

I have created a report in which Area is displayed as VAS in ALV(Which is coming from table), but I want to print as KEY instead of VAS..how can I achieve it?

I can't change table data.

2 REPLIES 2

raymond_giuseppi
Active Contributor

Does the domain of the field carry a conversion-exit? If no, change the field catalog so ALV use a conversion-exit/routine (custom one, FM CONVERSION_EXIT_Zxxx_OUTPUT where Zxxx is conversion exuit name) on the field and convert internal value 'VAS' to external value 'KEY'.

Sandra_Rossi
Active Contributor

But why can't you change the data of the displayed internal table?