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

Former Member
0 Likes
579

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
Read only

Former Member
0 Likes
505

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

Read only

Former Member
0 Likes
505

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

Read only

0 Likes
505

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.

Read only

0 Likes
505

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

Read only

Former Member
0 Likes
505

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

Read only

Former Member
0 Likes
505

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.