SAP ABAP Class /RPM/IF_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)  /RPM/CL_SUBSTITUTE_API xRPM Susbstitute Provider class 20060109
2 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_OBJECT_LINK_API Provider-Klasse xRPM-Bereichs-Header 20050729
3 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_PERSON_D_API xPPM Person Detail Provider Class 20050319
4 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_PORTFOLIO_API xRPM Portfolio header Provider Class 20050211
5 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_QNNR_API xRPM Questionnaire Provider Class 20050119
6 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_RELATION_API xRPM Relation Provider class 20050720
7 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_RESOURCE_POOL_D_API Resource Pool Detail Provider Class 20050518
8 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_REVIEW_API xRPM Review Provider class 20050216
9 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_SMODEL_API xRPM Questionnaire Provider Class 20050127
10 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_ITEM_T_API Item Template API Class 20070410
... Click here to see Used By full list (33 items)
Properties
Class /RPM/IF_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 20041123   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /RPM/IF_PROVIDER_ACCESS has no forward declaration.
Interfaces
Class /RPM/IF_PROVIDER_ACCESS has no interface implemented.
Friends
Class /RPM/IF_PROVIDER_ACCESS has no friend class.
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 GET_ROOT_KEY Instance method Public Method 20041123
2 MODIFY Instance method Public Method 20050127
3 RETRIEVE Instance method Public Method 20041123
4 RETRIEVE_BY_ASSOCIATION Instance method Public Method 20041123
Events
Class /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 Importing IN_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) /RPM/IF_MESSAGE_BUFFER Message-Handler-Schnittstelle 20041123
2 Importing IN_SOURCE_BO_NODE Call by reference Type reference (TYPE) STRING 20041123
3 Importing IN_SOURCE_BO_NODE_KEY Call by reference Type reference (TYPE) ANY 20041123
4 Exporting OUT_ROOT_KEY Call by reference Type reference (TYPE) ANY 20041123

Method GET_ROOT_KEY on class /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 Changing IN_ACTIONS Call by reference Type reference (TYPE) TT_ACTIONS 20050127
2 Importing IN_CHANGE_HANDLER Call by reference Object reference (TYPE REF TO) /RPM/IF_CHANGE_HANDLER 20050127
3 Importing IN_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) /RPM/IF_MESSAGE_BUFFER Message-Handler-Schnittstelle 20050127
4 Changing IN_MODIFICATIONS Call by reference Type reference (TYPE) TT_MODIFICATIONS 20050127

Method MODIFY on class /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 Importing IN_BO_NODE_NAME Call by reference Type reference (TYPE) STRING 20041123
2 Importing IN_EDIT_MODE Call by reference Type reference (TYPE) TY_EDIT_MODE 20041123
3 Importing IN_FILL_PROPERTIES Call by reference Type reference (TYPE) SESF_BOOLEAN Boolesch 20041123
4 Importing IN_KEYS Call by reference Type reference (TYPE) INDEX TABLE 20041123
5 Importing IN_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) /RPM/IF_MESSAGE_BUFFER Message-Handler-Schnittstelle 20041123
6 Importing IN_PROPERTY_HANDLER Call by reference Object reference (TYPE REF TO) /RPM/IF_PROPERTY_HANDLER Attribute-Handler-Schnittstelle 20041123
7 Importing IN_RETRIEVE_BEFORE_IMAGE Call by reference Type reference (TYPE) SESF_BOOLEAN Boolesch 20041123
8 Exporting OUT_DATA Call by reference Type reference (TYPE) INDEX TABLE 20041123
9 Exporting OUT_FAILED_KEYS Call by reference Type reference (TYPE) INDEX TABLE 20041123

