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
andreas_mann3
Active Contributor
0 Likes

Hi,

try fm SWU_GET_TABLE_TO_DOMNAME

regards Andreas

Former Member
0 Likes

> Hi,

>

> try fm SWU_GET_TABLE_TO_DOMNAME

>

>

> regards Andreas

Believe me: DDIF_FIELDINFO_GET is more robust, and if it is to complicated for you, you may also use DDUT_DOMVALUES_GET, although its documentation states that it is obsolete and now should be replaced by DDIF_FIELDINFO_GET.

Greetings

Stephan