SAP ABAP Class CL_ISSR_PROTOCOL_TP (CL_ISSR_PROTOCOL_TP)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FS-SR (Application Component) Regulatory reporting for insurance companies
     VVSRFISL (Package) Statutory Reporting for Insurance from FI-SL
Properties
Class CL_ISSR_PROTOCOL_TP  
Short Description    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package VVSRFISL   Statutory Reporting for Insurance from FI-SL 
Created 20020117   SAP 
Last change 20090218   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_ISSR_PROTOCOL_SINGELTON Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ISSR_PROTOCOL_TP has no interface implemented.
Friends
Class CL_ISSR_PROTOCOL_TP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 LOG_HANDLE Static Attribute Private Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20020117
2 L_DISPLAY_PROFILE Static Attribute Private Type reference (TYPE) BAL_S_PROF Application Log: Log Output Format Profile 20020117
3 L_DIS_PROBCLASS_VARIANT Static Attribute Private Type reference (TYPE) ISSR_DISPLAY_PROBCLASS 20020117
4 L_FCAT Instance attribute Private Type reference (TYPE) BAL_S_FCAT Application Log: Display field catalog 20020117
5 L_LOG Static Attribute Private Type reference (TYPE) BAL_S_LOG Application Log: Log header data 20020117
6 L_MSG Instance attribute Private Type reference (TYPE) ISSR_BAL_S_MSG Application Log: Message Data 20020117
7 L_MSG_FILTER Static Attribute Private Type reference (TYPE) BAL_S_MFIL Application Log: Message Filter Criteria 20020423
8 T_LOG_HANDLE Static Attribute Private Type reference (TYPE) BAL_T_LOGH Application Log: Log Handle Table 20020423
9 T_MSG Instance attribute Private Type reference (TYPE) ISSR_BAL_T_MSG 20020117
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Instance method Public Method Adds a Message to the Log 20020117
2 DELETE_MESSAGE Instance method Public Method 20020117
3 DELETE_MESSAGES_ALL Instance method Public Method 20020117
4 DISPLAY_POPUP Instance method Public Method 20020117
5 DISPLAY_SUBSCREEN Instance method Public Method 20020311
6 DISPLAY_SUBSCREEN_FREE Instance method Public Method 20020311
7 DISPLAY_SUBSCREEN_INIT Instance method Public Method 20020311
8 DISPLAY_TP Instance method Public Method Displays the Log 20020423
9 GET_FIELDCAT Instance method Protected Method 20020312
10 GET_INSTANCE Static method Public Method 20020117
11 GET_MESSAGES Instance method Public Method 20020117
12 GET_STANDARD_PROFILE Instance method Public Method 20020313
13 GET_T_LOG_HANDLE Instance method Public Method 20020117
14 INITIALIZE Instance method Public Method 20020117
15 REPLACE_LAST_MESSAGE Instance method Public Method 20020117
16 SAVE_MESSAGES_TO_DB Instance method Public Method 20020117
17 SET_ROOT_TEXT Instance method Public Method 20020117
Events
Class CL_ISSR_PROTOCOL_TP has no event.
Types
Class CL_ISSR_PROTOCOL_TP has no local type.
Method Signatures

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LEVEL Call by reference Type reference (TYPE) BAL_S_MSG-DETLEVEL Anwendungs-Log: Detaillierungsgrad 20020117
2 Importing IM_MESSAGE Call by reference Type reference (TYPE) BAL_S_MSG Anwendungs-Log: Daten einer Meldung 20020117
3 Importing IS_MFT_DATA Call by reference Type reference (TYPE) ANY Import der Meldedaten 20020312

Method ADD_MESSAGE on class CL_ISSR_PROTOCOL_TP has no exception.

Method DELETE_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20020117
2 Importing I_MSGNUMBER Call by reference Type reference (TYPE) BALMNR Anwendungs-Log: interne laufende Nummer der Meldung 20020117

Method DELETE_MESSAGE on class CL_ISSR_PROTOCOL_TP has no exception.

