SAP ABAP Data Element /SAPSLL/DB_MODE_UPD (Flag: Overwrite Existing 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_UPD |
| Short Description | Flag: Overwrite Existing 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 | Overwrite |
| Medium | 15 | Overwrite |
| Long | 20 | Overwrite Data |
| Heading | 30 | Overwrite Existing Data |
Documentation
Definition
Overwrites existing data, without deleting the old data.
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 |