Application Development 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: 

search help

Former Member
0 Kudos

hi, i am a new learner.

i have a problem with making a search help.

normally in SAP we can only create search help for a particular field.

but my requirement is as follows.

i have 3 screen fields.

if i make a search help

in my popup all the 3 fields values will be shown.

and if i click on any of the 3 display values then all the 3 fields should be populated at a time on the screen.

if its possible pls give me a feedback.

looking forward your reply

thanx in advance

venu

6 REPLIES 6

Former Member
0 Kudos

Hi venu,

you should define your help search so that checkbox "export" is marked for every field you want to be returned.

I hope it helps. BR,

Alvaro

Former Member
0 Kudos

Hi Venu,

I gues your requirement can be met by using a collective search help. You can find the documentation in http://help.sap.com/saphelp_47x200/helpdata/en/cf/21ee93446011d189700000e8322d00/frameset.htm

Regards,

Saji

0 Kudos

Hello Hari,

I don't think it has anything to do whether the search-help is elementary or collective. As Alvaro has mentioned, the point is to mark the required fields as <i>exporting parameters</i>.

As an example, look at the search help H_TTXOB_V (Text objects in SD).

Regards,

Anand Mandalika.

0 Kudos

This all works fine for a report with parameters, but not in dialog programming for me. Any suggestions ?

Former Member
0 Kudos

Its simple....Just look into the concept of SET/GET and parameter ID option in Data element

Former Member
0 Kudos

Hi,

If u r working on user defined screen, Attach a search help to the screen field.

For Sap standard Screen, modify the the search help by writing search help exit.

Thanks,

Rehan.