SAP ABAP Class CL_GRRM_SMARTJSON_SCRIPT_LOAD (Class for loading scripts for JSON <-> ABAP)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-RM (Application Component) GRC Risk Management
⤷
GRRM_STREAMWORK (Package) Streamwork connectivity
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRRM_SMARTJSON_SCRIPT_LOAD | Loads JS for JSON <-> ABAP Mapping | 20110413 |
Properties
| Class | CL_GRRM_SMARTJSON_SCRIPT_LOAD | |
| Short Description | Class for loading scripts for JSON <-> ABAP | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRRM_STREAMWORK | Streamwork connectivity |
| Created | 20110413 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GRRM_SMARTJSON_SCRIPT_LOAD | Loads JS for JSON <-> ABAP Mapping | 20110413 |
Friends
Class CL_GRRM_SMARTJSON_SCRIPT_LOAD has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | T_SCRIPT_LOADER | 20110413 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | LIF_SCRIPT | 20110413 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | 20110413 | ||
| 2 | Static method | Public | Method | 20110413 | ||
| 3 | Static method | Public | Method | 20110413 |
Events
Class CL_GRRM_SMARTJSON_SCRIPT_LOAD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_SCRIPT_LOADER | Private | See coding | 20110413 | BEGIN OF s_script_loader,
script_name
TYPE if_grrm_smartjson_script_load=>script_name,
script_loader
TYPE REF TO if_grrm_smartjson_script_load,
END OF s_script_loader
|
||
| 2 | T_SCRIPT_LOADER | Private | See coding | 20110413 | t_script_loader
TYPE HASHED TABLE OF s_script_loader WITH UNIQUE KEY script_name
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SCRIPT_CONTAINER | Call by reference | Object reference (TYPE REF TO) | LIF_SCRIPT | 20110413 |
Method CONSTRUCTOR on class CL_GRRM_SMARTJSON_SCRIPT_LOAD has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SCRIPT_NAME | Call by reference | Type reference (TYPE) | IF_GRRM_SMARTJSON_SCRIPT_LOAD=>SCRIPT_NAME | 20110413 | ||||
| 2 | R_SCRIPT_LOADER | Value transfer | Object reference (TYPE REF TO) | IF_GRRM_SMARTJSON_SCRIPT_LOAD | 20110413 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110413 |
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SCRIPT_NAME | Call by reference | Type reference (TYPE) | IF_GRRM_SMARTJSON_SCRIPT_LOAD=>SCRIPT_NAME | 20110413 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110413 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1000 |