Hello guys,
I have created a function module.
Now I want to pass Internal table by reference to the function module.
My function module will modify inernal table and I wanted the
modified internal table back in my calling program.
Should I Pass the internal table as a Table parameter or changing parameter.
How do I do that ?
Regards,
Vishal