DFKKBPCL_ACT SAP (Business Partner Duplicates: Status of Activities) Table details

Dictionary Type: Table
Description: Business Partner Duplicates: Status of Activities




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




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

DFKKBPCL_ACT is a standard SAP Table which is used to store Business Partner Duplicates: Status of Activities data and is available within R/3 SAP systems depending on the version and release level.

The DFKKBPCL_ACT table consists of various fields, each holding specific information or linking keys about Business Partner Duplicates: Status of Activities data available in SAP. These include BPCL_GUID (GUID of Duplicate Processing Case), SEQNO (Sequence Number), LFNR (Order of Activities), GPART (Business Partner 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: Cannot Be Enhanced


SAP DFKKBPCL_ACT 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
BPCL_GUIDGUID of Duplicate Processing Case BPCL_GUID_KKCHAR32BPCL_GUID_KK
SEQNOSequence Number SEQNO_KKNUMC6SEQNO_KK
LFNROrder of Activities BPCL_LFNR_KKNUMC3NUMC03
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
SUBAPSubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA
STEPOrder of Activities for Duplicate Processing BPCL_STEP_KKNUMC3NUMC03
ACTIVITYActivities for Processing Business Partner Duplicates BPCL_ACT_KKCHAR3TFKKBPCL_ACTCHAR3
STATUSStatus of Activity for Business Partner Duplicate Processing BPCL_ACT_STAT_KKCHAR1BPCL_ACT_STAT_KK
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AETIMTime at Which the Object Was Last Changed AETIM_KKTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKBPCL_ACT
INTO CORRESPONDING FIELDS OF WA_DFKKBPCL_ACT
WHERE...

How to access SAP table DFKKBPCL_ACT

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