I_DocumentInfoRecordLbtryOffc

DDL: I_DOCUMENTINFORECORDLBTRYOFFC SQL: ICVDOCLBTRYOFFC Type: view BASIC Package: VDM_DMS

Document Info Record Laboratory Office

I_DocumentInfoRecordLbtryOffc (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.

R&D Engineering

I_DocumentInfoRecordLbtryOffc is a Basic CDS View (Dimension) that provides data about "Document Info Record Laboratory Office" in SAP S/4HANA. It reads from 1 data source (t024l) and exposes 2 fields with key field LaboratoryOrDesignOffice. It has 1 association to related views. Part of development package VDM_DMS.

SAP Help Documentation

CategoryInterface Views
Data CategoryDimension
StatusReleased
Purpose
This CDS view retrieves the list of design offices and laboratories. This CDS view provides the data to answer the following business questions: What are the keys for design office or laboratory?

Prerequisites
Authorizations One of the following business catalogs needs to be assigned to a user to be able to use this CDS view: SAP_PLM_BC_DIR_EXTD_PC SAP_PLM_BC_DIR_EXTD_MC

Structure
Important fields Important fields in this view include the following: Field Name Description LaboratoryOrDesignOffice Key to identify the laboratory or design office.

View on SAP Help Portal →

SAP API Hub

CategoryBasic
StateC1
Line of BusinessR&D Engineering
Application ComponentCA-DMS
CapabilitiesAnalytical Dimension,Association Target for Defining CDS Entities,Data Source in SQL Select,Data Source for Defining CDS Entities
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageR&D/Engineering for SAP S/4HANA Cloud Public Edition
Description <p>This CDS view provides the prerequisites for answering the following business question:</p> <ul> <li><p>What are the keys for design office or laboratory?</p></li> </ul>

Documentation

Data Sources (1)

SourceAliasJoin Type
t024l t024l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_DocumentInfoRecordLbtryOffcT _Text $projection.LaboratoryOrDesignOffice = _Text.LaboratoryOrDesignOffice

Annotations (19)

NameValueLevelField
AbapCatalog.sqlViewName ICVDOCLBTRYOFFC view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
ObjectModel.representativeKey LaboratoryOrDesignOffice view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
EndUserText.label Document Info Record Laboratory Office view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #GENERIC view
AbapCatalog.buffering.numberOfKeyFields 001 view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view
Search.searchable true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY LaboratoryOrDesignOffice t024l labor Laboratory/Design Office
_Text _Text

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_DocumentInfoRecordLbtryOffc.
-- 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: ICVDOCLBTRYOFFC

CREATE VIEW I_DocumentInfoRecordLbtryOffc AS
SELECT
  t024l.labor AS LaboratoryOrDesignOffice
FROM t024l
LEFT OUTER JOIN I_DocumentInfoRecordLbtryOffcT AS _Text ON LaboratoryOrDesignOffice = _Text.LaboratoryOrDesignOffice  -- association [0..*]
;