RFKC4 SAP (Dialog Fields for SAPLFKKC4 (Maintain Bank Data)) Structure details

Dictionary Type: Structure
Description: Dialog Fields for SAPLFKKC4 (Maintain Bank Data)




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




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

RFKC4 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 "Dialog Fields for SAPLFKKC4 (Maintain Bank Data)" 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_RFKC4 TYPE RFKC4.

The RFKC4 table consists of various fields, each holding specific information or linking keys about Dialog Fields for SAPLFKKC4 (Maintain Bank Data) data available in SAP. These include VALDT (Initial Date for Business Partner Data), GPARTT (Text for business partner), CORRE (Create Correspondence), RB_TRANS_I (Use Bank Data for Incoming Payment Method).. 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: Can be enhanced (character-type or numeric)


SAP RFKC4 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
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VALDTInitial Date for Business Partner Data BU_VALDTDATS8DATUM
GPARTTText for business partner GPTXT_KKCHAR55GPTXT_KK
CORRECreate Correspondence CORRE_KKCHAR1XFELD
RB_TRANS_IUse Bank Data for Incoming Payment Method TRANS_I_KKCHAR1XFELD
RB_TRANS_OUse Bank Data for Outgoing Payment Method TRANS_O_KKCHAR1XFELD
RB_TRANS_BUse Bank Data for Incoming and Outgoing Payments TRANS_B_KKCHAR1XFELD
BKGRDFPP4: Change Reason of Bank Details BKGRD_KKCHAR1BKGRD_KK
CCGRDFPP4: Reason for Change to Payment Card CCGRD_KKCHAR1CCGRD_KK

Key field Non-key field



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

As RFKC4 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 RFKC4 as there is no data to select.

How to access SAP table RFKC4

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