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

Table Types in Function Module

Former Member
0 Likes
2,594

Hi,

How to use a table to capture the data from a file, in function module instead of using TABLES parameter.

This parameter should exist in IMPORT parameters of Function Module

Many Thanks in Advance

4 REPLIES 4
Read only

Former Member
0 Likes
857

Hi,

A table can be used as Both import and and export parameter.

-Raj

Read only

Former Member
0 Likes
857

Hi

If you use the TABLES parameters, then it can be passed from the Program to the FM and after processing it can be given back to the program from the FM

it is used for bothways

Regards

Ramchander Rao.K

Read only

Former Member
0 Likes
857

hi

you can check out this thread

hope it helps

regards

Aakash Banga

Read only

Former Member
0 Likes
857

Hi,

Both import and and export parameter can be used as per req.

Thanks & Regards,

Krishna..