FTBAST_IB_VERS
Version of an Installment Bond
FTBAST_IB_VERS is an SAP database table in S/4HANA. Version of an Installment Bond. It contains 12 fields. 6 CDS views read from this table.
CDS Views using this table (6)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| 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 (12)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | MANDT | Client | |||
| KEY | db_key | OS_GUID | GUID | |||
| security_id | VVRANLW | Security Class | ||||
| version | TRBA_VERSION_NUMBER | Version | ||||
| valid_from | FTBAS_VALID_FROM | Valid-From Date | ||||
| valid_to | FTBAS_VALID_TO | Valid-To Date | ||||
| create_user | RERF | Entered By | ||||
| create_time | TRBA_CRTIMESTAMP | Created | ||||
| create_tcode | FTR_GEN_TCODE_CREATE | TCode (Create) | ||||
| last_change_user | RBEAR | Last Changed By | ||||
| last_change_time | TRBA_CHTIMESTAMP | Changed | ||||
| last_change_tcode | FTR_GEN_TCODE_CHANGE | TCode (Change) |
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]
SECURITY_ID, -- Security Class [VVRANLW]
VERSION, -- Version [TRBA_VERSION_NUMBER]
VALID_FROM, -- Valid-From Date [FTBAS_VALID_FROM]
VALID_TO, -- Valid-To Date [FTBAS_VALID_TO]
CREATE_USER, -- Entered By [RERF]
CREATE_TIME, -- Created [TRBA_CRTIMESTAMP]
CREATE_TCODE, -- TCode (Create) [FTR_GEN_TCODE_CREATE]
LAST_CHANGE_USER, -- Last Changed By [RBEAR]
LAST_CHANGE_TIME, -- Changed [TRBA_CHTIMESTAMP]
LAST_CHANGE_TCODE, -- TCode (Change) [FTR_GEN_TCODE_CHANGE]
PRIMARY KEY (CLIENT, DB_KEY)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA