‎2007 Dec 14 12:51 PM
Hi friends,
i need the diference between export an d changing and tables for function modules
Thanks & Regards
Jagadeeshwar.b
‎2007 Dec 14 12:56 PM
An export parameter is always empty initially and you have to fill it in your function module to be able to pass any values out, whereas a changing parameter allows you to pass values into the function module that you can change within the function module and the changed values will be passed out through the same parameter again
Hope that helps,
Michael