FKKBSTER SAP (Acct Statement Transfer: Incorrect Data) Table details

Dictionary Type: Table
Description: Acct Statement Transfer: Incorrect Data




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




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

FKKBSTER is a standard SAP Table which is used to store Acct Statement Transfer: Incorrect Data data and is available within R/3 SAP systems depending on the version and release level.

The FKKBSTER table consists of various fields, each holding specific information or linking keys about Acct Statement Transfer: Incorrect Data data available in SAP. These include LAUFD (Date ID), LAUFI (Run ID for Transferring Electronic Acct Statement to FI-CA), KUKEYBS (Key of the Acct Statement Transferred to FI-CA), ESNUMBS (Key of Account Statement Item Transferred to FI-CA).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FKKBSTER table 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
LAUFDDate ID LAUFD_KKDATS8DATUM
LAUFIRun ID for Transferring Electronic Acct Statement to FI-CA RUNIDBS_KKCHAR6LAUFI_KK
KUKEYBSKey of the Acct Statement Transferred to FI-CA KUKEYBS_KKNUMC8KUKEY_EB
ESNUMBSKey of Account Statement Item Transferred to FI-CA ESNUMBS_KKNUMC5NUM5
ERRTYPEIncorrect data record type (acct statement transfer) ERRTYPEBS_KKCHAR2ERRTYPEBS_KK
ERRNOSeq. No. of Incorrect Data on an Account Statement Item ERRNOBS_KKNUMC5NUM5
ERRDAT1Incorrect Data from Acct Statement Transfer ERRDATBS_KKCHAR255CHAR255
ERRDAT2Incorrect Data from Acct Statement Transfer ERRDATBS_KKCHAR255CHAR255
ERRDAT3Incorrect Data from Acct Statement Transfer ERRDATBS_KKCHAR255CHAR255
ERRDAT4Incorrect Data from Acct Statement Transfer ERRDATBS_KKCHAR255CHAR255
XTRANSAcct Statement Transfer: Errors Corrected and Copied to Lot XTRANSBS_KKCHAR1XFELD
VERSIONVersion of an 'Add-On' Product ADDONRLCHAR12CHAR12
KEYR1Returns Lot KEYR1_KKCHAR12KEYR1_KK8RS
STATECFC: Status of an application table entry CFC_STATECHAR2CFC_ITEM_STATECFC_STATE
LOCK_USERName of the person to last change the status of the object CFC_UNAMECHAR12Assigned to domainXUBNAME
LOCK_LIMITCFC: Lock period of a lock entry CFC_LOCK_LIMITDATS8SYDATS
WORKSTATELast processing status of a clarification case CFC_WORKSTATECHAR2CFC_IT_WORKSTATECFC_WORKSTATE
RESUBMIT_DATEDate on which Resubmission Occurs CFC_RESUBMIT_DATEDATS8SYDATS
WF_COUNTNumber of active workflows with this clarification case CFC_WORKFLOW_COUNTERINT13INT1

Key field Non-key field



How do I retrieve data from SAP table FKKBSTER using ABAP code

The following ABAP code Example will allow you to do a basic selection on FKKBSTER to SELECT all data from the table
DATA: WA_FKKBSTER TYPE FKKBSTER.

SELECT SINGLE *
FROM FKKBSTER
INTO CORRESPONDING FIELDS OF WA_FKKBSTER
WHERE...

How to access SAP table FKKBSTER

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