I_BILLINGREQUESTITEM

CDS View

Billg Request Line for Srvc Transaction

I_BILLINGREQUESTITEM is a CDS View in S/4HANA. Billg Request Line for Srvc Transaction. It contains 7 fields. 15 CDS views read from this table.

CDS Views using this table (15)

ViewTypeJoinVDMDescription
A_BSOrdSrvcContrItmBillgReqItm view from COMPOSITE Service Contract Item BRL Item
A_BusSolnOrdBillgReqItmPrcElm view inner COMPOSITE Service Contract Item BRL Price Elements
A_SrvcContrItmBillgReqItem view from COMPOSITE Billing Request Line
C_BillgReqLineObjPgPrcDets view from CONSUMPTION Billing Request Line Price Details
C_BSOrdProcFlwBillgReqItem view from CONSUMPTION Billing Req Line Attrib for BSOrd Prgrs
C_SrvcContrItmObjPgSettlmtPerd view from CONSUMPTION Settlement Periods
C_SrvcOrdBillingRequestItem view_entity from CONSUMPTION Service Order Item Billing Plan Facet
I_BusSolnQtanItmBillgReqItem view_entity from COMPOSITE Billing Request Item of Business Solution Quotation Item
I_SubscrpnContrItmBillgReqItm view_entity from COMPOSITE Billing Request Item of Contract Item
I_SubscrpnOrdItemBillgReqItem view_entity from COMPOSITE Billing Request Item of Order Item
P_BusSolnOrdSrvcContrFlwLvl2 view inner CONSUMPTION Solution Order Service Contract Flow: Level 2
P_ServiceContractIssueKey view from COMPOSITE
P_SrvcOrdBillgRequestAggrgItem view_entity from COMPOSITE Aggregation CDS for Billing Request
R_SrvcContrBillgReqItmPrcElmTP view_entity inner TRANSACTIONAL Price Element of Billing Request - TP
R_SrvcContrItmBillgReqItemTP view_entity from TRANSACTIONAL Service Contract Item Billg Request - TP

Fields (7)

KeyField CDS FieldsUsed in Views
KEY BillingRequestItem BillingRequestItem,SubsequentDocumentItem 2
KEY ServiceDocument ServiceContract 1
KEY ServiceDocumentItem BusinessSolutionOrderItem,ServiceContractItem 3
KEY ServiceObjectType ServiceObjectType 1
BillgReqItemBillingStatus BillgReqItemBillingStatus 1
BillingBlockReason BillingBlockReason 1
TransactionCurrency TransactionCurrency 1

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Billg Request Line for Srvc Transaction
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_BILLINGREQUESTITEM (
    BILLINGREQUESTITEM,
    SERVICEDOCUMENT,
    SERVICEDOCUMENTITEM,
    SERVICEOBJECTTYPE,
    BILLGREQITEMBILLINGSTATUS,
    BILLINGBLOCKREASON,
    TRANSACTIONCURRENCY,
    PRIMARY KEY (BILLINGREQUESTITEM, SERVICEDOCUMENT, SERVICEDOCUMENTITEM, SERVICEOBJECTTYPE)
);