SAP ABAP Data Element /SAPSLL/DB_MODE_INS (Flag: Insert New 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_INS
Short Description Flag: Insert New 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 Add 
Medium 15 Add 
Long 20 Insert New 
Heading 21 Insert New Data 
Documentation

Definition

Adds new data records to a table. Existing and identical records remain unchanged.

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:

1     A

2     X

3     C

4     D

5     Y

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