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: 

Write description value (Domain)

Former Member
0 Kudos
155

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
101

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

4 REPLIES 4

Former Member
0 Kudos
102

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

Former Member
0 Kudos
101

Hi

The descripitions and values of fixed values of domain are in DD07T and DD07L.

Max

Former Member
0 Kudos
101

Hi,

Could you please explain in details about the requirements??

former_member188685
Active Contributor
0 Kudos
101

Hi,

you can use this FM <b>DD_DOMVALUES_GET</b>

Regards

vijay