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

Function module

Former Member
0 Likes
323

hi all,

i want to pass a table to function module.

and import the same from function module.

how to do it.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
305

Just declare the table in the TABLES parameter of the function module. It behaves as an importing as well as exporting parameter and hence can be passed as well as returned to/from the driver program.

2 REPLIES 2
Read only

Former Member
0 Likes
306

Just declare the table in the TABLES parameter of the function module. It behaves as an importing as well as exporting parameter and hence can be passed as well as returned to/from the driver program.

Read only

Former Member
0 Likes
305

Hi Javed,

In the function modules Tables parameters is used for import and also export the tables so use it.

Plzz Reward if it is useful,

Mahi.