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 Exit

former_member189629
Active Contributor
0 Likes
1,017

Experts,

I worked on SH Exits earlier but now I got a challenging requirement.

Scenario:

A SH hitlist has 5 fields

F1 | F2 | F3 | F4 | F5

By default the second field has the selection hotspot and is moved into the screen field from which the SH was called (F4 was hit)

My requirement is to stop F2 from being selected, instead I need F1 to go back to the screen.

Any thoughts?

Thanks in advance.

NW

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
940

select the export check box parameter under F1 instead of F2....in SH itself...no need go for SH Exits.

Ravi.

select the export check box parameter under F1 instead of F2....in SH itself...no need go for SH Exits.

Ravi.

6 REPLIES 6
Read only

Former Member
0 Likes
941

select the export check box parameter under F1 instead of F2....in SH itself...no need go for SH Exits.

Ravi.

Read only

0 Likes
940

Thanks for the response Raviram. I tried doing that but that didnt help... any more thoughts? BTW, the reason I am working on a standard SH.

Read only

0 Likes
940

Hi NW,

Is this elementary search help or collective.

If elementary then export parameter as the other colleague said should be done ( if it's standard then copy to create a custom one ).

If it's collective search help then do the parameter assignment on collective search help screen.

Regards

Apoorva

Read only

0 Likes
940

Apoorva,

Thanks for the quick response. Here's my case...

- You hit an F4 on MATNR (that uses coll. Search Help MAT1) in say MM03,

- and go to the tab "Search Help for Manufacturer Part Number with AMPL" (that uses elem. SH MAT2MPN)

- and select a MPN Material, that is by default the export parameter of the elementary SH MAT2MPN,

- I want the field just left to it, the "Internal Material Number" to be transported back to the screen field.

Hope I made it clear...

PS: I could achieve the same by using SPA on the MATNR field, but the problem is, though I set the Search Help's CALLCONTROL-STEP to "EXIT" from my SH exit, the hitlist still remains there, which adds an additional step for the end user to close the window manually.

Edited by: NW on May 14, 2009 6:07 PM

Read only

0 Likes
940

Hi

I am thinking, that the parameter assignment need to be done correct and the field you want to send on to the screen need to be one of the parameters in the parameter assignment.

elementary search help > thru parameter assignemnt > sends data to collective search help.... and then the neccessary checks take place the values get posted to screen based on the export check box you check in search help SE11.

Read only

0 Likes
940

All,

Thankyou all for your replies. I could solve it myself:

Simply by using a SPA from the Search Help Exit. I tried that earlier too but used a Call Transaction after that that didnt close the SH Hitlist. But when I used LEAVE TO CURRENT TRANSACTION, it worked.

Again, Thank you all.

SDN ROCKS!!!