‎2008 Jul 16 7:46 AM
Hi sdn,
Suppose i created a functional module with some input parameters for
transferring the data into db tables.
and also i declared tables also.
is it possible to transfer data with out passing the parameters?
And explain me those Import, Export,changing and tables parameters.
thanks.
‎2008 Jul 16 7:47 AM
‎2008 Jul 16 7:49 AM
Hi,
Check the link,it may help you-
http://help.sap.com/saphelp_nw70/helpdata/en/d1/801f1c454211d189710000e8322d00/content.htm
http://help.sap.com/saphelp_nw70/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/content.htm
http://abaplovers.blogspot.com/2008/02/creating-function-module-in-sap-abap.html
Regards,
Sujit
‎2008 Jul 16 7:51 AM
Hi Phani,
It is not possible to transfer the data without passing the parameters.
Chek these links for further information on import,export, changing and tables parameters:
http://abaplovers.blogspot.com/2008/02/creating-function-module-in-sap-abap.html
http://help.sap.com/saphelp_nw70/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/content.htm
Hope this helps you.
Regards,
Chandra Sekhar
‎2008 Jul 16 7:52 AM
hiii
refer to following link
http://help.sap.com/saphelp_nw70/helpdata/en/9f/db98ef35c111d1829f0000e829fbfe/content.htm
you can not pass data without using parameters..and if you do not use import export or table parameters then that function module will be of no use.
regards
twinkal.
‎2008 Jul 16 7:54 AM
HI phani,
In function modules the parameters are passed by reference by default.So there is no question of not passing parameters.You just have the choice that you can pass the parameters by value if not by reference.
Best of luck,
Bhumika
‎2008 Jul 16 9:45 AM
Hi Phani,
You can make your import parameters fo the function module as optional by the checkbox for optional also u can provide default values for the parameters in the FM itself. In this way u can call the FM without passing any values to rhe parameters..
Hope this helps,
Reward points if helpful.
Thanks,
Hitesh