RFKA1 SAP (Dialog Fields for SAPLFKA1 and SAPLFKA8) Structure details

Dictionary Type: Structure
Description: Dialog Fields for SAPLFKA1 and SAPLFKA8




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




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

RFKA1 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 SAPLFKA1 and SAPLFKA8" 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_RFKA1 TYPE RFKA1.

The RFKA1 table consists of various fields, each holding specific information or linking keys about Dialog Fields for SAPLFKA1 and SAPLFKA8 data available in SAP. These include BUKRS (Company Code), COKEY (CO Account Assignment Key), OPBEL (Number of Contract Accts Rec. & Payable Doc.), XBLNR (Reference document number).. 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 RFKA1 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COKEYCO Account Assignment Key COKEY_KK2CHAR10TFKCOKCOKEY_KK2
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12DFKKKOALPHAOPBEL_KK80B
XBLNRReference document number XBLNR_KKCHAR16ALPHAXBLNR_KK
GPARTBusiness Partner Number GPART_KKCHAR10BUT000ALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12FKKVKALPHAVKONT_KKKTOFKKVKP_F4
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
SUBAPSubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA
OPORDClassification Key OPORD_KKCHAR35CHAR35
PREBECheck level PREBE_KKCHAR2PREBE_KK
BUDATPosting Date in the Document BUDAT_KKDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
BLARTDocument Type BLART_KKCHAR2TFK003BLART_KK
FIKEYReconciliation Key for General Ledger FIKEY_KKCHAR12Assigned to domainFIKEY_KKFKFI1
AUGRDClearing Reason AUGRD_KKCHAR2TFK001AAUGRD_KK
HERKFDocument Origin Key HERKF_KKCHAR2TFK001HERKF_KK
ABGRDWrite-Off Reason ABGRD_KKCHAR2TFK048AABGRD_KK8AG
WAERSCurrency Key WAERS_KKCUKY5TCURCWAERSFWS
XRULEWrite-Off without Check Rules XRULE_KKCHAR1XFLAG
XCOLLSubmission to Collection Agency XCOLL_KKCHAR1XFELD
XCOACAdd or Determine CO Account Assignments XCOAC_KKCHAR1XCOAC_KK
XFMACFM Account Assignment Derivation for Write-off XFMAC_KKCHAR1XFMAC_KK
XINHTransfer G/L Account from Item To Be Written Off XINH_KKCHAR1XFELD
TXTGPText for business partner TEXT1GP_KKCHAR132TEXT132
TXTVKContract account name VKBEZ_KKCHAR35TEXT35
TXTVTText, 40 Characters Long TEXT40CHAR40TEXT40
TXT01Text (30 Characters) TEXT30CHAR30TEXT30
TXT02Text (30 Characters) TEXT30CHAR30TEXT30
TXT03Text (30 Characters) TEXT30CHAR30TEXT30
TXT04Text, 40 Characters Long TEXT40CHAR40TEXT40
TXT05Text (30 Characters) TEXT30CHAR30TEXT30
TXT06Text (30 Characters) TEXT30CHAR30TEXT30
XTAXAWrite Off without Tax Adjustment XTAXA_KKCHAR1XFELD
XTAXTWrite-Off by External System XTAXT_KKCHAR1XFELD
GPDATBusiness Partner Data GPDAT_KKCHAR100TEXT100
MWSKZTax on Sales/Purchases Code MWSKZWO_KKCHAR2T007AMWSKZ
VERWDRetention Period of Itemization VERWD_KKNUMC3NUMC03
XANZAWrite Off Down Payment Requests and Payment Requests XANZACHAR1XFELD
ABGRD_INVWrite-Off Reason from Invoicing ABGRD_INV_KKCHAR2Assigned to domainABGRD_KK8AG
BETRWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7

Key field Non-key field



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

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

How to access SAP table RFKA1

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