I_BillingDocumentRequestType

DDL: I_BILLINGDOCUMENTREQUESTTYPE Type: view_entity BASIC Package: VDM_SD_BIL_BDR

Billing Document Request Type

I_BillingDocumentRequestType is a Basic CDS View (Dimension) that provides data about "Billing Document Request Type" in SAP S/4HANA. It reads from 1 data source (I_BillingProcessDocumentType) and exposes 11 fields with key field BillingDocumentRequestType. Part of development package VDM_SD_BIL_BDR.

Data Sources (1)

SourceAliasJoin Type
I_BillingProcessDocumentType I_BillingProcessDocumentType from

Annotations (17)

NameValueLevelField
AbapCatalog.entityBuffer.definitionAllowed true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
Consumption.ranked true view
EndUserText.label Billing Document Request Type view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey BillingDocumentRequestType view
ObjectModel.sapObjectNodeType.name BillingDocumentRequestType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY BillingDocumentRequestType
SDDocumentCategory SDDocumentCategory
IncrementItemNumber IncrementItemNumber
BillingDocumentCategory BillingDocumentCategory
BillgDocReqTxtDetnProcedure
BillgDocReqItmTxtDetnProcedure
_Text _Text
_SDDocumentCategory _SDDocumentCategory
_BillingDocumentCategory _BillingDocumentCategory
_BillgDocReqTxtDetnProcedure _BillgProcDocTxtDetnProcedure
_BillgDocReqItmTxtDetnProced _BillgProcDocItmTxtDetnProced
@AbapCatalog.entityBuffer.definitionAllowed: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.enabled: true
@Analytics.internalName: #LOCAL
@Consumption.ranked: true
@EndUserText.label: 'Billing Document Request Type'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.representativeKey: 'BillingDocumentRequestType'
@ObjectModel.sapObjectNodeType.name: 'BillingDocumentRequestType'
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION,
                                      #CDS_MODELING_DATA_SOURCE,
                                      #CDS_MODELING_ASSOCIATION_TARGET,
                                      #SQL_DATA_SOURCE,
                                      #SEARCHABLE_ENTITY,
                                      #EXTRACTION_DATA_SOURCE ]
@ObjectModel.usageType: { dataClass: #CUSTOMIZING, serviceQuality: #A, sizeCategory: #S }
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC

define root view entity I_BillingDocumentRequestType
  as select from I_BillingProcessDocumentType

  composition of exact one to many I_BillgDocRequestTypeText as _Text

{
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @ObjectModel.text.association: '_Text'
  key cast ( BillingProcessDocumentType as sdbil_odata_bdr_type preserving type)              as BillingDocumentRequestType,
      @ObjectModel.foreignKey.association: '_SDDocumentCategory'
      SDDocumentCategory,
      IncrementItemNumber,
      @ObjectModel.foreignKey.association: '_BillingDocumentCategory'
      BillingDocumentCategory,
      @ObjectModel.foreignKey.association: '_BillgDocReqTxtDetnProcedure'
      cast ( BillgProcDocTxtDetnProcedure as billgdocreqtxtdetnprocedure preserving type)     as BillgDocReqTxtDetnProcedure,
      @ObjectModel.foreignKey.association: '_BillgDocReqItmTxtDetnProced'
      cast ( BillgProcDocItmTxtDetnProced as billgdocreqitmtxtdetnprocedure preserving type ) as BillgDocReqItmTxtDetnProcedure,

      _Text,
      _SDDocumentCategory,
      _BillingDocumentCategory,
      _BillgProcDocTxtDetnProcedure                                                           as _BillgDocReqTxtDetnProcedure,
      _BillgProcDocItmTxtDetnProced                                                           as _BillgDocReqItmTxtDetnProced
}
where
  SDDocumentCategory = 'EBDR'