‎2007 Aug 27 7:33 PM
In Function module , what is the meaning of Import & Export ?explain plzzzz
‎2007 Aug 28 8:00 AM
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>
‎2007 Aug 27 7:38 PM
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.
‎2007 Aug 27 7:40 PM
‎2007 Aug 28 8:00 AM
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>
‎2007 Aug 28 9:03 AM
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
‎2007 Aug 28 11:37 AM
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>