IMCKF SAP (IM Summarization: Key figures) Table details

Dictionary Type: Table
Description: IM Summarization: Key figures




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




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

IMCKF is a standard SAP Table which is used to store IM Summarization: Key figures data and is available within R/3 SAP systems depending on the version and release level.

The IMCKF table consists of various fields, each holding specific information or linking keys about IM Summarization: Key figures data available in SAP. These include COMPR_VRSN (Summarization version in Info system for inv. programs), INV_PROG (Investment program name), APPR_YEAR (Approval year of the investment program), PROG_POS (Identification for an investment program position).. 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: Not classified


SAP IMCKF 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
CLIENTClient MANDTCLNT3T000MANDT
COMPR_VRSNSummarization version in Info system for inv. programs IMC_CVERSCHAR3IMCCALPHAIMC_CVERSCVN
INV_PROGInvestment program name IM_PRNAMCHAR8IMCCIM_PRNAMIMT
APPR_YEARApproval year of the investment program IM_GNJHRNUMC4GJAHRGJAHRGJR
PROG_POSIdentification for an investment program position IM_POSIDCHAR24IMCCPOSIDIM_POSIDIMP
RECNORecord number for summarization of investment programs IMC_RECNONUMC8IMCCIMC_RECNO
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
VALUETYPEValue Type CO_WRTTPCHAR2CO_WRTTP
VERSIONVersion IM_PVERSNCHAR3TAIF2ALPHACOVERSIBP2
USRVALTYPEIdentification for user value field IM IM_USERVALCHAR4IM_USERVAL
BUDGT_CATBudget Category in Investment Program IM_IPPOSCHAR10TAI08IM_IPPOS
APPR_PERIndicator: Capital investment program new / old IM_TRGKZCHAR1BP_TRGKZ
TRANSBusiness Transaction J_VORGANGCHAR4Assigned to domainJ_VORGANG
LOGSYSTEMLogical System LOGSYSTEMCHAR10IMCCALPHALOGSYS
OVRL_PRGCOverall Value in Reporting Currency IM_WGPCURR15(2) WERTV8
ANN_PRGCAnnual Value in Reporting Currency IM_WJPCURR15(2) WERTV8
OBJ_CURRCurrency key for key figures in object currency IMC_OBWAERCUKY5Assigned to domainWAERS
OVRL_OBJCOverall value in object currency IM_WGOCURR15(2) WERTV8
ANN_OBJCAnnual value in object currency IM_WJOCURR15(2) WERTV8
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CREATED_ONDate on Which Record Was Created ERDATDATS8DATUM
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
CH_ONChanged On AEDATDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM IMCKF
INTO CORRESPONDING FIELDS OF WA_IMCKF
WHERE...

How to access SAP table IMCKF

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