M_IIMAA SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

M_IIMAA is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The M_IIMAA table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include MCOA (Search term for using matchcodes for approp. requests), IVART (Appropriation request type), SIZECL (Scale of investment objects), POSNR (Internal number for appropriation request).. 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: Not classified


SAP M_IIMAA table view 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
MANDTClient MANDTCLNT3T000MANDT
MCOASearch term for using matchcodes for approp. requests IMA_MCOACHAR50CHAR50
IVARTAppropriation request type IMA_IVARTCHAR2TAIF1ALPHAIMA_IVARTIAA
SIZECLScale of investment objects IM_SIZECLCHAR2TAIF5ALPHASIZECL
POSNRInternal number for appropriation request IMA_POSNRCHAR12REQNRIMA_POSNRIAFIIMA
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
LFDNRSequence number - key for approp. request tables IMA_LFDNRNUMC3NUMC3
POSIDAppropriation Request Number (Formatted for Coding Mask) IMA_POSIDCHAR24REQIDIMA_POSIDIAGIIMA
VKOKRSResponsible controlling area IMA_VKOKRSCHAR4TKA01CACCDCAC
VKOSTLResponsible cost center IMA_VKOSTLCHAR10CSKSALPHAKOSTLKOS
VPRCTRResponsible profit center IMA_VPRCTRCHAR10CEPCALPHAPRCTRPRC
ABUKRSRequesting company code IMA_ABUKRSCHAR4T001BUKRSBUK
AKOSTLRequesting cost center IMA_AKOSTLCHAR10CSKSALPHAKOSTLKOS
APRCTRRequesting profit center IMA_APRCTRCHAR10CEPCALPHAPRCTRPRC
AGSBERRequesting business area IMA_AGSBERCHAR4TGSBGSBERGSB

Key field Non-key field



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

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

SELECT SINGLE *
FROM M_IIMAA
INTO CORRESPONDING FIELDS OF WA_M_IIMAA
WHERE...

How to access SAP table M_IIMAA

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