‎2009 Feb 12 4:50 PM
Hi Folks,
I'm having some trouble working with search helps. I'm trying to develop a search help through the SE11, not using the function F4IF_INT_TABLE_VALUE_REQUEST.
The problem I'm having is to get the values other than the field in which the user pressed F4 to the screen. They all have the export flag checked.
For example:
1. User pressed F4 on Field BUKRS.
2. He selects the line needs.
3. BUKRS and VBLNR should be populated on screen, but I'm only getting BUKRS.
Can someone explain how does the search help attachment is done so it can populate 2 fields at a time.
Thanks in advance.
Regards,
Gilberto Li
‎2009 Feb 17 4:26 AM
Hi Gilberto ,
You make BUKRS and VBLNR as Export parameter for that seach help and in Search help attachment specify both the field BUKRS and VBLNR .
This will resolve the issue .
Regards
Pinaki
‎2009 Feb 12 5:01 PM
Ensure you have IMP and EXP checked for all entries sending and returning.
I tested one and worked fine for me.
Selection Method was my Table
Dialog Type was Display values immediately
Search Help Exit was blank
put 2 fields on the Paremters. and set both with IMP and EXP
LPos and SPos were both 1 for the first parm, 2 for the second one.
Activated it.. and tested it. Both values return when I picked the row I wanted.
‎2009 Feb 12 5:13 PM
Hi Paul,
Did you test it on a modulpool or a report?
Did you made an data element search help, or attached it to a field?
When I test it from SE11 I do see all the parameters getting returned well. However in a report or modulpool isn't working.
Regards,
Gilberto Li
Edited by: Gilberto Li on Feb 12, 2009 6:14 PM
‎2009 Feb 17 4:21 AM
I am facing a similar problem. I've created a Z-search help and attached it to a particular field in Module Pool Programming. My search help has few parameters. How do I pass values to those parameters in Module Pool Programming....? any suggestions? Thanks in advance.
‎2009 Feb 17 6:14 PM
Hi sap_abap,
Check this link:
This will give you some idea.
Hope it helps.
Regards,
Gilberto Li
‎2014 Apr 17 8:33 AM
As per below screen shot. I create Search Help in SE11 and attached in selection screen using MATCHCODE OBJECT.
but I faced problem, Only get PO Document other Material and Plant are not populate on selection screen field.
‎2009 Feb 17 4:26 AM
Hi Gilberto ,
You make BUKRS and VBLNR as Export parameter for that seach help and in Search help attachment specify both the field BUKRS and VBLNR .
This will resolve the issue .
Regards
Pinaki
‎2009 Feb 17 6:15 PM
‎2009 Mar 19 5:50 PM
Hi Gilberto,
hiw did you resolved it? I think that I'm facing the same problem, so I have an dictionary search help with two export parameters attached to two dynpro fields, but only one field is updated and the second field has the previous value until Enter is pressed.
Regards,
Jordi
‎2009 Mar 19 8:01 PM
‎2009 Sep 17 7:59 AM
Hi,
I have also same problem..
is it possible to using search help instead of using fm?
Regards,
Arpit