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

RFC function modules to read domain values from check table

0 Likes
1,595

Hi,

is there any RFC enabled function module to read the value list of a domain from the check table?

7 REPLIES 7
Read only

former_member188827
Active Contributor
0 Likes
1,334

WFM_DOMAIN_VALUE_GET

Read only

0 Likes
1,334

It is the function module name "WFM_DOMAIN_VALUE_GET"?

What is the software component layer?

Read only

0 Likes
1,334

yes its function module name.check it in se37 to see whether it fulfils your requirement or not.

Read only

0 Likes
1,334

Sorry, I didn't find that fm in SE37, could you please tell me the system?

Read only

former_member217544
Active Contributor
0 Likes
1,334

Hi,

There is one more way to find the values otehr than from RFC .Check if this helps you.

Go to the table: DD07T and enter the domain name in in the field 'DOMNAME'. You will get the values for the specified domain.

Regards,

Swarna Munukoti.'

Edited by: Swarna Munukoti on Oct 14, 2009 8:02 AM

Read only

Former Member
0 Likes
1,334

Hi:

FM is DOMAIN_VALUE_GET there.

Regards

Shashi

Read only

Former Member
0 Likes
1,334

Hi Xin Fang ,

You can try this:

SELECT SINGLE ddtext

INTO lv_ddtext

FROM dd07t

WHERE domname EQ 'dom_name'

AND ddlanguage EQ sy-langu

AND as4local EQ 'A'

AND domvalue_l EQ 'dom_value'.

Regards,

José