2015 Nov 10 2:11 PM
Hi experts .
I search the solution for this problem in scn but i didn' t find anything.
I have two fields and i created one search help for one.
when i open this match code and select one line it i want to pass data to both fields in screen.(diferent values first colum and second for example)
How can i configure a z seach help to do it?
Thanks for help.
Hi experts .
I search the solution for this problem in scn but i didn' t find anything.
I have two fields and i created one search help for one.
when i open this match code and select one line it i want to pass data to both fields in screen.(diferent values first colum and second for example)
How can i configure a z seach help to do it?
Thanks for help.
2015 Nov 10 3:15 PM
Hi Ronaldo,
I think, you have to search the other value in your source table that showing data in Search Help.
Field1 = Value from Search Help
Field2 = Value from source Table based on value got from Search Help.
Regards,
2015 Nov 10 3:34 PM
2015 Nov 11 2:07 AM
how about below code?
AT SELECTION-SCREEN ON p_1.
READ SINGLE field2 INTO p_2 FROM DB WHERE field1 = p_1.
Regards,
Archer
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |