DFKKFMDYINFO SAP (Log Data for Subsequent FM Activation in FI-CA) Table details

Dictionary Type: Table
Description: Log Data for Subsequent FM Activation in FI-CA




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




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

DFKKFMDYINFO is a standard SAP Table which is used to store Log Data for Subsequent FM Activation in FI-CA data and is available within R/3 SAP systems depending on the version and release level.

The DFKKFMDYINFO table consists of various fields, each holding specific information or linking keys about Log Data for Subsequent FM Activation in FI-CA data available in SAP. These include BUKRS (Company Code), FIKRS (Financial Management Area), FIPEX (Commitment Item), FISTL (Funds Center).. 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 DFKKFMDYINFO 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FONDSFund FM_FUNDCHAR10Assigned to domainBP_GEBERFIC
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
BUDGETYEAROriginal Year for FM Account Assignment FM_START_OF_CHAINNUMC4GJAHRGJAHR
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
LAUFDDate ID LAUFD_KKDATS8DATUM
LAUFIAdditional Identification Characteristic LAUFI_KKCHAR6LAUFI_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKFMDYINFO
INTO CORRESPONDING FIELDS OF WA_DFKKFMDYINFO
WHERE...

How to access SAP table DFKKFMDYINFO

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