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

Import and Export Vs. Tables in a Function module interface

Former Member
0 Likes
416

Hi,

i need to import and export internal tables to/from a Function Module.

Passing internal tables using import and export is good enough or do i need to use 'Tables' option. Please let me know the reasons if possible.

thanks for your help.

GK.

2 REPLIES 2
Read only

Former Member
0 Likes
327

you can use changing but you have declare a table type and use it in changing..

however TABLES is declared aas oblselete in ECC version 6.0

No Points Plz

Read only

0 Likes
327

it looks like even if i declare tables in import and export it works,please let me know the difference between import/export and 'Changing/Tables'

Thanks.