Video Lesson 2.4: Creating Packages -Part 2

Video Lesson 2.4: Creating Packages -Part 2

In this lesson you will learn how to create packages and assign a Repository object to a package

Creating Packages

  1. Navigate to the Object Navigator.
  2. Create the attributes of the package to be created.
  3. Assign the package to a change request.

Introduction to the ABAP Programming Language

  • Is typed
  • Enables multi-language applications
  • Enables SQL access
  • Has been enhanced as an object-oriented language
  • Is platform-independent
  • Is upward-compatible
  • ABAP programs are made up of individual statements.
  • The first word in a statement is called an ABAP keyword.
  • Words must always be separated by at least one space.
  • Each statement must end with a period.
  • Statements can be indented.
  • Statements can take up more than one line.
  • You can have multiple statements in a single line.
  • For indentations and for converting uppercase/lowercase letters, you can use the Pretty Printer (the correspondingly labeled button in the Editor).
  • Comment lines are introduced with an asterisk *. The code generator recognizes the corresponding line as a comment so that it will be ignored by the runtime system.
  • If you wish to have the rest of a line set as a comment, you must use double quotation marks ".

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