SAP ABAP OBJECTS



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

ABAP_OBJ
ABAP Objects is the object-oriented part of ABAP.
ABAP Objects adds a complete set of language elements to ABAP, which was previously only a procedural language, that allow object-oriented programming. This object-oriented extension of ABAP is based on the previous languages scope and is largely compatible with them. ABAP Objects can be used in existing programs, and the statements that can be used in ABAP Objects correspond to almost all of the remaining ABAP language scope, although certain obsolete language elements are not allowed in the context of ABAP Objects due to a previous cleanup of the ABAP language.
SUBNODES



Latest notes:

NON_V5_HINTS
The package SABAP_DEMOS_CAR_RENTAL contains a complete example application written in ABAP Objects, whose presentation logic is realized by a dynpro or Web Dynpro. The Web Dynpro calls interface methods that are implemented in a class and that access classes that perform database accesses.
ABAP_HINT_END