CNDN_UPLD_HIST
Condition upload data log
CNDN_UPLD_HIST is an SAP database table in S/4HANA. Condition upload data log. It contains 14 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_SlsCndnRecdImprtHist | view | from | BASIC | Sales Pricing Import History |
Fields (14)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | uuid | /bobf/uuid | Key | |||
| ernam | ernam | Created By | ||||
| filename | cndnrecd_import_name | Import Name | ||||
| upload_time | timestampl | Time Stamp | ||||
| total_lines | int4 | INT4 | ||||
| error_lines | int4 | INT4 | ||||
| success_lines | int4 | INT4 | ||||
| cndnrecd_import_date | cndnrecd_import_date | Imported On | ||||
| cndnrecd_import_status | cndnrecd_import_status | Import Status | ||||
| job_name | btcjob | Job Name | ||||
| job_count | btcjobcnt | Job No. | ||||
| conditionfioriid | /ui2/ad_mm_fiori_id | SAP Fiori ID | ||||
| last_change_time | timestampl | Time Stamp |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Condition upload data log
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CNDN_UPLD_HIST (
MANDT, -- Client [mandt]
UUID, -- Key [/bobf/uuid]
ERNAM, -- Created By [ernam]
FILENAME, -- Import Name [cndnrecd_import_name]
UPLOAD_TIME, -- Time Stamp [timestampl]
TOTAL_LINES, -- INT4 [int4]
ERROR_LINES, -- INT4 [int4]
SUCCESS_LINES, -- INT4 [int4]
CNDNRECD_IMPORT_DATE, -- Imported On [cndnrecd_import_date]
CNDNRECD_IMPORT_STATUS, -- Import Status [cndnrecd_import_status]
JOB_NAME, -- Job Name [btcjob]
JOB_COUNT, -- Job No. [btcjobcnt]
CONDITIONFIORIID, -- SAP Fiori ID [/ui2/ad_mm_fiori_id]
LAST_CHANGE_TIME, -- Time Stamp [timestampl]
PRIMARY KEY (MANDT, UUID)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA