‎2007 Dec 12 10:54 AM
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
‎2007 Dec 12 11:04 AM
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...
‎2007 Dec 12 11:09 AM
this is the last option ... i am expecting something from ALV fieldcatalogue..
‎2007 Dec 12 11:09 AM
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.