FIBL_RPCODE_I SAP (Repetitive Code Interface) Structure details

Dictionary Type: Structure
Description: Repetitive Code Interface




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




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

FIBL_RPCODE_I is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Repetitive Code Interface" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FIBL_RPCODE_I TYPE FIBL_RPCODE_I.

The FIBL_RPCODE_I table consists of various fields, each holding specific information or linking keys about Repetitive Code Interface data available in SAP. These include MANDT (Client), BUKRS (Paying Company Code for this Payment Request), HBKID (Short Key for a House Bank), RPCODE (Repetitive Code).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP FIBL_RPCODE_I structure 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 RPCODECHAR20Assigned to domainALPHARPCODEFIBL_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
RP_TEXTReference Text for Repetitive Code RPCODE_TEXTCHAR50XTEXT50
HKONTGeneral Ledger Account HKONTCHAR10SKA1ALPHASAKNR
XPOREIndicator: Individual Payment? PRQ_XPORECHAR1XFELD
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
PTYPE_TEXTName of Business Partner Category PARTNERTYP_TEXTCHAR60DDTEXT

Key field Non-key field



How do I retrieve data from SAP structure FIBL_RPCODE_I using ABAP code?

As FIBL_RPCODE_I is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FIBL_RPCODE_I as there is no data to select.

How to access SAP table FIBL_RPCODE_I

Within an ECC or HANA version of SAP you can also view further information about FIBL_RPCODE_I 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!