SAP Reports / Programs

RAIMAVAR SAP ABAP Report - Master data list for appropriation requests







RAIMAVAR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RAIMAVAR into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RAIMAVAR. "Basic submit
SUBMIT RAIMAVAR AND RETURN. "Return to original report after report execution complete
SUBMIT RAIMAVAR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: PA_0JAHR = Fiscal year
Selection Text: PA_ANZVA = Layout
Selection Text: PA_DECIM = Decimal places
Selection Text: PA_SCALI = Scaling factor
Selection Text: PA_VARNT = Display variant only
Selection Text: PA_VERSI = Version
Selection Text: PA_VJAHR = Approval year
Title: Master data list for appropriation requests
Text Symbol: 018 = Priority
Text Symbol: 015 = Resp.comp.
Text Symbol: 014 = Resp.PrCt
Text Symbol: 013 = Resp.Cctr
Text Symbol: 012 = Resp.BsAr
Text Symbol: 011 = Resp.CoCd
Text Symbol: 010 = Resp.COar
Text Symbol: 009 = Req.compny
Text Symbol: 008 = Req.co.cd
Text Symbol: 007 = ExtAuth
Text Symbol: 006 = Layout
Text Symbol: 005 = Include percentage distribution to organiz. units
Text Symbol: 004 = Settings for display
Text Symbol: 003 = Appropriation requests incl. variants
Text Symbol: 002 = Appropriation requests
Text Symbol: 001 = Master data list with variants
Text Symbol: 024 = Req.MatGr
Text Symbol: 025 = Inv.reas
Text Symbol: 026 = Envir.rsn
Text Symbol: 027 = General data
Text Symbol: 028 = Request. org.units
Text Symbol: 029 = Respons. org.units
Text Symbol: 030 = Inv. program
Text Symbol: 023 = Req.divis.
Text Symbol: 048 = List of partners
Text Symbol: 047 = Holder
Text Symbol: 046 = Partn.function
Text Symbol: 044 = Revenue
Text Symbol: 043 = InvCost
Text Symbol: 042 = CmbCost





Text Symbol: 041 = Rev.
Text Symbol: 040 = InvCst
Text Symbol: 039 = CmbCst
Text Symbol: 037 = Fiscal year
Text Symbol: 033 = Variant
Text Symbol: 032 = Appropriation req.
Text Symbol: 031 = Variant character.
Text Symbol: 019 = Inv.prg.desc
Text Symbol: 069 = Asset CoCd
Text Symbol: 068 = WBS desc
Text Symbol: 067 = Partner 2 name
Text Symbol: 066 = Partner 1 name
Text Symbol: 065 = Partner func 2
Text Symbol: 064 = Partner func 1
Text Symbol: 063 = Desc. func 2
Text Symbol: 062 = Dsc. func 1
Text Symbol: 061 = % Envirn
Text Symbol: 060 = % Invest
Text Symbol: 059 = % MatGr
Text Symbol: 058 = % Divis.
Text Symbol: 057 = %CCt/BA/Pr
Text Symbol: 056 = % all
Text Symbol: 055 = Display
Text Symbol: 054 = Currency
Text Symbol: 053 = Variant only
Text Symbol: 052 = Including variants
Text Symbol: 051 = By percentage distribution
Text Symbol: 050 = List of appropriation requests
Text Symbol: 070 = Req.typeName
Text Symbol: 086 = Decimal places
Text Symbol: 085 = Scaling f.
Text Symbol: 084 = Decimal places
Text Symbol: 083 = Scaling
Text Symbol: 082 = Orig.app.req
Text Symbol: 081 = Authorizations missing!
Text Symbol: 080 = Display detail list of messages from authorization checks?
Text Symbol: 075 = Continue
Text Symbol: 074 = Details
Text Symbol: 073 = Variants for version





Text Symbol: 072 = Verbal score
Text Symbol: 071 = Variant desc.
Text Symbol: 049 = List of assets to be reolaced
Text Symbol: 022 = Req.PrCtr
Text Symbol: 021 = Req.CoCtr
Text Symbol: 020 = Req.BsAr


INCLUDES used within this REPORT RAIMAVAR

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RAIMAVAR or its description.