SAP ABAP Interface IF_RSBM_LOG_COMP_RUNTIME (Runtime View of a Log Hierarchy Node)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSBM (Package) Data Transfer Process: Log and Monitor
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSBM_LOG_COMPONENT Node of a Hierarchical Log 20040611
Properties
Interface IF_RSBM_LOG_COMP_RUNTIME  
Short Description Runtime View of a Log Hierarchy Node    
General Data
Package RSBM   Data Transfer Process: Log and Monitor 
Created 20040611   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSBM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_RSBM_LOG_COMP_RUNTIME has no interface.
Friends
Interface IF_RSBM_LOG_COMP_RUNTIME has no friend.
Attributes
Interface IF_RSBM_LOG_COMP_RUNTIME has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHILD Instance method Public Method Attaches a Lower-Level Node to the Log 20040630
2 ADD_EXCEPTION Instance method Public Method Attaches Messages for an Exception Instance to the Log 20040729
3 ADD_MSG Instance method Public Method Attaches Message to Log 20040702
4 ADD_NEXT Instance method Public Method Attaches a Next Node to the Log 20040630
5 ADD_SY_MSG Instance method Public Method Adds Message to Log 20040702
6 ADD_S_PAR Instance method Public Method Adds a Field/Value Row to the Log 20040902
7 ADD_T_MSG Instance method Public Method Attaches Table with Messages to Log 20040702
8 CONDENSE Instance method Public Method Compresses Nodes into a Single Node 20050420
9 FREE Instance method Public Method Frees Memory 20040630
10 FREE_CHILDREN Instance method Public Method Frees Memory from Lower-Level Node 20040701
11 GET_CHILD Instance method Public Method Object Reference to Lower-Level Node 20040625
12 GET_LOGID Instance method Public Method Log Identifier 20040630
13 GET_MAXSTATE Instance method Public Method Maximum Status of All Messages Below 20060301
14 GET_NEXT Instance method Public Method Object Reference to Next Node 20040625
15 GET_NODETYPE Instance method Public Method Node Type 20040630
16 GET_PARENT Instance method Public Method Object Reference to Higher-Level Node 20040625
17 GET_T_NODE_INFO_RECU Instance method Public Method returns information on subtree as an internal table 20080821
18 GET_T_STATDTP Instance method Public Method Node Attributes 20041230
19 INVALIDATE Instance method Public Method Invalidates Node (Sets End Time Stamp) 20041202
20 INVALIDATE_NEXT Instance method Public Method Invalidates Subsequent Nodes 20041214
21 INVALIDATE_NODE_ATTRIBUTES Instance method Public Method Invalidated Node Attributes 20050805
22 PERSIST Instance method Public Method Writes Node Attribute to the DB 20050421
23 REFRESH_NODE_STATE Instance method Public Method RDA: Update DP Node Status 20091104
Events
Interface IF_RSBM_LOG_COMP_RUNTIME has no event.
Types
Interface IF_RSBM_LOG_COMP_RUNTIME has no local type.
Method Signatures

Method ADD_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_LOG_COMPONENT Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_COMPONENT Knoten eines hierarchischen Logs 20040630

Method ADD_CHILD on Interface IF_RSBM_LOG_COMP_RUNTIME has no exception.

Method ADD_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIRST_CONNECTION Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20041230
2 Importing I_NO_COMMIT Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20041230
3 Importing I_R_ROOT Call by reference Object reference (TYPE REF TO) CX_ROOT BW Basis Exception mit T100 Meldung (statisch geprüft) 20040729

Method ADD_EXCEPTION on Interface IF_RSBM_LOG_COMP_RUNTIME has no exception.

Method ADD_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_MSG Call by reference Type reference (TYPE) RSPC_S_MSG Nachricht (endlich mal NUR Nachricht, kein sonstiges Zeugs) 20040702

Method ADD_MSG on Interface IF_RSBM_LOG_COMP_RUNTIME has no exception.

Method ADD_NEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_LOG_COMPONENT Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_COMPONENT 20040630

Method ADD_NEXT on Interface IF_RSBM_LOG_COMP_RUNTIME has no exception.

Method ADD_SY_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIRST_CONNECTION Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE 20041230
2 Importing I_NO_COMMIT Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE 20041230

Method ADD_SY_MSG on Interface IF_RSBM_LOG_COMP_RUNTIME has no exception.

Method ADD_S_PAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIRST_CONNECTION Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE 20041230
2 Importing I_NO_COMMIT Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE 20041230
3 Importing I_S_PAR Call by reference Type reference (TYPE) RSBM_S_PAR Zähler und Feld/Wert Paar 20040902

Method ADD_S_PAR on Interface IF_RSBM_LOG_COMP_RUNTIME has no exception.

