Monday, April 15, 2013

ABAP Function Module Example

ABAP Function Module Example | How to create a function module in abap | call function in abap

Steps2 - Go to - SE37 
Step 2 - GoTo menu - Function Group - Create Group
Step 3- Give the desired function group name and a short text. - Create - Save
Step 4 -  Enter the import and export parameters.
Step 5 - Write the code in the source code area.
Step 6 - Then open the transaction se80 and select the ‘Function group’ from the drop down list.  Enter the function group name. Press Enter. 
Step 7 -  Right click on "Your Module Name" and press activate. 
Step 8 - Write code in your program

CALL FUNCTION  'Your Module Name'

EXPORT

IMPORT



No comments:

Post a Comment