DFKKCOL_LOG SAP (Collections Agency File: Settlement Log (Payments)) Table details

Dictionary Type: Table
Description: Collections Agency File: Settlement Log (Payments)




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




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

DFKKCOL_LOG is a standard SAP Table which is used to store Collections Agency File: Settlement Log (Payments) data and is available within R/3 SAP systems depending on the version and release level.

The DFKKCOL_LOG table consists of various fields, each holding specific information or linking keys about Collections Agency File: Settlement Log (Payments) data available in SAP. These include OPBEL (Number of Contract Accts Rec. & Payable Doc.), INKPS (Collection Item), LFDNR (Sequence Number (Internal Use Only)), NRZAS (Payment Form Number).. 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 DFKKCOL_LOG 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 MANDTCLNT3T000MANDT
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12DFKKKOALPHAOPBEL_KK80B
INKPSCollection Item INKPS_KKNUMC3NUM03
LFDNRSequence Number (Internal Use Only) LFDNR_KKNUMC3NUMC3
NRZASPayment Form Number NRZAS_KKCHAR12ALPHANRZAS_KK
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
TRATYPTransaction Category for External Collections Agency File TRATYP_KKCHAR1TRATYP_KK
VALUTValue date (batch input) VALUT_B_KKCHAR8CHAR8
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
BETRZPayment amount in transaction currency (batch input) BETRZ_B_KKCHAR16CHAR16
NINKBUncollectable Amount NINKB_B_KKCHAR16CHAR16
BETRIInterest Amount in Transaction Currency (Batch Input) BETRI_B_KKCHAR16CHAR16
BETRCCharge Amount in Transaction Currency (Batch Input) BETRC_B_KKCHAR16CHAR16
IOPBELNumber of an interest document IOPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK
GOPBELNumber of Charge Document GOPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK
AOPBELDocument Number of Write-Off Documents AOPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK
TXTVWNote to Payee in Payment TXTVW_KKCHAR80CHAR80
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZEITTime, at Which Record Was Added ERZEITTIMS6UHRZT

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKCOL_LOG
INTO CORRESPONDING FIELDS OF WA_DFKKCOL_LOG
WHERE...

How to access SAP table DFKKCOL_LOG

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