‎2010 Sep 23 11:18 PM
Hi,
What is the class name and method to call the searchhelp .
Thanks,
Veera
‎2010 Sep 24 9:41 AM
Hello Veera,
Try the below :
Class : CL_DMC_ORGANIZATION.
Method :F4_INT_TAB_VALUE_REQUEST.
Hope it will help you.
Thanks and Regards
Santosh
‎2010 Sep 25 10:22 AM
hi
You can provide search help by making use of the class CL_DMC_ORGANIZATION and use the method F4_INT_TAB_VALUE_REQUEST.
Call these in your program and provide search help.
Regards
Vinodh A
‎2010 Sep 26 1:56 PM
Hi,
I think you need the Value of the Field. You can use the following function modules :
F4IF_FIELD_VALUE_REQUEST, F4IF_INT_TABLE_VALUE_REQUEST
Also, if this is for the Dynpro Programming, you can also use the following modules : DYNP_VALUES_READ and DYNP_VALUES_UPDATE.
Have a look at this SAP Help Link : [Input Help in Dialog Modules|http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaac935c111d1829f0000e829fbfe/content.htm]
Hope this will help.
Thanks,
Samantak.