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

Programatically capture Search Help Values in an internal table

Former Member
0 Likes
1,613

Hey Folks,

Please do let me know if you were able to find a function module which takes in the Search Help name , the input parameter value and returns an internal table of the exporting parameters as a result.

Best Regards,

Puja.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
809

Hello Puja,

You can use the following FM's inside your program :

C14F_F4_VALUES_OF_FIELD_GET

FDT_RFC_F4IF_SELECT_VALUES

HRHAP_POPUP_F4_VALUES

F4IF_DISPLAY_VALUE

F4IF_SELECT_VALUES

RS_UPDATE_F4_VALUES

SWFMOD_F4_DTEL_GET_VALUES_TXT

Thanks,

Greetson

4 REPLIES 4
Read only

Former Member
0 Likes
810

Hello Puja,

You can use the following FM's inside your program :

C14F_F4_VALUES_OF_FIELD_GET

FDT_RFC_F4IF_SELECT_VALUES

HRHAP_POPUP_F4_VALUES

F4IF_DISPLAY_VALUE

F4IF_SELECT_VALUES

RS_UPDATE_F4_VALUES

SWFMOD_F4_DTEL_GET_VALUES_TXT

Thanks,

Greetson

Read only

0 Likes
809

@Jay : Thats a good idea...however, my search help does not have any exit. Thanks for the input

@Greetson : Thanks for the help. I did use F4IF_SELECT_VALUES and it helped me achieve what I was wanting to.

Read only

0 Likes
809

Hi Greetson,

One of my requirement get fulfill with the FM SWFMOD_F4_DTEL_GET_VALUES_TXT.

But in another SAP system which is release 731 does not have this RFC.

Can you suggest me one Remote Function Module which can return the values on the given input a data element.?

Read only

former_member156446
Active Contributor
0 Likes
809

hi if your search help is using a Search help exit to populate data you can use the same FM in ur code and get the values.. by passing the values as the search help does.