/PF1/T_BNKAREA

Transparent Table Customizing Table

IHB Bank Area

/PF1/T_BNKAREA is an SAP database table in S/4HANA. IHB Bank Area. It contains 14 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_IHBBankArea view_entity from BASIC IHB Bank Area
P_IHBDashboardBalanceKeys view_entity from COMPOSITE
P_IHBDashboardBalanceKeys view_entity union COMPOSITE

Fields (14)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY bank_area /pf1/dte_ihb_bank_area Bank Area
bankl bankk Bank Key
banks banks Bank Ctry/Reg.
bukrs bukrs Company Code
kurst kurst_curr Exch. Rate Type
waers waers Currency
fabkl /pf1/dte_ihb_factory_calendar Fact. Calendar
groupname_derivation /pf1/dte_ihb_acctgrp_derrule AcctGrpDrvtnRule
interest_calc_period /pf1/dte_ihb_intrst_calc_perd Calculation period
sender_email_address /pf1/dte_ihb_sender_email_addr Email address
time_zone /pf1/dte_ihb_timezone Time Zone
direct_fx_calculation /pf1/dte_ihb_flg_d_fx_calc Force FX Conversion
nrrangenr /pf1/dte_ihbaccnr Acct. No. Rng No

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.

-- IHB Bank Area
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE /PF1/T_BNKAREA (
    CLIENT,                 -- Client [mandt]
    BANK_AREA,              -- Bank Area [/pf1/dte_ihb_bank_area]
    BANKL,                  -- Bank Key [bankk]
    BANKS,                  -- Bank Ctry/Reg. [banks]
    BUKRS,                  -- Company Code [bukrs]
    KURST,                  -- Exch. Rate Type [kurst_curr]
    WAERS,                  -- Currency [waers]
    FABKL,                  -- Fact. Calendar [/pf1/dte_ihb_factory_calendar]
    GROUPNAME_DERIVATION,   -- AcctGrpDrvtnRule [/pf1/dte_ihb_acctgrp_derrule]
    INTEREST_CALC_PERIOD,   -- Calculation period [/pf1/dte_ihb_intrst_calc_perd]
    SENDER_EMAIL_ADDRESS,   -- Email address [/pf1/dte_ihb_sender_email_addr]
    TIME_ZONE,              -- Time Zone [/pf1/dte_ihb_timezone]
    DIRECT_FX_CALCULATION,  -- Force FX Conversion [/pf1/dte_ihb_flg_d_fx_calc]
    NRRANGENR,              -- Acct. No. Rng No [/pf1/dte_ihbaccnr]
    PRIMARY KEY (CLIENT, BANK_AREA)
);