SAP ABAP Data Element CO_SORTSEL (Sending of Process Messages: Sort on Database)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       COCB (Package) R/3 Application Development: PP Orders Batch Management
Basic Data
Data Element CO_SORTSEL
Short Description Sending of Process Messages: Sort on Database  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
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 Sort. Sel. 
Medium 30 Sort on Database 
Long 28 Sort on Database 
Heading 47 Process Messages: Sort on Database 
Documentation

Definition

You use this indicator to specify that process messages are sorted on the database when they are selected (as opposed to sorting them in the program).

If this indicator has not been set, the process messages are sorted in the program after the database selection. This can only cause sequence errors if the database selection is restricted by the parameter Maximum number of messages.

Advantages:

  • The sequence in time of process messages is guaranteed even if a large number of data is selected.

Disadvantages:

  • Since the data is sorted on the database, this is critical for the performance of the entire system.
  • You will only benefit from this if the number of data is higher than the maximum number defined for the messages to be selected.
  • You will only benefit from this if it is really necessary to observe the send sequence of the process messages.

We only recommend setting this indicator in normal processing if you expect a higher number of process messages to be sent than the maximum number defined for the messages to be selected (see parameter Maximum number of messages). Only set this indicator in exceptional cases.

Further notes

For more information, see the documentation of the Business Add-In PROCESS_MESS_SEL_PMA.

History
Last changed by/on SAP  20010329 
SAP Release Created in 46C