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 Export Parameters

Former Member
0 Likes
4,156

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,854

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

10 REPLIES 10
Read only

Former Member
0 Likes
2,854

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.

Read only

0 Likes
2,854

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

Read only

0 Likes
2,854

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.

Read only

0 Likes
2,854

Hi sap_abap,

Check this link:

https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/f4%252bhelp%252bfunctionality%252bfor%25...

This will give you some idea.

Hope it helps.

Regards,

Gilberto Li

Read only

0 Likes
2,854

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.

Read only

Former Member
0 Likes
2,855

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

Read only

Former Member
0 Likes
2,854

I have found how to do this.

Thanks to all

Read only

Former Member
0 Likes
2,854

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

Read only

0 Likes
2,854

Hi Jordi,

Check this link:

Regards,

Gilberto Li

Read only

0 Likes
2,854

Hi,

I have also same problem..

is it possible to using search help instead of using fm?

Regards,

Arpit