I_DigitalVehBillingDocType

DDL: I_DIGITALVEHBILLINGDOCTYPE Type: view_entity BASIC Package: ISAUTO_VLC_LEAN

Digital Vehicle Billing Document Type

I_DigitalVehBillingDocType is a Basic CDS View that provides data about "Digital Vehicle Billing Document Type" in SAP S/4HANA. It reads from 1 data source (I_BillingDocumentType) and exposes 2 fields with key field BillingDocumentType. Part of development package ISAUTO_VLC_LEAN.

Data Sources (1)

SourceAliasJoin Type
I_BillingDocumentType I_BillingDocumentType from

Annotations (7)

NameValueLevelField
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #BASIC view
EndUserText.label Digital Vehicle Billing Document Type view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BillingDocumentType BillingDocumentType
BillingDocumentTypeName
@ObjectModel: {
  usageType: {
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #CUSTOMIZING }
    }
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType : #BASIC
@EndUserText.label: 'Digital Vehicle Billing Document Type'
@Metadata.ignorePropagatedAnnotations:true
define view entity I_DigitalVehBillingDocType
  as select from I_BillingDocumentType
{     
  key BillingDocumentType,
      /* Associations */     
      _Text[1:Language  = $session.system_language ].BillingDocumentTypeName
}