RFKZW SAP (Structure for Transaction FKZW) Structure details

Dictionary Type: Structure
Description: Structure for Transaction FKZW




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




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

RFKZW 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 "Structure for Transaction FKZW" 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_RFKZW TYPE RFKZW.

The RFKZW table consists of various fields, each holding specific information or linking keys about Structure for Transaction FKZW data available in SAP. These include GPART (Business Partner Number), BUKRS (Company Code), BWBER (Valuation Area for FI-CA Year-End Closing for DE/IVA), BBTXT (Name of Valuation Area).. 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 RFKZW 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
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12DFKKKOALPHAOPBEL_KK80B
GPARTBusiness Partner Number GPART_KKCHAR10BUT000ALPHABU_PARTNERBPA
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BWBERValuation Area for FI-CA Year-End Closing for DE/IVA BWBER_ZWF_KKCHAR3Assigned to domainBWBER_KK
BBTXTName of Valuation Area BBTXT_KKCHAR50TEXT50
GRUNDAdjustment reason GRUND_KKCHAR2TFKZGRGRUND_KK
PROZTPercentage share of value adjustment PROZT_KKNUMC3PROZENT100
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
RGRNDReset reason for doubtful entry/individual value adjustment RGRND_KKCHAR2Assigned to domainRGRND_KK
REDATReset date for doubtful entry/individual value adjustment REDAT_KKDATS8REDAT_KK
WZGBSTotal of items entered as doubtful WZGBS_KKCURR13(2) WRTV7
WOGBSOutstanding total of open items at doubtful entry/IVA WOGBS_KKCURR13(2) WRTV7
WBGBSAdjusted Total of Adjusted Items at Time of Doubtful Entry WBGBS_KKCURR13(2) WRTV7
WBUBSTransfer total of value correction in local currency WBUBS_KKCURR13(2) WRTV7
WZUBSTransfer total of doubtful entry WZUBS_KKCURR13(2) WRTV7
WAOFFCurrent Open Total of All Open/Adjusted Items WAOFF_KKCURR13(2) WRTV7
SBTUSTransfer total of adjusted tax in transaction currency SBTUS_KKCURR13(2) WRTV7
TEXT_BPName and Address of Business Partner ADDRGP_KKCHAR132TEXT132
TEXT1Text for contract account TEXT1VK_KKCHAR53TEXT53_KK
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
SUBAPSubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA
BETRWAmount In Transaction Currency With +/- Sign (Character) BETRW_KK_CCHAR13CHAR13
ABGZDTAccrual/ Deferral Date for Doubtful Entries/Ind. Value Adjts ABGZDT_KKDATS8DATUM

Key field Non-key field



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

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

How to access SAP table RFKZW

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