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

search help using oops

Former Member
0 Likes
456

Hi,

What is the class name and method to call the searchhelp .

Thanks,

Veera

3 REPLIES 3
Read only

santosh_dv
Explorer
0 Likes
418

Hello Veera,

Try the below :

Class : CL_DMC_ORGANIZATION.

Method :F4_INT_TAB_VALUE_REQUEST.

Hope it will help you.

Thanks and Regards

Santosh

Read only

Former Member
0 Likes
418

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

Read only

samantak_chatterjee
Active Contributor
0 Likes
418

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.