Method RETRIEVE on class /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 Importing IN_ASSOCIATION_NAME Call by reference Type reference (TYPE) STRING 20041123
2 Importing IN_BO_NODE_NAME Call by reference Type reference (TYPE) STRING 20041123
3 Importing IN_EDIT_MODE Call by reference Type reference (TYPE) TY_EDIT_MODE 20041123
4 Importing IN_FILL_DATA Call by reference Type reference (TYPE) SESF_BOOLEAN Boolesch 20041123
5 Importing IN_FILL_PROPERTIES Call by reference Type reference (TYPE) SESF_BOOLEAN Boolesch 20041123
6 Importing IN_KEYS Call by reference Type reference (TYPE) INDEX TABLE 20041123
7 Importing IN_MESSAGE_BUFFER Call by reference Object reference (TYPE REF TO) /RPM/IF_MESSAGE_BUFFER Message-Handler-Schnittstelle 20041123
8 Importing IN_PROPERTY_HANDLER Call by reference Object reference (TYPE REF TO) /RPM/IF_PROPERTY_HANDLER Attribute Handler Interface 20041123
9 Importing IN_RETRIEVE_BEFORE_IMAGE Call by reference Type reference (TYPE) SESF_BOOLEAN SPACE Boolesch 20041123
10 Exporting OUT_DATA Call by reference Type reference (TYPE) INDEX TABLE 20041123
11 Exporting OUT_LINK_SOURCE_KEYS Call by reference Type reference (TYPE) INDEX TABLE 20041123
12 Exporting OUT_LINK_TARGET_KEYS Call by reference Type reference (TYPE) INDEX TABLE 20041123

Method RETRIEVE_BY_ASSOCIATION on class /RPM/IF_PROVIDER_ACCESS has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_SUBSTITUTE_API xRPM Susbstitute Provider class 20060109
2 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_OBJECT_LINK_API Provider-Klasse xRPM-Bereichs-Header 20050729
3 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_PERSON_D_API xPPM Person Detail Provider Class 20050319
4 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_PORTFOLIO_API xRPM Portfolio header Provider Class 20050211
5 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_QNNR_API xRPM Questionnaire Provider Class 20050119
6 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_RELATION_API xRPM Relation Provider class 20050720
7 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_RESOURCE_POOL_D_API Resource Pool Detail Provider Class 20050518
8 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_REVIEW_API xRPM Review Provider class 20050216
9 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_SMODEL_API xRPM Questionnaire Provider Class 20050127
10 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_ITEM_T_API Item Template API Class 20070410
11 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_TEAM_MD_D_API Provider class of Team Master Data 20050729
12 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_WHATIF_API xRPM What If Provider class 20051224
13 Interface implementation (CLASS c. INTERFACES i_ref)  CL_INM_INITIATIVE_O_API Initiative Operational API 20070102
14 Interface implementation (CLASS c. INTERFACES i_ref)  CL_INM_INITIATIVE_T_API Initiative Operational API 20070217
15 Interface implementation (CLASS c. INTERFACES i_ref)  CL_INM_OBJ_HEADER_API Initiative Object Header Provider Class 20070313
16 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RPM_PRJ_MGR_WORKLIST_API RPM Project managment worklist API 20050627
17 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RPM_RES_MGR_WORKLIST_API RPM Resource manager worklist API 20050429
18 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_ACL_API xRPM Authorization Provider class 20050719
19 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_ITEM_D_API xRPM Item Detail Provider Class 20050110
20 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_FIN_CATEGORY_B_API Bereichskategorie Bedarfsplanung API-Provider Klasse 20050330
21 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_FIN_CATEGORY_API 20050302
22 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_FILTER_API filter api class 20080923
23 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_FAVOURITES_API Favorites Provider class 20070502
24 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_DOCUMENT_API Document Operational API 20080731
25 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_DEPENDENCY_API 20060621
26 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_DECISION_POINT_API xRPM Decision Point Provider Class 20050110
27 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_CROOM_API RPM Collaboration Room Provider Class 20080812
28 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_COMMENT_API xRPM Comments Provider class 20050719
29 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_COLLECTION_API xRPM Collection Provider class 20050609
30 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_CAP_CATEGORY_B_API Bucket category demand planning API provider 20050312
31 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_CAP_CATEGORY_API 20050308
32 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_CAP_B_ASSIGN_RES Bucket Capacity Resource Assignment 20100416
33 Interface implementation (CLASS c. INTERFACES i_ref)  /RPM/CL_BUCKET_API xRPM Bucket Header Provider Class 20050122
History
Last changed by/on SAP  20141109 
SAP Release Created in