‎2006 Jul 17 7:44 AM
Hi Experts,
Can anyone tell me how to write Function Modules, what are the pre-requisites that we have to know. If anybody has any documents regarding this, kindly pass on to my id
sap4bw@rediffmail.com
Thanks in advance
Regards
Sajeed
‎2006 Jul 17 7:47 AM
This <a href="http://help.sap.com/saphelp_47x200/helpdata/en/d1/801ea7454211d189710000e8322d00/frameset.htm">link</a> from SAP help should help you understand what function modules are. Transaction code for the function builder: SE37.
Sudha
Message was edited by: Sudha Mohan
‎2006 Jul 17 7:47 AM
This <a href="http://help.sap.com/saphelp_47x200/helpdata/en/d1/801ea7454211d189710000e8322d00/frameset.htm">link</a> from SAP help should help you understand what function modules are. Transaction code for the function builder: SE37.
Sudha
Message was edited by: Sudha Mohan
‎2006 Jul 17 7:48 AM
<b>step by step procedure to create fm...</b>
Try this:
http://help.sap.com/saphelp_webas610/helpdata/en/d1/801f02454211d189710000e8322d00/content.htm
‎2006 Jul 17 7:49 AM
Hi,
Go through the link,
http://help.sap.com/saphelp_47x200/helpdata/en/d1/801ea7454211d189710000e8322d00/frameset.htm
Regards,
Azaz Ali.
‎2006 Jul 17 7:49 AM
Sajeed,
Its pretty simple. All you have to know is to specify the import / export / tables parameters and then write the code. Each funciton module belongs to a function group, so you will have to create a function group first, if you want to separate your functions from others.
Here is the SAP Help.
http://help.sap.com/saphelp_47x200/helpdata/en/9f/db988735c111d1829f0000e829fbfe/content.htm
regards,
Ravi
Note : Please mark the helpful answers