2007 Feb 13 3:20 PM
hi,
how to pass value of one field in screen to search help exit of other field , so that i can do some valdation and populate list based on that?
pls help.
thanks
2007 Feb 13 3:26 PM
Hi,
1) goto SE11, create search help, give attributes
2) In the defination specify the input & output parameter and hit list for search help
3) To write the code create a new the function module by coping the standard
FM, F4IF_SHLP_EXIT and with the code for exit flow.
4) specify this FM as a search help exit name in the defination section.
Here, for the Input parameter, you need to pass that value, from that input value you can pass it to the Search help exits
Regards
Sudheer