SAP ABAP Class CX_TRBA_CONTAINER (Message Container)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   TR (Application Component) Treasury
     FTR_BASIS_CORE (Package) Treasury Basis Objects in SAP_APPL
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_TRBA_ROOT Exception in Treasury 20130605
Properties
Class CX_TRBA_CONTAINER  
Short Description Message Container    
Super Class CX_TRBA_ROOT Exception in Treasury 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 40  Exception Class 
Package FTR_BASIS_CORE   Treasury Basis Objects in SAP_APPL 
Created 20130605   SAP 
Last change 20131127   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 CX_TRBA_CONTAINER has no interface implemented.
Friends
Class CX_TRBA_CONTAINER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_MESSAGE Instance attribute Private Type reference (TYPE) TY_T_ROOT Message Table 20130605
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Instance method Public Method adds message/exception to container 20130605
2 CHOOSE_MESSAGE Instance method Protected Method chooses message to display 20130605
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130605
4 GET_MESSAGES Instance method Public Method gets messages/exceptions 20130605
5 HAS_ERRORS Instance method Public Method checks whether container contains error messages 20130605
Events
Class CX_TRBA_CONTAINER has no event.
Types
Class CX_TRBA_CONTAINER 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 IO_MESSAGE Call by reference Object reference (TYPE REF TO) CX_TRBA_ROOT Exception in Treasury 20130605
2 Importing IV_SEVERITY Call by reference Attribute reference (LIKE) SEVERITY Severity (= Message Type) 20130605

Method ADD_MESSAGE on class CX_TRBA_CONTAINER has no exception.

Method CHOOSE_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_MESSAGE Value transfer Object reference (TYPE REF TO) CX_TRBA_ROOT Exception in Treasury 20130605

Method CHOOSE_MESSAGE on class CX_TRBA_CONTAINER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MV_MSGV1 Call by reference Type reference (TYPE) SYMSGV 20130605
2 Importing MV_MSGV2 Call by reference Type reference (TYPE) SYMSGV 20130605
3 Importing MV_MSGV3 Call by reference Type reference (TYPE) SYMSGV 20130605
4 Importing MV_MSGV4 Call by reference Type reference (TYPE) SYMSGV 20130605
5 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20130605
6 Importing SEVERITY Call by reference Type reference (TYPE) SYMSGTY 20130605
7 Importing TEXTID Call by reference Attribute reference (LIKE) IF_T100_MESSAGE=>T100KEY 20130605

Method CONSTRUCTOR on class CX_TRBA_CONTAINER has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGE Value transfer Type reference (TYPE) TY_T_ROOT Messages 20130605

Method GET_MESSAGES on class CX_TRBA_CONTAINER has no exception.

Method HAS_ERRORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_ERRORS Value transfer Type reference (TYPE) ABAP_BOOL True, if MT_MESSAGE contains error 20130605

Method HAS_ERRORS on class CX_TRBA_CONTAINER has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in