RAIA1_IMAV SAP (Structure for internal table for displaying variant) Structure details

Dictionary Type: Structure
Description: Structure for internal table for displaying variant




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




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

RAIA1_IMAV 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 "Structure for internal table for displaying variant" 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_RAIA1_IMAV TYPE RAIA1_IMAV.

The RAIA1_IMAV table consists of various fields, each holding specific information or linking keys about Structure for internal table for displaying variant data available in SAP. These include MANDT (Client), POSNR (Internal number for appropriation request), VARNT (Variant of Appropriation Request), ERDAT (Date on Which Record Was Created).. 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 RAIA1_IMAV 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
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
SYSSTSystem status line J_STEXTCHAR40TEXT40
ANWSTUser Status Line J_ATEXTCHAR40TEXT40
TXV50Description of appropriation request variant IMA_TXV50CHAR50TEXT50
VBWRTVerbal assessment of variant IMA_VBWRTCHAR50TEXT50
GJAHRApproval year of the investment program IM_GNJHRNUMC4GJAHRGJAHRGJR
VERSIVersion COVERSICHAR3Assigned to domainALPHACOVERSI
INDEXRow Index of Internal Tables SYTABIXINT410SYST_LONG

Key field Non-key field



How do I retrieve data from SAP structure RAIA1_IMAV using ABAP code?

As RAIA1_IMAV 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 RAIA1_IMAV as there is no data to select.

How to access SAP table RAIA1_IMAV

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