SAP ABAP Interface IF_DPR_CORE_SERVICE_INBOUND (Inbound Services)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PRO-EXT-API (Application Component) BAPI Interface for cProjects
⤷
DEVELOPMENT_PROJECTS_API (Package) API for Project Management

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_DPR_CORE_SERVICE_MANAGER | Proj. Mgmt Core Service Manager | 20040922 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DPR_API_CORE_SERVICE_MNGR | Service Manager | 20040922 |
Properties
Interface | IF_DPR_CORE_SERVICE_INBOUND | |
Short Description | Inbound Services |
General Data
Package | DEVELOPMENT_PROJECTS_API | API for Project Management |
Created | 20040922 | SAP |
Last changed | 20141109 | |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | IF_DPR_CORE_SERVICE_INBOUND | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_DPR_CORE_SERVICE_INBOUND has no interface.
Friends
Interface IF_DPR_CORE_SERVICE_INBOUND has no friend.
Attributes
Interface IF_DPR_CORE_SERVICE_INBOUND has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get Change Information | 20040922 |
2 | ![]() |
Instance method | Public | Method | Get Messages | 20040922 |
3 | ![]() |
Instance method | Public | Method | Get Properties | 20040922 |
Events
Interface IF_DPR_CORE_SERVICE_INBOUND has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_CHANGE_NOTIFICATIONS | Public | See coding | 20040922 | tt_change_notifications TYPE STANDARD TABLE OF
ty_change_notifications
WITH DEFAULT KEY
|
||
2 | TT_MESSAGES | Public | See coding | 20040922 | tt_messages TYPE STANDARD TABLE OF
ty_messages
WITH DEFAULT KEY
|
||
3 | TT_PROPERTIES | Public | See coding | 20040922 | tt_properties TYPE hashed TABLE OF
ty_properties
WITH unique KEY bo_name
bo_node_name
bo_node_key
sub_elem_type
sub_elem_name
WITH NON-UNIQUE SORTED KEY second_key
COMPONENTS bo_name
bo_node_name
bo_node_key
sub_elem_type
|
||
4 | TY_CHANGE_NOTIFICATIONS | Public | See coding | 20040922 | BEGIN OF ty_change_notifications,
bo_name TYPE string,
bo_node_name TYPE string,
mode TYPE i,
bo_node_key TYPE string,
old_bo_node_key TYPE string,
END OF ty_change_notifications
|
||
5 | TY_MESSAGES | Public | See coding | 20040922 | BEGIN OF ty_messages ,
message_category TYPE i,
bo_name TYPE string,
bo_node_name TYPE string,
bo_node_key TYPE string,
bo_node_attribute TYPE string,
message_type(1) TYPE c,
message_code TYPE string,
message_text TYPE string,
message_vars TYPE string,
extension TYPE string,
END OF ty_messages
|
||
6 | TY_PROPERTIES | Public | See coding | 20040922 | BEGIN OF ty_properties,
bo_name TYPE string,
bo_node_name TYPE string,
bo_node_key TYPE string,
sub_elem_type TYPE i, " attribute, action, association
sub_elem_name TYPE string, "attribute
properties TYPE dpr_ts_fc_property_ext,
* property_name TYPE string,
* final TYPE scol_boolean,
* property_value TYPE string,
END OF ty_properties
|
||
7 | TY_SELECTION_PARAMETER | Public | Type reference (TYPE) | DPR_TS_SELECTION_PARAMETER | 20040922 | |
Method Signatures
Method GET_CHANGE_NOTIFICATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_RESET | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | 'X': Deltas zurücksetzen | 20051024 | |
2 | ![]() |
RT_CHANGE_NOTIFICATIONS | Value transfer | Type reference (TYPE) | TT_CHANGE_NOTIFICATIONS | Änderungen | 20040922 |
Method GET_CHANGE_NOTIFICATIONS on Interface IF_DPR_CORE_SERVICE_INBOUND has no exception.
Method GET_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_MESSAGES | Value transfer | Type reference (TYPE) | IF_DPR_CORE_SERVICE_INBOUND=>TT_MESSAGES | Meldungen | 20040922 |
Method GET_MESSAGES on Interface IF_DPR_CORE_SERVICE_INBOUND has no exception.
Method GET_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_BO_NODE_KEY | Call by reference | Type reference (TYPE) | ANY | Schlüsseö des Bo-Knotens | 20041015 | ||
2 | ![]() |
IV_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | BO-Knoten Name | 20041015 | ||
3 | ![]() |
IV_SUB_ELEM_NAME | Call by reference | Type reference (TYPE) | STRING | Name zur Eigenschaft | 20041015 | ||
4 | ![]() |
IV_SUB_ELEM_TYPE | Call by reference | Type reference (TYPE) | DPR_TV_ELEMENTTYPE | Art der Eigenschaft: Association, Attribute, Action | 20041015 | ||
5 | ![]() |
RS_PROPERTIES | Value transfer | Type reference (TYPE) | TY_PROPERTIES | Eigenschaft(enabled, read only, visible, obligatorisch) | 20041015 |
Method GET_PROPERTIES on Interface IF_DPR_CORE_SERVICE_INBOUND has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 400 |