Method DELETE_MESSAGES_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Log_handle 20020117

Method DELETE_MESSAGES_ALL on class CL_ISSR_PROTOCOL_TP has no exception.

Method DISPLAY_POPUP Signature

Method DISPLAY_POPUP on class CL_ISSR_PROTOCOL_TP has no parameter.
Method DISPLAY_POPUP on class CL_ISSR_PROTOCOL_TP has no exception.

Method DISPLAY_SUBSCREEN Signature

Method DISPLAY_SUBSCREEN on class CL_ISSR_PROTOCOL_TP has no parameter.
Method DISPLAY_SUBSCREEN on class CL_ISSR_PROTOCOL_TP has no exception.

Method DISPLAY_SUBSCREEN_FREE Signature

Method DISPLAY_SUBSCREEN_FREE on class CL_ISSR_PROTOCOL_TP has no parameter.
Method DISPLAY_SUBSCREEN_FREE on class CL_ISSR_PROTOCOL_TP has no exception.

Method DISPLAY_SUBSCREEN_INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TITLE Call by reference Type reference (TYPE) SYTITLE Bildschirmbilder, Text in der Titelzeile 20020311

Method DISPLAY_SUBSCREEN_INIT on class CL_ISSR_PROTOCOL_TP has no exception.

Method DISPLAY_TP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MODAL Call by reference Type reference (TYPE) BOOLEAN SPACE Anzeige amodal im neuen Modus starten 20020423
2 Importing IM_TITLE Call by reference Type reference (TYPE) SYTITLE Bildschirmbilder, Text in der Titelzeile 20020423
# Exception Resumable Description Created on
1 ERROR_DISPLAY Fehler beim Anzeigen 20020423

Method GET_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STRUCNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20020312

Method GET_FIELDCAT on class CL_ISSR_PROTOCOL_TP has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_INSTANCE Value transfer Object reference (TYPE REF TO) IF_ISSR_BASI_MESSAGE_LIST ISSR: Protokollverwalter-Klasse 20020117

Method GET_INSTANCE on class CL_ISSR_PROTOCOL_TP has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) ISSR_BAL_T_MSG ISSR: Tabellentyp Meldungen 20020117

Method GET_MESSAGES on class CL_ISSR_PROTOCOL_TP has no exception.

Method GET_STANDARD_PROFILE Signature

Method GET_STANDARD_PROFILE on class CL_ISSR_PROTOCOL_TP has no parameter.
Method GET_STANDARD_PROFILE on class CL_ISSR_PROTOCOL_TP has no exception.

Method GET_T_LOG_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_LOG_HANDLE Value transfer Type reference (TYPE) BAL_T_LOGH Anwendungs-Log: Tabelle mit Protokoll-Handles 20020117

Method GET_T_LOG_HANDLE on class CL_ISSR_PROTOCOL_TP has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL zu initialisierendes Protokoll 20020117

Method INITIALIZE on class CL_ISSR_PROTOCOL_TP has no exception.

Method REPLACE_LAST_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LEVEL Call by reference Type reference (TYPE) BAL_S_MSG-DETLEVEL Anwendungs-Log: Detaillierungsgrad 20020117
2 Importing IM_MESSAGE Call by reference Type reference (TYPE) BAL_S_MSG Anwendungs-Log: Daten einer Meldung 20020117

Method REPLACE_LAST_MESSAGE on class CL_ISSR_PROTOCOL_TP has no exception.

Method SAVE_MESSAGES_TO_DB Signature

Method SAVE_MESSAGES_TO_DB on class CL_ISSR_PROTOCOL_TP has no parameter.
Method SAVE_MESSAGES_TO_DB on class CL_ISSR_PROTOCOL_TP has no exception.

Method SET_ROOT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROOT_TEXT Call by reference Type reference (TYPE) ANY Anwendungs-Log: Tree: Text des Wurzelknotens 20020117

Method SET_ROOT_TEXT on class CL_ISSR_PROTOCOL_TP has no exception.
History
Last changed by/on SAP  20090218 
SAP Release Created in 110