FIBL_RPCODE SAP (Master Data for Repetitive Code) Table details

Dictionary Type: Table
Description: Master Data for Repetitive Code




ABAP Code to SELECT data from FIBL_RPCODE
Related tables to FIBL_RPCODE
Access table FIBL_RPCODE




Table field list including key, data, relationships and ABAP select examples

FIBL_RPCODE is a standard SAP Table which is used to store Master Data for Repetitive Code data and is available within R/3 SAP systems depending on the version and release level.

The FIBL_RPCODE table consists of various fields, each holding specific information or linking keys about Master Data for Repetitive Code data available in SAP. These include BUKRS (Paying Company Code for this Payment Request), HBKID (Short Key for a House Bank), RPCODE (Repetitive Code), HKTID (ID for account details).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP FIBL_RPCODE table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
BUKRSPaying Company Code for this Payment Request PRQ_ZBUKRCHAR4T001BUKRS
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
RPCODERepetitive Code RPCODECHAR20ALPHARPCODEFIBL_RPCODE
HKTIDID for account details HKTIDCHAR5T012KHKTID
CHAINID for bank chain CHAINIDCHAR10TBCHAIN0CHAINID
BANKSBank country key BANKSCHAR3T005LAND1BKL
BANKLBank Keys BANKKCHAR15BNKABANKKBNK
BANKNBank account number BANKNCHAR18BANKN
BKONTBank Control Key BKONTCHAR2BKONT
BKREFReference specifications for bank details BKREFCHAR20CHAR20
KOINHAccount Holder Name KOINH_FICHAR60KOINH
PTYPECategory of Business Partner Receiving Payment GPA1T_CFMCHAR2GPA1T_CFM
PARTNReference to Business Partner Receiving Payment GPA1R_CFMCHAR16CHAR16
PARTAShort Key for Partner's Bank Details PARTACCHAR6CHAR6
PBUKRTarget Company Code FI_PBUKRCHAR4T001BUKRS
ZLSCHPayment Method DZLSCHCHAR1T042EZLSCH
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
DCREADate on which the record was created ERDAT_BFDATS8DATUM
UCREAName of person who created the object ERNAM_BFCHAR12USNAM
DRELERelease Date for Repetitive Codes REPETITIVE_REL_DATDATS8DATUM
URELERepetitive Codes: Released By REPETITIVE_REL_USERCHAR12USNAM
DREL1Release Date for Repetitive Codes REPETITIVE_REL_DATDATS8DATUM
UREL1Repetitive Codes: Released By REPETITIVE_REL_USERCHAR12USNAM

Key field Non-key field



How do I retrieve data from SAP table FIBL_RPCODE using ABAP code

The following ABAP code Example will allow you to do a basic selection on FIBL_RPCODE to SELECT all data from the table
DATA: WA_FIBL_RPCODE TYPE FIBL_RPCODE.

SELECT SINGLE *
FROM FIBL_RPCODE
INTO CORRESPONDING FIELDS OF WA_FIBL_RPCODE
WHERE...

How to access SAP table FIBL_RPCODE

Within an ECC or HANA version of SAP you can also view further information about FIBL_RPCODE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!