‎2007 Sep 14 7:10 AM
Hi Friends,
i have a small requirement, can u suggest me in a better way.
i have customer exit variable for this variable(x) i have to populate the data through function module. but i have reference exit for this whether i have to copy the exit into function module and replace the existing variable with x.can any one suggest.
‎2007 Sep 14 7:16 AM
I am not sure if you can call an exit in a Function Module.
You could store the value in a Memory ID and using the import and export statements you could assign the value to the variable once the exit is triggered.