SAP ABAP Class IF_DPR_CORE_SERVICE_INBOUND (Inbound Services)
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
Class IF_DPR_CORE_SERVICE_INBOUND  
Short Description Inbound Services    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20040922   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_DPR_CORE_SERVICE_INBOUND has no interface implemented.
Friends
Class IF_DPR_CORE_SERVICE_INBOUND has no friend class.
Attributes
Class IF_DPR_CORE_SERVICE_INBOUND has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_CHANGE_NOTIFICATIONS Instance method Public Method Get Change Information 20040922
2 GET_MESSAGES Instance method Public Method Get Messages 20040922
3 GET_PROPERTIES Instance method Public Method Get Properties 20040922
Events
Class 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 Importing IV_RESET Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE 'X': Deltas zurücksetzen 20051024
2 Returning RT_CHANGE_NOTIFICATIONS Value transfer Type reference (TYPE) TT_CHANGE_NOTIFICATIONS Änderungen 20040922

Method GET_CHANGE_NOTIFICATIONS on class 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 Returning RT_MESSAGES Value transfer Type reference (TYPE) IF_DPR_CORE_SERVICE_INBOUND=>TT_MESSAGES Meldungen 20040922

Method GET_MESSAGES on class 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 Importing IS_BO_NODE_KEY Call by reference Type reference (TYPE) ANY Schlüsseö des Bo-Knotens 20041015
2 Importing IV_BO_NODE_NAME Call by reference Type reference (TYPE) STRING BO-Knoten Name 20041015
3 Importing IV_SUB_ELEM_NAME Call by reference Type reference (TYPE) STRING Name zur Eigenschaft 20041015
4 Importing IV_SUB_ELEM_TYPE Call by reference Type reference (TYPE) DPR_TV_ELEMENTTYPE Art der Eigenschaft: Association, Attribute, Action 20041015
5 Returning RS_PROPERTIES Value transfer Type reference (TYPE) TY_PROPERTIES Eigenschaft(enabled, read only, visible, obligatorisch) 20041015

Method GET_PROPERTIES on class IF_DPR_CORE_SERVICE_INBOUND has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in