SAP ABAP Data Element UMS_ACCUM (Ind.: Summarization during the conversion)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       GBAS (Package) FI-SL Customizing / integration / Basis
Basic Data
Data Element UMS_ACCUM
Short Description Ind.: Summarization during the conversion  
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 Summariztn 
Medium 15 Summarization 
Long 23 Summariztn during conv. 
Heading Summ. 
Documentation

Definition

This indicator controls whether or not a summarization is to take place when the data is converted.

You can make two possible entries:

  • No entry
    The system assumes that no summarization is to take place during the conversion of the data (1:1 conversion of the data). A 1:1 conversion takes place when each field in the sender table has a receiver field in the receiver table. You must check your entries in table TGUMS to determine whether a 1:1 conversion will take place.
    The processing times are better with this type of conversion than with the conversion with summarization.
  • Entry 'X'
    The system assumes that a summarization is to take place during the conversion of the data (N:1 conversion of the data). This type of summarization can, for example, occur if you omit fields during the conversion of the sender to the receiver table or if you summarize data using a user exit (see the field movements in table TGUMS).
    This type of conversion takes considerably longer than the first type.

Caution

If the receiver table already contains data, the system returns an appropriate error message. In this case, you must first delete the data using program RGUUMS03 so that the conversion can take place without any problems.

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