DFKKREGOBJ SAP (Registered Objects for Messages to Be Created) Table details

Dictionary Type: Table
Description: Registered Objects for Messages to Be Created




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




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

DFKKREGOBJ is a standard SAP Table which is used to store Registered Objects for Messages to Be Created data and is available within R/3 SAP systems depending on the version and release level.

The DFKKREGOBJ table consists of various fields, each holding specific information or linking keys about Registered Objects for Messages to Be Created data available in SAP. These include PROCESS (Process for Registering an Object), GPART (Business Partner Number), OBJTYP (Object Type for Registered Objects), OBJKEY (Key for Master Data Object).. 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 DFKKREGOBJ 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
PROCESSProcess for Registering an Object REGPROC_KKCHAR2REGPROC_KK
GPARTBusiness Partner Number GPART_KKCHAR10BUT000ALPHABU_PARTNERBPA
OBJTYPObject Type for Registered Objects OBJTYP_KKCHAR2OBJTYP_KK
OBJKEYKey for Master Data Object OBJKY_KKCHAR40ALPHAOBJKY_KK
RECEIVER_SYSKey Name of Business System SLD_BSKEYCHAR60SLD_BSKEY
FIRST_CHECK_DATEDate From Which Possible to Check If Entry Is Obsolete FIRST_CHECK_DATE_KKDATS8DATUM
CHANGED_BYName of Person Who Changed Object AENAMCHAR12USNAM
CPUDTDate when object was last changed BU_CHDATDATS8DATUM
CPUTMSystem Time SYUZEITTIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKREGOBJ
INTO CORRESPONDING FIELDS OF WA_DFKKREGOBJ
WHERE...

How to access SAP table DFKKREGOBJ

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