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 Member
0 Likes
333

Hi ,

I'm trying to attach a Elementary search help with search help exit to Standard Search help 'VMVA'.

As an elementary Search help it is working good and taking import parameter VBELN.

When i attached to standard search help it is not taking the VBELN what i'm giving and taking all the orders from VBAP.

Why is it working differently when attached to Standard.when i debugged i saw select option tab in SHLP in F4UT_PARAMETER_ALLOCATE is not filled in Standard and filled in elementary.

Please suggest me the solution for this.

Thanks,

anjani.

1 REPLY 1
Read only

Former Member
0 Likes
298

Hi,

If you look at collective search help VMVA's definition in SE12, you will see that VBELN is not marked as IMPORTING parameter but only as EXPORTING parameter.

That is why it is not accepting the VBELN that you give..

I think what you can do is to give parameter id AUN (in the default value column in your search help) and then always do a,

SET PARAMETER ID 'AUN' FIELD <your vbeln>.

before calling the Search help..

Hope this helps..

Sri