1. ABAP Programming Language Flashcards
ABAP Workbench
ABAP workbench is a graphic programming to develop various applications by using ABAP language. SAP ABAP Workbench provides various tools to create ABAP programs and perform development activities such as ABAP Dictionary, Editor and painter.
ABAP Dictionary
It records and processes all objects and process data base table definitions.
ABAP Editor
ABAP editor is used to write and maintain programs, editing the screens and edit the reports.
ABAP Painter
ABAP painter designs and maintains SAP GUI (Graphical user interface) screen for a client.
Classical reports
do not allow interaction by the user; therefore, the basic list contains extensive information that the user must often sort through to find the relevant data.
Interactive reports
allow interaction by the user; therefore, the user can produce secondary, detailed lists off of the basic list by choosing the relevant data and requesting more information.
Module pool programming
(or online programming) involves the creation of a module pool (a collection of ABAP modules) and one or more screens.
The modules are called by the screen processor during program execution.
Batch input processing
is used to ensure the safe transfer of data into the SAP system. This process is an automatic, protected data transfer to the SAP system which uses SAP transactions to validate data as it populates the SAP database.
ABAP contains statements which conform to CPI-C standards (Common Program Interface - Communications). These are used for programming communications programs.
ABAP can read and write sequential data sets.
ABAP
ABAP is a programming language created and used by SAP for the
development of application programs.
Program
A series of ABAP statements
Report
An ABAP program whose output is a list
Module Pool
A dialog program which is a collection of screens
List
The output generated by an ABAP report program
Programas custom
Aquellos que no son de manera standard y SAP te ofrece 2 maneras de generarlos, utilizando la Z o Y (es más común z) al inicio + la descripción. ejemplo ZMARA
SE80 Object Navigator (Enterprise service browser)
The Enterprise Service Browser provides a view on all Web service objects that are available in the ABAP back-end. Using the Enterprise Service Browser, you can quickly locate objects as they are organized according to different entry points in tree structures.