2006 May 31 8:47 AM
A simple question:
I've a variable with a domain with fixed values( 10-XXXX, 20-YYYYY, 20-ZZZZZ). I've to write the variable and the description of this.
write: variable -
> 20
write: ??????? -
> YYYYY
Thanks
2006 May 31 8:50 AM
Hi,
Use the function GET_DOMAIN_VALUES, which should give you both value and description. Then loop at the internal table and write the output.
Regards,
Ravi
Note : Please mark the helpful answers
2006 May 31 8:50 AM
Hi,
Use the function GET_DOMAIN_VALUES, which should give you both value and description. Then loop at the internal table and write the output.
Regards,
Ravi
Note : Please mark the helpful answers
2006 May 31 8:50 AM
Hi
The descripitions and values of fixed values of domain are in DD07T and DD07L.
Max
2006 May 31 8:50 AM
Hi,
Could you please explain in details about the requirements??
2006 May 31 9:09 AM