REVAR_1 SAP (Structure of master data list for approp. request (general)) Structure details

Dictionary Type: Structure
Description: Structure of master data list for approp. request (general)




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




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

REVAR_1 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 of master data list for approp. request (general)" 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_REVAR_1 TYPE REVAR_1.

The REVAR_1 table consists of various fields, each holding specific information or linking keys about Structure of master data list for approp. request (general) data available in SAP. These include POSID (Appropriation Request Number (Formatted for Coding Mask)), OBJNR (Object number), TXT50 (Description of appropriation request), IVART (Appropriation request type).. 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 or numeric)


SAP REVAR_1 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
POSNRInternal number for appropriation request IMA_POSNRCHAR12Assigned to domainREQNRIMA_POSNRIAFIIMA
POSIDAppropriation Request Number (Formatted for Coding Mask) IMA_POSIDCHAR24REQIDIMA_POSIDIAGIIMA
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
TXT50Description of appropriation request IMA_TXT50CHAR50TEXT50
IVARTAppropriation request type IMA_IVARTCHAR2Assigned to domainALPHAIMA_IVARTIAA
IVTXTDescription of appropriation request type IMA_IVTXTCHAR50TEXT50
ALTERNAppropriation Request Number (Formatted for Coding Mask) IMA_POSIDCHAR24REQIDIMA_POSIDIAGIIMA
P_ROL11st partner function in master data of approp. request IMA_P_ROL1CHAR2Assigned to domainPARVWPARVW
P_ROL1_TEXTName VTXTKCHAR20TEXT20
PARNR_1Partner I_PARNRCHAR12ALPHAI_PARNR
PARNR_1_TEXTName for list displays I_NAME_LSTCHAR35NAME
P_ROL22nd partner function in master data of approp. request IMA_P_ROL2CHAR2Assigned to domainPARVWPARVW
P_ROL2_TEXTName VTXTKCHAR20TEXT20
PARNR_2Partner I_PARNRCHAR12ALPHAI_PARNR
PARNR_2_TEXTName for list displays I_NAME_LSTCHAR35NAME
SIZECLScale of investment objects IM_SIZECLCHAR2Assigned to domainALPHASIZECL
PRIORIPriority of the appropriation request IMA_PRIORCHAR1Assigned to domainNW_PRIO
WDATUDesired date for start of implementation IMA_WDATUDATS8DATUM
GJAHRApproval year for appropriation request IMA_GJAHRNUMC4GJAHRGJAHR
GDATUPlanned approval date for appropriation request IMA_GDATUDATS8DATUM
LAND1Country for Which Approp. Request Is Planned IMA_LAND1CHAR3Assigned to domainLAND1
XEXTRNRequired by external authorities IMA_XEXTRNCHAR1XFELD
VBUNDTrading partner number for app.requests within group IMA_VBUNDCHAR6Assigned to domainALPHARCOMP
USR00User Field 01 (20 characters) IMA_USR00CHAR20USRCHAR20
USR01User field 2 (20 characters) IMA_USR01CHAR20USRCHAR20
USR02User field 3 (10 characters) IMA_USR02CHAR10Assigned to domainIMA_USRCHAR10
USR03User field 4 (10 characters) IMA_USR03CHAR10Assigned to domainIMA_USRCHAR10STAIF9_2
USR04User field 5 for quantity - IM IMA_USR04QUAN13(3) USRQUAN13
USE04User field 5 for unit for quantity field 5 - IM IMA_USE04UNIT3Assigned to domainCUNITMEINS
USR05User field 6 for quantity - IM IMA_USR05QUAN13(3) USRQUAN13
USE05User field 6 for unit of quantity field 6 -IM- IMA_USE05UNIT3Assigned to domainCUNITMEINS
USR06User field 7 for values - IM IMA_USR06CURR13(3) USRCURR13
USE06User field 7 for currency for user field 7 IMA_USE06CUKY5Assigned to domainWAERS
USR07User field 8 for values - IM IMA_USR07CURR13(3) USRCURR13
USE07User field 8 for currency for user field 8 IMA_USE07CUKY5Assigned to domainWAERS
USR08WB milestone date for IM IMA_USR08DATS8USRDATE
USR09User field 10 as date for IM IMA_USR09DATS8USRDATE
USR10So far so Good indicator for IM reports IMA_USR10CHAR1XFELD
USR11User field 12 as indicator for IM reports IMA_USR11CHAR1XFELD
USR12User field 13 for period and fiscal year IMA_USR12ACCP6USRPER
USR13User field 14 for period and fiscal year IMA_USR13ACCP6USRPER
ABUKRSRequesting company code IMA_ABUKRSCHAR4Assigned to domainBUKRSBUK
ARCOMPRequesting company IMA_ARCOMPCHAR6Assigned to domainALPHARCOMPGCC
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
UPDATDate on which object was last changed UPDATDATS8DATUM
EXPANDSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table REVAR_1

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