SAP ABAP Interface IF_CRD_LOG (Credentialing: Application Log)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
ICM (Application Component) Incentive and Commission Management (ICM)
⤷
CRDRUN (Package) Credentialing: Runtime
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CRD_LOG | Credentialing: Application Log | 20061010 |
Properties
| Interface | IF_CRD_LOG | |
| Short Description | Credentialing: Application Log |
General Data
| Package | CRDRUN | Credentialing: Runtime |
| Created | 20061010 | SAP |
| Last changed | 20100310 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_CRD_LOG has no forward declaration.
Interfaces
Interface IF_CRD_LOG has no interface.
Friends
Interface IF_CRD_LOG has no friend.
Attributes
Interface IF_CRD_LOG has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds Exception to Log | 20061011 | |
| 2 | Instance method | Public | Method | Inserts Dependent Log | 20061011 | |
| 3 | Static method | Public | Method | Generates New Log | 20061010 | |
| 4 | Instance method | Public | Method | Generates Dependent Log | 20061010 | |
| 5 | Instance method | Public | Method | Gets All Messages | 20070120 | |
| 6 | Instance method | Public | Method | Adds Message to Log | 20061010 | |
| 7 | Instance method | Public | Method | Sets Requirement ID | 20061013 |
Events
Interface IF_CRD_LOG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTY_S_MESSAGE | Public | See coding | Notification | 20070120 | BEGIN OF mty_s_message,
id TYPE int4,
parent TYPE int4,
reqid TYPE crdreqid,
sublog type boolean_flg,
msgty TYPE symsgty,
msgid TYPE symsgid,
msgno TYPE symsgno,
msgv1 TYPE symsgv,
msgv2 TYPE symsgv,
msgv3 TYPE symsgv,
msgv4 TYPE symsgv,
END OF mty_s_message
|
|
| 2 | MTY_TS_MESSAGE | Public | See coding | Messages (Sorted Table) | 20070120 | mty_ts_message TYPE SORTED TABLE OF mty_s_message WITH UNIQUE KEY id
|
Method Signatures
Method APPEND_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IX_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_CRD | Legitimierung: Basisklasse Ausnahmen | 20061011 |
Method APPEND_EXCEPTION on Interface IF_CRD_LOG has no exception.
Method APPEND_SUBLOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SUBLOG | Call by reference | Object reference (TYPE REF TO) | IF_CRD_LOG | Legitimierung: Anwendungsprotokoll | 20061011 | |||
| 2 | IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichtenklasse | 20061011 | |||
| 3 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20061011 | |||
| 4 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Nachrichtentyp | 20061011 | |||
| 5 | IV_MSGV1 | Call by reference | Type reference (TYPE) | ANY | SPACE | Nachrichtenvariable 1 | 20061011 | ||
| 6 | IV_MSGV2 | Call by reference | Type reference (TYPE) | ANY | SPACE | Nachrichtenvariable 2 | 20061011 | ||
| 7 | IV_MSGV3 | Call by reference | Type reference (TYPE) | ANY | SPACE | Nachrichtenvariable 3 | 20061011 | ||
| 8 | IV_MSGV4 | Call by reference | Type reference (TYPE) | ANY | SPACE | Nachrichtenvariable 4 | 20061011 |
Method APPEND_SUBLOG on Interface IF_CRD_LOG has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_LOG | Value transfer | Object reference (TYPE REF TO) | IF_CRD_LOG | Legitimierung: Anwendungsprotokoll | 20061011 |
Method CREATE on Interface IF_CRD_LOG has no exception.
Method CREATE_SUBLOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichtenklasse | 20061010 | |||
| 2 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20061010 | |||
| 3 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Nachrichtentyp | 20061010 | |||
| 4 | IV_MSGV1 | Call by reference | Type reference (TYPE) | ANY | SPACE | Nachrichtenvariable 1 | 20061010 | ||
| 5 | IV_MSGV2 | Call by reference | Type reference (TYPE) | ANY | SPACE | Nachrichtenvariable 2 | 20061010 | ||
| 6 | IV_MSGV3 | Call by reference | Type reference (TYPE) | ANY | SPACE | Nachrichtenvariable 3 | 20061010 | ||
| 7 | IV_MSGV4 | Call by reference | Type reference (TYPE) | ANY | SPACE | Nachrichtenvariable 4 | 20061010 | ||
| 8 | RO_SUBLOG | Value transfer | Object reference (TYPE REF TO) | IF_CRD_LOG | Legitimierung: Anwendungsprotokoll | 20061010 |
Method CREATE_SUBLOG on Interface IF_CRD_LOG has no exception.
Method GET_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_MESSAGE | Value transfer | Type reference (TYPE) | MTY_TS_MESSAGE | Meldungen (sort. Tabelle) | 20070120 |
Method GET_MESSAGES on Interface IF_CRD_LOG has no exception.
Method MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichtenklasse | 20061010 | |||
| 2 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20061010 | |||
| 3 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Nachrichtentyp | 20061010 | |||
| 4 | IV_MSGV1 | Call by reference | Type reference (TYPE) | ANY | SPACE | Nachrichtenvariable 1 | 20061010 | ||
| 5 | IV_MSGV2 | Call by reference | Type reference (TYPE) | ANY | SPACE | Nachrichtenvariable 2 | 20061010 | ||
| 6 | IV_MSGV3 | Call by reference | Type reference (TYPE) | ANY | SPACE | Nachrichtenvariable 3 | 20061010 | ||
| 7 | IV_MSGV4 | Call by reference | Type reference (TYPE) | ANY | SPACE | Nachrichtenvariable 4 | 20061010 |
Method MESSAGE on Interface IF_CRD_LOG has no exception.
Method SET_REQID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_REQID | Call by reference | Type reference (TYPE) | CRDREQID | Legetimierung: Eindeutige ID eines Requirements | 20061013 |
Method SET_REQID on Interface IF_CRD_LOG has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |