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

changing and importing pass by reference

Former Member
0 Likes
460

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
Read only

Former Member
Read only

Former Member
0 Likes
429

Hi,

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

Regards,

Jeet K Bhatt

Read only

0 Likes
429

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

Thanks