SAP Reports / Programs

RAIMARED SAP ABAP Report - Program RAIMARED







RAIMARED is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using the RAIMARED program, you can make blanket reductions of planned costs on appropriation requests...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

IMAMP - Blanket Change to Plan Values


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 RAIMARED. "Basic submit
SUBMIT RAIMARED AND RETURN. "Return to original report after report execution complete
SUBMIT RAIMARED 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_VARNT = Variant
Selection Text: PA_VERSI = Version
Selection Text: PA_VJAHR = Approval year
Title: Program RAIMARED
Text Symbol: 010 = Req.co.cd
Text Symbol: 009 = Decimal places
Text Symbol: 008 = Scaling
Text Symbol: 007 = Layout
Text Symbol: 006 = Settings for display
Text Symbol: 005 = Variants for version
Text Symbol: 004 = Fiscal year
Text Symbol: 003 = Display
Text Symbol: 002 = Variant only
Text Symbol: 001 = Selection criteria for variants
Text Symbol: 013 = Resp.CoCd
Text Symbol: 014 = Resp.BsAr
Text Symbol: 015 = Resp.Cctr
Text Symbol: 024 = InCst
Text Symbol: 023 = CbCst
Text Symbol: 022 = InvCsts new
Text Symbol: 021 = InvCsts old
Text Symbol: 020 = CmbCsts new
Text Symbol: 019 = CmbCsts old
Text Symbol: 018 = Variant desc.
Text Symbol: 017 = Resp.comp.
Text Symbol: 016 = Resp.PrCt
Text Symbol: 036 = Year-dependent blanket reduction to
Text Symbol: 035 = Reduction amt
Text Symbol: 034 = Percent reduction
Text Symbol: 033 = Or
Text Symbol: 032 = Update run
Text Symbol: 031 = Test run
Text Symbol: 030 = Blanket plan value reduction to
Text Symbol: 029 = Currency (CO area)
Text Symbol: 028 = %
Text Symbol: 027 = Blanket plan value change to
Text Symbol: 026 = New
Text Symbol: 025 = Old





Text Symbol: UC3 = Variant(s):
Text Symbol: UC2 = Appropriation request
Text Symbol: UC1 = The following variants have preliminary costing and were not reduced:
Text Symbol: 041 = Display of Values in Controlling Area Currency
Text Symbol: 040 = Display of Values in Object Currency
Text Symbol: 039 = Year-dependent blanket reduction
Text Symbol: 038 = In following years
Text Symbol: 037 = In year
Text Symbol: 012 = Resp.COar
Text Symbol: 011 = Req.compny


INCLUDES used within this REPORT RAIMARED

RAIMRTOP_ALV.
RAIMRAB1, "ZUSÄTZLICHE SELEKTIONEN / F4-HILFEN
RAIMRAB2, "STAMMDATEN LESEN (ANHAND DER SELEKTION MICHAELS FB RUFEN)
RAIMRAB3, "PLANWERTE LESEN UND ÄNDERN
RAIMRAB4, "DATEN FÜR DEN ALV AUFBEREITEN


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 RAIMARED or its description.