I_BILLINGDOCUMENTREQUESTTYPE

CDS View

Billing Document Request Type

I_BILLINGDOCUMENTREQUESTTYPE is a CDS View in S/4HANA. Billing Document Request Type. It contains 3 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
I_BillgDocRequestTypeStdVH view_entity from COMPOSITE Billing Document Request Type
I_BillgDocRequestTypeText view_entity inner BASIC Billing Document Request Type - Text
R_BillgDocRequestItemTextTP view_entity inner TRANSACTIONAL Billing Document Request Item Text - TP
R_BillingDocumentRequestTextTP view_entity inner TRANSACTIONAL Billing Document Request Text - TP

Fields (3)

KeyField CDS FieldsUsed in Views
KEY BillingDocumentRequestType BillingDocumentRequestType 1
BillgDocReqItmTxtDetnProcedure BillgDocReqItmTxtDetnProcedure 1
BillgDocReqTxtDetnProcedure BillgDocReqTxtDetnProcedure 1
@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'