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

Function Module

Former Member
0 Likes
550

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
513

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

4 REPLIES 4
Read only

Former Member
0 Likes
514

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

Read only

0 Likes
513
Read only

Former Member
Read only

Former Member
0 Likes
513

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