FTBAST_IB_VERS

Transparent Table Application Table

Version of an Installment Bond

FTBAST_IB_VERS is an SAP database table in S/4HANA. Version of an Installment Bond. It contains 2 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
I_BondRdmptnSchedCalcParam view_entity from BASIC Rdmptn Schedule Calculation Parameter
I_BondRdmptnSchedCndnFmla view_entity from BASIC Redemption Schedule Condition Formula
I_BondRdmptnSchedCndnFmla view_entity union_all BASIC Redemption Schedule Condition Formula
I_BondRdmptnSchedCondition view_entity from BASIC Bond Redemption Schedule Condition
I_BondRedemptionSchedule view_entity from BASIC Bond Redemption Schedule
I_BondRedemptionScheduleItem view_entity from BASIC Bond Redemption Schedule Item

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY db_key os_guid GUID

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.

-- Version of an Installment Bond
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FTBAST_IB_VERS (
    CLIENT,  -- Client [mandt]
    DB_KEY,  -- GUID [os_guid]
    PRIMARY KEY (CLIENT, DB_KEY)
);