FKKZW301 SAP (Screen Structure for Screen 301) Structure details

Dictionary Type: Structure
Description: Screen Structure for Screen 301




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




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

FKKZW301 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 Structure for Screen 301" 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_FKKZW301 TYPE FKKZW301.

The FKKZW301 table consists of various fields, each holding specific information or linking keys about Screen Structure for Screen 301 data available in SAP. These include MANDT (Client), OPBEL (Number of Contract Accts Rec. & Payable Doc.), OPUPW (Repetition Item in Contract Account Document), OPUPK (Item number in contract account document).. 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 FKKZW301 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
OPUPWRepetition Item in Contract Account Document OPUPW_KKNUMC3OPUPW_KK
OPUPKItem number in contract account document OPUPK_KKNUMC4OPUPK_KK
BWBERValuation Area for FI-CA Year-End Closing for DE/IVA BWBER_ZWF_KKCHAR3Assigned to domainBWBER_KK
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
WAERSCurrency Key WAERS_KKCUKY5Assigned to domainWAERSFWS
OFFBTOpen amount at time of doubtful entry/IVA OFFBT_KKCURR13(2) WRTV7
BETRWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
WBUBTPosted amount of value adjustment in transaction currency WBUBT_KKCURR13(2) WRTV7
WBUDTTransfer date for value adjustment WBUDT_KKDATS8DATUM
WBBT2Amount in second parallel currency with +/- sign BETR2_KKCURR13(2) WRTV7
WBBT3Amount in third parallel currency with +/- sign BETR3_KKCURR13(2) WRTV7
SBETHTax Amount in Local Currency With +/- Sign SBETH_KKCURR13(2) WRTV7
SBETWTax Amount in Transaction Currency with +/- Sign SBETW_KKCURR13(2) WRTV7
SBET2Tax amount in second parallel currency SBET2_KKCURR13(2) WRTV7
SBET3Tax amount in third parallel currency SBET3_KKCURR13(2) WRTV7
AWSTBCalculation Type for Individual Value Adjustments AWSTB_KKCHAR2ABSTW_KK
WZUBTPosted Amount for Doubtful Entry in Transaction Currency WZUBT_KKCURR13(2) WRTV7
WZUDTTransfer date of doubtful entry WZUDT_KKDATS8DATUM
WZBT2Amount in second parallel currency with +/- sign BETR2_KKCURR13(2) WRTV7
WZBT3Amount in third parallel currency with +/- sign BETR3_KKCURR13(2) WRTV7
BUDATDate of doubtful entry/individual value adjustment WZDAT_KKDATS8DATUM
WFZBTNew Amount of Doubtful Entry WFZBT_KKCURR13(2) WRTV7
EWBBTNew amount for individual value adjustment EWBBT_KKCURR13(2) WRTV7
KENNZDbtfl/IVA (manual/automatic) KENNZ_KKCHAR1KENNZ_KK
GRUNDAdjustment reason GRUND_KKCHAR2TFKZGRGRUND_KK
PROZTPercentage share of value adjustment PROZT_KKNUMC3PROZENT100
WBBTRSpecified Value Adjustment Amount WBBTR_KKCURR13(2) WRTV7
RGRNDReset reason for doubtful entry/individual value adjustment RGRND_KKCHAR2TFKZRGRRGRND_KK
REDATReset date for doubtful entry/individual value adjustment REDAT_KKDATS8REDAT_KK
ERNAMCreated by ERNAM_KKCHAR12USNAM
ECPDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
ECPTMTime of Entry CPUTMTIMS6UZEIT
AENAMLast changed by AENAM_KKCHAR12USNAM
ACPDTDate the object was last changed ACPDT_KKDATS8DATUM
ACPTMTime the object was last changed ACPTM_KKTIMS6UZEIT
FAEDNDue date for net payment FAEDN_KKDATS8DATUM
WZKONG/L account number of doubtful entry account WZKON_KKCHAR10Assigned to domainALPHASAKNR
WBAKOExpense account for value adjustment WBAKO_KKCHAR10Assigned to domainALPHASAKNR
WBKKOAdjustment account for value adjustment WBKKO_KKCHAR10Assigned to domainALPHASAKNR
WZKKOAdjustment Account for Doubtful Receivables WZKKO_KKCHAR10Assigned to domainALPHASAKNR
WBEKORevenue Account for Resetting a Value Adjustment WBEKO_KKCHAR10Assigned to domainALPHASAKNR
WCRDTAssigned Credit in Doubtful Entry/Individual Value Adjustmnt WCRDT_KKCURR13(2) WRTV7
AMPELStatus of Item AMPELCHAR30CHAR30
INFOZDoubtful Item Entry/Individual Value Adjustment INFOZ_KKNUMC3INFOZ_KK

Key field Non-key field



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

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

How to access SAP table FKKZW301

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