ABAPCREATE_OBJECT_IMPLICIT - CREATE OBJECT IMPLICIT
Addresses (Business Address Services) CL_GUI_FRONTEND_SERVICES - Frontend ServicesThis documentation is copyright by SAP AG.
CREATE OBJECT oref
Syntax
CREATE OBJECT oref [area_handle][parameter_list].
Effect
If the TYPE addition is not specified, the oref object must be a class reference variable.An instance of the class is created that is the static type of the object reference variables. The static type of the class reference variables must not be anabstract class, and in particular must not be the root class object .
Example
Creation of an instance of a c1 class using an implicit reference to the static type of the reference variables.
CLASS c1 DEFINITION.
...
ENDCLASS.
...
DATA oref TYPE REF TO c1.
...
CREATE OBJECT oref.
Fill RESBD Structure from EBP Component Structure CPI1466 during Backup
This documentation is copyright by SAP AG.
Length: 1309 Date: 20120522 Time: 042733 triton ( 36 ms )






