SAP ABAP Interface IF_SWF_LOG_MANAGER (Log Manager)
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_MANAGER Class for Log Writer 20000530
Properties
Interface IF_SWF_LOG_MANAGER  
Short Description Log Manager    
General Data
Package SWF_LOG   Workflow: Log Manager 
Created 20000530   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_SWF_LOG_MANAGER has no forward declaration.
Interfaces
Interface IF_SWF_LOG_MANAGER has no interface.
Friends
Interface IF_SWF_LOG_MANAGER has no friend.
Attributes
Interface IF_SWF_LOG_MANAGER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ENTRIES Instance method Public Method Adds multiple log entries 20000530
2 ADD_ENTRY Instance method Public Method Adds a log entry 20000530
3 CONVERT_TO_STRUCTURE Instance method Public Method Converts an entry to a structure 20000531
4 CONVERT_TO_TABLE Instance method Public Method Converts entries to an internal table 20000531
5 EXTRACT_BY_COMPONENT Instance method Public Method Extracts the entries of a component 20000531
6 EXTRACT_BY_LEVEL Instance method Public Method Extracts the entries of a level 20000531
7 GET_CONTEXT_ENTRY Instance method Public Method Gets the context log entry 20000530
8 GET_ENTRIES Instance method Public Method Gets the log entries to be written 20000530
9 IS_ENTRY_REQUIRED Instance method Public Method Checks whether an entry has been written 20000531
10 REMOVE_ENTRIES Instance method Public Method Removes log entries from existing set 20000530
11 SAVE Instance method Public Method Saves collected log entries 20000530
12 SET_CONTEXT_ENTRY Instance method Public Method Sets a context log entry 20000530
Events
Interface IF_SWF_LOG_MANAGER has no event.
Types
Interface IF_SWF_LOG_MANAGER has no local type.
Method Signatures

Method ADD_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LOGENTRIES Call by reference Type reference (TYPE) SWF_LOGENTRIES Tabelle mit Referenzen auf IF_SWF_LOG_ENTRY 20000530

Method ADD_ENTRIES on Interface IF_SWF_LOG_MANAGER has no exception.

Method ADD_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LOGENTRY Call by reference Object reference (TYPE REF TO) IF_SWF_LOG_ENTRY Log-Eintrag 20000530

Method ADD_ENTRY on Interface IF_SWF_LOG_MANAGER has no exception.

Method CONVERT_TO_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_STRUCTURE Call by reference Type reference (TYPE) ANY Strukturinhalt 20000531
2 Importing IM_LOGENTRY Call by reference Object reference (TYPE REF TO) IF_SWF_LOG_ENTRY Log-Eintrag 20000531
3 Importing IM_STRUCTURE_NAME Call by reference Type reference (TYPE) TYPENAME Name der Struktur 20000531

Method CONVERT_TO_STRUCTURE on Interface IF_SWF_LOG_MANAGER has no exception.

Method CONVERT_TO_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_TABLE Call by reference Type reference (TYPE) STANDARD TABLE Interne Tabelle 20000531
2 Importing IM_LOGENTRIES Call by reference Type reference (TYPE) SWF_LOGENTRIES Tabelle mit Referenzen auf IF_SWF_LOG_ENTRY 20000531
3 Importing IM_STRUCTURE_NAME Call by reference Type reference (TYPE) TYPENAME Strukturname der internen Tabelle 20000531

Method CONVERT_TO_TABLE on Interface IF_SWF_LOG_MANAGER has no exception.

Method EXTRACT_BY_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_EXTRACT Call by reference Type reference (TYPE) SWF_LOGENTRIES Tabelle mit Referenzen auf IF_SWF_LOG_ENTRY 20000531
2 Importing IM_COMPONENT Call by reference Type reference (TYPE) SWF_LOGCMP Komponente eines Logtyps 20000531
3 Importing IM_LOGENTRIES Call by reference Type reference (TYPE) SWF_LOGENTRIES Tabelle mit Referenzen auf IF_SWF_LOG_ENTRY 20000531

Method EXTRACT_BY_COMPONENT on Interface IF_SWF_LOG_MANAGER has no exception.

Method EXTRACT_BY_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_EXTRACT Call by reference Type reference (TYPE) SWF_LOGENTRIES Tabelle mit Referenzen auf IF_SWF_LOG_ENTRY 20000531
2 Importing IM_LEVEL Call by reference Type reference (TYPE) SWF_LOGLEV Loglevel 20000531
3 Importing IM_LOGENTRIES Call by reference Type reference (TYPE) SWF_LOGENTRIES Tabelle mit Referenzen auf IF_SWF_LOG_ENTRY 20000531

Method EXTRACT_BY_LEVEL on Interface IF_SWF_LOG_MANAGER has no exception.

Method GET_CONTEXT_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_LOGENTRY Value transfer Object reference (TYPE REF TO) IF_SWF_LOG_ENTRY Log-Eintrag 20000530

Method GET_CONTEXT_ENTRY on Interface IF_SWF_LOG_MANAGER has no exception.

Method GET_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_LOGENTRIES Call by reference Type reference (TYPE) SWF_LOGENTRIES Tabelle mit Referenzen auf IF_SWF_LOG_ENTRY 20000530

Method GET_ENTRIES on Interface IF_SWF_LOG_MANAGER has no exception.

Method IS_ENTRY_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COMPONENT Call by reference Type reference (TYPE) SWF_LOGCMP Komponente eines Logtyps 20000531
2 Importing IM_LOGLEVEL Call by reference Type reference (TYPE) SWF_LOGLEV Loglevel 20000531
3 Importing IM_LOGPROFILE Call by reference Type reference (TYPE) SWF_LOGPRO Name eines Logprofils 20000531
4 Importing IM_LOGTYP Call by reference Type reference (TYPE) SWF_LOGTYP Logtyp zur Definition von Logprofilen 20000531
5 Returning RE_REQUIRED Value transfer Type reference (TYPE) XFELD Eintrag wird geschrieben = 'X' 20000531
# Exception Resumable Description Created on
1 CX_SWF_LOG_PROFILE_NOT_FOUND Log-Profil nicht gefunden 20000531

Method REMOVE_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LOGENTRIES Call by reference Type reference (TYPE) SWF_LOGENTRIES Tabelle mit Referenzen auf IF_SWF_LOG_ENTRY 20000530

Method REMOVE_ENTRIES on Interface IF_SWF_LOG_MANAGER has no exception.

Method SAVE Signature

Method SAVE on Interface IF_SWF_LOG_MANAGER has no parameter.
Method SAVE on Interface IF_SWF_LOG_MANAGER has no exception.

Method SET_CONTEXT_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LOGENTRY Call by reference Object reference (TYPE REF TO) IF_SWF_LOG_ENTRY Log-Eintrag 20000530

Method SET_CONTEXT_ENTRY on Interface IF_SWF_LOG_MANAGER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 50A