SAP ABAP Data Element EVALBWA_KK (Type of Evaluation of Fields for Extraction)
Hierarchy
FI-CA (Software Component) FI-CA
   FI-CA (Application Component) Contract Accounts Receivable and Payable
     FKKBW (Package) FI-CA: BW Extraction
Basic Data
Data Element EVALBWA_KK
Short Description Type of Evaluation of Fields for Extraction  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type EVALBWA_KK    
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 EvalType 
Medium 15 Evaluation Type 
Long 20 Evaluation Type 
Heading 15 Evaluation Type 
Documentation

Definition

Specifies how the fields in the time table are filled:

Original Value    The value saved in the database is extracted

(Read) Initial    The field is initialized in the extract balance.

    The field is read from the original

    table and can, for example, be used for

    the derivation of customer fields.

Original Value or    In event 2510, a

Initial    function module decides whether the

    original value is extracted or the field

    is initialized.

Derived Value    Additional field in which a value is stored.

    This value is derived from other fields of

    the item in event 2510.

Difference    Difference from the source and grid field.

Initial    The field is initialized in the

(Not Read)    extract balance. The field is not read

    from the original table.

    This speeds up the

    extraction.

Example

You want to extract the regions for all customers and use them for a special field with a derived value. For commercial customers you want to have the data in the Business Information Warehouse per business partner.

Therefore, implement a module for event 2510 (2520).

This uses the business partner data to determine the region and initializes the field Business Partner if the customer is a private customer.

History
Last changed by/on SAP  20050224 
SAP Release Created in 464