‎2007 Nov 27 3:56 PM
hi ,
is it possible with out input and output parameters to create a function module .if it's possible how ?
‎2007 Nov 27 4:04 PM
Yes it is possible.
Create a FM in SE37 and don't provide any IMPORT and EXPORT parameters.
Regards,
Naimesh Patel
‎2007 Nov 27 4:08 PM
Hi Sreereddy,
Yes, You can create a function module with out import and export parameters.
Don't fill the import and export tabs and write your desired code under Source code.
Save and activate the function module.
It wont be any meaningful without having values to import and export parameters to a function module.
<b>Note: </b>Please close the threads if they are solved/answered.
Thanks,
Vinay
‎2007 Dec 03 10:13 AM
yes,it is possible without using import or export.
But without using import or export,the function module is of no use
‎2007 Dec 03 12:16 PM
It is not the case that a function module with no parameters is not useful. For example, BAPI_TRANSACTION_COMMIT can be called without parameters, and frequently is.
SWO_OBJECTS_REFRESH has no parameters either. But it is part of a suite of function modules in function group SWOR that all work together.
matt
‎2007 Dec 04 5:00 AM
You can create a FM without import/exporting parameters and still can be useful. For example you can mention Table Parameters and call it in your program. There should be at least one interfacing parameters defined for a function module and it can be either inport/export/table parameter.
Regards,
Amit
‎2007 Dec 04 5:29 AM
Hi
YES it is possible to create a FM with out input and output parameters
recently i had cretes a FM
‎2007 Dec 07 8:59 AM
Hi reddy,
We can create function module without import and export parameter.
Thanks,
Aditya.
‎2007 Dec 15 7:08 AM
Hi Sree,
In order to create a function module firstly you need to assign it to a function group.
In order to create function group goto t-code se37.
Choose Goto->Function groups-> Create group .
Give the function group name.
Then come back to se37 type in the name of your FM and then press CREATE button.
And then donot give the import and export parameters.
<b>Kindly Reward points if you found this reply helpful</b>,
Cheers,
Chaitanya.