SAP ABAP Class CL_RSR_XLS_MESSAGES (Messages)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSR_EXCEL_RUNTIME (Package) Excel Runtime Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSR_WWW_RENDERER Module for a Page in Web Reporting 20021125
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20030116
Properties
Class CL_RSR_XLS_MESSAGES  
Short Description Messages    
Super Class CL_RSR_WWW_RENDERER Module for a Page in Web Reporting 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSR_EXCEL_RUNTIME   Excel Runtime Objects 
Created 20021125   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RRMS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RRXW3 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SERIALIZABLE_OBJECT Serializable Object 20030116
Friends
Class CL_RSR_XLS_MESSAGES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_DOCU_ID Constant Private Type reference (TYPE) DOKU_ID 'NA' Docu ID 20021125
2 C_DOCU_TYPE Constant Private Type reference (TYPE) DOKU_TYP 'E' Docu Type 20021125
3 C_PARAMETER_MSGID Constant Private Type reference (TYPE) RRXW3_PARAMETER_ID 'MSGID' Application Area 20021125
4 C_PARAMETER_MSGNO Constant Private Type reference (TYPE) RRXW3_PARAMETER_ID 'MSGNO' Message Number 20021125
5 C_PARAMETER_MSGV1 Constant Private Type reference (TYPE) RRXW3_PARAMETER_ID 'MSGV1' Variable 1 20021125
6 C_PARAMETER_MSGV2 Constant Private Type reference (TYPE) RRXW3_PARAMETER_ID 'MSGV2' Variable 2 20021125
7 C_PARAMETER_MSGV3 Constant Private Type reference (TYPE) RRXW3_PARAMETER_ID 'MSGV3' Variable 3 20021125
8 C_PARAMETER_MSGV4 Constant Private Type reference (TYPE) RRXW3_PARAMETER_ID 'MSGV4' Variable 4 20021125
9 C_PARAMETER_NO_SYSTEM_MESSAGES Constant Public Type reference (TYPE) RSRPARAMETERID 'SUPPRESS_SYSTEM_MESSAGES' Display No System Messages 20021125
10 C_PARAMETER_PAGE_NO Constant Private Type reference (TYPE) RSRPARAMETERID 'PAGENO' Parameter ID 20050215
11 C_PARAMETER_SNIPPET_NAME Constant Public Type reference (TYPE) RSRPARAMETERID 'SAPBW_SNIPPET_MSG' Snippet Name for Messages 20021125
12 C_PARAMETER_SUPPRESS_WARNINGS Constant Public Type reference (TYPE) RSRPARAMETERID 'SUPPRESS_WARNINGS' Do Not Display Warnings and Information 20021125
13 C_PARAMETER_V1 Constant Private Type reference (TYPE) RSRPARAMETERID 'MSGV1' Parameter ID 20021125
14 C_PARAMETER_V2 Constant Private Type reference (TYPE) RSRPARAMETERID 'MSGV3' Parameter ID 20021125
15 C_PARAMETER_V3 Constant Private Type reference (TYPE) RSRPARAMETERID 'MSGV2' Parameter ID 20021125
16 C_PARAMETER_V4 Constant Private Type reference (TYPE) RSRPARAMETERID 'MSGV4' Parameter ID 20021125
17 C_STYLE_BODY_BLUE Constant Private Type reference (TYPE) STRING 'SAPBEXBodyBlue' 20021125
18 C_WINM_MSG Constant Private Type reference (TYPE) RSTXTLG 'MESSAGES' Message window 20021125
19 N_ABEND Instance attribute Public Type reference (TYPE) RS_BOOL RS_C_FALSE Cancel 20021125
20 N_SUPPRESS_SYS_MESSAGES Instance attribute Public Type reference (TYPE) RS_BOOL RS_C_FALSE Suppress System Message 20021125
21 N_SUPPRESS_WARNINGS Instance attribute Public Type reference (TYPE) RS_BOOL RS_C_FALSE Suppress Warnings and Information 20021125
22 N_T_MESG Instance attribute Public Type reference (TYPE) RRMS_T_MESG Messages 20021202
23 N_T_SYSTEM_MSG Instance attribute Public Type reference (TYPE) RSR_XLS_T_TEMSG Messages 20021202
24 P_INDEX Static Attribute Private Type reference (TYPE) I Index 20021125
25 P_LAST_SYSTEM_MSG_ID Static Attribute Private Type reference (TYPE) EMEID System Message That Was Displayed Most Recently 20021125
26 P_T_MESG_FE Instance attribute Private Type reference (TYPE) RRMS_T_MESG 20050124
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Instance method Public Method Writes a message to the message handler 20050124
2 CHECK_SUPPRESS_WARNINGS Instance method Public Method Display Warnings ? 20021125
3 GET Instance method Public Method Get Message 20021125
4 GET_ALL_MESSAGES Instance method Public Method Gets all the messages from the message handler 20050215
5 GET_CONTENT Instance method Private Method Get Link for Long Text 20021125
6 GET_LONG_TEXT Static method Public Method Gets Long Text for a Message 20021125
7 INIT Instance method Public Method Initial 20021125
8 MODIFY_HTML Instance method Private Method 20021125
9 SERIALIZE Instance method Public Method Serialize 20030205
10 SET Instance method Public Method Reset 20021125
Events
Class CL_RSR_XLS_MESSAGES has no event.
Types
Class CL_RSR_XLS_MESSAGES 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 I_ID Call by reference Type reference (TYPE) SMESG-ARBGB Nachrichten, Nachrichtenklasse 20050124
2 Importing I_NO Call by reference Type reference (TYPE) SMESG-TXTNR Nachrichten, Nachrichtennummer 20050124
3 Importing I_TYPE Call by reference Type reference (TYPE) SMESG-MSGTY Nachrichten, Nachrichtentyp 20050124
4 Importing I_V1 Call by reference Type reference (TYPE) ANY Nachrichten-Variable 20050124
5 Importing I_V2 Call by reference Type reference (TYPE) ANY Nachrichten-Variable 20050124
6 Importing I_V3 Call by reference Type reference (TYPE) ANY Nachrichten-Variable 20050124
7 Importing I_V4 Call by reference Type reference (TYPE) ANY Nachrichten-Variable 20050124

