‎2006 Jun 28 7:14 PM
Hi,
please give me a hand on Function Module, iam unable to get it into my mind, please........any PPT or word document explaning the basic steps would really help me instead of directly going to SAP help or some other link
Thanks in advance
Sue
‎2006 Jun 28 7:17 PM
hi keith,
http://help.sap.com/saphelp_nw04/helpdata/en/26/64f623fa8911d386e70000e82011b8/content.htm
http://help.sap.com/saphelp_45b/helpdata/de/1f/a862eec47411d2806300c04fada2a1/content.htm
http://scv.bu.edu/tutorials/F90/constructs/MODULE.html
http://searchsap.techtarget.com/tip/1,289483,sid21_gci949881,00.html
‎2006 Jun 28 7:27 PM
hi,
Check this out
A function module is nothing but a reusable piece of code that can be called from within your code. It takes in some inputs and returns some outputs and probably changes somethings as well. But you want to know when something goes wrong in the code. How will the function module relay that to you? It can send that information as a return parameter(BAPIs and some function modules are examples of this) or it can raise the exceptions that you can trap and do something based on the exception raised. Exceptions are nothing but something unexpected that happened in the function module that is considered as unsuccessful execution of the function module. These exceptions are returned in the form of their integer values. So when you call the function module, you will assign a number to each exception. If that exception is raised in the execution of the function module, then you get a SY-SUBRC value equal to what you set it for. You can then react to it knowing which exception was raised.
Regards,
Santosh
‎2006 Jun 28 7:30 PM
Hi Priya,
Don't have any PPT or word documents on function module right now...but here is a link from help.sap.com which you don't wanted.
http://help.sap.com/saphelp_nw04/helpdata/en/26/64f623fa8911d386e70000e82011b8/frameset.htm
Regards,
Vicky
‎2006 Jun 28 7:30 PM
‎2006 Jun 28 7:39 PM
Hi Keith,
sdn.sap.com/irj/servlet/prt/portal/prtroot/ docs/library/uuid/ac59107f-0601-0010-be93-e93fdbc75010
Regards,
Laxmi.