SAP ABAP Interface IF_SMI_LOG (Application Log)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SMI (Application Component) Social Media Intelligence Foundation
     BS_SOMI_DATA_MODELS (Package) Datta Models for Social Media Intelligence
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SMI_LOG Application Log 20131031
Properties
Interface IF_SMI_LOG  
Short Description Application Log    
General Data
Package BS_SOMI_DATA_MODELS   Datta Models for Social Media Intelligence 
Created 20131004   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_SMI_LOG has no interface.
Friends
Interface IF_SMI_LOG has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_PROTOCOL Instance attribute Public Type reference (TYPE) TT_PROTOCOL 20131031
2 MV_LOG_FOR Instance attribute Public Type reference (TYPE) BALNREXT Application Log: External ID 20131031
Methods
# Method Level Visibility Method type Description Created on
1 PROTOCOL_ADD_MESSAGE Instance method Public Method Adds a Message to the Log 20131031
2 PROTOCOL_ADD_TEXT Instance method Public Method Adds a Text to the Log 20131031
3 PROTOCOL_INIT Instance method Public Method Initializes the Log or the Application Log 20131031
4 PROTOCOL_WRITE Instance method Public Method Writes the Log 20131031
Events
Interface IF_SMI_LOG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_MSG Public See coding 20131031 BEGIN OF ts_msg, msgty TYPE symsgty, msgid TYPE symsgid, msgno TYPE symsgno, msgv1 TYPE symsgv, msgv2 TYPE symsgv, msgv3 TYPE symsgv, msgv4 TYPE symsgv, probclass TYPE balprobcl, END OF ts_msg
2 TS_PROTOCOL Public See coding 20131031 BEGIN OF ts_protocol. INCLUDE TYPE bal_s_msg. TYPES: text TYPE string, object TYPE string, END OF ts_protocol
3 TT_PROTOCOL Public See coding 20131031 tt_protocol TYPE STANDARD TABLE OF ts_protocol
Method Signatures

Method PROTOCOL_ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MESSAGE Call by reference Type reference (TYPE) TS_MSG 20131031
2 Importing IV_OBJECT Call by reference Type reference (TYPE) ANY 20131031

Method PROTOCOL_ADD_MESSAGE on Interface IF_SMI_LOG has no exception.

Method PROTOCOL_ADD_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT Call by reference Type reference (TYPE) ANY 20131031
2 Importing IV_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL Application Log: Message Problem Class 20131031
3 Importing IV_TEXT Call by reference Type reference (TYPE) TEXT200 Text 20131031
4 Importing IV_TYPE Call by reference Type reference (TYPE) SYMSGTY Message Type 20131031

Method PROTOCOL_ADD_TEXT on Interface IF_SMI_LOG has no exception.

Method PROTOCOL_INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LOG_OBJ Call by reference Type reference (TYPE) BAL_S_LOG Application Log: Log header data 20131031
2 Importing IV_DETAIL_PROT Call by reference Type reference (TYPE) SMI_DETAIL_LOG Social Consent Management : Detail Log 20131031
3 Importing IV_MODE Call by reference Type reference (TYPE) SMI_PRG_TESTMODE Social Consent Management : Flow Control - Test Mode 20131112
4 Importing IV_OUTPUT_TYPE Call by reference Type reference (TYPE) SMI_OBJ_PROT_OUTPUT Social Consent Management : Log Output 20131031
5 Returning RV_APPL_LOG_HANDLE Value transfer Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20131031

Method PROTOCOL_INIT on Interface IF_SMI_LOG has no exception.

Method PROTOCOL_WRITE Signature

Method PROTOCOL_WRITE on Interface IF_SMI_LOG has no parameter.
# Exception Resumable Description Created on
1 CX_SOCLMDA_EXCEPTION Social Media Exception 20131031
History
Last changed by/on SAP  20140121 
SAP Release Created in