APS_CDT_IMAGE
CDT: Image
APS_CDT_IMAGE is an SAP database table in S/4HANA. CDT: Image. It contains 10 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| APS_CDT_IMAGE_C | view | from | CDT: Image Consumption View |
Fields (10)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | dataset_id | APS_CDT_DATASET_ID | Dataset ID | |||
| KEY | image_id | APS_CDT_IMAGE_ID | Image ID | |||
| file_name | APS_CDT_FILE_NAME | File Name | ||||
| mime_type | W3CONTTYPE | MIME type | ||||
| content | APS_CDT_FILE_CONTENT | File Content | ||||
| created_by | SYUNAME | User Name | ||||
| created_on | TIMESTAMPL | Time Stamp | ||||
| changed_by | SYUNAME | User Name | ||||
| changed_on | 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.
-- CDT: Image
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE APS_CDT_IMAGE (
MANDT, -- Client [MANDT]
DATASET_ID, -- Dataset ID [APS_CDT_DATASET_ID]
IMAGE_ID, -- Image ID [APS_CDT_IMAGE_ID]
FILE_NAME, -- File Name [APS_CDT_FILE_NAME]
MIME_TYPE, -- MIME type [W3CONTTYPE]
CONTENT, -- File Content [APS_CDT_FILE_CONTENT]
CREATED_BY, -- User Name [SYUNAME]
CREATED_ON, -- Time Stamp [TIMESTAMPL]
CHANGED_BY, -- User Name [SYUNAME]
CHANGED_ON, -- Time Stamp [TIMESTAMPL]
PRIMARY KEY (MANDT, DATASET_ID, IMAGE_ID)
);
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