SAP ABAP Data Element AUTHCLASS_ (Activation type)
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 AUTHCLASS_
Short Description Activation type  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type AUTHCLASS    
Data Type NUMC   Character string with only digits 
Length 2    
Decimal Places 0    
Output Length 2    
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  
Medium 18 Activation type 
Long 18 Activation type 
Heading ActTyp 
Documentation

Definition

The activation type determines whether the table can be activated directly from the ABAP Dictionary or whether the runtime object has to be generated by a C program before the activation of the table in the ABAP Dictionary can take place.

Entry of an activation type is optional and only of importance for tables of the runtime environment

Possible activation types:

  • 01 : The runtime object must be generated by C program before the table can be activated from the ABAP Dictionary.
  • 02 : Activation of the table in the ABAP Dictionary is possible. The runtime object is generated in the process. Since the table is, however, used in C programs, the structure must be specially adjusted in these C programs.
  • 10 : This is an initial table required before R3trans can run.
  • 00 : The table is not classified since it cannot be assigned to any of the activation types specified above. This is the default value. default value.

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