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

Former Member
0 Likes
825

hello all,

in search help function i need to get 2 export parameters

the first one go to the screen and the second go to the program.

the first parameter work great, but with the second i got a problem.

i define it as export, is there anyelse things that i need to do?

thanks in advanced.

dana.

hello all,

in search help function i need to get 2 export parameters

the first one go to the screen and the second go to the program.

the first parameter work great, but with the second i got a problem.

i define it as export, is there anyelse things that i need to do?

thanks in advanced.

dana.

10 REPLIES 10
Read only

Former Member
0 Likes
783

Is your search help getting populated from At selection screen on Value request .. or an existing search help

Read only

Former Member
0 Likes
783

please dump the piece of code ehre for better understanding

Read only

Former Member
0 Likes
783

this is a search help wich been written in transaction SE11,(in SE11 i filled an input table, 2 import fields and 2 export fields)

it operate at selection screen and the problem is to transfer the second export field to another field on the screen.

hope its more clear,

thank you,

dana.

Read only

0 Likes
783

Hi dana,

1. The EXPORT option

is for transfering values

to fields on SCREEN,

(and not to fields inthe program)

regards,

amit m.

Read only

0 Likes
783

Hi amit,

O.K. but how/where fo describe the second field for the second parameter (on the screen)?

regards

dana

Read only

0 Likes
783

Hi again,

1. the first one go to the screen and the <b>second go to the program</b>

We can EXPORT the parameter to the screen field with the same name,

and not the program variable.

2. For your requirement,

u can put a screen field (with the same name)

and then use it in your program.

(u may make the field invisible on the screen)

regards,

amit m.

Read only

0 Likes
783

it work fine now.

thank you very much.

Read only

0 Likes
783

Hi Dana,

Close the thread once the problem is solved, by clicking on "Problem solved" radio button. As per SDN etiquettes, award suitable points to all helpful answers.

Regards,

SP.

Read only

Former Member
0 Likes
783

Hi Dana,

Can you make your requirement a little bit clearer...?

Correct me if I am wrong in my assumptions...

You have two parameters....In the first parameter, you have a search help.You enter a particular value.

The second parameter now will be filled with all the values corresponding to the value you have selected from first parameter...Is this your requirement...?

If this is the requirement, you can go through this link.It has the same requirement.

Regards,

SP.

Read only

Former Member
0 Likes
783

Hi SP.

Exactly this is the problem - where (and how) to describe the second field (on screen) for the corresponding values of the first parameter?

thanks

dana