TFKFMDY2 SAP (Account Assignments for Subsequent FM Activation) Table details

Dictionary Type: Table
Description: Account Assignments for Subsequent FM Activation




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




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

TFKFMDY2 is a standard SAP Table which is used to store Account Assignments for Subsequent FM Activation data and is available within R/3 SAP systems depending on the version and release level.

The TFKFMDY2 table consists of various fields, each holding specific information or linking keys about Account Assignments for Subsequent FM Activation data available in SAP. These include ORIGFIKRS (Original FM Area for FM Account Assignment), FIPEX (Commitment Item), FISTL (Funds Center), FONDS (Fund).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TFKFMDY2 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
ORIGFIKRSOriginal FM Area for FM Account Assignment ORIGFIKRS_KKCHAR4FM01FIKRS
FIPEXCommitment Item FM_FIPEXCHAR24FMCIFM_FIPEXFPS
FISTLFunds Center FISTLCHAR16FMFCTRFISTLFIS
FONDSFund BP_GEBERCHAR10FMFINCODEBP_GEBERFIC
FKBERFunctional Area FKBERCHAR16TFKBFKBERFBE
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
GRANT_NBRGrant GM_GRANT_NBRCHAR20GMGRALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10FMFUNDBPDFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFKFMDY2
INTO CORRESPONDING FIELDS OF WA_TFKFMDY2
WHERE...

How to access SAP table TFKFMDY2

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