IMCC SAP (IM Summarization: Characteristics that are master data) Table details

Dictionary Type: Table
Description: IM Summarization: Characteristics that are master data




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




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

IMCC is a standard SAP Table which is used to store IM Summarization: Characteristics that are master data data and is available within R/3 SAP systems depending on the version and release level.

The IMCC table consists of various fields, each holding specific information or linking keys about IM Summarization: Characteristics that are master data 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: Can be enhanced (character-type)


SAP IMCC 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_POSIDCHAR24IMCHIEPOSIDIM_POSIDIMP
LOGSYSTEMLogical System LOGSYSTEMCHAR10IMCHALPHALOGSYS
RECNORecord number for summarization of investment programs IMC_RECNONUMC8IMC_RECNO
REQUESTAppropriation request: Identification for internal use IMC_RPOSIDCHAR24IMCERIMC_RPOSID
MEASUREMeasure: Identification for internal use IMC_MEASRCHAR26IMCEMIMC_MEASR
COMPANYCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
COMP_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BUS_AREABusiness Area GSBERCHAR4TGSBGSBERGSB
CO_AREAControlling Area KOKRSCHAR4TKA01CACCDCAC
PROFIT_CTRIM Summarization: Profit centers IMC_PRCTRCHAR10IMCEPCALPHAIMC_PRCTRPRC
COSTCENTERIM Summarization: Requesting cost center IMC_KOSTLCHAR10IMCECCALPHAIMC_KOSTL
PLANTIM Summarization: Plant IMC_WERKSCHAR4IMCEPIMC_WERKS
FUNCTLOCIM Summarization: Functional location IMC_TPLNRCHAR30IMCEFLIMC_TPLNR
FUNC_AREAFunctional Area FKBERCHAR16TFKBFKBERFBE
INV_CNTRYCountry for Which Approp. Request Is Planned IMA_LAND1CHAR3T005LAND1
RESPNO_POSPerson responsible IM_VERNRNUMC8TCJ04PS_VERNR
PARTN_NAMEPartner Name PARTN_NAMECHAR35NAME
RESP_MEASName of person responsible for measure IMC_VERNMCHAR25PS_VERNA
NEW_OLDInd: Assignment new in approv. year/or copied from prev.year IM_XGNJCHAR1IM_XGNJ
BLITMIM: Balance sheet item (credit) IM_ERGSOCHAR10ERGSL
INV_REASONReason for investment IZWEKCHAR2T087IIZWEK
ENVIR_INVReason for environmental investment IMA_UMWKZCHAR5T087KAM_UMWKZ
PRIORITYPriority IM_PRIORCHAR1Assigned to domainNW_PRIO
ISTAT_REQMain system status of an appropriation request IMA_STATUSCHAR5ISTATJ_ISTATEXT
ISTAT_MEASMain system status of measure IM_STATUSCHAR5ISTATJ_ISTATEXT
OBJECTTYPEObject Type J_OBART_LDCHAR2OBARTJ_OBART_LD
SCALEScale of investment objects IM_SIZECLCHAR2TAIF5ALPHASIZECL
IM_UFLD00User Field 01 (20 characters) IMA_USR00CHAR20USRCHAR20
IM_UFLD01User field 2 (20 characters) IMA_USR01CHAR20USRCHAR20
IM_UFLD02User field 3 (10 characters) IMA_USR02CHAR10TAIF9IMA_USRCHAR10
IM_UFLD03User field 4 (10 characters) IMA_USR03CHAR10TAIF9IMA_USRCHAR10STAIF9_2
IM_UFLD10So far so Good indicator for IM reports IMA_USR10CHAR1XFELD
IM_UFLD11User field 12 as indicator for IM reports IMA_USR11CHAR1XFELD
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
DIVISIONRequesting Division IMA_ASPARTCHAR2TSPASPARTSPA
ORIG_APPR_YEARApproval year for appropriation request IMA_GJAHRNUMC4GJAHRGJAHR
REQ_CHARACTERAssignment of measures to appropriation request IMA_REQ_CHNUMC1IMA_REQ_CH
MEAS_REQ_RELAssignment of measure to an appropriation request IM_MEAS_ASNUMC1IM_MEAS_AS
IM_UFLD12User field 13 for period and fiscal year IMA_USR12ACCP6USRPER
IM_UFLD13User field 14 for period and fiscal year IMA_USR13ACCP6USRPER
RESP_COSTCENTERResponsible cost center IMA_VKOSTLCHAR10Assigned to domainALPHAKOSTLKOS

Key field Non-key field



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

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

SELECT SINGLE *
FROM IMCC
INTO CORRESPONDING FIELDS OF WA_IMCC
WHERE...

How to access SAP table IMCC

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