Method ADD_T_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIRST_CONNECTION Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE 20041230
2 Importing I_NO_COMMIT Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE 20041230
3 Importing I_T_MSG Call by reference Type reference (TYPE) RSPC_T_MSG Nachricht (endlich mal NUR Nachricht, kein sonstiges Zeugs) 20040702

Method ADD_T_MSG on Interface IF_RSBM_LOG_COMP_RUNTIME has no exception.

Method CONDENSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_CONDENSATE Call by reference Object reference (TYPE REF TO) IF_RSBM_LOG_CONDENSATE Interface DTP / Prozess 20050420

Method CONDENSE on Interface IF_RSBM_LOG_COMP_RUNTIME has no exception.

Method FREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STATIC_TOO Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20060629

Method FREE on Interface IF_RSBM_LOG_COMP_RUNTIME has no exception.

Method FREE_CHILDREN Signature

Method FREE_CHILDREN on Interface IF_RSBM_LOG_COMP_RUNTIME has no parameter.
Method FREE_CHILDREN on Interface IF_RSBM_LOG_COMP_RUNTIME has no exception.

Method GET_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_LOG_COMPONENT Value transfer Object reference (TYPE REF TO) CL_RSBM_LOG_COMPONENT 20040625
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20040630

Method GET_LOGID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LOGID Value transfer Type reference (TYPE) RSBMLOGID Hierarchisches Log: Log-ID 20040630

Method GET_LOGID on Interface IF_RSBM_LOG_COMP_RUNTIME has no exception.

Method GET_MAXSTATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALSO_NEXT Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20100712
2 Exporting R_MAXSTATE Value transfer Type reference (TYPE) RSBMSTATE DTP-Log: Status eines Knotens 20060301

Method GET_MAXSTATE on Interface IF_RSBM_LOG_COMP_RUNTIME has no exception.

Method GET_NEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_LOG_COMPONENT Value transfer Object reference (TYPE REF TO) CL_RSBM_LOG_COMPONENT 20040625
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20040630

Method GET_NODETYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NODETYPE Value transfer Type reference (TYPE) RSBMNODETYPE DTP-Log: Typ eines Knotens 20040630

Method GET_NODETYPE on Interface IF_RSBM_LOG_COMP_RUNTIME has no exception.

Method GET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_LOG_COMPONENT Value transfer Object reference (TYPE REF TO) CL_RSBM_LOG_COMPONENT 20040625
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20040701

Method GET_T_NODE_INFO_RECU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_NODES Call by reference Type reference (TYPE) RSBM_TH_NODES 20080822
2 Changing C_T_LOGPAR Call by reference Type reference (TYPE) RSBM_T_LOGPAR 20080822
3 Changing C_T_MONMESS Call by reference Type reference (TYPE) RSBM_T_MONMESS 20080822
4 Importing I_CONDENSE Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE 20080821

Method GET_T_NODE_INFO_RECU on Interface IF_RSBM_LOG_COMP_RUNTIME has no exception.

Method GET_T_STATDTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_STATDTP Value transfer Type reference (TYPE) RSSTA_T_STATDTP Tabelle zu WHM Statistiken: Details DTP 20041230

Method GET_T_STATDTP on Interface IF_RSBM_LOG_COMP_RUNTIME has no exception.

Method INVALIDATE Signature

Method INVALIDATE on Interface IF_RSBM_LOG_COMP_RUNTIME has no parameter.
Method INVALIDATE on Interface IF_RSBM_LOG_COMP_RUNTIME has no exception.

Method INVALIDATE_NEXT Signature

Method INVALIDATE_NEXT on Interface IF_RSBM_LOG_COMP_RUNTIME has no parameter.
Method INVALIDATE_NEXT on Interface IF_RSBM_LOG_COMP_RUNTIME has no exception.

Method INVALIDATE_NODE_ATTRIBUTES Signature

Method INVALIDATE_NODE_ATTRIBUTES on Interface IF_RSBM_LOG_COMP_RUNTIME has no parameter.
Method INVALIDATE_NODE_ATTRIBUTES on Interface IF_RSBM_LOG_COMP_RUNTIME has no exception.

Method PERSIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MAXNODE_DB Call by reference Type reference (TYPE) RSBMNODE Hierarchisches Log: Knoten-ID 20050421
2 Returning R_MAXNODE_NEW Value transfer Type reference (TYPE) RSBMNODE Hierarchisches Log: Knoten-ID 20050422

Method PERSIST on Interface IF_RSBM_LOG_COMP_RUNTIME has no exception.

Method REFRESH_NODE_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REFR Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Refresh vs change 20091104
2 Returning R_LAST_STEP_COMPLETED Value transfer Type reference (TYPE) RS_BOOL Update Command durchgeführt 20101126

Method REFRESH_NODE_STATE on Interface IF_RSBM_LOG_COMP_RUNTIME has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 400