I_BillgDocRequestItemPartnerTP

DDL: I_BILLGDOCREQUESTITEMPARTNERTP Type: view_entity TRANSACTIONAL

Billing Doc Request Itm Partner - TP

I_BillgDocRequestItemPartnerTP is a Transactional CDS View that provides data about "Billing Doc Request Itm Partner - TP" in SAP S/4HANA. It reads from 1 data source (R_BillgDocRequestItemPartnerTP) and exposes 10 fields with key fields BillingDocumentRequest, BillingDocumentRequestItem, PartnerFunction.

Data Sources (1)

SourceAliasJoin Type
R_BillgDocRequestItemPartnerTP R_BillgDocRequestItemPartnerTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Billing Doc Request Itm Partner - TP view
AccessControl.authorizationCheck #MANDATORY view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #TRANSACTIONAL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
Metadata.ignorePropagatedAnnotations true view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY BillingDocumentRequest BillingDocumentRequest
KEY BillingDocumentRequestItem BillingDocumentRequestItem
KEY PartnerFunction PartnerFunction Partner Functn
Customer Customer Sold-to Party
Supplier Supplier Supplier
Personnel Personnel Personnel No.
ContactPerson ContactPerson Contact Person Key
ReferenceBusinessPartner ReferenceBusinessPartner Busn. Partner
BusinessPartnerAddressUUID BusinessPartnerAddressUUID UUID
PartnerIsSpecificForSDDocItem PartnerIsSpecificForSDDocItem

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_BillgDocRequestItemPartnerTP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW I_BillgDocRequestItemPartnerTP AS
SELECT
  BillingDocumentRequest,
  BillingDocumentRequestItem,
  PartnerFunction,
  Customer,
  Supplier,
  Personnel,
  ContactPerson,
  ReferenceBusinessPartner,
  BusinessPartnerAddressUUID,
  PartnerIsSpecificForSDDocItem
FROM R_BillgDocRequestItemPartnerTP
;