Application Development 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: 

FM for Search Help Values

nisha_vinod
Advisor
Advisor
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

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

Former Member
0 Kudos

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

former_member188685
Active Contributor
0 Kudos

You can use the Function

DD_DOMA_GET

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

nisha_vinod
Advisor
Advisor
0 Kudos

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

Regards

Nisha