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

domain - single value range

Former Member
0 Likes
444

HI,

Ive created an enumarated domain.

I want to print a report based on this table, how can i print the description depeneding on value.

For e,.g the domain zcusttype contains following allowed values

01- Internal

02 - external

How can i pick the decsription based on field value .

Is there any direct FM availabled or would i have to do a case-endcase coding to print descriptions.

BYe

2 REPLIES 2
Read only

Former Member
0 Likes
406

hi,

use FM DOMAIN_VALUE_GET...

Rgds.,

subash

Read only

Former Member
0 Likes
406

thnks !