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

Write description value (Domain)

Former Member
0 Likes
808

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
Read only

Former Member
0 Likes
754

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

Hi,

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

Regards

vijay

4 REPLIES 4
Read only

Former Member
0 Likes
755

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

Read only

Former Member
0 Likes
754

Hi

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

Max

Read only

Former Member
0 Likes
754

Hi,

Could you please explain in details about the requirements??

Read only

Former Member
0 Likes
754

Hi,

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

Regards

vijay