SAP Reports / Programs

RFREAJPROCESS SAP ABAP Report - Adjustment Process







RFREAJPROCESS 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 RFREAJPROCESS 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

REAJCH - Continue Adjustment
REAJPR - Specify Adjustments
REAJPRTASK - Determine Adjustments - TASK
REAJSH - Display Adjustments
REAJRV - Reverse Adjustments


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 RFREAJPROCESS. "Basic submit
SUBMIT RFREAJPROCESS AND RETURN. "Return to original report after report execution complete
SUBMIT RFREAJPROCESS 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: P_STEP15 = D .
Selection Text: P_STEP14 = D .
Selection Text: P_STEP13 = D .
Selection Text: P_STEP12 = D .
Selection Text: P_STEP11 = D .
Selection Text: P_STEP10 = D .
Selection Text: P_STEP09 = D .
Selection Text: P_STEP08 = D .
Selection Text: P_STEP07 = D .
Selection Text: P_STEP06 = D .
Selection Text: P_STEP05 = D .
Selection Text: P_STEP04 = D .
Selection Text: P_STEP03 = D .
Selection Text: P_STEP02 = D .
Selection Text: P_STEP01 = D .
Selection Text: P_REAS19 = D .
Selection Text: P_REAS18 = D .
Selection Text: P_REAS17 = D .
Selection Text: P_REAS16 = D .
Selection Text: P_REAS15 = D .
Selection Text: P_REAS14 = D .
Selection Text: P_REAS13 = D .
Selection Text: P_REAS12 = D .
Selection Text: P_REAS11 = D .
Selection Text: P_REAS10 = D .
Selection Text: P_REAS09 = D .
Selection Text: P_STEP16 = D .
Selection Text: S_RULE = D .
Selection Text: S_CONTYP = D .
Selection Text: S_CONGRP = D .
Selection Text: P_XMET19 = D .
Selection Text: P_XMET18 = D .
Selection Text: P_XMET17 = D .
Selection Text: P_XMET16 = D .
Selection Text: P_XMET15 = D .
Selection Text: P_XMET14 = D .
Selection Text: P_XMET13 = D .
Selection Text: P_XMET12 = D .





Selection Text: P_XMET11 = D .
Selection Text: P_XMET10 = D .
Selection Text: P_XMET09 = D .
Selection Text: P_XMET08 = D .
Selection Text: P_XMET07 = D .
Selection Text: P_XMET06 = D .
Selection Text: P_XMET05 = D .
Selection Text: P_XMET04 = D .
Selection Text: P_XMET03 = D .
Selection Text: P_XMET02 = D .
Selection Text: P_XMET01 = D .
Selection Text: P_TITLE = D .
Selection Text: P_STEP19 = D .
Selection Text: P_STEP18 = D .
Selection Text: P_STEP17 = D .
Selection Text: P_MODE = Mode
Selection Text: P_PEXTID = Identification
Selection Text: P_SUPPO = Support Mode
Selection Text: S_BUSENT = Business Entity
Selection Text: S_RENOBJ = Rental Object
Selection Text: P_ACT = D .
Selection Text: P_AJMARU = D .
Selection Text: P_METH01 = D .
Selection Text: P_METH02 = D .
Selection Text: P_METH03 = D .
Selection Text: P_METH04 = D .
Selection Text: P_METH05 = D .
Selection Text: P_METH06 = D .
Selection Text: P_METH07 = D .
Selection Text: P_METH08 = D .
Selection Text: P_METH09 = D .
Selection Text: P_METH10 = D .
Selection Text: P_METH11 = D .
Selection Text: P_METH12 = D .
Selection Text: P_METH13 = D .
Selection Text: P_METH14 = D .
Selection Text: P_METH15 = D .
Selection Text: P_METH16 = D .
Selection Text: P_METH17 = D .





Selection Text: P_METH18 = D .
Selection Text: P_METH19 = D .
Selection Text: P_REAS01 = D .
Selection Text: P_REAS02 = D .
Selection Text: P_REAS03 = D .
Selection Text: P_REAS04 = D .
Selection Text: P_REAS05 = D .
Selection Text: P_REAS06 = D .
Selection Text: P_REAS07 = D .
Selection Text: P_REAS08 = D .
Title: Adjustment Process
Text Symbol: TEX = Memo
Text Symbol: SUP = Support
Text Symbol: STE = Activities
Text Symbol: STA = Activity Status
Text Symbol: SBE = Selection of ROs for Contract-Independent Adjustment
Text Symbol: RUL = Rule
Text Symbol: REA = Reason
Text Symbol: PAR = Activity Parameters
Text Symbol: MPA = Processing Paramet.
Text Symbol: MET = Procedure
Text Symbol: MAI = Adjustment
Text Symbol: HOQ = Get Parameter of Last Call
Text Symbol: HOL = Get Parameters
Text Symbol: FRA = Delete process?
Text Symbol: DEA = Delete All Processes
Text Symbol: BUS = Delete Processes (&1)
Text Symbol: ANP = Adjustment Run
Text Symbol: ADD = Restriction


INCLUDES used within this REPORT RFREAJPROCESS

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