2008 Sep 26 10:42 PM
Hi,
What is the difference b.w changing and importing pass by reference in a method.
My requirement is in a method call i have to pass the itab and after some calculation in method, i have to pass it back to program. so which parameters should i use...
Pls answer both questions
Thanks,
2008 Sep 26 10:51 PM
2008 Sep 27 5:46 AM
Hi,
Use CHANGING parameter. If you want to pass int. table use TABLES.
Regards,
Jeet K Bhatt
2008 Sep 29 2:20 PM
It's a method call not a function module. So should I use changing for this purpose.
Thanks