E_ProjectBillingElement

DDL: E_PROJECTBILLINGELEMENT Type: view_entity EXTENSION Package: VDM_PROJECTBILLINGELEMENT

Project Billing Element Inlcude View

E_ProjectBillingElement is a Extension CDS View that provides data about "Project Billing Element Inlcude View" in SAP S/4HANA. It reads from 1 data source (projbillgelmnt) and exposes 1 field with key field ProjectBillingElementUUID. Part of development package VDM_PROJECTBILLINGELEMENT.

Data Sources (1)

SourceAliasJoin Type
projbillgelmnt Persistence from

Annotations (6)

NameValueLevelField
EndUserText.label Project Billing Element Inlcude View view
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY ProjectBillingElementUUID projbillgelmnt projectbillingelementuuid
@EndUserText.label: 'Project Billing Element Inlcude View'
@VDM.viewType: #EXTENSION
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY


@ObjectModel.usageType: {
    sizeCategory: #L,
    dataClass:  #TRANSACTIONAL,
    serviceQuality: #A
}
define view entity E_ProjectBillingElement as select from projbillgelmnt as Persistence {
    key Persistence.projectbillingelementuuid as ProjectBillingElementUUID
}