‎2008 Jul 10 11:27 PM
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.
‎2008 Jul 11 12:01 AM
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
‎2008 Jul 11 12:01 AM
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
‎2008 Jul 11 2:11 AM
@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.
‎2013 Feb 05 10:28 AM
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.?
‎2008 Jul 11 2:03 AM
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.