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 + fixed values

former_member196517
Contributor
0 Likes
668

Hi All,

In my ALV GRID report I have a field which uses a domain.

This domain has some fixed values like: 1 - Male, 2 - Female.

In the output only 1 or 2 is appearing.

Is there a way by which instead of the value, we can display the

description of the fixed value?

Any value to be passed in the field catalog to do so?

I wanted to avoid an extra select query to get the description.

Regds

Anuj

3 REPLIES 3
Read only

Former Member
0 Likes
535

while updating the itab which is going to be displayed in the ALV... move the corresponding descriptions in the column...

or write a join querry to get the text description in single querry...

Read only

0 Likes
535

this is the last option ... i am expecting something from ALV fieldcatalogue..

Read only

Former Member
0 Likes
535

Hi,

While updating the final internal table (used for display) in the ALV,move the corresponding descriptions in the column.I think this may help you.

Reward if found useful.