SAP ABAP Data Element TYP_ANALYZESTRUCTURE (Projection for Selection)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-FS-ARE (Application Component) Archiving Engine
     ARFA_ARCHIVING_METADATA (Package) Archiving Metadata
Basic Data
Data Element TYP_ANALYZESTRUCTURE
Short Description Projection for Selection  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type TABNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
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 Projection 
Medium 20 Projection 
Long 28 Projection for Selection 
Heading 28 Projection for Selection 
Documentation

Definition

During the analysis, only those fields defined in the projection are selected from the header table.

A package of data records is transferred to T_TABLE for each check module. The fields in T_TABLE are those defined in the projection structure.

The projection includes:

  • The business key (as an include)
  • The archiving fields AFX_STATUS_DATA_EXT (as an include)
  • Other selected fields from the header table

The projection is a selection of fields from the business object header.

All check modules registered in the business check section have data transferred with this projection. The business object header is projected with this structure, meaning that the individual check modules have only a partial view of the business object header.

The projection fulfills two partial tasks:

  • In the analysis phase in package formation (database selection), only the fields specified in the projection are selected (improves performance by restricting to the relevant attributes).
  • The check modules only have the fields transferred that are relevant for them.

Use

Dependencies

Example

History
Last changed by/on SAP  20110908 
SAP Release Created in 30