READ statement used to read the internal table. We can read the table lines by using the following simple READ TABLE statement syntax –
Category Archives: SAP ABAP
Objects establish the key concept in object oriented programming.
An object is a self-contained unit that has its own status, behavior and identity.
Objects are patterns or instances of classes.
An object has the following three main characteristics −
INTERFACES are like classes and act as data types for Objects.
Interfaces are independent structures that can extend the functionality of the class.
Encapsulation is an object-oriented programming concept that binds the code/functions and data together to manipulate the data.
Encapsulation keeps code/functions and data both safe from outside interference and misuse.
Inheritance is one of the most important object-oriented programming concept.
Inheritance allows to derive a new class from an existing class.
Inheritance allows user to define the new class with the characteristics of the existing class which is already defined.
Using inheritance, the methods in the super class can redefine in subclass by using a reference variable that address the superclass objects.
The redefined methods can have different implementation in subclass from base class.
When the super class addressed, the method has original implementation.
When the subclass addressed, the method has a new and different implementation.
Using a single reference variable to call the same named methods that are behaving differently called polymorphism.
What is Exception? Exception is an runtime errors that occurs during the program execution. The runtime errors can be of two types – Catchable Runtime Errors which can be caught using the exception handling. Non-Catchable Runtime Errors which always results the termination of program. Normally exceptions might occur due to performing an invalid operation or […]
Business add-in (BADI) is a source plug-in provides enhancements to the standard version of the system. The enhancement technique uses the object-oriented method.
Web Dynpro for ABAP is the SAP standard user interface technology for developing Web applications in the ABAP environment.
It consists of a runtime and graphical development environment with special Web Dynpro tools.
Web Dynpro tools are integrated in the ABAP Workbench (SE80).
Report Description REKH0004 SAP demo program shows how to do 2D, 3D, and 4D graphics. RGUGBR00 Substitution/Validation utility RHGEN00 Regen PD and PA inconsistencies RHGRENZ0 Program will delete any 1001 info types whose start date is after the delimit date. RHGRENZ1 Extend the end date on delimited records. RHGRENZ2 Delimit IT1001 only. RKCTSEAR Search source […]
