SAP ABAP Class CL_AREN_CLASS_GENERATOR (Class Generator)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-FS-ARE (Application Component) Archiving Engine
⤷
ARFA_ARCHIVING_FACTORY (Package) Archiving Factory
⤷
⤷
Properties
| Class | CL_AREN_CLASS_GENERATOR | |
| Short Description | Class Generator | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ARFA_ARCHIVING_FACTORY | Archiving Factory |
| Created | 20070118 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_AREN_CLASS_GENERATOR has no forward declaration.
Interfaces
Class CL_AREN_CLASS_GENERATOR has no interface implemented.
Friends
Class CL_AREN_CLASS_GENERATOR has no friend class.
Attributes
Class CL_AREN_CLASS_GENERATOR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Generate Global Class | 20070118 |
Events
Class CL_AREN_CLASS_GENERATOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_STR_METHOD_SOURCE | Public | See coding | 20070118 | BEGIN OF typ_str_method_source,
methname TYPE string,
flg_redefine TYPE c LENGTH 1,
tab_source TYPE STANDARD TABLE OF string WITH DEFAULT KEY,
END OF typ_str_method_source
|
||
| 2 | TYP_TAB_INTFNAMES | Public | See coding | 20070118 | typ_tab_intfnames TYPE STANDARD TABLE OF string WITH DEFAULT KEY
|
||
| 3 | TYP_TAB_METHOD_SOURCES | Public | See coding | 20070118 | typ_tab_method_sources TYPE STANDARD TABLE OF typ_str_method_source
WITH KEY methname
|
Method Signatures
Method S_GENERATE_GLOBAL_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLASSNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20070118 | ||||
| 2 | I_FLG_CREATE_PUBLIC | Call by reference | Type reference (TYPE) | CHAR1 | 'X' | Einstelliges Kennzeichen | 20070308 | ||
| 3 | I_INTERFACE | Call by reference | Type reference (TYPE) | CSEQUENCE | 20070118 | ||||
| 4 | I_SUPERCLASS | Call by reference | Type reference (TYPE) | CSEQUENCE | 20070118 | ||||
| 5 | I_TAB_INTERFACES | Call by reference | Type reference (TYPE) | TYP_TAB_INTFNAMES | 20070118 | ||||
| 6 | I_TAB_METHOD_SRCS | Call by reference | Type reference (TYPE) | TYP_TAB_METHOD_SOURCES | 20070118 | ||||
| 7 | R_RCD_CREATION | Value transfer | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20070118 |
Method S_GENERATE_GLOBAL_CLASS on class CL_AREN_CLASS_GENERATOR has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |