I_BANKACCSENTITEMS

CDS View

Bank Account Sent Items

I_BANKACCSENTITEMS is a CDS View in S/4HANA. Bank Account Sent Items. It contains 13 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_BankAccSentItems view from CONSUMPTION Bank Account Sent Items

Fields (13)

KeyField CDS FieldsUsed in Views
KEY BankAccountChangeRequest BankAccountChangeRequest 1
BankAccountAction BankAccountAction 1
BankAccountActionText BankAccountActionText 1
BankAccountChangeRequestStatus BankAccountChangeRequestStatus 1
BankAccountChangeRequestStep BankAccountChangeRequestStep 1
BankAccountReqCreatedDateTime BankAccountReqCreatedDateTime 1
BankAccountReqStatusText BankAccountReqStatusText 1
BankAcctChangeReqHeadingText BankAcctChangeReqHeadingText 1
BankAcctChangeRequestDueDate BankAcctChangeRequestDueDate 1
BkAcctReqLastChgdDteTme BkAcctReqLastChgdDteTme 1
LastChangedByUser LastChangedByUser 1
Name Name 1
WorkflowStepsSecIsHidden WorkflowStepsSecIsHidden 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.

-- Bank Account Sent Items
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_BANKACCSENTITEMS (
    BANKACCOUNTCHANGEREQUEST,
    BANKACCOUNTACTION,
    BANKACCOUNTACTIONTEXT,
    BANKACCOUNTCHANGEREQUESTSTATUS,
    BANKACCOUNTCHANGEREQUESTSTEP,
    BANKACCOUNTREQCREATEDDATETIME,
    BANKACCOUNTREQSTATUSTEXT,
    BANKACCTCHANGEREQHEADINGTEXT,
    BANKACCTCHANGEREQUESTDUEDATE,
    BKACCTREQLASTCHGDDTETME,
    LASTCHANGEDBYUSER,
    NAME,
    WORKFLOWSTEPSSECISHIDDEN,
    PRIMARY KEY (BANKACCOUNTCHANGEREQUEST)
);