I_BillOfOperationsRelationship
Bill of Operation Relationship
I_BillOfOperationsRelationship is a Basic CDS View that provides data about "Bill of Operation Relationship" in SAP S/4HANA. It reads from 1 data source (plab) and exposes 27 fields with key fields BillOfOperationsType, PrdcssrBOOGroup, PrdcssrBOOVariant, PrdcssrBOOOpInternalID, SuccssrBOOGroup.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| plab | plab | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Bill of Operation Relationship | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| AccessControl.personalData.blocking | #REQUIRED | view |
Fields (27)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BillOfOperationsType | plnty | Task List Type | |
| KEY | PrdcssrBOOGroup | plnnr | Task List Group | |
| KEY | PrdcssrBOOVariant | plnal | Referenced BOO Variant | |
| KEY | PrdcssrBOOOpInternalID | plnkn | Task list node | |
| KEY | SuccssrBOOGroup | plnrn | Std Network | |
| KEY | SuccssrBOOVariant | alnrn | Group Counter | |
| KEY | SuccssrBOOOpInternalID | knnrn | Node | |
| KEY | MasterRecipeRelationshipType | Relations. type | ||
| KEY | MaxTimeIntvlIsUsedForSchedg | mimax | Max. interval | |
| KEY | BOOInternalVersionCounter | zaehl | Sort pos. | |
| ValidityStartDate | datuv | Valid-from date | ||
| ValidityEndDate | valid_to | Validity End Time | ||
| CreationDate | andat | Created On | ||
| CreatedByUser | annam | Created By | ||
| LastChangeDate | aedat | Obsolete | ||
| LastChangedByUser | aenam | User Name | ||
| ChangeNumber | aennr | Change Number | ||
| TimeIntvlBtwnRelshp | dauer | Time Interval | ||
| MaxTimeIntvlBtwnRelshp | dauermax | max. time inter. | ||
| TimeIntvlBtwnRelshpUnit | zeinh | Time unit/meas. | ||
| OperationIsSuccessor | vornc | Maint.frm.succ. | ||
| OperationIsPredecessor | ncvor | Sucsr maint. | ||
| FactoryCalendar | kalid | Pub.hol.cal.ID | ||
| IsDeleted | loekz | Status | ||
| IsImplicitlyDeleted | loekz_inherited | Deletion Ind. | ||
| WorkCenterInternalID | arbid | WorkCtrGp plan. | ||
| Plant | werks | Receiving Plant |
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_BillOfOperationsRelationship.
-- 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: IBOORELSHP
CREATE VIEW I_BillOfOperationsRelationship AS
SELECT
plnty AS BillOfOperationsType,
plnnr AS PrdcssrBOOGroup,
plnal AS PrdcssrBOOVariant,
plnkn AS PrdcssrBOOOpInternalID,
plnrn AS SuccssrBOOGroup,
alnrn AS SuccssrBOOVariant,
knnrn AS SuccssrBOOOpInternalID,
cast(aobar as vdm_aobar) AS MasterRecipeRelationshipType,
mimax AS MaxTimeIntvlIsUsedForSchedg,
zaehl AS BOOInternalVersionCounter,
datuv AS ValidityStartDate,
valid_to AS ValidityEndDate,
andat AS CreationDate,
annam AS CreatedByUser,
aedat AS LastChangeDate,
aenam AS LastChangedByUser,
aennr AS ChangeNumber,
dauer AS TimeIntvlBtwnRelshp,
dauermax AS MaxTimeIntvlBtwnRelshp,
zeinh AS TimeIntvlBtwnRelshpUnit,
vornc AS OperationIsSuccessor,
ncvor AS OperationIsPredecessor,
kalid AS FactoryCalendar,
loekz AS IsDeleted,
loekz_inherited AS IsImplicitlyDeleted,
arbid AS WorkCenterInternalID,
werks AS Plant
FROM plab
;
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