FKK_ERRFIELDS SAP (Doc. Archiving Device - Display Fields for Error Detail Log) Structure details

Dictionary Type: Structure
Description: Doc. Archiving Device - Display Fields for Error Detail Log




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




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

FKK_ERRFIELDS 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 "Doc. Archiving Device - Display Fields for Error Detail Log" 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_FKK_ERRFIELDS TYPE FKK_ERRFIELDS.

The FKK_ERRFIELDS table consists of various fields, each holding specific information or linking keys about Doc. Archiving Device - Display Fields for Error Detail Log data available in SAP. These include APPLK (Application area), BLART (Document Type), BUDAT (Posting Date in the Document), CPUDT (Day On Which Accounting Document Was Entered).. 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 FKK_ERRFIELDS 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
FIKEYReconciliation Key for General Ledger FIKEY_KKCHAR12Assigned to domainFIKEY_KKFKFI1
APPLKApplication area APPLK_KKCHAR1APPLK_KK
BLARTDocument Type BLART_KKCHAR2Assigned to domainBLART_KK
BUDATPosting Date in the Document BUDAT_KKDATS8DATUM
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
BLTYPDocument Class BLTYP_KKCHAR1BLTYP_KK
OPUPWRepetition Item in Contract Account Document OPUPW_KKNUMC3OPUPW_KK
OPUPKItem number in contract account document OPUPK_KKNUMC4OPUPK_KK
OPUPZSubitem for a Partial Clearing in Document OPUPZ_KKNUMC3OPUPZ_KK
WHGRPRepetition group WHGRP_KKNUMC3Assigned to domainWHGRP_KK
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
AUGBLClearing Document or Printed Document AUGBL_KKCHAR12ALPHAAUGBL_KK
AUGDTClearing date AUGDT_KKDATS8DATUM
AUGSTClearing status AUGST_KKCHAR1AUGST_KK
ABWBLNumber of the substitute FI-CA document ABWBL_KKCHAR12ALPHAABWBL_KK
IOPBELNumber of an interest document IOPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK
IOPUPKItem number in contract account document OPUPK_KKNUMC4OPUPK_KK
PYGRPGrouping field for automatic payments PYGRP_KKCHAR10CHAR10
REFTPPOR Reference Type REFTP_KKCHAR1REFTP_KK
REFNRPOR Reference Key REFNR_KKCHAR24REFNR_KK
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
CCINSPayment card type CC_INSTITUTECHAR4Assigned to domainCC_INSTITUTE
CCNUMPayment cards: Card number CCNUMCHAR25Assigned to domainCCNUM

Key field Non-key field



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

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

How to access SAP table FKK_ERRFIELDS

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