‎2007 Feb 27 7:41 AM
Hi,
i'm working on a field exit on one reference field.. in addition to the reference field i need one more input field (account no) in the corresponding function module (through the program RSMODPRF)..
how can we access that account no field in the function module... it don't have the parameter Id too
Thanks
‎2007 Feb 28 4:46 AM
In RSMODPRF , In the function module for account number,
you can export account no to memory id.
eg:export w_belnr to memory id 'BEL'.
In the reference field function module, you can import this & do the validations
eg:import w_belnr from memory id 'BEL'.
Regrads,
Viji