cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

hi,

this is related to my earlier posting of fetching values from domain.

TABLE NAME IS Z_CODES

FIELD NAME IS CODE

DOMAIN IS CD

under DOMAIN, value range tab -> single values. in that i have few FIXED values around 10 and may likely to change. how to pull these and insert these values in the range table in my program .

any help would be appreciated.

Thanks,

kranthi.

Message was edited by: kranthi kumar

Message was edited by: kranthi kumar

Message was edited by: kranthi kumar

0 Likes
View Entire Topic
eyal_alsheikh
Active Participant
0 Likes

Hi Kranthi,

I think you can use Function Module

GET_DOMAIN_VALUES

This returns all the fixed values in a domain with the

values description in the VALUES_TAB table parameter.

Hope it helps,

Eyal.