DFKKDOC
FI-CA DMS: Administrative Daten von Dokumenten
DFKKDOC is an SAP database table in S/4HANA. FI-CA DMS: Administrative Daten von Dokumenten. It contains 30 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| SHSM_DFKKDOC | view | from | Data definations of SHSM_DFKKDOC |
Fields (30)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | doguid | doguid_kk | Document ID | |||
| dotyp | dotyp_kk | Document Categ. | ||||
| txtdo | txtdo_kk | General Text | ||||
| gpart | gpart_kk | Bus. Partner | ||||
| bukrs | bukrs | Company Code | ||||
| vkont | vkont_kk | Contract Acct | ||||
| subap | subap_kk | Subapplication | ||||
| vtref | vtref_kk | Contract | ||||
| erfdt | erfdt_kk | Entry Date | ||||
| cdate | cdate_kk | Created On | ||||
| ernam | ernam | Created By | ||||
| gpcht | gpcht_kk | Last Change | ||||
| vldto | vldto_kk | Valid To | ||||
| begru | begru | AuthorizGroup | ||||
| doc_typ | saedoktyp | Document Class | ||||
| inpch | inpch_kk | Channel | ||||
| sendcontrol | sendcontrol | Disp. Control | ||||
| xndel | xndel_kk | Not Deliverable | ||||
| docpr | docpr_kk | Processor | ||||
| phrep | phrep_kk | Repository | ||||
| phdoc | phdoc_kk | Document ID | ||||
| batch_id | batch_id_kk | Lot ID | ||||
| locator_number | locator_number_kk | Location | ||||
| tabid | dmtid_kk | Origin | ||||
| tabkey | tabkey | Table Key | ||||
| refid | refid_kk | Reference | ||||
| xnimg | xnimg_kk | New Image | ||||
| dms_status | dms_status_kk | Status | ||||
| dmsgr | dmsgr_kk | Group Number |
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.
-- FI-CA DMS: Administrative Daten von Dokumenten
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DFKKDOC (
MANDT, -- Client [mandt]
DOGUID, -- Document ID [doguid_kk]
DOTYP, -- Document Categ. [dotyp_kk]
TXTDO, -- General Text [txtdo_kk]
GPART, -- Bus. Partner [gpart_kk]
BUKRS, -- Company Code [bukrs]
VKONT, -- Contract Acct [vkont_kk]
SUBAP, -- Subapplication [subap_kk]
VTREF, -- Contract [vtref_kk]
ERFDT, -- Entry Date [erfdt_kk]
CDATE, -- Created On [cdate_kk]
ERNAM, -- Created By [ernam]
GPCHT, -- Last Change [gpcht_kk]
VLDTO, -- Valid To [vldto_kk]
BEGRU, -- AuthorizGroup [begru]
DOC_TYP, -- Document Class [saedoktyp]
INPCH, -- Channel [inpch_kk]
SENDCONTROL, -- Disp. Control [sendcontrol]
XNDEL, -- Not Deliverable [xndel_kk]
DOCPR, -- Processor [docpr_kk]
PHREP, -- Repository [phrep_kk]
PHDOC, -- Document ID [phdoc_kk]
BATCH_ID, -- Lot ID [batch_id_kk]
LOCATOR_NUMBER, -- Location [locator_number_kk]
TABID, -- Origin [dmtid_kk]
TABKEY, -- Table Key [tabkey]
REFID, -- Reference [refid_kk]
XNIMG, -- New Image [xnimg_kk]
DMS_STATUS, -- Status [dms_status_kk]
DMSGR, -- Group Number [dmsgr_kk]
PRIMARY KEY (MANDT, DOGUID)
);
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