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

parameter exporting or changing table

Former Member
0 Likes
372

Hi Experts

I am wondering the difference between keyword exporting and changing to export table. which one i should choose?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
346

Hi,

when you use exporting parameters you export it but can't change it.when you use changing to export u can always change the parameter while exporting.

Regards,

Rahul

2 REPLIES 2
Read only

matt
Active Contributor
0 Likes
346

If you call a method use EXPORTING parm, then "parm" can't be changed within the method. With CHANGING, it can.

Read only

Former Member
0 Likes
347

Hi,

when you use exporting parameters you export it but can't change it.when you use changing to export u can always change the parameter while exporting.

Regards,

Rahul