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 with 3 parameters

mariano_gallicchio2
Participant
0 Likes
578

Hello Experts!

I have a searc help callez ZHELP, with 3 parameter of export, say PARAM1, PARAM2 and PARAM3

And i have a dynpro with 3 fields.

I want to attach the search help to the fields, that, when i select a value ( via f4 ) the other 2 parameters be copleted automatic.

How can i do this?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
547

Hi,

Please take all the vales in an internal table and once a vaule is selected via the F4 help say 'X', read this value from this internal table, you will be able to get the other two values.

Do it this operation just below the F4 help FM.

Hope it helps you,

Regards,

Abhijit G. Borkar

3 REPLIES 3
Read only

Former Member
0 Likes
548

Hi,

Please take all the vales in an internal table and once a vaule is selected via the F4 help say 'X', read this value from this internal table, you will be able to get the other two values.

Do it this operation just below the F4 help FM.

Hope it helps you,

Regards,

Abhijit G. Borkar

Read only

Former Member
0 Likes
547

Hi,,

It is simple.

create an elementary search help and include all those three parameters in the search help with your table name.

Now mark export and import for particular fields as per your requirement.

Ex:-

field          import           export
A              X                      X
B                                      X
C                                      X

so as soon u will do f4 on A your all fields will get populated.

Rgds/Abhi

Edited by: Abhishak Arora on Jan 23, 2010 4:17 PM

Read only

Former Member
0 Likes
547

hi,

u can do one thing when you make a elementry serach help, just give IMPORT and EXPORT for param1 only and the EXPORT For param2 and param3.

hope this helps

Regards

RItesh