- 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 Basics
- ABAP Workbench Development Tools
- ABAP Editor : Hello World Program
ABAP Workbench Tools
- Statements
- Comments
- Data Types
- Variables
- Defining variables using colon notation
- Define variable using LIKE keyword
- Defining Structured variables
ABAP Building Blocks
- Operators
- Arithmetic Operators
- Comparison Operators
- Logical Operators
- Bit wise operators
- MOVE: Assign value to a variable
- Clear Variables
Operators
- Conditional statements
- IF statement
- IF-ELSE statement
- IF-ELSEIF statement
- CASE-ENDCASE statement
Conditional Statements
- Loops
- DO-ENDDO loop
- WHILE-ENDWHILE loop
- CONTINUE: Skip the iteration of loop
- EXIT – Terminate loop unconditionally.
- CHECK statement
Loops
- Concatenate two strings
Working with Strings
- ABAP Dictionary
- Elements of ABAP Dictionary
- ABAP Dictionary: Domains
- ABAP: Data Elements
- ABAP: Structures
- ABAP: Table Type
- ABAP: Database Table
- ABAP: Foreign Key relationship
Working with ABAP Dictionary
- Function Builder
- Class Builder
No comments:
Post a Comment