SAP ABAP Class CL_RSBPC_UTL_MESSAGE (BPC:Helper for Messages)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA-BPC-INF (Application Component) BPC 'unified model' - Infrastructure
     RSBPC0 (Package) BPC IP Extension: Common Services
Properties
Class CL_RSBPC_UTL_MESSAGE  
Short Description BPC:Helper for Messages    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSBPC0   BPC IP Extension: Common Services 
Created 20130318   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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)
2 RSBPC00 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSUJ0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSBPC_UTL_MESSAGE has no interface implemented.
Friends
Class CL_RSBPC_UTL_MESSAGE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DT_MESSAGE Instance attribute Private Type reference (TYPE) RSBPC0_T_MESSAGE Messages 20130318
2 D_LANGU Instance attribute Private Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20130318
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20130318
2 GET_MESSAGE_LINES Instance method Public Method Get Message Lines 20130318
3 GET_MESSAGE_TEXT Static method Public Method Determines Message Text 20130318
4 POPULATE_MSG_TEXT Static method Public Method Pouplate Message Text 20130318
5 SET_LANGUAGE Instance method Public Method Sets language 20130318
6 SET_LAST_SYSMSG Instance method Public Method Put sy-msg to message table 20130318
7 SET_MESSAGE Instance method Public Method Sets Message 20130318
8 SET_MESSAGE_LINES Instance method Public Method Set Message Lines 20130318
9 SET_SY_MSG Static method Public Method Set System Messge 20130318
10 SPLIT_MESSAGE Static method Public Method Split Mssage 20130318
Events
Class CL_RSBPC_UTL_MESSAGE has no event.
Types
Class CL_RSBPC_UTL_MESSAGE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Call by reference Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20130318

Method CONSTRUCTOR on class CL_RSBPC_UTL_MESSAGE has no exception.

Method GET_MESSAGE_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGE_LINES Value transfer Type reference (TYPE) RSBPC0_T_MESSAGE Messages 20130318

Method GET_MESSAGE_LINES on class CL_RSBPC_UTL_MESSAGE has no exception.

Method GET_MESSAGE_TEXT 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) RSBPC0_S_MESSAGE Messages 20130318
2 Importing I_LANGUAGE Call by reference Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20130318
3 Returning R_MESSAGE Value transfer Type reference (TYPE) STRING 20130318

Method GET_MESSAGE_TEXT on class CL_RSBPC_UTL_MESSAGE has no exception.

Method POPULATE_MSG_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MSG Call by reference Type reference (TYPE) RSBPC0_T_MESSAGE BPC: Messages 20130318

Method POPULATE_MSG_TEXT on class CL_RSBPC_UTL_MESSAGE has no exception.

Method SET_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Call by reference Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20130318

Method SET_LANGUAGE on class CL_RSBPC_UTL_MESSAGE has no exception.

Method SET_LAST_SYSMSG Signature

Method SET_LAST_SYSMSG on class CL_RSBPC_UTL_MESSAGE has no parameter.
Method SET_LAST_SYSMSG on class CL_RSBPC_UTL_MESSAGE has no exception.

Method SET_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_SET_SYS_MSG Call by reference Type reference (TYPE) RSBPC_FLG ABAP_FALSE Set sy-msg as this message 20130318
2 Importing MSGID Call by reference Type reference (TYPE) SYMSGID Message Class 20130318
3 Importing MSGNO Call by reference Type reference (TYPE) SYMSGNO Message Number 20130318
4 Importing MSGTY Call by reference Type reference (TYPE) SYMSGTY Message Type 20130318
5 Importing MSGV1 Call by reference Type reference (TYPE) ANY 20130318
6 Importing MSGV2 Call by reference Type reference (TYPE) ANY 20130318
7 Importing MSGV3 Call by reference Type reference (TYPE) ANY 20130318
8 Importing MSGV4 Call by reference Type reference (TYPE) ANY 20130318
9 Importing RECNO Call by reference Type reference (TYPE) INT4 Natural number 20130318

Method SET_MESSAGE on class CL_RSBPC_UTL_MESSAGE has no exception.

Method SET_MESSAGE_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MSG Call by reference Type reference (TYPE) STANDARD TABLE 20130318

Method SET_MESSAGE_LINES on class CL_RSBPC_UTL_MESSAGE has no exception.

Method SET_SY_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MSGID Call by reference Type reference (TYPE) SYMSGID Message Class 20130318
2 Importing MSGNO Call by reference Type reference (TYPE) SYMSGNO Message Number 20130318
3 Importing MSGTY Call by reference Type reference (TYPE) SYMSGTY Message Type 20130318
4 Importing MSGV1 Call by reference Type reference (TYPE) ANY 20130318
5 Importing MSGV2 Call by reference Type reference (TYPE) ANY 20130318
6 Importing MSGV3 Call by reference Type reference (TYPE) ANY 20130318
7 Importing MSGV4 Call by reference Type reference (TYPE) ANY 20130318

Method SET_SY_MSG on class CL_RSBPC_UTL_MESSAGE has no exception.

Method SPLIT_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_LONG Call by reference Type reference (TYPE) RSBPC_FLG BPC: Generic indicator 20130318
2 Exporting E_MSG_EXTRA Call by reference Type reference (TYPE) CLIKE 20130318
3 Exporting E_MSG_V1 Call by reference Type reference (TYPE) SYMSGV Message Variable 20130318
4 Exporting E_MSG_V2 Call by reference Type reference (TYPE) SYMSGV Message Variable 20130318
5 Exporting E_MSG_V3 Call by reference Type reference (TYPE) SYMSGV Message Variable 20130318
6 Exporting E_MSG_V4 Call by reference Type reference (TYPE) SYMSGV Message Variable 20130318
7 Importing I_MSG Call by reference Type reference (TYPE) CLIKE 20130318

Method SPLIT_MESSAGE on class CL_RSBPC_UTL_MESSAGE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740