SAP ABAP Interface /RPM/IF_PROVIDER_ACCESS (ESA: "CRUD"-Interface Pattern)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PFM (Application Component) Portfolio Management
⤷
/RPM/API (Package) xRPM External Interfaces

⤷

⤷

Meta Relationship - Used By
Properties
Interface | /RPM/IF_PROVIDER_ACCESS | |
Short Description | ESA: "CRUD"-Interface Pattern |
General Data
Package | /RPM/API | xRPM External Interfaces |
Created | 20041123 | SAP |
Last changed | 20141109 | |
Unicode checks active |
Forward declarations
Interface /RPM/IF_PROVIDER_ACCESS has no forward declaration.
Interfaces
Interface /RPM/IF_PROVIDER_ACCESS has no interface.
Friends
Interface /RPM/IF_PROVIDER_ACCESS has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_CHANGE_MODE_CREATE | Constant | Public | Type reference (TYPE) | TY_CHANGE_MODE | 'C' | 20041123 | ||
2 | CO_CHANGE_MODE_DELETE | Constant | Public | Type reference (TYPE) | TY_CHANGE_MODE | 'D' | 20041123 | ||
3 | CO_CHANGE_MODE_UPDATE | Constant | Public | Type reference (TYPE) | TY_CHANGE_MODE | 'U' | 20041123 | ||
4 | CO_EDIT | Constant | Public | Type reference (TYPE) | TY_EDIT_MODE | 1 | 20041123 | ||
5 | CO_EDIT_EXCLUSIVE | Constant | Public | Type reference (TYPE) | TY_EDIT_MODE | 2 | 20041123 | ||
6 | CO_READ_ONLY | Constant | Public | Type reference (TYPE) | TY_EDIT_MODE | 0 | 20041123 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20041123 | |
2 | ![]() |
Instance method | Public | Method | 20050127 | |
3 | ![]() |
Instance method | Public | Method | 20041123 | |
4 | ![]() |
Instance method | Public | Method | 20041123 |
Events
Interface /RPM/IF_PROVIDER_ACCESS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_ACTIONS | Public | See coding | 20050127 | tt_actions type standard table of ty_actions
with default key
|
||
2 | TT_MODIFICATIONS | Public | See coding | 20041123 | tt_modifications type standard table of ty_modifications
with default key
|
||
3 | TY_ACTIONS | Public | See coding | 20050127 | 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 | 20041123 | ty_change_mode type c length 1
|
||
5 | TY_EDIT_MODE | Public | Type reference (TYPE) | I | 20041123 | |
|
6 | TY_MODIFICATIONS | Public | See coding | 20041123 | 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 | 20041123 | ||
2 | ![]() |
IN_SOURCE_BO_NODE | Call by reference | Type reference (TYPE) | STRING | 20041123 | |||
3 | ![]() |
IN_SOURCE_BO_NODE_KEY | Call by reference | Type reference (TYPE) | ANY | 20041123 | |||
4 | ![]() |
OUT_ROOT_KEY | Call by reference | Type reference (TYPE) | ANY | 20041123 |
Method GET_ROOT_KEY on Interface /RPM/IF_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 | 20050127 | |||
2 | ![]() |
IN_CHANGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_CHANGE_HANDLER | 20050127 | |||
3 | ![]() |
IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_MESSAGE_BUFFER | Message-Handler-Schnittstelle | 20050127 | ||
4 | ![]() |
IN_MODIFICATIONS | Call by reference | Type reference (TYPE) | TT_MODIFICATIONS | 20050127 |
Method MODIFY on Interface /RPM/IF_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 | 20041123 | |||
2 | ![]() |
IN_EDIT_MODE | Call by reference | Type reference (TYPE) | TY_EDIT_MODE | 20041123 | |||
3 | ![]() |
IN_FILL_PROPERTIES | Call by reference | Type reference (TYPE) | SESF_BOOLEAN | Boolesch | 20041123 | ||
4 | ![]() |
IN_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20041123 | |||
5 | ![]() |
IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_MESSAGE_BUFFER | Message-Handler-Schnittstelle | 20041123 | ||
6 | ![]() |
IN_PROPERTY_HANDLER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_PROPERTY_HANDLER | Attribute-Handler-Schnittstelle | 20041123 | ||
7 | ![]() |
IN_RETRIEVE_BEFORE_IMAGE | Call by reference | Type reference (TYPE) | SESF_BOOLEAN | Boolesch | 20041123 | ||
8 | ![]() |
OUT_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20041123 | |||
9 | ![]() |
OUT_FAILED_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20041123 |
Method RETRIEVE on Interface /RPM/IF_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 | 20041123 | |||
2 | ![]() |
IN_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20041123 | |||
3 | ![]() |
IN_EDIT_MODE | Call by reference | Type reference (TYPE) | TY_EDIT_MODE | 20041123 | |||
4 | ![]() |
IN_FILL_DATA | Call by reference | Type reference (TYPE) | SESF_BOOLEAN | Boolesch | 20041123 | ||
5 | ![]() |
IN_FILL_PROPERTIES | Call by reference | Type reference (TYPE) | SESF_BOOLEAN | Boolesch | 20041123 | ||
6 | ![]() |
IN_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20041123 | |||
7 | ![]() |
IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_MESSAGE_BUFFER | Message-Handler-Schnittstelle | 20041123 | ||
8 | ![]() |
IN_PROPERTY_HANDLER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_PROPERTY_HANDLER | Attribute Handler Interface | 20041123 | ||
9 | ![]() |
IN_RETRIEVE_BEFORE_IMAGE | Call by reference | Type reference (TYPE) | SESF_BOOLEAN | SPACE | Boolesch | 20041123 | |
10 | ![]() |
OUT_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20041123 | |||
11 | ![]() |
OUT_LINK_SOURCE_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20041123 | |||
12 | ![]() |
OUT_LINK_TARGET_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20041123 |
Method RETRIEVE_BY_ASSOCIATION on Interface /RPM/IF_PROVIDER_ACCESS has no exception.
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 400 |