IMCH SAP (IM Summarization: Header) Table details

Dictionary Type: Table
Description: IM Summarization: Header




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




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

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

The IMCH table consists of various fields, each holding specific information or linking keys about IM Summarization: Header 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), LOGSYSTEM (Logical System).. 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 IMCH 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_CVERSCHAR3TAIC2ALPHAIMC_CVERSCVN
INV_PROGInvestment program name IM_PRNAMCHAR8IMTPIM_PRNAMIMT
APPR_YEARApproval year of the investment program IM_GNJHRNUMC4GJAHRGJAHRGJR
LOGSYSTEMLogical System LOGSYSTEMCHAR10TBDLSALPHALOGSYS
DATA_FLAGIndicator: Summarization values exist IMC_XDATACHAR1XFELD
HIER_FLAGIndicator: Hierarchy exists IMC_XHIERCHAR1XFELD
RECNORecord number for summarization of investment programs IMC_RECNONUMC8IMC_RECNO
OWNSYS_FLGIM Summarization: Indicator: Own logical system IMC_XOWNCHAR1XFELD
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
HIE_UNAMEName of person who created/deleted the hierarchy IMC_HUNAMECHAR12USNAM
HIE_CH_ONDate on which the hierarchy was created/deleted IMC_HCDATDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM IMCH
INTO CORRESPONDING FIELDS OF WA_IMCH
WHERE...

How to access SAP table IMCH

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