1 / 19

How To Create Functional Module in SAP ABAP - SAP ABAP Training | Aspire Techsoft

Learn SAP ABAP programming from industrial expert. Grow up towards a successful career in SAP industry. Join us for Online / Classroom training and get 100% Placement.<br>Visit www.aspireit.net for classroom / online training.<br>

Download Presentation

How To Create Functional Module in SAP ABAP - SAP ABAP Training | Aspire Techsoft

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. HOW TO CREATE FUNCTION MODULE IN SAP ABAP ? ABAP Training www.aspireit.net

  2. To create function group, enter tcode SE80.

  3. Select option function group and give function group name. Then click on Display.

  4. Click on YES to create function group.

  5. Give short description to function group and click on SAVE.

  6. Save it in your own package.

  7. • Function group created successfully

  8. To create function module, enter tcode SE37.

  9. Give function module name and click on Create.

  10. Give name of the function group that we have created earlier and short description of that function module. Then click on save.

  11. Function module have various parameters such as import, export, changing, tables, exception and source code.  Import: - Input variables are declared here.  Export: - Output variables are declared here.  Changing: - Dynamically changing variables are declared here.  Tables: - If we want to take variables from tables that table names are given here.  Exception: - If we want to give any exception in program, then it is provided here.  Source code: - Program is written in this section.

  12. Firstly we will provide import values.

  13. Then we have to provide output variables.

  14. Then changing, tables and exceptions are not mandatory to provide. But here we are going to provide one exception.

  15. In source code we will write the program for addition and multiplication of the two variable A and B.

  16. • Save using Ctrl + S, compile using Ctrl + F2 and activate using Ctrl + F3. • Execute using F8.

  17. It will first ask to enter values. Enter the values and click on execute.

  18. The output will be,

  19. THANK YOU Learn SAP ABAP and get your dream job in SAP industry Visit www.aspireit.net or call us on 7058198728 / 8856033664 Online / Classroom Training Placement Assistance Interview Job alerts Mock Test and Interviews Resume Preparation Experienced Industrial Trainers • • • • • •

More Related