SAP ABAP Data Element VTRSTATE (Status of a table when pooled tables are converted)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDIC (Package) ABAP Dictionary
Basic Data
Data Element VTRSTATE
Short Description Status of a table when pooled tables are converted  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type VTRSTATE    
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 Status 
Medium 15 Status 
Long 20 Status 
Heading St 
Documentation

Definition

Status of the conversion of a pool table into a transparent table.

The following values are allowed:

  • : The pool table has not been converted yet.
  • c : Analysis of the pool table has shown that the table cannot be converted.
  • e : Analysis of the pool table has shown that it cannot be converted.
  • n : The pool table has been copied completely to another transparent table.
  • a : The conversion process was terminated.
  • d : The pool table has been copied completely to the corresponding transparent table. The table entries have been deleted.

During the conversion a pool table usually changes its status in a certain sequence. The pool table is analyzed on the basis of the status 'space'. If it can be converted, the status of the pool table changes to c, otherwise to e. The entries of a pool table with status c can be copied to a new transparent table. The status of the pool table then changes to n. If this copy operation terminates, the status of the pool table changes to a. The error number in the field ERRNUM (Table VTRUM) shows the reason for the termination. If the copy operation is successful, the entries of the pool table are deleted and the status of the pool table is set to d.

History
Last changed by/on SAP  19950922 
SAP Release Created in