DFKKDOC_CON SAP (FKKDMS: Links Between Application Objects and Documents) Table details

Dictionary Type: Table
Description: FKKDMS: Links Between Application Objects and Documents




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




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

DFKKDOC_CON is a standard SAP Table which is used to store FKKDMS: Links Between Application Objects and Documents data and is available within R/3 SAP systems depending on the version and release level.

The DFKKDOC_CON table consists of various fields, each holding specific information or linking keys about FKKDMS: Links Between Application Objects and Documents data available in SAP. These include APOBJ (DMS: Application Object), APOBK (DMS: Key of Application Object), SEQNO (Sequence Number), DOGUID (Document ID).. 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 DFKKDOC_CON 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
APOBJDMS: Application Object APOBJ_KKCHAR4Assigned to domainAPOBJ_KK
APOBKDMS: Key of Application Object APOBK_KKCHAR70CHAR70
SEQNOSequence Number SEQNO_KKNUMC6SEQNO_KK
DOGUIDDocument ID DOGUID_KKCHAR32SYSUUID_C
COTYPCorrespondence Type COTYP_KKCHAR4Assigned to domainCOTYP_KKCOTYPCOTYP_KK
COKEYCorrespondence key COKEY_KKCHAR36COKEY_KK
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERTSPTime at Which Object Was Created ERTSPDEC15TZNTSTSPSH_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKDOC_CON
INTO CORRESPONDING FIELDS OF WA_DFKKDOC_CON
WHERE...

How to access SAP table DFKKDOC_CON

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