DFKKCMBRFTRACE SAP (BRF Trace for Collections Management) Table details

Dictionary Type: Table
Description: BRF Trace for Collections Management




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




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

DFKKCMBRFTRACE is a standard SAP Table which is used to store BRF Trace for Collections Management data and is available within R/3 SAP systems depending on the version and release level.

The DFKKCMBRFTRACE table consists of various fields, each holding specific information or linking keys about BRF Trace for Collections Management data available in SAP. These include LAUFD (Date ID), LAUFI (Additional Identification Characteristic), GPART (Business Partner Number), VKONTGRP (Collection Management: Contract Account Group).. 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 DFKKCMBRFTRACE 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
LAUFIAdditional Identification Characteristic MLFID_KKCHAR6LAUFI_KK
GPARTBusiness Partner Number GPART_KKCHAR10BUT000ALPHABU_PARTNERBPA
VKONTGRPCollection Management: Contract Account Group VKGRP_CM_KKCHAR12CHAR12
VTREFGRPCollection Management: Contract Group VTGRP_CM_KKCHAR20CHAR20
ITEMGRPClosed Item Group for Dunning ITEMGRP_CM_KKDEC15TZNTSTMPS
GRPFIELDGrouping Field for Dunning GRPFIELD_CM_KKCHAR12CHAR012
TRACE_IDTrace ID BRF_TRACE_IDINT410BRF_TRACE_ID
STRATCollection Strategy STRAT_CM_KKCHAR2Assigned to domainSTRAT_CM_KK
STEPCollection Step STEP_CM_KKCHAR4Assigned to domainSTEP_CM_KK
PARENT_TRACE_IDParent Trace ID BRF_PARENT_TRACE_IDINT410BRF_TRACE_ID
STACK_LEVELTrace Hierarchy Depth BRF_STACK_LEVELINT410BRF_STACK_LEVEL
EVENT_IDActive Event BRF_EVENT_IDINT410BRF_CONTROLLER_ID
ICONBRF: Icon/Symbol BRF_ICONCHAR4Assigned to domainICON
CATEGORYType of Implementing Class BRF_CLASS_CATEGORYCHAR1BRF_CLASS_CATEGORY
CATEGORY_LTXTBRF: Type of Implementing Class (Long Text) BRF_CLASS_CATEGORY_LTXTCHAR25
IDDeputy for BRF Objects (Like Events) BRF_OBJECTCHAR20BRF_OBJECT
APPLCLASSBRF: Application Class BRF_APPLCLASSCHAR30Assigned to domainBRF_APPLCLASSBRF_APPLCLASS
SUBEVENTSubevent (Sequence Number) BRF_SUBEVENTCHAR4BRF_SUBEVENT
RUNTIMERuntime BRF_RUNTIMEINT410BRF_RUNTIME
START_ATClosed Item Group for Dunning ITEMGRP_CM_KKDEC15TZNTSTMPS
STOP_ATClosed Item Group for Dunning ITEMGRP_CM_KKDEC15TZNTSTMPS
RESULT_TYPEBRF: Result Type BRF_RESULT_TYPECHAR1BRF_RESULT_TYPE
RESULT_TYPE_LTXTBRF: Result Category (Long Text) BRF_RESULT_TYPE_LTXTCHAR25
RESULT_VALUEResult BRF_RESULT_VALUECHAR50SYCHAR50
RESULT_CURRCurrency Key BRF_CURRENCYCUKY5Assigned to domainWAERS
SHORTBRF: General Short Text BRF_SHORT_TEXTCHAR80BRF_SHORT_TEXT
BUFFER_STATUSBuffer Status BRF_BUFFER_STATUSINT13BRF_TRACE_BUFFER_STATUS
TRACE_UUID16 Byte UUID in 32 Characters (Hexadecimal Encoded) SYSUUID_C32CHAR32SYSUUID_C32

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKCMBRFTRACE
INTO CORRESPONDING FIELDS OF WA_DFKKCMBRFTRACE
WHERE...

How to access SAP table DFKKCMBRFTRACE

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