I_BILLOFEXCHANGE

CDS View

Bill of Exchange

I_BILLOFEXCHANGE is a CDS View in S/4HANA. Bill of Exchange. It contains 2 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
C_BOEOutpParamDetermination view_entity from CONSUMPTION Bill of Exchange Output Parameter
C_InventoryGLAcctBalCube view left_outer CONSUMPTION Turkey Inventory CDS cube view
I_BillOfExchangeUsageData view_entity from COMPOSITE Bill of Exchange Usage Data
P_AR_SuplrPaymentEndorsedCheck view_entity inner CONSUMPTION Argentina Supplier Payment Endorsed Check Clearing

Fields (2)

KeyField CDS FieldsUsed in Views
BillOfExchangeDomicileText EndorsedBankTaxNumber 1
Cheque Cheque 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.

-- Bill of Exchange
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_BILLOFEXCHANGE (
    BILLOFEXCHANGEDOMICILETEXT,
    CHEQUE
);