SAP ABAP Class CL_RODPS_MESSAGES (Messages)
Hierarchy
PI_BASIS (Software Component) Basis Plug-In
   BC-EIM-ODP (Application Component) Operational Data Provisioning (ODP) in Search&Analytics
     RODPS_BASE (Package) Basis Objects for Operational Data Provider
Properties
Class CL_RODPS_MESSAGES  
Short Description Messages    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RODPS_BASE   Basis Objects for Operational Data Provider 
Created 20101208   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RODPS_MESSAGES has no forward declaration.
Interfaces
Class CL_RODPS_MESSAGES has no interface implemented.
Friends
Class CL_RODPS_MESSAGES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PTS_INSTANCES Static Attribute Private See coding 20101208
2 PT_MESSAGES Instance attribute Private Type reference (TYPE) RODPS_T_MSG 20101208
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Instance method Public Method 20101208
2 GET_INSTANCE Static method Public Method 20101208
3 GET_MESSAGES Instance method Public Method 20101208
Events
Class CL_RODPS_MESSAGES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_INSTANCE Private See coding 20101208 BEGIN OF ts_instance, odpname TYPE rodps_odpname, r_inst TYPE REF TO cl_rodps_messages, END OF ts_instance
Method Signatures

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSGID Call by reference Type reference (TYPE) SY-MSGID 'RODPS' 20101208
2 Importing I_MSGNO Call by reference Type reference (TYPE) SY-MSGNO 20101208
3 Importing I_MSGTY Call by reference Type reference (TYPE) SY-MSGTY 20101208
4 Importing I_MSGV1 Call by reference Type reference (TYPE) CLIKE 20101208
5 Importing I_MSGV2 Call by reference Type reference (TYPE) CLIKE 20101208
6 Importing I_MSGV3 Call by reference Type reference (TYPE) CLIKE 20101208
7 Importing I_MSGV4 Call by reference Type reference (TYPE) CLIKE 20101208

Method ADD_MESSAGE on class CL_RODPS_MESSAGES has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ODPNAME Call by reference Type reference (TYPE) RODPS_ODPNAME 20101208
2 Returning RR_INST Value transfer Object reference (TYPE REF TO) CL_RODPS_MESSAGES 20101208

Method GET_INSTANCE on class CL_RODPS_MESSAGES has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGES Value transfer Type reference (TYPE) RODPS_T_MSG 20101208

Method GET_MESSAGES on class CL_RODPS_MESSAGES has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 731