SAP ABAP Data Element CATSXT_MSG_CUMULATION (Bundle Messages of Same Type (Only Issue Once))
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   CA-TS (Application Component) Time Sheet
     CATS_MISC (Package) Customizing and Reporting for the Time Sheet
Basic Data
Data Element CATSXT_MSG_CUMULATION
Short Description Bundle Messages of Same Type (Only Issue Once)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type XFELD    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Bundle 
Medium 15 Target Hours 
Long 20 Bundle Messages 
Heading MB 
Documentation

Definition

Active message bundling - Yes/No

If messages are bundled actively then messages that are the same are only issued once.

If bundling is not active then each message is issued individually.

Example

In the approval report, several data records are selected and successfully approved.

  1. Active bundling:
    A message is issued: "Data was approved"
    The message is displayed in the message line.
  2. Non-active collection:
    The system issues the message "Data was approved" for each personnel number and date.
    The message is displayed in a separate list that is added to the end of the approval list.

Further notes

Bundling messages is useful for online processing.

Message bundling should be deactivated for batch processing to get a detailed error log (for example, automatic approval using the customer exit ACTEXP_APPROVAL).

History
Last changed by/on SAP  20020320 
SAP Release Created in 470