RFKU4 SAP (Dialog Fields for SAPLFKU4) Structure details

Dictionary Type: Structure
Description: Dialog Fields for SAPLFKU4




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




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

RFKU4 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 SAPLFKU4" 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_RFKU4 TYPE RFKU4.

The RFKU4 table consists of various fields, each holding specific information or linking keys about Dialog Fields for SAPLFKU4 data available in SAP. These include APPLK (Application area), GPART_ORI (Business Partner Number), VKONT_ORI (Contract Account Number), VTREF_ORI (Reference Specifications from Contract).. 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 RFKU4 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
GPART_ORIBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONT_ORIContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
VTREF_ORIReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
VTPOS_ORIContract: Item Number VTPOS_KKNUMC6VTPOS_KK
SUBAP_ORISubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA
VTRE2_ORIAdditional Reference Information VTRE2_KKCHAR20ALPHAVTREF_KK
OPBEL_ORINumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
XBLNR_ORIReference document number XBLNR_KKCHAR16ALPHAXBLNR_KK
GPART_NEWBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONT_NEWContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
VTREF_NEWReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
VTPOS_NEWContract: Item Number VTPOS_KKNUMC6VTPOS_KK
SUBAP_NEWSubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA
VTRE2_NEWAdditional Reference Information VTRE2_KKCHAR20ALPHAVTREF_KK
BUKRS_NEWCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBER_NEWBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
HERKFDocument Origin Key HERKF_KKCHAR2TFK001HERKF_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
UMGRDTransfer Reason UMGRD_KKCHAR2TFK051AUMGRD_KK
WAERSCurrency Key WAERS_KKCUKY5TCURCWAERSFWS
TXTGP_ORIText for business partner TEXT1GP_KKCHAR132TEXT132
TXTVK_ORIContract account name VKBEZ_KKCHAR35TEXT35
TXTVT_ORIText, 40 Characters Long TEXT40CHAR40TEXT40
TXTOP_ORIText TXT30CHAR30TEXT30
TXTGP_NEWText for business partner TEXT1GP_KKCHAR132TEXT132
TXTVK_NEWContract account name VKBEZ_KKCHAR35TEXT35
TXTVT_NEWText, 40 Characters Long TEXT40CHAR40TEXT40
TXT01Text, 40 Characters Long TEXT40CHAR40TEXT40
TXT02Text, 40 Characters Long TEXT40CHAR40TEXT40
TXT03Text, 40 Characters Long TEXT40CHAR40TEXT40
TXT04Text, 40 Characters Long TEXT40CHAR40TEXT40
XALLIOnly Transfer Post All Items Together XALLI_KKCHAR1XFELD
XUMBHTransfer Credit XUMBH_KKCHAR1XFELD
XMHNUTransfer Dunning Level XMHNU_KKCHAR1XFELD
ITRANAutomatic Transfer Posting of Open Items ITRAN_KKCHAR1ITRAN_KK
ALTBROK_NEWAlternative Collecting Broker ALTBROK_KKCHAR10Assigned to domainALPHABU_PARTNERBUPA
ALTBRCO_NEWBroker Contract for Alternative Collecting Broker ALTBRCO_KKCHAR20ALPHAVTREF_KK
ORDNR_ORIRequest Number ORDNR_KKCHAR12ALPHAORDNR_KK
XOPTRTransfer Open Items XOPTR_KKCHAR1XFELD
XREQTRTransfer Requests XREQTR_KKCHAR1XFELD
XMDTSELSelection via Master Data XMDTSEL_KKCHAR1XFELD
XDOCSELSelect by Documents XDOCSEL_KKCHAR1XFELD
TCUEBText (80 Characters) TEXT80CHAR80TEXT80UEB

Key field Non-key field



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

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

How to access SAP table RFKU4

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