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 & Export ?

Former Member
0 Likes
682

In Function module , what is the meaning of Import & Export ?explain plzzzz

1 ACCEPTED SOLUTION
Read only

varma_narayana
Active Contributor
0 Likes
662

Hii

Parameters in FM:

Import : These are the Values passed from Program to FM

Export : These are the Values returned from FM to Program

Changing: These are bi directional

Tables: These are internal Tables and also bi directional

<b>Reward if Helpful</b>

5 REPLIES 5
Read only

alejandro_bindi
Active Contributor
0 Likes
662

IMPORT are the parameters the function module receives, EXPORT are the parameters the function module sends back to calling program.

Regards

Please reward points if helpful.

Read only

0 Likes
662

And..... TABLES parameters are by-directional. Meaning that you can pass and recieve data thru the TABLES parameters.

Regards,

Rich Heilman

Read only

varma_narayana
Active Contributor
0 Likes
663

Hii

Parameters in FM:

Import : These are the Values passed from Program to FM

Export : These are the Values returned from FM to Program

Changing: These are bi directional

Tables: These are internal Tables and also bi directional

<b>Reward if Helpful</b>

Read only

Former Member
0 Likes
662

please go through this link ... here it was given with example of each parameters

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/content.htm</a>

reward points if it is usefull ...

Girish

Read only

Former Member
0 Likes
662

suppose you designed a FM to retrieve material details like description , UOM etc based on material no. you are calling this FM in a prog. The parameters you give (mat no) from the prog are called import parameters and the parameters you give from the FM to prog (mat desc, UOM etc.) are called Export parameters.

regards,

srinivas

<b>*reward for useful answers*</b>