SAP ABAP Data Element TYP_ACTION10 (Table)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-FS-ARE (Application Component) Archiving Engine
     ARFA_ARCHIVING_FACTORY (Package) Archiving Factory
Basic Data
Data Element TYP_ACTION10
Short Description Table  
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 10 
Medium 15 10 
Long 20 10 
Heading 10 
Documentation

In the read section, the read method is defined for a business object. This read method is structured as a hierarchy.

The read plug-ins are divided into categories: 'archive and delete', 'archive only', and 'delete without archiving'. You can assign multiple tables within a category.

One read module is uniquely assigned to each table.

When you double-click the read module, you are taken to the editor (display/change/create mode) for implementation.

A read module has the following as its input parameters:

  1. The business key
  2. The table name

The read module provides the result consisting of all entries in the database table that belong to the business key.

The Archiving Engine calls these read modules at runtime and processes the entries read according to the category.

Note: You need to ensure that the number of registered read modules read all data that belongs to the business object addressed with the business key.

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