SAP ABAP Interface IF_RMPS_OPERATION_RUN_PROTOCOL (Log of Recursive Operation on DOMEA Objects)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-RCM (Application Component) Records and Case Management
⤷
RMPS_OPERATION (Package) Operations for Recursive Functions
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RMPS_OPERATION_RUN_PROTOCOL | Log of Run of a Recursive Operation | 20021031 |
Properties
| Interface | IF_RMPS_OPERATION_RUN_PROTOCOL | |
| Short Description | Log of Recursive Operation on DOMEA Objects |
General Data
| Package | RMPS_OPERATION | Operations for Recursive Functions |
| Created | 20021018 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_SRM | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_RMPS_OPERATION_RUN_PROTOCOL has no interface.
Friends
Interface IF_RMPS_OPERATION_RUN_PROTOCOL has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_DETLEVEL_OP_RUN | Constant | Public | Type reference (TYPE) | CHAR1 | '2' | Level of Detail: Operation Run | 20021106 | |
| 2 | C_DETLEVEL_OP_RUN_OBJECT | Constant | Public | Type reference (TYPE) | CHAR1 | '7' | Level of Detail: Operation Object | 20021106 | |
| 3 | C_DETLEVEL_OP_RUN_OBJECT_DET | Constant | Public | Type reference (TYPE) | CHAR1 | '8' | Level of Detail: Detail Message for Operation Object | 20021106 | |
| 4 | C_PCL_ADDITIONAL_INFO | Constant | Public | Type reference (TYPE) | CHAR1 | '4' | Problem Class: Additional Information (info) | 20021030 | |
| 5 | C_PCL_IMPORTANT | Constant | Public | Type reference (TYPE) | CHAR1 | '2' | Problem Class: Important (error) | 20021030 | |
| 6 | C_PCL_INTERMEDIATE | Constant | Public | Type reference (TYPE) | CHAR1 | '3' | Problem Class: Medium (warning) | 20021030 | |
| 7 | C_PCL_OTHERS | Constant | Public | Type reference (TYPE) | CHAR1 | ' ' | Problem Class: Other | 20021030 | |
| 8 | C_PCL_VERY_IMPORTANT | Constant | Public | Type reference (TYPE) | CHAR1 | '1' | Problem Class: Very Important (termination) | 20021030 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get Log Handle | 20050624 | |
| 2 | Instance method | Public | Method | Gets Log Entries as Message Table | 20060912 | |
| 3 | Instance method | Public | Method | Save Log in Database | 20021107 | |
| 4 | Instance method | Public | Method | Display the Log | 20021031 | |
| 5 | Instance method | Public | Method | Write Exception to Operation Log | 20021106 | |
| 6 | Instance method | Public | Method | Write Message to Operation Log | 20021105 | |
| 7 | Instance method | Public | Method | Write Text to Operation Log | 20021030 |
Events
Interface IF_RMPS_OPERATION_RUN_PROTOCOL has no event.
Types
Interface IF_RMPS_OPERATION_RUN_PROTOCOL has no local type.
Method Signatures
Method GET_LOG_HANDLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_LOG_HANDLE | Value transfer | Type reference (TYPE) | BALLOGHNDL | Log-Handle | 20050624 |
Method GET_LOG_HANDLE on Interface IF_RMPS_OPERATION_RUN_PROTOCOL has no exception.
Method GET_LOG_MESSAGES_VIA_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ONLY_ERRORS | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>FALSE | Nur Meldungen mit Typ E oder A bzw.Probclass 1 oder 2 | 20060912 | ||
| 2 | RE_MESSAGE_TAB | Value transfer | Type reference (TYPE) | BAPIRETTAB | Meldungstabelle (Leer, wenn Log leer) | 20060912 |
Method GET_LOG_MESSAGES_VIA_TAB on Interface IF_RMPS_OPERATION_RUN_PROTOCOL has no exception.
Method SAVE Signature
Method SAVE on Interface IF_RMPS_OPERATION_RUN_PROTOCOL has no parameter.
Method SAVE on Interface IF_RMPS_OPERATION_RUN_PROTOCOL has no exception.
Method SHOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TITLE | Value transfer | Type reference (TYPE) | STRING | Fenstertitel | 20021104 |
Method SHOW on Interface IF_RMPS_OPERATION_RUN_PROTOCOL has no exception.
Method WRITE_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CONTEXT | Value transfer | Type reference (TYPE) | BAL_S_CONT | Anwendungs-Log: Kontext | 20021106 | |||
| 2 | IM_DETLEVEL | Value transfer | Type reference (TYPE) | C | Detaillierungslevel (1..9) | 20021106 | |||
| 3 | IM_EXCEPTION | Value transfer | Object reference (TYPE REF TO) | CX_ROOT | Zu schreibende Exception | 20021106 | |||
| 4 | IM_MESSAGE_TYPE | Value transfer | Type reference (TYPE) | C | 'E' | Meldungstyp: A(bbr.),E(rror),I(nfo),S(status),W(arn.),eX(it) | 20021106 | ||
| 5 | IM_OP_OBJ_ID | Value transfer | Type reference (TYPE) | RMPS_OP_OBJ_ID | ID des Op.-Objekts, auf das sich der Prot.eintrag bezieht | 20021106 | |||
| 6 | IM_PROBLEM_CLASS | Value transfer | Type reference (TYPE) | C | C_PCL_IMPORTANT | Problemklasse (Konstanten C_PCL_*) | 20021106 |
Method WRITE_EXCEPTION on Interface IF_RMPS_OPERATION_RUN_PROTOCOL has no exception.
Method WRITE_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CONTEXT | Value transfer | Type reference (TYPE) | BAL_S_CONT | Anwendungs-Log: Kontext | 20021105 | |||
| 2 | IM_DETLEVEL | Value transfer | Type reference (TYPE) | C | Detaillierungslevel (1..9) | 20021105 | |||
| 3 | IM_MESSAGE | Value transfer | Type reference (TYPE) | SYMSG | Zu schreibende Meldung | 20021105 | |||
| 4 | IM_OP_OBJ_ID | Value transfer | Type reference (TYPE) | RMPS_OP_OBJ_ID | ID des Op.-Objekts, auf das sich der Prot.eintrag bezieht | 20021105 | |||
| 5 | IM_PARAMS | Value transfer | Type reference (TYPE) | BAL_S_PARM | Anwendungs-Log: Parameter | 20021105 | |||
| 6 | IM_PROBLEM_CLASS | Value transfer | Type reference (TYPE) | C | C_PCL_ADDITIONAL_INFO | Problemklasse (Konstanten C_PCL_*) | 20021105 |
Method WRITE_MESSAGE on Interface IF_RMPS_OPERATION_RUN_PROTOCOL has no exception.
Method WRITE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CONTEXT | Value transfer | Type reference (TYPE) | BAL_S_CONT | Anwendungs-Log: Kontext | 20021030 | |||
| 2 | IM_DETLEVEL | Value transfer | Type reference (TYPE) | C | Detaillierungslevel (1..9) | 20021030 | |||
| 3 | IM_MESSAGE_TYPE | Value transfer | Type reference (TYPE) | C | 'I' | Meldungstyp: A(bbr.),E(rror),I(nfo),S(status),W(arn.),eX(it) | 20021030 | ||
| 4 | IM_OP_OBJ_ID | Value transfer | Type reference (TYPE) | RMPS_OP_OBJ_ID | ID des Op.-Objekts, auf das sich der Prot.eintrag bezieht | 20021031 | |||
| 5 | IM_PARAMS | Value transfer | Type reference (TYPE) | BAL_S_PARM | Anwendungs-Log: Parameter | 20021030 | |||
| 6 | IM_PROBLEM_CLASS | Value transfer | Type reference (TYPE) | C | C_PCL_ADDITIONAL_INFO | Problemklasse (Konstanten C_PCL_*) | 20021030 | ||
| 7 | IM_TEXT | Value transfer | Type reference (TYPE) | STRING | Zu schreibender Text | 20021030 |
Method WRITE_TEXT on Interface IF_RMPS_OPERATION_RUN_PROTOCOL has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 110_620 |