Sdraft_Proc_Exp
DraftLifeCycle: Processing Expiration Access
Sdraft_Proc_Exp is a CDS View that provides data about "DraftLifeCycle: Processing Expiration Access" in SAP S/4HANA. It reads from 1 data source (SDraft_Configuration) and exposes 7 fields.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| SDraft_Configuration | SDraft_Configuration | from |
Parameters (3)
| Name | Type | Default |
|---|---|---|
| p_expiry_event | sdraft_expiry_event | |
| p_current_time | timestampl | |
| p_global_token | sdraft_entity_name |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | VDRAFT_PROC_EXP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientDependent | false | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| EndUserText.label | DraftLifeCycle: Processing Expiration Access | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| client | Admin | client | Workflow definition: Client | |
| draft_entity | Admin | draft_entity | Entity Name | |
| draft_key | Admin | draft_key | UUID | |
| access_type | Admin | access_type | Draft Access Type | |
| created_at | Admin | created_at | Uploaded On | |
| created_by | Admin | created_by | Version Created By | |
| kept_by_user | Admin | kept_by_user | Draft Is Kept By User |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view Sdraft_Proc_Exp.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: VDRAFT_PROC_EXP
-- Parameters: p_expiry_event : sdraft_expiry_event, p_current_time : timestampl, p_global_token : sdraft_entity_name
CREATE VIEW Sdraft_Proc_Exp AS
SELECT
Admin.client AS client,
Admin.draft_entity AS draft_entity,
Admin.draft_key AS draft_key,
Admin.access_type AS access_type,
Admin.created_at AS created_at,
Admin.created_by AS created_by,
Admin.kept_by_user AS kept_by_user
FROM SDraft_Configuration
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- 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
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA