SAP ABAP Class CL_GRFN_MASS_EXPORT_OBJECTS (Export objects)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_CLM (Package) Shared infrastructure for CLM integration
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_MASS_EXPORT_OBJECTS | Export objects | 20120613 |
Properties
| Class | CL_GRFN_MASS_EXPORT_OBJECTS | |
| Short Description | Export objects | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRFN_CLM | Shared infrastructure for CLM integration |
| Created | 20120613 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRFN_MASS_EXPORT_OBJECTS has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GRFN_MASS_EXPORT_OBJECTS | Export objects | 20120613 |
Friends
Class CL_GRFN_MASS_EXPORT_OBJECTS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_GRFN_MASS_EXPORT_OBJECTS | 20120613 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | IF_GRFN_MASS_EXPORT_OBJECTS=>S_SOURCE | 20120613 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | T_NAME | 20120613 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | T_OBJECT | 20120613 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | STRING | 20120613 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20120613 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20120613 | ||
| 2 | Static method | Public | Method | 20120613 | ||
| 3 | Instance method | Private | Method | 20120613 |
Events
Class CL_GRFN_MASS_EXPORT_OBJECTS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_NAME | Private | See coding | 20120613 | BEGIN OF s_name,
entity_id TYPE grfn_api_entity_id,
name TYPE string,
count TYPE i,
END OF s_name
|
||
| 2 | S_OBJECT | Private | See coding | 20120613 | BEGIN OF s_object,
entity_id TYPE grfn_api_entity_id,
id TYPE string,
name TYPE string,
END OF s_object
|
||
| 3 | T_NAME | Private | See coding | 20120613 | t_name TYPE HASHED TABLE OF s_name WITH UNIQUE KEY entity_id name
|
||
| 4 | T_OBJECT | Private | See coding | 20120613 | t_object TYPE HASHED TABLE OF s_object WITH UNIQUE KEY entity_id id
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SOURCE | Call by reference | Type reference (TYPE) | IF_GRFN_MASS_EXPORT_OBJECTS=>S_SOURCE | 20120613 |
Method CONSTRUCTOR on class CL_GRFN_MASS_EXPORT_OBJECTS has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SOURCE | Call by reference | Type reference (TYPE) | IF_GRFN_MASS_EXPORT_OBJECTS=>S_SOURCE | 20120613 | ||||
| 2 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_GRFN_MASS_EXPORT_OBJECTS | 20120613 |
Method GET_INSTANCE on class CL_GRFN_MASS_EXPORT_OBJECTS has no exception.
Method LOAD Signature
Method LOAD on class CL_GRFN_MASS_EXPORT_OBJECTS has no parameter.
Method LOAD on class CL_GRFN_MASS_EXPORT_OBJECTS has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1100 |