Search help 1 input 2 export parameters
Hi,
I have created a Search help for the fields KOSTL and KOKRS.
KOSTL is input and export parameter.
KOKRS is export parameter only.
When you choose KOSTL I want to fill KOKRS automatically.
I created 2 fields in an internal table and put it on screen 100 of My dialog program.
Thx in advance,
Yoolb
Hi Yoolb,
Tried the same many times using Search help but no success.
So what we do is this. For your case
We write POV for KOSTL and in the same module we use FM DYNP_VALUES_UPDATE to update the value of KOKRS.
field kostl module help_on_kostl.
For module
module help_on_kostl input.
perform f4_help_kostl.
* After this use FM DYNP_VALUES_UPDATE to modify value of kokrs
endmodule.
Hope this is clear
Regards,
Sudhir/Mohit
Hi both of you,
In order to create a search help which returns two fields (or more) you have got to create a structure on which you define the search help. In addition, the fields on the screen must be defined as fields from this structure.
Good luck,
Amit