SAP ABAP Interface IF_BANK_PP_LOGGER (Message Collector in PPF)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-TS-PPM (Application Component) Batch-Oriented Parallel Processing of Mass Data
⤷
BANK_PP_JOBCTRL (Package) Parallel Processing and Job Control
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BANK_PP_EMSG_LOGGER | Adapter for EMSG Message Concept | 20051031 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BANK_PP_NULL_LOGGER | Logger Without Message Collection | 20051103 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BANK_PP_STANDARD_LOGGER | Standard Logger of PPF for Own UI | 20051110 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_PPF_TEST_LOGGER | Test Application Logger | 20051108 |
Properties
| Interface | IF_BANK_PP_LOGGER | |
| Short Description | Message Collector in PPF |
General Data
| Package | BANK_PP_JOBCTRL | Parallel Processing and Job Control |
| Created | 20051031 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_BANK_PP_LOGGER has no forward declaration.
Interfaces
Interface IF_BANK_PP_LOGGER has no interface.
Friends
Interface IF_BANK_PP_LOGGER has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MSGTXT | Instance attribute | Public | Type reference (TYPE) | STRING | Message Text | 20051109 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add New Message | 20051031 |
Events
Interface IF_BANK_PP_LOGGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_TAB_MESSAGES | Public | See coding | 20051110 | typ_tab_messages
TYPE STANDARD TABLE OF bal_s_msg
WITH DEFAULT KEY
|
Method Signatures
Method ADD_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MSGID | Call by reference | Type reference (TYPE) | SY-MSGID | SY-MSGID | Nachrichtenklasse | 20051109 | ||
| 2 | I_MSGNO | Call by reference | Type reference (TYPE) | SY-MSGNO | SY-MSGNO | Nachrichtennummer | 20051109 | ||
| 3 | I_MSGTY | Call by reference | Type reference (TYPE) | SY-MSGTY | SY-MSGTY | Nachrichtentyp | 20051109 | ||
| 4 | I_MSGV1 | Call by reference | Type reference (TYPE) | SY-MSGV1 | SY-MSGV1 | Nachrichtenvariable | 20051109 | ||
| 5 | I_MSGV2 | Call by reference | Type reference (TYPE) | SY-MSGV2 | SY-MSGV2 | Nachrichtenvariable | 20051109 | ||
| 6 | I_MSGV3 | Call by reference | Type reference (TYPE) | SY-MSGV3 | SY-MSGV3 | Nachrichtenvariable | 20051109 | ||
| 7 | I_MSGV4 | Call by reference | Type reference (TYPE) | SY-MSGV4 | SY-MSGV4 | Nachrichtenvariable | 20051109 |
Method ADD_MESSAGE on Interface IF_BANK_PP_LOGGER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |