I_ABOPVariantDraft
BOP Variant Draft
I_ABOPVariantDraft is a Basic CDS View that provides data about "BOP Variant Draft" in SAP S/4HANA. It reads from 2 data sources (abopvariant_d, I_DraftAdministrativeData) and exposes 12 fields with key field ABOPVariantUUID. Part of development package ATP_BOP_SETUP_VDM.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| abopvariant_d | DraftDocument | from |
| I_DraftAdministrativeData | I_DraftAdministrativeData | inner |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | BOP Variant Draft | view | |
| ObjectModel.representativeKey | ABOPVariantUUID | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Analytics.technicalName | IABOPVARIANTD | view |
Fields (12)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ABOPVariantUUID | abopvariant_d | abopvariantuuid | BOP Variant UUID |
| ActiveABOPVariantUUID | ||||
| ABOPVariantName | abopvariant_d | abopvariantname | Variant Name | |
| ABOPVariantHRFProcedure | abopvariant_d | abopvarianthrfprocedure | Procedure Name | |
| ABOPVariantProcedure | abopvariant_d | abopvariantprocedure | Procedure Name | |
| CreationDateTime | abopvariant_d | creationdatetime | Timestamp | |
| CreatedByUser | abopvariant_d | createdbyuser | User Name | |
| LastChangeDateTime | abopvariant_d | lastchangedatetime | Timestamp | |
| LastChangedByUser | abopvariant_d | lastchangedbyuser | User Name | |
| ABOPFallbackVariantUUID | abopvariant_d | abopfallbackvariantuuid | BOP Variant UUID | |
| ABOPDeliveryGroupHandling | abopvariant_d | abopdeliverygrouphandling | Delivery Grp Options | |
| HasActiveEntity | abopvariant_d | hasactiveentity | TRUE |
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 I_ABOPVariantDraft.
-- 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.
CREATE VIEW I_ABOPVariantDraft AS
SELECT
DraftDocument.abopvariantuuid AS ABOPVariantUUID,
cast(hextobin('00000000000000000000000000000000') as sysuuid_x) AS ActiveABOPVariantUUID,
DraftDocument.abopvariantname AS ABOPVariantName,
DraftDocument.abopvarianthrfprocedure AS ABOPVariantHRFProcedure,
DraftDocument.abopvariantprocedure AS ABOPVariantProcedure,
DraftDocument.creationdatetime AS CreationDateTime,
DraftDocument.createdbyuser AS CreatedByUser,
DraftDocument.lastchangedatetime AS LastChangeDateTime,
DraftDocument.lastchangedbyuser AS LastChangedByUser,
DraftDocument.abopfallbackvariantuuid AS ABOPFallbackVariantUUID,
DraftDocument.abopdeliverygrouphandling AS ABOPDeliveryGroupHandling,
DraftDocument.hasactiveentity AS HasActiveEntity
FROM abopvariant_d AS DraftDocument
INNER JOIN I_DraftAdministrativeData ON /* join condition not captured in parsed metadata */
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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