FKKPDO SAP (Include the Report-Specific Parameter Documentation) Structure details

Dictionary Type: Structure
Description: Include the Report-Specific Parameter Documentation




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




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

FKKPDO 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 "Include the Report-Specific Parameter Documentation" 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_FKKPDO TYPE FKKPDO.

The FKKPDO table consists of various fields, each holding specific information or linking keys about Include the Report-Specific Parameter Documentation data available in SAP. These include ARSTRAT_KK (Archiving plan), TESTL_KK (Test Run), DETAIL_KK (Detail log), BILTAG_KK (Balance Sheet Key Date).. 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: Cannot Be Enhanced


SAP FKKPDO 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
AUSOPSimulated contract account line item in a clearing document AUSOP_KKCHAR1XFELD
ARSTRAT_KKArchiving plan ARSTRAT_KKCHAR1XFELD
TESTL_KKTest Run TESTL_KKCHAR1XFELD
DETAIL_KKDetail log DETAIL_KKCHAR1XFELD
BILTAG_KKBalance Sheet Key Date BILTAG_KKDATS8SYDATS
CPUTAGE_KKMinimum Mumber Of CPU days In System For Archiving CPUTAGE_KKNUMC2NUM2
STICHDT_KKKey Date for Residence Time STICHDT_KKDATS8SYDATS
F100METHValuation method BWMET_KKCHAR4TFK044ABWMET_KK
FAEINTDetermine Due Date from Terms of Payment FAEINT_KKCHAR1BOOLE
OP_KEYDATEKey Date for Analysis of Open Items OP_KEYDATE_KKDATS8SYDATS
OP_RASTERFrom Due Dates According to Grid RASTER_KKCHAR1XFELD
OP_RASTBISGrid Upper Limit in Days OPRAST_L_KKDEC4OPRAST_L_KK
OP_UMGL_GROUPGrouping Level for Open Item List UMGL_GROUP_KKCHAR1CHAR1
OP_GUT_VERRSimulated Credit Assignment GUT_VERR_KKCHAR1XFELD
OP_FAE_SHStatement of due dates by credit/debit FAE_SH_KKCHAR1XFELD
OP_UMGLStatement of Accounts to be Regrouped UMGL_KKCHAR1XFELD
OP_URASTERDisplay of Due Dates for Classifications from Grid URASTER_KKCHAR1XFELD
OP_MWSTID for value-added tax clearing accounts MWST_KKCHAR1XFELD
OP_MWSTKTax on Sales/Purchases Clearing Accounts by TSP Code MWSTK_KKCHAR1XFELD
OP_CDSUMSDebit/Credit Totals CDSUM_KKCHAR1XFELD
OP_RASTERINTGrid interval for age grid with open item OP_RASTERINT_KKCHAR1CHAR1
OP_DATASETAdditional Output to Dataset DATASET_KKCHAR1XFELD
XBWBUCHGenerate Valuation Postings XBWBUCH_KKCHAR1XFELD
XBWSTORDo Not Reset Valuation Postings XBWSTOR_KKCHAR1XFELD
ABS3_ALLAll company codes ABS3_ALL_KKCHAR1CHKBOX_KK
ABS3_TESTTest Run ABS3_TEST_KKCHAR1CHKBOX_KK
ALL_OPAll Line Items XALLOP_KKCHAR1XFELD
APPLKApplication area APPLK_KKCHAR1APPLK_KK
BELJ_POSSelection of Line Items BELJ_POS_KKCHAR1XFELD
BELJ_RECReconciliation Account Instead of Business Partner BELJ_REC_KKCHAR1XFELD
BELJ_AUGSummarize Clearing Items BELJ_AUG_KKCHAR1XFELD
BELJ_WDHSummarize Repeats BELJ_WDH_KKCHAR1XFELD
BELJ_ALVALV Grid Display BELJ_ALV_KKCHAR1BOOLE
BELJ_DOCNMMaximum Number of Documents BELJ_DOCNM_KKINT410SYST_LONG
DR_STATDoubtful Entry/Individual Value Adjustment Account DRSTAT_KKCHAR1DRSTAT_KK
DOC1R_KKDocument Reference Differentiation DOC1XRM_KKCHAR1XFELD
VZ_RATETranslation Factor of Payment Amount Agreement VZ_RATE_KKDEC16(8) CKRATE
ECHTL_KKUpdate Run ECHTL_KKCHAR1XFELD
LOCALLocal File LOCAL_KKCHAR1BOOLE
FILE_NAMEFile Name FILENAME_KKCHAR50TEXT50
UNICODEFile in Unicode Format UCODE_KKCHAR1BOOLE
ALL_SUM1No Subtotals without Line Items XALLSUM1_KKCHAR1XFELD
FORMAT_EXPGDPdU: Export Format EXPFRM_KKCHAR1XFELD
FORMAT_EXTRGDPdU: Extract Format EXTFRM_KKCHAR1XFELD
OP_VUMGLSummarized Reclassification Totals VUMGL_KKCHAR1XFELD
FLEXMETHFlexible Method Assignment FLEXMETH_KKCHAR1XFELD
GRIDTXTGrid Interval for Age Grid for Open Item OP_RASTERTXT_KKCHAR6CHAR6
EXPTYPType of Export EXPTYP_KKCHAR2EXPTYP_KK
EXPNAMEName of Export EXPNAML_KKCHAR20CHAR20
CURTPCurrency Type And Valuation View CURTP_KKCHAR2CURTP
STRBJTable Name TABBJ_KKCHAR30DD02LAS4TABDTB
STR07Structure TAB07_KKCHAR30DD02LAS4TABDTB
DBSRCSource Table with Open Items DBSRC_KKCHAR30DD02LAS4TAB

Key field Non-key field



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

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

How to access SAP table FKKPDO

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