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

Functional modules

Former Member
0 Likes
987

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.

6 REPLIES 6
Read only

bpawanchand
Active Contributor
Read only

Former Member
0 Likes
965

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

Read only

Former Member
0 Likes
965

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.

Read only

Former Member
0 Likes
965

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

Read only

Former Member
0 Likes
965

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