RFKH1 SAP (Screen Fields for FKH0 - FI-CA Cash Payments, Sel. Criteria) Structure details

Dictionary Type: Structure
Description: Screen Fields for FKH0 - FI-CA Cash Payments, Sel. Criteria




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




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

RFKH1 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 FKH0 - FI-CA Cash Payments, Sel. Criteria" 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_RFKH1 TYPE RFKH1.

The RFKH1 table consists of various fields, each holding specific information or linking keys about Screen Fields for FKH0 - FI-CA Cash Payments, Sel. Criteria data available in SAP. These include OPBEL (Number of Contract Accts Rec. & Payable Doc.), NRZAS (Payment Form Number), GPART (Business Partner Number), VTREF (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 RFKH1 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
NRZASPayment Form Number NRZAS_KKCHAR12ALPHANRZAS_KK
GPARTBusiness Partner Number GPART_KKCHAR10BUT000ALPHABU_PARTNERBPA
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
VKONTContract Account Number VKONT_KKCHAR12FKKVKALPHAVKONT_KKKTOFKKVKP_F4
FAEDNDue date for net payment FAEDN_KKDATS8DATUM
XBLNSReference document number XBLNR_KKCHAR16ALPHAXBLNR_KK
RECPTRecipient Number RECPT_KKCHAR12ALPHARECPT_KK
RFZASExternal key payment form RFZAS_KKCHAR30RFZAS_KK
SUBAPSubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA
SELNR1Current selection number SELNR_KKNUMC4NUM04
SELNR2Current selection number SELNR_KKNUMC4NUM04
SELNR3Current selection number SELNR_KKNUMC4NUM04
SELT11. Selection Category SELT1_KKCHAR1TFK004SELTX_KK
SELT22. Selection Category SELT2_KKCHAR1TFK004SELTX_KK
SELT33. Selection Category SELT3_KKCHAR1TFK004SELTX_KK
SELW1First Field Value to be Selected SELW1_KKCHAR35CHAR35
SELW2Second Field Value to be Selected SELW2_KKCHAR35CHAR35
SELW3Third Field Value to be Selected SELW3_KKCHAR35CHAR35
TXT301Text TXT30CHAR30TEXT30
TXT302Text TXT30CHAR30TEXT30
TXT303Text TXT30CHAR30TEXT30
GPDATBusiness Partner Data GPDAT_KKCHAR100TEXT100

Key field Non-key field



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

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

How to access SAP table RFKH1

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