SAP ABAP Interface IF_SWF_LOG_ENTRY (Log Entry)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWF_LOG (Package) Workflow: Log Manager
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SWF_LOG_ENTRY | Class for a Log Entry | 20000426 |
Properties
| Interface | IF_SWF_LOG_ENTRY | |
| Short Description | Log Entry |
General Data
| Package | SWF_LOG | Workflow: Log Manager |
| Created | 20000425 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_SWF_LOG_ENTRY has no forward declaration.
Interfaces
Interface IF_SWF_LOG_ENTRY has no interface.
Friends
Interface IF_SWF_LOG_ENTRY has no friend.
Attributes
Interface IF_SWF_LOG_ENTRY has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Gets the component of the entry | 20000502 | |
| 2 | Instance method | Public | Method | Gets the GUID of the entry (generated key) | 20000502 | |
| 3 | Instance method | Public | Method | Gets the level | 20000425 | |
| 4 | Instance method | Public | Method | Gets the persistence reference of the log entry | 20000530 | |
| 5 | Instance method | Public | Method | Gets the log message | 20000425 | |
| 6 | Instance method | Public | Method | Gets the predecessor of the entry | 20000425 | |
| 7 | Instance method | Public | Method | Gets the log profile of the entry | 20000428 | |
| 8 | Instance method | Public | Method | Gets the program name | 20000425 | |
| 9 | Instance method | Public | Method | Gets the line number in source code | 20000425 | |
| 10 | Instance method | Public | Method | Gets the specific data | 20000530 | |
| 11 | Instance method | Public | Method | Gets the time stamp | 20000425 | |
| 12 | Instance method | Public | Method | Gets the user for the log entry | 20000503 | |
| 13 | Instance method | Public | Method | Sets the level | 20000425 | |
| 14 | Instance method | Public | Method | Sets the log message | 20000425 | |
| 15 | Instance method | Public | Method | Sets the predecessor of the entry | 20000425 | |
| 16 | Instance method | Public | Method | Sets the program name | 20000425 | |
| 17 | Instance method | Public | Method | Sets the line number in source code | 20000425 | |
| 18 | Instance method | Public | Method | Sets the specific data | 20000530 | |
| 19 | Instance method | Public | Method | Sets the time stamp | 20000425 | |
| 20 | Instance method | Public | Method | Sets the user for the log entry | 20000503 |
Events
Interface IF_SWF_LOG_ENTRY has no event.
Types
Interface IF_SWF_LOG_ENTRY has no local type.
Method Signatures
Method GET_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_COMPONENT | Value transfer | Type reference (TYPE) | SWF_LOGCMP | Komponente eines Logtyps | 20000502 |
Method GET_COMPONENT on Interface IF_SWF_LOG_ENTRY has no exception.
Method GET_ENTRY_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_GUID | Value transfer | Type reference (TYPE) | SWF_LOGKEY-LOGGUID | GUID im 'CHAR' Format in Großschreibung | 20000502 |
Method GET_ENTRY_GUID on Interface IF_SWF_LOG_ENTRY has no exception.
Method GET_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_LEVEL | Value transfer | Type reference (TYPE) | SWF_LOGLEV | Loglevel | 20000428 |
Method GET_LEVEL on Interface IF_SWF_LOG_ENTRY has no exception.
Method GET_LOG_PERSISTENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_PERSISTENCE | Value transfer | Object reference (TYPE REF TO) | IF_SWF_LOG_PERSISTENCE | Persistenz des Logs | 20000530 |
Method GET_LOG_PERSISTENCE on Interface IF_SWF_LOG_ENTRY has no exception.
Method GET_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichten, Nachrichtentyp | 20000428 | |||
| 2 | EX_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichten, Nachrichtennummer | 20000428 | |||
| 3 | EX_MSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichten, Nachrichtenvariable | 20000428 | |||
| 4 | EX_MSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichten, Nachrichtenvariable | 20000428 | |||
| 5 | EX_MSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichten, Nachrichtenvariable | 20000428 | |||
| 6 | EX_MSGV4 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichten, Nachrichtenvariable | 20000428 |
Method GET_MESSAGE on Interface IF_SWF_LOG_ENTRY has no exception.
Method GET_PREVIOUS_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_LOG_ENTRY | Value transfer | Object reference (TYPE REF TO) | IF_SWF_LOG_ENTRY | Log-Eintrag | 20000425 |
Method GET_PREVIOUS_ENTRY on Interface IF_SWF_LOG_ENTRY has no exception.
Method GET_PROFILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_LOGPROFILE | Call by reference | Type reference (TYPE) | SWF_LOGPRO | Name eines Logprofils | 20000428 | |||
| 2 | EX_LOGTYP | Call by reference | Type reference (TYPE) | SWF_LOGTYP | Logtyp zur Definition von Logprofilen | 20000428 |
Method GET_PROFILE on Interface IF_SWF_LOG_ENTRY has no exception.
Method GET_PROGRAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_PROGRAM | Value transfer | Type reference (TYPE) | SYREPID | ABAP-Programm, aktuelles Rahmenprogramm | 20000426 |
Method GET_PROGRAM on Interface IF_SWF_LOG_ENTRY has no exception.
Method GET_SOURCE_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_SOURCE_LINE | Value transfer | Type reference (TYPE) | I | Zeile im Quellcode | 20000426 |
Method GET_SOURCE_LINE on Interface IF_SWF_LOG_ENTRY has no exception.
Method GET_SPECIFIC_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | Datenobjekt der Kontextdaten | 20000530 | |||
| 2 | EX_STRUCTURE | Call by reference | Type reference (TYPE) | ANY | Struktur der Daten | 20000530 |
Method GET_SPECIFIC_DATA on Interface IF_SWF_LOG_ENTRY has no exception.
Method GET_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_TIMESTAMP | Call by reference | Type reference (TYPE) | SWF_LOGDAT-TIMESTAMP | UTC-Zeitstempel in Langform (JJJJMMTThhmmss,mmmuuun) | 20000428 |
Method GET_TIMESTAMP on Interface IF_SWF_LOG_ENTRY has no exception.
Method GET_USERNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_USERNAME | Value transfer | Type reference (TYPE) | SWF_LOGDAT-USERNAME | R/3-System, Anmeldename des Benutzers | 20000503 |
Method GET_USERNAME on Interface IF_SWF_LOG_ENTRY has no exception.
Method SET_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_LEVEL | Call by reference | Type reference (TYPE) | SWF_LOGLEV | Loglevel | 20000428 |
Method SET_LEVEL on Interface IF_SWF_LOG_ENTRY has no exception.
Method SET_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichten, Nachrichtentyp | 20000428 | |||
| 2 | IM_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichten, Nachrichtennummer | 20000428 | |||
| 3 | IM_MSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichten, Nachrichtenvariable | 20000428 | |||
| 4 | IM_MSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichten, Nachrichtenvariable | 20000428 | |||
| 5 | IM_MSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichten, Nachrichtenvariable | 20000428 | |||
| 6 | IM_MSGV4 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichten, Nachrichtenvariable | 20000428 |
Method SET_MESSAGE on Interface IF_SWF_LOG_ENTRY has no exception.
Method SET_PREVIOUS_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_LOG_ENTRY | Call by reference | Object reference (TYPE REF TO) | IF_SWF_LOG_ENTRY | Log-Eintrag | 20000425 |
Method SET_PREVIOUS_ENTRY on Interface IF_SWF_LOG_ENTRY has no exception.
Method SET_PROGRAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_PROGRAM | Call by reference | Type reference (TYPE) | SYREPID | ABAP-Programm, aktuelles Rahmenprogramm | 20000426 |
Method SET_PROGRAM on Interface IF_SWF_LOG_ENTRY has no exception.
Method SET_SOURCE_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_SOURCE_LINE | Call by reference | Type reference (TYPE) | I | Zeile im Quellcode | 20000426 |
Method SET_SOURCE_LINE on Interface IF_SWF_LOG_ENTRY has no exception.
Method SET_SPECIFIC_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Kontext-Daten | 20000530 | |||
| 2 | IM_STRUCTURE | Call by reference | Type reference (TYPE) | TYPENAME | Struktur der Daten | 20000530 |
Method SET_SPECIFIC_DATA on Interface IF_SWF_LOG_ENTRY has no exception.
Method SET_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TIMESTAMP | Call by reference | Type reference (TYPE) | SWF_LOGDAT-TIMESTAMP | UTC-Zeitstempel in Langform (JJJJMMTThhmmss,mmmuuun) | 20000428 |
Method SET_TIMESTAMP on Interface IF_SWF_LOG_ENTRY has no exception.
Method SET_USERNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_USERNAME | Call by reference | Type reference (TYPE) | SWF_LOGDAT-USERNAME | R/3-System, Anmeldename des Benutzers | 20000503 |
Method SET_USERNAME on Interface IF_SWF_LOG_ENTRY has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 50A |