REVAR_6 SAP (Structure of master data list for approp. request (variants)) Structure details

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




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




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

REVAR_6 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 (variants)" 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_6 TYPE REVAR_6.

The REVAR_6 table consists of various fields, each holding specific information or linking keys about Structure of master data list for approp. request (variants) data available in SAP. These include VARNT (Variant of Appropriation Request), TXV50 (Description of appropriation request variant), BWERT (Assessment criteria for appropriation request variants), VBWRT (Verbal assessment of variant).. 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_6 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
AHELPNatural Number INT4INT410INT4
VARNTVariant of Appropriation Request IMA_VARNTCHAR4ALPHAIMA_VARNTIAVSVARNT
TXV50Description of appropriation request variant IMA_TXV50CHAR50TEXT50
BWERTAssessment criteria for appropriation request variants IMA_BWERTCHAR4Assigned to domainALPHAIMA_BWERT
VBWRTVerbal assessment of variant IMA_VBWRTCHAR50TEXT50
FDATUDesired completion date IMA_FDATUDATS8DATUM
IDATUStart-up date (relative to/independent of implement. start) IMA_IDATUDATS8DATUM
XGENEHApproval by governmental authorities is required IMA_XGENEHCHAR1XFELD
SYSTASystem status line J_STEXTCHAR40TEXT40
USSTAUser Status Line J_ATEXTCHAR40TEXT40
IZFUSInternal rate of return from preinvestment analysis IMA_IZFUSDEC5(2) DECV3_2
AMORTPayback period for appropriation requests IMA_AMORTDEC7(3) IMA_AMORT
KAPWRTNet present value of app. request variant in CO area curr. IMA_KAPWRTCURR15(2) WERTV8
KAPRATDisc. cash flow rate f. app.req.variant in COarea currcy IMA_KAPRATDEC7(3) IMA_KAPRAT
WIDATReference date for the preinvestment analysis IMA_WIDATDATS8DATUM
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

Key field Non-key field



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

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

How to access SAP table REVAR_6

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