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

Tables in Function Module

Former Member
0 Likes
828

Hi,

Tables in function module are only export parameters or import parameter also?

THANKS

7 REPLIES 7
Read only

Former Member
0 Likes
791

Hi,

Please be specfic about your query.

This depends on the function module u select.

Please give your function module

Regards

Rasheed

Read only

Former Member
0 Likes
791

Hi,

Tables in function module are meant for both import and export.

Thanks,

Navneeth K.

Read only

Former Member
0 Likes
791

Hi,

We can have tables has import parameters also.

Regadrs,

Kalp..

Read only

Former Member
0 Likes
791

HI,

Tables is by reference as well as by value.

Hence can be used as both an input as well as output parameter.

Regards,

Raj

Read only

Former Member
0 Likes
791

it's both import / export. Similar to Changing clause .

Regards,

Mohaiyuddin

Read only

Former Member
0 Likes
791

Hi,

Tables in FMs can be used both as import and export parameter.

Thanks & Regards

Read only

Former Member
0 Likes
791

Hello,

Tables in function module are both import and export parameters.

That means you can pass data to Function module through internal table (import parameter) and after

some calculation in the function module you can update the same internal table and this internal table can also be passed to your calling program( export parameter).

Regards

Arindam