Method ADD_MESSAGE on class CL_RSR_XLS_MESSAGES has no exception.

Method CHECK_SUPPRESS_WARNINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter 20021125

Method CHECK_SUPPRESS_WARNINGS on class CL_RSR_XLS_MESSAGES has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RETURN_HTML Call by reference Type reference (TYPE) STRING Nachrichten als HTML (neue werden angehängt) 20021125
2 Exporting E_T_RETURN Call by reference Type reference (TYPE) RRXW3_T_RETURN Nachrichten (neue werden angehängt) 20021125
3 Importing I_NO_SNIPPET_MARKERS Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Keine Snippet Marker setzen 20021125
4 Importing I_SYSTEM_MESSAGES_READ Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Systemnachrichten auf 'gelesen' setzen 20021125

Method GET on class CL_RSR_XLS_MESSAGES has no exception.

Method GET_ALL_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATA_STRUCTURE Call by reference Type reference (TYPE) STRING 20050215
2 Importing I_R_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter 20050215
# Exception Resumable Description Created on
1 X_MESSAGE Meldung 20050215

Method GET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_MSG Call by reference Type reference (TYPE) RRMS_S_MESG Nachricht 20021125
2 Returning R_CONTENT Value transfer Type reference (TYPE) STRING Link zum Langtext 20021125

Method GET_CONTENT on class CL_RSR_XLS_MESSAGES has no exception.

Method GET_LONG_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATA_STRUCTURE Call by reference Type reference (TYPE) STRING 20041102
2 Importing I_R_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter 20021125
# Exception Resumable Description Created on
1 X_MESSAGE X-Message 20021125

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_WORKBOOK Call by reference Object reference (TYPE REF TO) CL_RSR_XLS_WORKBOOK Seite 20021202

Method INIT on class CL_RSR_XLS_MESSAGES has no exception.

Method MODIFY_HTML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STRING Call by reference Type reference (TYPE) STRING 20021125
2 Importing I_ID Call by reference Type reference (TYPE) SY-MSGID Nachrichten, Nachrichtenklasse 20021125
3 Importing I_NO Call by reference Type reference (TYPE) SY-MSGNO Nachrichten, Nachrichtennummer 20021125
4 Importing I_T_HTML Call by reference Type reference (TYPE) RRXW3_T_T_HTML 20021125
# Exception Resumable Description Created on
1 X_MESSAGE Abbruch 20021125

Method SERIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_MSG Call by reference Type reference (TYPE) RSR_XLS_T_MESSAGE Nachrichten 20030205

Method SERIALIZE on class CL_RSR_XLS_MESSAGES has no exception.

Method SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RESET Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Meldungen zurücksetzen 20021125

Method SET on class CL_RSR_XLS_MESSAGES has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 400