Please enable JavaScript.
Coggle requires JavaScript to display documents.
ABAP Programs, Independent, Client-dependent - Coggle Diagram
ABAP Programs
SAP NetWeaver Application Server
Scalability (масштабируемая система)
Application server level
Programming:
user dialog + database acess
Presentation server level
Database
Repository
(conatins program information)
consists objects deliverd by SAP
consists objects defined by the customer
created objects needs to be assighned to a package
Application hierarchy (tree structure)
Repository Information System (application-independent search)
SAP Application Hierarchy (application related search)
ABAP Workbench
(Creating repository objects)
Object Navigator
Tool area
ABAP Dictionary
(editing database table def., central data types)
Data elements
2 more items...
Structures
1 more item...
Table types
4 more items...
Domain - > Data Element -> Structure type -> Table type : :red_flag:
Screen Painter
(configuring screens)
Menu Painter
(designing user interfaces)
Function Builder
(maintaining function modules)
Class Builder
(maintaining global classes and interfaces)
ABAP Editor
(editing source code)
Navigation area
Package
Application component: determine the location
Software component: for custom. HOME
Transport layer: if objects are to be transported
Package type
Standard (conatin Repository objects)
Main (conatin only other packages)
Structure (contain only main packages)
Program
TOP Include: distribution to several programs
Typed, SQL access, multi language applications, OOL, platfrom-independent, upward-compatiable
Syntax
General
5 more items...
Data Type
- formal variable
4 more items...
Conditional Branches
5 more items...
Dialog message
2 more items...
Modularization unit
particular function is encapsulated
4 more items...
Transaction
represents program and integrate in the menu
:warning: Customer objects must be assighned to customer packages
Release request for transport of object
Application Data / Customizing Data
data record belongs to particlular client
needs login to acess
Independent
Client-dependent