SAP ABAP Data Element /SAPSLL/DB_MODE_INI (Flag: Initialize Table and Insert Data)
Hierarchy
SLL-LEG (Software Component) SLL-LEG 901: Add-On Installation
   SLL-LEG (Application Component) Global Trade Services
     /SAPSLL/LEGAL_CUS_CORE (Package) Legal Services: Customs Processing: Basic Functions
Basic Data
Data Element /SAPSLL/DB_MODE_INI
Short Description Flag: Initialize Table and Insert Data  
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 Initialize 
Medium 15 Initialize 
Long 20 Initialize Table 
Heading 22 Initialize Table 
Documentation

Definition

Deletes all the records in a table and then adds the new ones.

Use

Can be used to write to the database.

Dependencies

Example

Table A has the following records:

    1    A

    2    B

    3    C

    4    D

    5    E

You want to insert the following new records:

    2    X

    5    Y

After the update, table A has the following contents:

    2    X

    5    Y

History
Last changed by/on SAP  20141106 
SAP Release Created in 710