I_DocumentInfoRecordLbtryOffc

DDL: I_DOCUMENTINFORECORDLBTRYOFFC SQL: ICVDOCLBTRYOFFC Type: view BASIC

Document Info Record Laboratory Office

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.

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
_Text _Text
@AbapCatalog.sqlViewName: 'ICVDOCLBTRYOFFC'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@Analytics: { dataCategory: #DIMENSION }
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'LaboratoryOrDesignOffice'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #M, dataClass: #CUSTOMIZING }
@EndUserText.label: 'Document Info Record Laboratory Office'
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #GENERIC
@AbapCatalog.buffering.numberOfKeyFields: 001
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@Metadata.ignorePropagatedAnnotations: true
@Metadata.allowExtensions: true
@Search.searchable: true
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION , #CDS_MODELING_ASSOCIATION_TARGET , #SQL_DATA_SOURCE , #CDS_MODELING_DATA_SOURCE ]
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
define view I_DocumentInfoRecordLbtryOffc
  as select from t024l

  association [0..*] to I_DocumentInfoRecordLbtryOffcT as _Text on $projection.LaboratoryOrDesignOffice = _Text.LaboratoryOrDesignOffice

{
      @Search.defaultSearchElement: true
      @ObjectModel.text.association: '_Text'
  key t024l.labor as LaboratoryOrDesignOffice,

      // Associations

      _Text
      
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T024L"
],
"ASSOCIATED":
[
"I_DOCUMENTINFORECORDLBTRYOFFCT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/