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

FM to pull Value Range

Former Member
0 Likes
733

Hi,

I am using the field vbuk-rfgsk. it has certain value ranges but not value table.

The domain is STATV. I need to display the output with the value range. Is there any alternative to pull the value range apart from hardcoding in the program.

Please do advise.

2 REPLIES 2
Read only

Former Member
0 Likes
514

you can use

fm DDUT_DOMVALUES_GET.

regards

shiba dutta

Read only

Former Member
0 Likes
514

Hi ,

Use the Function Module GET_DOMAIN_VALUES

This will gives the values from values range .

Please reward if useful.