SAP ABAP Domain DBDIFFKIND (DD: Types of inconsistency between DD and DB)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
⤷
SDDB (Package) ABAP/4 Dictionary: Converter
⤷
⤷
Basic Data
| Domain Name | DBDIFFKIND |
| Short Description | DD: Types of inconsistency between DD and DB |
Definition
| Data Type | NUMC | Character string with only digits |
| No. Characters | 2 | |
| Decimal Places | ||
| Output Length | 2 | |
| Conversion Routine | ||
| Sign | ||
| Lower Case |
Value Range
| # | Lower Limit | Upper Limit | Short Description |
|---|---|---|---|
| 1 | 01 | Mandatory in DB, but not in DD | |
| 2 | 02 | Mandatory in the DD but not on the DB (e.g. index) | |
| 3 | 04 | Type in DD different to type in DB | |
| 4 | 08 | Other definition in DD (fields, sequence, ...) | |
| 5 | 50 | DB-system-dependent objects (mandatory in DD and DB) | |
| 6 | 60 | Secondary index must be created before primary index | |
| 7 | 61 | Table without indexes | |
| 8 | 70 | Field name in reserved name range of DB system | |
| 9 | 95 | Temporarily mandatory on the DB (is not checked) | |
| 10 | 99 | Optional object (should not be checked) | |
History
| Last changed by/on | SAP | 19960719 |
| SAP Release Created in |