Wednesday 16 August 2017

Abap For Beginners

ABAP Basics

      Introduction to ABAP
      ABAP Syntax
      Developing on ABAP Application Server
      Introduction to ERP
      Log in to SAP System using SAP GUI
      Get the SAP GUI version information
      Log off from SAP GUI
      Navigation in SAP GUI
      Getting list of previously executed transactions
      Display technical names of transactions
      Execute multiple transactions at a time
      Organizing Favorites
      Working with Transactions
      Types of Transactions

ABAP Workbench Tools

      ABAP Workbench Development Tools
      ABAP Editor : Hello World Program

ABAP Building Blocks

      Statements
      Comments
      Data Types
      Variables
      Defining variables using colon notation
      Define variable using LIKE keyword
      Defining Structured variables

Operators

      Operators
      Arithmetic Operators
      Comparison Operators
      Logical Operators
      Bit wise operators
      MOVE: Assign value to a variable
      Clear Variables

Conditional Statements

      Conditional statements
      IF statement
      IF-ELSE statement
      IF-ELSEIF statement
      CASE-ENDCASE statement

Loops

      Loops
      DO-ENDDO loop
      WHILE-ENDWHILE loop
      CONTINUE: Skip the iteration of loop
      EXIT – Terminate loop unconditionally.
      CHECK statement

Working with Strings

      Concatenate two strings

Working with ABAP Dictionary

      ABAP Dictionary
      Elements of ABAP Dictionary
      ABAP Dictionary: Domains
      ABAP: Data Elements
      ABAP: Structures
      ABAP: Table Type
      ABAP: Database Table
      ABAP: Foreign Key relationship

Function and Class builders

      Function Builder
      Class Builder

Previous                                                 Next                                                 Home

No comments:

Post a Comment