I have created report program using OOPS abap from scratch to get the sap user list by using 2 tables USSR02 and USER_ADDR.
For the field USR02-UFLAG, in the table the values are maintained as 0,32,64 which are numeric. But the domain
value range the description for these values are maintained.
I am using LVC_T_FCAT for field catalog. I want to get the description from the domain value range of field UFLAG,
rather than just numbers on the ALV grid.
LVC_T_FCAT is of structure LVC_S_FCAT.
Is there any way I can achieve this using any of the components in LVC_S_FCAT ?
