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 for Search Help Values

nisha_vinod
Product and Topic Expert
Product and Topic Expert
0 Likes
1,830

Hello,

Is there a FM that returns me the list of all search help values given the search help field name?

For eg: I give the domain/data element name as 'INTCA'.

I want to get the list of all possible values :

IN India

DE Germany

etc.

Regards

Nisha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
965

Try BAPI_HELPVALUES_GET. You will need name of BO, Table and fieldname.

You can find out more details by searching where-used list.

4 REPLIES 4
Read only

Former Member
0 Likes
966

Try BAPI_HELPVALUES_GET. You will need name of BO, Table and fieldname.

You can find out more details by searching where-used list.

Read only

Former Member
0 Likes
965

check this table CC2TEST_T005

F4_INTCA is search help for intca

hope it helps.

Edited by: deepika reddy on Sep 22, 2008 11:57 AM

Read only

Former Member
0 Likes
965

You can use the Function

DD_DOMA_GET

for this pass the Domain and get the Values from the domain .

Read only

nisha_vinod
Product and Topic Expert
Product and Topic Expert
0 Likes
965

Using a combination of 'DDIF_SHLP_GET' and 'F4IF_FIELD_VALUE_REQUEST', problem got solved. Thanks everyone for all your inputs.

Regards

Nisha