IMAV SAP (Appropriation request variant) Table details

Dictionary Type: Table
Description: Appropriation request variant




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




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

IMAV is a standard SAP Table which is used to store Appropriation request variant data and is available within R/3 SAP systems depending on the version and release level.

The IMAV table consists of various fields, each holding specific information or linking keys about Appropriation request variant data available in SAP. These include POSNR (Internal number for appropriation request), VARNT (Variant of Appropriation Request), ERDAT (Date on Which Record Was Created), ERNAM (Name of Person who Created the Object).. 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 or numeric)

Text table = IMAVT


SAP IMAV 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
POSNRInternal number for appropriation request IMA_POSNRCHAR12IMAKREQNRIMA_POSNRIAFIIMA
VARNTVariant of Appropriation Request IMA_VARNTCHAR4ALPHAIMA_VARNTIAVSVARNT
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATDate on which object was last changed UPDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
XGENEHApproval by governmental authorities is required IMA_XGENEHCHAR1XFELD
BWERTAssessment criteria for appropriation request variants IMA_BWERTCHAR4TAIF6ALPHAIMA_BWERT
FDATUDesired completion date IMA_FDATUDATS8DATUM
IDATUStart-up date (relative to/independent of implement. start) IMA_IDATUDATS8DATUM
IZFUSInternal rate of return from preinvestment analysis IMA_IZFUSDEC5(2) DECV3_2
KAPWRTNet present value of app. request variant in CO area curr. IMA_KAPWRTCURR15(2) WERTV8
KAPWRONet present value of approp.req. variant - obj. currency IMA_KAPWROCURR15(2) WERTV8
KAPRATDisc. cash flow rate f. app.req.variant in COarea currcy IMA_KAPRATDEC7(3) IMA_KAPRAT
AMORTPayback period for appropriation requests IMA_AMORTDEC7(3) IMA_AMORT
WIDATReference date for the preinvestment analysis IMA_WIDATDATS8DATUM
MPLANIndicator: Planning on measure IM_MPLANCHAR1XFELD
MVERSPlanning version in assigned measure IM_MVERSCHAR3Assigned to domainALPHACOVERSI
VARGNVariant that was approved after this variant IMA_VARGNCHAR4ALPHAIMA_VARNTIAV
KVARNTCopied appropriation request variant IMA_KVARNTCHAR4ALPHAIMA_VARNTIAV
DWIREDate on which preinvestment analysis was manually changed IMA_DWIREDATS8DATUM
KLVARCosting Variant CK_KLVARCHAR4Assigned to domainKLVARKRT
KALNRCost Estimate Number for Cost Est. w/o Qty Structure CK_KALNRNUMC12Assigned to domainCK_KALNRKNR
IVPRZInvestment Portion as Percent IMA_IVPRZDEC3DEC03
COPRZPart of Plan Values Transferred to Measures IMA_COPRZDEC3DEC03

Key field Non-key field



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

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

SELECT SINGLE *
FROM IMAV
INTO CORRESPONDING FIELDS OF WA_IMAV
WHERE...

How to access SAP table IMAV

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