Video Lesson 7.1: ABAP Subroutines and procedures

Video Lesson 7.1: ABAP Subroutines and procedures

In this lesson you will learn why subroutines make sense and how you can use them in your ABAP programs. Furthermore, you will learn how the interface of a subroutine is used to pass parameters and how the different transfer types are used. This is only a brief introduction to the tools.

Using Subroutines

  • A subroutine is a modularization unit within the program where a function is encapsulated in the form of source code.
  • You page out a part of a program to a subroutine to get a better overview of the main program and to use the corresponding sequence of statements several times.
  • Using subroutines makes your program more function-oriented: it splits the program's task into subfunctions, so that each subroutine is responsible for one subfunction.
  • Using subroutines also means that your program becomes easier to maintain as changes to functions often only have to be implemented in the subroutine.->

 




Share this on Social Media

Facebook
Twitter
LinkedIn
Pinterest
WhatsApp

Unit 1 – SAP System Architecture

Unit 2 – Object Navigator, Repository and ABAP Programs

Unit 3 – Transparent tables in the ABAP Dictionary

Unit 4 – Basic ABAP statements, ABAP Structures and ABAP Logical Expressions

Unit 5 – ABAP Data Retrieval

Unit 6 – SAP Analysis Tools

Unit 7 – ABAP Subroutines

Unit 8 – ABAP Events

Unit 9 – ABAP User Interface

Unit 10 – Function Modules, Methods, ALV and BAPI

Unit 11 – Adjusting SAP Standard Software

Unit 12 – ABAP Debugger, Selection Screens, and Table Controls

Unit 13 – ABAP Web Dynpro

Unit 14 – Advanced Topics

Unit 15 – Advanced Topics II

Object Oriented (OO) ABAP

ABAP for SAP HANA (Introduction)

OData and SAP Netweaver Gateway