2010 Jan 14 6:56 PM
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?
2010 Jan 15 4:06 AM
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
2010 Jan 15 4:06 AM
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
2010 Jan 23 3:17 PM
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 Xso 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
2010 Jan 25 6:26 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |