FIBL_RPCODE_TDEF SAP (Default Values for Repetitive Codes) Table details

Dictionary Type: Table
Description: Default Values for Repetitive Codes




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




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

FIBL_RPCODE_TDEF is a standard SAP Table which is used to store Default Values for Repetitive Codes data and is available within R/3 SAP systems depending on the version and release level.

The FIBL_RPCODE_TDEF table consists of various fields, each holding specific information or linking keys about Default Values for Repetitive Codes data available in SAP. These include BUKRS (Paying Company Code for this Payment Request), HBKID (Short Key for a House Bank), RPCODE (Repetitive Code), RP_TEXT (Reference Text for 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: 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_TDEF 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 RPCODECHAR20FIBL_RPCODEALPHARPCODEFIBL_RPCODE
RP_TEXTReference Text for Repetitive Code RPCODE_TEXTCHAR50XTEXT50
HKONTGeneral Ledger Account HKONTCHAR10SKA1ALPHASAKNR
XPOREIndicator: Individual Payment? PRQ_XPORECHAR1XFELD
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB

Key field Non-key field



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

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

SELECT SINGLE *
FROM FIBL_RPCODE_TDEF
INTO CORRESPONDING FIELDS OF WA_FIBL_RPCODE_TDEF
WHERE...

How to access SAP table FIBL_RPCODE_TDEF

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