SAP ABAP Class IF_RSPLS_HDB_MESSAGE_COLLECTOR (Message collector (for deferred checks))
Properties
Class IF_RSPLS_HDB_MESSAGE_COLLECTOR  
Short Description Message collector (for deferred checks)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20121023   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)
Interfaces
Class IF_RSPLS_HDB_MESSAGE_COLLECTOR has no interface implemented.
Friends
Class IF_RSPLS_HDB_MESSAGE_COLLECTOR has no friend class.
Attributes
Class IF_RSPLS_HDB_MESSAGE_COLLECTOR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Instance method Public Method Add message 20121107
2 ADD_MESSAGE_CR_MESG Instance method Public Method Nachricht im CR-Format hinzufügen 20121211
3 ADD_MESSAGE_CR_MESG_TAB Instance method Public Method Tabelle von Nachrichten im CR-Format hinzufügen 20121211
4 ADD_MESSAGE_PE_MSG Instance method Public Method Add message in PE format 20121107
5 ADD_MESSAGE_PE_MSG_TAB Instance method Public Method Add table of messages in PE format 20121107
6 ADD_MESSAGE_SY_MSG Instance method Public Method Add message from SY-variables 20121107
7 ADD_MESSAGE_TAB Instance method Public Method Add table of messages 20121107
8 CLEANUP_COLLECTOR Instance method Public Method Initialize collector 20121107
9 FILL_SY_MSG_VARS Instance method Public Method Transfer message to SY-variables 20121107
10 GET_MESSAGE_TAB Instance method Public Method Get table of messages 20121107
11 TRANSFORM_MESSAGE Instance method Public Method Transform message 20121107
Events
Class IF_RSPLS_HDB_MESSAGE_COLLECTOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_MESSAGE Public See coding 20121107 begin of tn_s_message, msgid type symsgid, msgty type symsgty, msgno type symsgno, msgv1 type symsgv, msgv2 type symsgv, msgv3 type symsgv, msgv4 type symsgv , end of tn_s_message
2 TN_T_MESSAGE Public See coding 20121107 tn_t_message type standard table of tn_s_message with non-unique default key
Method Signatures

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_MESSAGE Call by reference Type reference (TYPE) TN_S_MESSAGE 20121107

Method ADD_MESSAGE on class IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.

Method ADD_MESSAGE_CR_MESG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_MESG Call by reference Type reference (TYPE) IF_RSPLS_CR_TYPES=>TN_S_MESG 20121211

Method ADD_MESSAGE_CR_MESG on class IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.

Method ADD_MESSAGE_CR_MESG_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_MESG Call by reference Type reference (TYPE) IF_RSPLS_CR_TYPES=>TN_T_MESG 20121211

Method ADD_MESSAGE_CR_MESG_TAB on class IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.

Method ADD_MESSAGE_PE_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_PE_MSG Call by reference Type reference (TYPE) TREXS_PE_MSG 20121107

Method ADD_MESSAGE_PE_MSG on class IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.

Method ADD_MESSAGE_PE_MSG_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_PE_MSG Call by reference Type reference (TYPE) TREXT_PE_MSG 20121107

Method ADD_MESSAGE_PE_MSG_TAB on class IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.

Method ADD_MESSAGE_SY_MSG Signature

Method ADD_MESSAGE_SY_MSG on class IF_RSPLS_HDB_MESSAGE_COLLECTOR has no parameter.
Method ADD_MESSAGE_SY_MSG on class IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.

Method ADD_MESSAGE_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_MESSAGE Call by reference Type reference (TYPE) TN_T_MESSAGE 20121107

Method ADD_MESSAGE_TAB on class IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.

Method CLEANUP_COLLECTOR Signature

Method CLEANUP_COLLECTOR on class IF_RSPLS_HDB_MESSAGE_COLLECTOR has no parameter.
Method CLEANUP_COLLECTOR on class IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.

Method FILL_SY_MSG_VARS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_MESSAGE Call by reference Type reference (TYPE) TN_S_MESSAGE 20121107

Method FILL_SY_MSG_VARS on class IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.

Method GET_MESSAGE_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_MESSAGE Call by reference Type reference (TYPE) TN_T_MESSAGE 20121107
2 Importing I_CLEANUP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121107

Method GET_MESSAGE_TAB on class IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.

Method TRANSFORM_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) SYMSGID 20121107
2 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20121107
3 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY 20121107
4 Importing I_MSGV1 Call by reference Type reference (TYPE) SYMSGV 20121107
5 Importing I_MSGV2 Call by reference Type reference (TYPE) SYMSGV 20121107
6 Importing I_MSGV3 Call by reference Type reference (TYPE) SYMSGV 20121107
7 Importing I_MSGV4 Call by reference Type reference (TYPE) SYMSGV 20121107
8 Returning R_S_MESSAGE Value transfer Type reference (TYPE) TN_S_MESSAGE 20121107

Method TRANSFORM_MESSAGE on class IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in