RFK00 SAP (Screen fields for SAPMFK00) Structure details

Dictionary Type: Structure
Description: Screen fields for SAPMFK00




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




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

RFK00 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 "Screen fields for SAPMFK00" 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_RFK00 TYPE RFK00.

The RFK00 table consists of various fields, each holding specific information or linking keys about Screen fields for SAPMFK00 data available in SAP. These include AUGBL (Clearing document number), OPBEL (Number of Contract Accts Rec. & Payable Doc.), WHBUD (Selection criterion for reversing a repetition item), BLART (Document Type).. 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)


SAP RFK00 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
APPLKApplication area APPLK_KKCHAR1APPLK_KK
AUGBLClearing document number AUGBR_KKCHAR12ALPHAAUGBL_KK
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
WHBUDSelection criterion for reversing a repetition item WHBUD_KKDATS8DATUM
BLARTDocument Type BLART_KKCHAR2TFK003BLART_KK
FIKEYReconciliation Key for General Ledger FIKEY_KKCHAR12Assigned to domainFIKEY_KKFKFI1
BUDATPosting Date in the Document BUDAT_KKDATS8DATUM
STODTReversal Document Posting Date STODT_KKDATS8DATUM
AUGRDClearing Reason AUGRD_KKCHAR2TFK001AAUGRD_KK
HERKFDocument Origin Key HERKF_KKCHAR2TFK001HERKF_KK
STBLGNumber of Reverse Document/Reset Document STBLG_KKCHAR12Assigned to domainALPHAOPBEL_KK
TXT01Text (30 Characters) TEXT30CHAR30TEXT30
TXT02Text (30 Characters) TEXT30CHAR30TEXT30
XBLNRReference document number XBLNR_KKCHAR16ALPHAXBLNR_KK
NRZAARepayment request NRZAA_KKCHAR10DFKKZAALPHANRZAA_KK
XOFWHReverse Open Repetitions XOFWH_KKCHAR1XFELD
XWHDAOnly reverse one repetition date XWHDA_KKCHAR1XFELD
OPBEL_LSNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
STORB_LSNumber of Reversal Document STORB_KKCHAR12Assigned to domainALPHAOPBEL_KK
TITLEError message text - long text of the error TEXT70CHAR70TEXT70
PYORDPayment Order PYORD_KKCHAR10ALPHAPYORD
XRAGSUndo Whole Clearing XRAGS_KKCHAR1XFELD
XRATLUndo Parts of Clearing XRATL_KKCHAR1XFELD
XRANPCreate A New Open Item XRANP_KKCHAR1XFELD
XRANKPost Clearing Amount to Clarification Account XRANK_KKCHAR1XFELD
XRAVTRetain Distribution XRAVT_KKCHAR1XFELD
XRAX1Not Yet Specified XRAXX_KKCHAR1XFELD
XRAX2Not Yet Specified XRAXX_KKCHAR1XFELD
C4EYECheck Reason for Workflows Acc. to Dual Control Principle C4EYE_KKCHAR2Assigned to domainC4EYE_KK
VOIDRReason for Check Voiding VOIDREAS_KKCHAR2TFKVOIDVOIDREAS_KK
TXT50Type of Reset, if Reset without Dialog TXTRN_KKCHAR50TEXT50
TXT50AText Field TEXT50CHAR50TEXT50
ADDFLSelection of Clearing for Partial Clearing ADDFL_KKCHAR30ADDFL_KK
XERWSEnhanced Reversal Processing XERWS_KKCHAR1XFELD
GPARTBusiness Partner Number GPART_KKCHAR10BUT000ALPHABU_PARTNERBPA
PYGRPNumber of Debit Memo Notification DDGRP_KKCHAR10DFKKDDACHAR10FKK_DDA
KEYZ1Payment Lot KEYZ1_KKCHAR12KEYZ1_KK
POSZAItem number in a payment lot POSZA_KKNUMC6NUM06
OPORDClassification Key OPORD_KKCHAR35CHAR35
STMETReversal Method STMET_KKCHAR1STMET_KK
XARCDArchived Data Is Allowed XARCD_KKCHAR1XFELD
PPKEYIdentification of Promise to Pay PPKEY_KKCHAR12ALPHAPPKEY_KK8P2P
PNNUMSEPA: Number of Direct Debit Pre-Notification PNNUM_KKCHAR16ALPHAPNNUM_KK
PNHKFSEPA: Origin of Direct Debit Pre-Notification PNHKF_KKCHAR2PNHKF_KK
PNRVTPre-Notification: Comment for Removal of an Item PNRVT_KKCHAR50TXT50

Key field Non-key field



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

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

How to access SAP table RFK00

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