SAP ABAP Class IF_INM_PROVIDER_ACCESS (ESA: "CRUD"-Interface Pattern)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_INM_API_METRIC | INM API: Metric | 20070404 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_INM_API_METRIC_VALTYPE | cProjects API: Metrics Value | 20070619 |
Properties
| Class | IF_INM_PROVIDER_ACCESS | |
| Short Description | ESA: "CRUD"-Interface Pattern | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20070404 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_INM_PROVIDER_ACCESS has no forward declaration.
Interfaces
Class IF_INM_PROVIDER_ACCESS has no interface implemented.
Friends
Class IF_INM_PROVIDER_ACCESS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TY_CHANGE_MODE | 'C' | 20070404 | |||
| 2 | Constant | Public | Type reference (TYPE) | TY_CHANGE_MODE | 'D' | 20070404 | |||
| 3 | Constant | Public | Type reference (TYPE) | TY_CHANGE_MODE | 'U' | 20070404 | |||
| 4 | Constant | Public | Type reference (TYPE) | TY_EDIT_MODE | 1 | 20070404 | |||
| 5 | Constant | Public | Type reference (TYPE) | TY_EDIT_MODE | 2 | 20070404 | |||
| 6 | Constant | Public | Type reference (TYPE) | TY_EDIT_MODE | 0 | 20070404 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get Root Object Key | 20070404 | |
| 2 | Instance method | Public | Method | Modify | 20070404 | |
| 3 | Instance method | Public | Method | Prompts | 20070404 | |
| 4 | Instance method | Public | Method | Association Query | 20070404 |
Events
Class IF_INM_PROVIDER_ACCESS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_ACTIONS | Public | See coding | 20070404 | tt_actions type standard table of ty_actions
with default key
|
||
| 2 | TT_MODIFICATIONS | Public | See coding | 20070404 | tt_modifications type standard table of ty_modifications
with default key
|
||
| 3 | TY_ACTIONS | Public | See coding | 20070404 | begin of TY_ACTIONS,
bo_node_name type string,
action_name type string,
keys type sesf_bo_node_id_tab,
parameters type ref to data,
end of ty_actions
|
||
| 4 | TY_CHANGE_MODE | Public | See coding | 20070404 | ty_change_mode type c length 1
|
||
| 5 | TY_EDIT_MODE | Public | Type reference (TYPE) | I | 20070404 | |
|
| 6 | TY_MODIFICATIONS | Public | See coding | 20070404 | begin of TY_MODIFICATIONS,
bo_node_name type string,
key type ref to data,
change_mode type ty_change_mode,
data type ref to data,
changed_fields type scol_string_t,
association type string,
source_bo_node type string,
source_key type ref to data,
source_key_is_handle type sesf_boolean,
end of ty_modifications
|
Method Signatures
Method GET_ROOT_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_MESSAGE_BUFFER | Message-Handler-Schnittstelle | 20070404 | |||
| 2 | IN_SOURCE_BO_NODE | Call by reference | Type reference (TYPE) | STRING | 20070404 | ||||
| 3 | IN_SOURCE_BO_NODE_KEY | Call by reference | Type reference (TYPE) | ANY | 20070404 | ||||
| 4 | OUT_ROOT_KEY | Call by reference | Type reference (TYPE) | ANY | 20070404 |
Method GET_ROOT_KEY on class IF_INM_PROVIDER_ACCESS has no exception.
Method MODIFY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_ACTIONS | Call by reference | Type reference (TYPE) | TT_ACTIONS | 20070404 | ||||
| 2 | IN_CHANGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_CHANGE_HANDLER | 20070404 | ||||
| 3 | IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_MESSAGE_BUFFER | Message-Handler-Schnittstelle | 20070404 | |||
| 4 | IN_MODIFICATIONS | Call by reference | Type reference (TYPE) | TT_MODIFICATIONS | 20070404 |
Method MODIFY on class IF_INM_PROVIDER_ACCESS has no exception.
Method RETRIEVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20070404 | ||||
| 2 | IN_EDIT_MODE | Call by reference | Type reference (TYPE) | TY_EDIT_MODE | 20070404 | ||||
| 3 | IN_FILL_PROPERTIES | Call by reference | Type reference (TYPE) | SESF_BOOLEAN | Boolesch | 20070404 | |||
| 4 | IN_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20070404 | ||||
| 5 | IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_MESSAGE_BUFFER | Message-Handler-Schnittstelle | 20070404 | |||
| 6 | IN_PROPERTY_HANDLER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_PROPERTY_HANDLER | Attribute-Handler-Schnittstelle | 20070404 | |||
| 7 | IN_RETRIEVE_BEFORE_IMAGE | Call by reference | Type reference (TYPE) | SESF_BOOLEAN | Boolesch | 20070404 | |||
| 8 | OUT_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20070404 | ||||
| 9 | OUT_FAILED_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20070404 |
Method RETRIEVE on class IF_INM_PROVIDER_ACCESS has no exception.
Method RETRIEVE_BY_ASSOCIATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_ASSOCIATION_NAME | Call by reference | Type reference (TYPE) | STRING | 20070404 | ||||
| 2 | IN_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20070404 | ||||
| 3 | IN_EDIT_MODE | Call by reference | Type reference (TYPE) | TY_EDIT_MODE | 20070404 | ||||
| 4 | IN_FILL_DATA | Call by reference | Type reference (TYPE) | SESF_BOOLEAN | Boolesch | 20070404 | |||
| 5 | IN_FILL_PROPERTIES | Call by reference | Type reference (TYPE) | SESF_BOOLEAN | Boolesch | 20070404 | |||
| 6 | IN_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20070404 | ||||
| 7 | IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_MESSAGE_BUFFER | Message-Handler-Schnittstelle | 20070404 | |||
| 8 | IN_PROPERTY_HANDLER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_PROPERTY_HANDLER | Attribute Handler Interface | 20070404 | |||
| 9 | IN_RETRIEVE_BEFORE_IMAGE | Call by reference | Type reference (TYPE) | SESF_BOOLEAN | SPACE | Boolesch | 20070404 | ||
| 10 | OUT_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20070404 | ||||
| 11 | OUT_LINK_SOURCE_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20070404 | ||||
| 12 | OUT_LINK_TARGET_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20070404 |
Method RETRIEVE_BY_ASSOCIATION on class IF_INM_PROVIDER_ACCESS has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in |