SAP ABAP Class CL_RSR_WWW_MESSAGES (Messages)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSR (Package) BW: General reporting processor
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 20000723
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSR_IMO_MESSAGES Messages (i-Mode) 20020124
2 Inheritance (c INHERITING FROM c_ref)  CL_RSR_WML_MESSAGES Messages (WML) 20020124
Properties
Class CL_RSR_WWW_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   BW: General reporting processor 
Created 20000723   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
Class CL_RSR_WWW_MESSAGES has no interface implemented.
Friends
Class CL_RSR_WWW_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 20001220
2 C_DOCU_TYPE Constant Private Type reference (TYPE) DOKU_TYP 'E' Docu Type 20001220
3 C_PARAMETER_LAST_MSG_ID Constant Public Type reference (TYPE) RRXW3_PARAMETER_ID 'LAST_MESSAGE_ID' Last Message Displayed 20030612
4 C_PARAMETER_MSGID Constant Private Type reference (TYPE) RRXW3_PARAMETER_ID 'MSGID' Application Area 20001220
5 C_PARAMETER_MSGNO Constant Private Type reference (TYPE) RRXW3_PARAMETER_ID 'MSGNO' Message Number 20001220
6 C_PARAMETER_MSGV1 Constant Private Type reference (TYPE) RRXW3_PARAMETER_ID 'MSGV1' Variable 1 20001228
7 C_PARAMETER_MSGV2 Constant Private Type reference (TYPE) RRXW3_PARAMETER_ID 'MSGV2' Variable 2 20001228
8 C_PARAMETER_MSGV3 Constant Private Type reference (TYPE) RRXW3_PARAMETER_ID 'MSGV3' Variable 3 20001228
9 C_PARAMETER_MSGV4 Constant Private Type reference (TYPE) RRXW3_PARAMETER_ID 'MSGV4' Variable 4 20001228
10 C_PARAMETER_NO_SYSTEM_MESSAGES Constant Public Type reference (TYPE) RSRPARAMETERID 'SUPPRESS_SYSTEM_MESSAGES' Display No System Messages 20010815
11 C_PARAMETER_SNIPPET_NAME Constant Public Type reference (TYPE) RSRPARAMETERID 'SAPBW_SNIPPET_MSG' Snippet Name for Messages 20010925
12 C_PARAMETER_SUPPRESS_WARNINGS Constant Public Type reference (TYPE) RSRPARAMETERID 'SUPPRESS_WARNINGS' Do Not Display Warnings and Information 20001005
13 C_PARAMETER_SUPP_CONDITIONAL Constant Public Type reference (TYPE) RSRPARAMETERID 'CONDITIONAL' Show Each Message Only Once a Day 20040401
14 C_PARAMETER_V1 Constant Private Type reference (TYPE) RSRPARAMETERID 'MSGV1' Parameter ID 20020124
15 C_PARAMETER_V2 Constant Private Type reference (TYPE) RSRPARAMETERID 'MSGV2' Parameter ID 20020124
16 C_PARAMETER_V3 Constant Private Type reference (TYPE) RSRPARAMETERID 'MSGV3' Parameter ID 20020124
17 C_PARAMETER_V4 Constant Private Type reference (TYPE) RSRPARAMETERID 'MSGV4' Parameter ID 20020124
18 C_STYLE_BODY_BLUE Constant Private Type reference (TYPE) STRING 'SAPBEXBodyBlue' 20020123
19 C_STYLE_MESSAGE_BAR_ERROR Constant Public Type reference (TYPE) STRING 'SAPBExMsgBarErr' 20031203
20 C_STYLE_MESSAGE_BAR_STANDARD Constant Public Type reference (TYPE) STRING 'SAPBExMsgBarStd' 20031203
21 C_WINM_MSG Constant Private Type reference (TYPE) RSTXTLG 'MESSAGES' Message Window 20001228
22 N_ABEND Instance attribute Public Type reference (TYPE) RS_BOOL RS_C_FALSE Cancel 20000723
23 N_SUPPRESS_SYS_MESSAGES Instance attribute Public Type reference (TYPE) RS_BOOL RS_C_FALSE Suppress System Message 20010815
24 N_SUPPRESS_WARNINGS Instance attribute Public Type reference (TYPE) RS_BOOL RS_C_FALSE Suppress Warnings and Information 20010228
25 O_R_TABLE Instance attribute Protected Object reference (TYPE REF TO) CL_RSR_WWW_TABLE HTML Table 20010720
26 P_INDEX Static Attribute Private Type reference (TYPE) I Index 20001222
27 P_LAST_SYSTEM_MSG_ID Static Attribute Private Type reference (TYPE) EMEID System Message That Was Displayed Most Recently 20010808
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_SUPPRESS_WARNINGS Instance method Public Method Display Warnings ? 20001005
2 GET Instance method Public Method Get Message 20000723
3 GET_CONTENT Instance method Private Method Get Link for Long Text 20001219
4 GET_LAST_MESSAGE_ID Instance method Public Method ID of Last Message Displayed 20030612
5 GET_LONG_TEXT Instance method Public Method Gets Long Text for a Message 20001220
6 INIT Instance method Public Method Blank 20000723
7 MODIFY_HTML Instance method Private Method 20020123
8 SET Instance method Public Method Reset 20000723
Events
Class CL_RSR_WWW_MESSAGES has no event.
Types
Class CL_RSR_WWW_MESSAGES has no local type.
Method Signatures

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 Parameters 20001005

Method CHECK_SUPPRESS_WARNINGS on class CL_RSR_WWW_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 Messages as HTML (new ones are added) 20010404
2 Exporting E_T_RETURN Call by reference Type reference (TYPE) RRXW3_T_RETURN Messages (New Ones Are Added) 20000723
3 Importing I_NO_SNIPPET_MARKERS Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE No Snippet Marker Set 20011024
4 Importing I_SYSTEM_MESSAGES_READ Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Set System Messages to 'Read' 20010808
# Exception Resumable Description Created on
1 NO_MESSAGES No Messages 20000723

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) RS_S_MSG Message 20001219
2 Returning R_CONTENT Value transfer Type reference (TYPE) STRING Link for Long Text 20001219

Method GET_CONTENT on class CL_RSR_WWW_MESSAGES has no exception.

Method GET_LAST_MESSAGE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ID Value transfer Type reference (TYPE) EMEID Message-Id für Express-Message 20030612

Method GET_LAST_MESSAGE_ID on class CL_RSR_WWW_MESSAGES has no exception.

Method GET_LONG_TEXT 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 Parameters 20001220
# Exception Resumable Description Created on
1 X_MESSAGE X Message 20001220

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_PAGE Call by reference Object reference (TYPE REF TO) CL_RSR_WWW_PAGE Page 20000723

Method INIT on class CL_RSR_WWW_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 20020123
2 Importing I_ID Call by reference Type reference (TYPE) SY-MSGID Nachrichten, Nachrichtenklasse 20020221
3 Importing I_NO Call by reference Type reference (TYPE) SY-MSGNO Nachrichten, Nachrichtennummer 20020221
4 Importing I_T_HTML Call by reference Type reference (TYPE) RRXW3_T_T_HTML 20020123
# Exception Resumable Description Created on
1 X_MESSAGE Cancel 20020123

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 Reset Messages 20000723

Method SET on class CL_RSR_WWW_MESSAGES has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 20B