SAP ABAP Data Element DEL_ALL (Indicator: Delete all table entries)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PA-PA (Application Component) Personnel Administration
     PBAS (Package) SAP HR Master Data Application Development
Basic Data
Data Element DEL_ALL
Short Description Indicator: Delete all table entries  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR1    
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  
Medium  
Long  
Heading  
Documentation

Definition

When restoring or loading an ATAB table, you have to indicate with the replace mode (MODE =REP) or update mode (MODE = UPD) whether or not the area for which data is to be saved should be deleted beforehand.

For the replace mode, you either have to specify the generic key of the area to be deleted for the parameter DEL-GARG, or you have to initiate the deletion of the entire table before restoring or loading by marking DEL-ALL (all delete).

In addition, the entry of one the two parameters DEL-GARG or DEL-ALL is necessary for the function CLEAR, if the table T599U should be cleared.

History
Last changed by/on SAP  19940827 
SAP Release Created in 470