Application Development 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: 

changing and importing pass by reference

Former Member
0 Kudos

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,

3 REPLIES 3

Former Member

Former Member
0 Kudos

Hi,

Use CHANGING parameter. If you want to pass int. table use TABLES.

Regards,

Jeet K Bhatt

0 Kudos

It's a method call not a function module. So should I use changing for this purpose.

Thanks