Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

customer exit variable

Former Member
0 Likes
307

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.

1 REPLY 1
Read only

Former Member
0 Likes
283

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.