DFKKCPTRIG SAP (Trigger for Update of Contact Person) Table details

Dictionary Type: Table
Description: Trigger for Update of Contact Person




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




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

DFKKCPTRIG is a standard SAP Table which is used to store Trigger for Update of Contact Person data and is available within R/3 SAP systems depending on the version and release level.

The DFKKCPTRIG table consists of various fields, each holding specific information or linking keys about Trigger for Update of Contact Person data available in SAP. These include ERDAT (Created On), ERTIM (Time at which the object was created), WLIGUID (Work Item: Identification), 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 DFKKCPTRIG 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
ERDATCreated On ERDAT_I_KKDATS8DATUM
ERTIMTime at which the object was created ERTIM_KKTIMS6UZEIT
WLIGUIDWork Item: Identification WLIGUID_CM_KKCHAR32SYSUUID_C
GPARTBusiness Partner Number GPART_KKCHAR10BUT000ALPHABU_PARTNERBPA
VKONTGRPCollection Management: Contract Account Group VKGRP_CM_KKCHAR12CHAR12
VTREFGRPCollection Management: Contract Group VTGRP_CM_KKCHAR20CHAR20
CPERS_OLDCollections Contact Person CPERS_CM_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
CPERS_NEWCollections Contact Person CPERS_CM_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
SUBAPSubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKCPTRIG
INTO CORRESPONDING FIELDS OF WA_DFKKCPTRIG
WHERE...

How to access SAP table DFKKCPTRIG

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