IMCHIE SAP (IM Summarization: Buffer for investment program hierarchy) Table details

Dictionary Type: Table
Description: IM Summarization: Buffer for investment program hierarchy




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




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

IMCHIE is a standard SAP Table which is used to store IM Summarization: Buffer for investment program hierarchy data and is available within R/3 SAP systems depending on the version and release level.

The IMCHIE table consists of various fields, each holding specific information or linking keys about IM Summarization: Buffer for investment program hierarchy 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

Text table = IMCEPPT

Text table = IMCEPPT


SAP IMCHIE 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_CVERSCHAR3IMCHALPHAIMC_CVERSCVN
INV_PROGInvestment program name IM_PRNAMCHAR8IMCHIM_PRNAMIMT
APPR_YEARApproval year of the investment program IM_GNJHRNUMC4GJAHRGJAHRGJR
PROG_POSIdentification for an investment program position IM_POSIDCHAR24POSIDIM_POSIDIMP
POS_NOIM Summarization: Position number of program position IMC_POSNONUMC8POSNOIMC_POSNO
IDInternal: Node ID SEU_IDNUMC6SEU_ID
TYPENode type SEU_TYPECHAR4SEU_TYPE
TLEVELNode level SEU_LEVELNUMC2SEU_LEVEL
PARENT_IDInternal: Node ID SEU_IDNUMC6SEU_ID
CHILD_IDInternal: Node ID SEU_IDNUMC6SEU_ID
LEFT_IDInternal: Node ID SEU_IDNUMC6SEU_ID

Key field Non-key field



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

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

SELECT SINGLE *
FROM IMCHIE
INTO CORRESPONDING FIELDS OF WA_IMCHIE
WHERE...

How to access SAP table IMCHIE

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