FIBL_RPCODE

Transparent Table Application Table

Stammdaten Repetitive Code

FIBL_RPCODE is an SAP database table in S/4HANA. Stammdaten Repetitive Code. It contains 24 fields. 8 CDS views read from this table.

CDS Views using this table (8)

ViewTypeJoinVDMDescription
Fclm_Bam_Acc_Cashpool view left_outer Accounts in Cash Pool
I_BankAccCashPoolTP view left_outer TRANSACTIONAL Bank Account Cash Pool
I_CashPool view inner BASIC Cash Pool Bank Account Relationship
I_RepetitiveCode view from BASIC Basic View for Repetitive Code
P_MakeBankTransferTemplate view from BASIC
P_PaytTransRepetitiveCode view from BASIC
P_RepetitiveCode view from BASIC
P_RepetitiveCodeBasic view from BASIC

Fields (24)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY bukrs prq_zbukr Paying CoCd
KEY hbkid hbkid House Bank
KEY rpcode rpcode Repetitive Code
hktid hktid Account ID
chain chainid Bank Chain ID
banks banks Bank Ctry/Reg.
bankl bankk Bank Key
bankn bankn Bank Account
bkont bkont Control Key
bkref bkref Reference
koinh koinh_fi Account holder
ptype gpa1t_cfm BP Category
partn gpa1r_cfm BP Reference
parta partac Bank Details
pbukr fi_pbukr Target Company Code
zlsch dzlsch Pymt Meth.
waers waers Currency
dcrea erdat_bf Created On
ucrea ernam_bf Created By
drele repetitive_rel_dat Release Date
urele repetitive_rel_user Released By
drel1 repetitive_rel_dat Release Date
urel1 repetitive_rel_user Released By

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.

-- Stammdaten Repetitive Code
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FIBL_RPCODE (
    MANDT,   -- Client [mandt]
    BUKRS,   -- Paying CoCd [prq_zbukr]
    HBKID,   -- House Bank [hbkid]
    RPCODE,  -- Repetitive Code [rpcode]
    HKTID,   -- Account ID [hktid]
    CHAIN,   -- Bank Chain ID [chainid]
    BANKS,   -- Bank Ctry/Reg. [banks]
    BANKL,   -- Bank Key [bankk]
    BANKN,   -- Bank Account [bankn]
    BKONT,   -- Control Key [bkont]
    BKREF,   -- Reference [bkref]
    KOINH,   -- Account holder [koinh_fi]
    PTYPE,   -- BP Category [gpa1t_cfm]
    PARTN,   -- BP Reference [gpa1r_cfm]
    PARTA,   -- Bank Details [partac]
    PBUKR,   -- Target Company Code [fi_pbukr]
    ZLSCH,   -- Pymt Meth. [dzlsch]
    WAERS,   -- Currency [waers]
    DCREA,   -- Created On [erdat_bf]
    UCREA,   -- Created By [ernam_bf]
    DRELE,   -- Release Date [repetitive_rel_dat]
    URELE,   -- Released By [repetitive_rel_user]
    DREL1,   -- Release Date [repetitive_rel_dat]
    UREL1,   -- Released By [repetitive_rel_user]
    PRIMARY KEY (MANDT, BUKRS, HBKID, RPCODE)
);