‎2007 Mar 01 3:53 AM
Hi Experts,
What is the Definition of Function module?
when/why/where its used. what are the adv/disadvantages.
I have gone thru help.
any doc pls send to my id sap4bw@rediffmail.com
Regards
Sajeed
‎2007 Mar 01 3:55 AM
Hi,
You went through help but thats the best available document on anything in SAP.
Regards,
Amit
‎2007 Mar 01 3:55 AM
Hi,
You went through help but thats the best available document on anything in SAP.
Regards,
Amit
‎2007 Mar 01 3:56 AM
hi
good
Function modules are procedures that are defined in special ABAP programs only, so-called function groups, but can be called from all ABAP programs. Function groups act as containers for function modules that logically belong together. You create function groups and function modules in the ABAP Workbench using the Function Builder.
Function modules allow you to encapsulate and reuse global functions in the SAP System. They are managed in a central function library. The SAP System contains several predefined functions modules that can be called from any ABAP program. Function modules also play an important role during updating and in interaction between different SAP systems, or between SAP systems and remote systems through remote communications.
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db988735c111d1829f0000e829fbfe/content.htm
thanks
mrutyun^
‎2007 Mar 01 3:56 AM
Hi Sajeed,
check the below links
http://help.sap.com/saphelp_nw2004s/helpdata/en/ef/d94b78ebf811d295b100a0c94260a5/frameset.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/43/41341147041806e10000000a1553f6/frameset.htm
If you need further info shoot me a test mail to callnaveen@gmail.com, I will send you one ppt file
~~Guduri
‎2007 Mar 01 4:02 AM
Hi Everybody,
Thanks,
Can anyone explain my questions briefly.
Regards,
Sajeed
‎2007 Mar 01 4:03 AM
Hi Sajeed...
I think details of FM u will get in documentation...
Here are Advantages of FM in a Practicle world.
1. FM is mainly used for modularization...
2. It's easy to reuse code using FM.
3. SAP has provided many standard FM which u can use in u r Z program to write an application... Like FM to get the Invoice details, Date and Time Conversion FM etc.
4. FM can work as and RFC enabled FM to communicate between two systems.
Sajeed I can put more efforts to help you and write in details... In return u know what we expect .... Ya give points and write if u need any further help on any SAP topics.
Cheers
DARSHAN
‎2007 Mar 01 4:05 AM
FM makes the coding easier instead of using select statements and moreover they can reused again and again
‎2007 Mar 01 4:17 AM
sent the document to you
if you find it useful mark the points
~~Guduri
‎2007 Mar 01 4:29 AM
Hi,
I have given the points.
Naveen: The doc doesn't give much info.
the doubts are not yet cleared. can anyone be more precise.
Regards
Sajeed
‎2007 Mar 01 4:28 AM
hi,
All of your questions can be answer at the following links.
http://help.sap.com/saphelp_nw2004s/helpdata/en/ef/d94b78ebf811d295b100a0c94260a5/frameset.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/43/41341147041806e10000000a1553f6/frameset.htm
http://help.sap.com/saphelp_webas610/helpdata/en/d1/801f02454211d189710000e8322d00/content.htm
http://help.sap.com/saphelp_46c/helpdata/en/22/0424ba488911d189490000e829fbbd/frameset.htm
http://help.sap.com/saphelp_46c/helpdata/en/9f/db988735c111d1829f0000e829fbfe/frameset.htm
check this SAP help..
http://help.sap.com/saphelp_nw04/helpdata/en/d1/801e9a454211d189710000e8322d00/frameset.htm
Try this link
http://help.sap.com/saphelp_nw04/helpdata/en/d1/801ee8454211d189710000e8322d00/content.htm
See the links below, this is having the Function module names and the Desciption and the use of that function module
http://www.erpgenie.com/abap/functions.htm
http://www.geocities.com/victorav15/sapr3/abapfun.html
http://www.onestopsap.com/function-module/
http://www.sapdevelopment.co.uk/fmodules/fmssap.htm
Check this link which has some important function modules with their usages.
http://www.geocities.com/victorav15/sapr3/abapfun.html
sri
‎2007 Mar 01 4:43 AM
Sajeed,
1.FM is one of the <b>modularization technics</b> we can say.
2.Its has its own purpose and can be used when requred.
3.Once the FM is created and error free can be used without checking it again for errors.
4<b>.Reusability of code</b> will be there.
5. You can <b>test it alone</b> and can ensure that, whether it meets our criteria.
6.Can have RFC for remote communication.
7.Available in central library for use it when it required.
Hope I might have added atleast one new point.
Regards,
Sujatha.