RIMCMC SAP (IM Summarization: Characteristics that are master data) Structure details

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




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




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

RIMCMC is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "IM Summarization: Characteristics that are master data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RIMCMC TYPE RIMCMC.

The RIMCMC 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 REQUEST (Appropriation request: Identification for internal use), MEASURE (Measure: Identification for internal use), COMPANY (Company), COMP_CODE (Company Code).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP RIMCMC structure 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
PROG_POSIdentification for an investment program position IM_POSIDCHAR24POSIDIM_POSIDIMP
REQUESTAppropriation request: Identification for internal use IMC_RPOSIDCHAR24Assigned to domainIMC_RPOSID
MEASUREMeasure: Identification for internal use IMC_MEASRCHAR26Assigned to domainIMC_MEASR
COMPANYCompany RCOMP_DCHAR6Assigned to domainALPHARCOMPGCC
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PROFIT_CTRIM Summarization: Profit centers IMC_PRCTRCHAR10Assigned to domainALPHAIMC_PRCTRPRC
COSTCENTERIM Summarization: Requesting cost center IMC_KOSTLCHAR10Assigned to domainALPHAIMC_KOSTL
FUNC_AREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
DIVISIONRequesting Division IMA_ASPARTCHAR2Assigned to domainSPARTSPA
PLANTIM Summarization: Plant IMC_WERKSCHAR4Assigned to domainIMC_WERKS
FUNCTLOCIM Summarization: Functional location IMC_TPLNRCHAR30Assigned to domainIMC_TPLNR
INV_CNTRYCountry for Which Approp. Request Is Planned IMA_LAND1CHAR3Assigned to domainLAND1
RESPNO_POSPerson responsible IM_VERNRNUMC8Assigned to domainPS_VERNR
PARTN_NAMEPartner Name PARTN_NAMECHAR35NAME
RESP_MEASName of person responsible for measure IMC_VERNMCHAR25PS_VERNA
BLITMIM: Balance sheet item (credit) IM_ERGSOCHAR10ERGSL
INV_REASONReason for investment IZWEKCHAR2Assigned to domainIZWEK
ENVIR_INVReason for environmental investment IMA_UMWKZCHAR5Assigned to domainAM_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_SIZECLCHAR2Assigned to domainALPHASIZECL
NEW_OLDInd: Assignment new in approv. year/or copied from prev.year IM_XGNJCHAR1IM_XGNJ
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_UFLD00User Field 01 (20 characters) IMA_USR00CHAR20USRCHAR20
IM_UFLD01User field 2 (20 characters) IMA_USR01CHAR20USRCHAR20
IM_UFLD02User field 3 (10 characters) IMA_USR02CHAR10Assigned to domainIMA_USRCHAR10
IM_UFLD03User field 4 (10 characters) IMA_USR03CHAR10Assigned to domainIMA_USRCHAR10STAIF9_2
IM_UFLD10So far so Good indicator for IM reports IMA_USR10CHAR1XFELD
IM_UFLD11User field 12 as indicator for IM reports IMA_USR11CHAR1XFELD
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 structure RIMCMC using ABAP code?

As RIMCMC is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RIMCMC as there is no data to select.

How to access SAP table RIMCMC

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