cancel
Showing results for 
Search instead for 
Did you mean: 

Extracting value from search help

Former Member
0 Kudos

Hi

I have attached an attribute in my context, that should dispaly the list of countries, to dictionary search help 'H_T005_LAND'.

My question: how do I display the name of country after user has made his selecttion?

From what I read so far i have to make use of the function module 'F4IF_INT_TABLE_VALUE_REQUEST.

If this is the case what are the parameters I have to pass on to this function module to get back the value I need?

Can I run a demo under SE37 to see how it works?

Thank you for your help.

regards

yuval

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi

F4IF_INT_TABLE_VALUE_REQUEST FM has dialogue calls which result in dump when used in web dynpro.

Follow Thomas's reply in this thread, which will solve your problem

Thanks

Abhi

Former Member
0 Kudos

Hi

Thank you for your reply.

Unfortunately I still do not see how I extract the value from search help.

When exploring Sap's search help I noticed, however, that this object H_T005_LAND exports

both the land code and the land name. How do I extract the land name this object returns?

regards

yuval

abhimanyu_lagishetti7
Active Contributor
0 Kudos

You no need to extract the land name, if the search help exports the land name it is automatically displayed like how it happens in screen programming.

you just need ensure the two fields are part of one structure and the search help is propertly assigned in the structure as in

http://www.flickr.com/photos/tjung/2734617703/

Look at the example given by Thomas.

Abhi

Answers (0)