‎2005 Dec 13 5:25 AM
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.
‎2005 Dec 13 6:29 AM
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