SAP Reports / Programs

RJSFREI1 SAP ABAP Report - IS-M: Release Procedure for Change Management







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

JS41 - Release Change Number


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 RJSFREI1. "Basic submit
SUBMIT RJSFREI1 AND RETURN. "Return to original report after report execution complete
SUBMIT RJSFREI1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Assignments Released
Selection Text: PAENDNR = Change Number for Release
Title: IS-M: Release Procedure for Change Management
Text Symbol: 372 = ;;
Text Symbol: 400 = For further information, please see the application log
Text Symbol: 401 = Object
Text Symbol: 402 = Subobject
Text Symbol: AH1 = Release Log
Text Symbol: P01 = Determine Orders Using Postal Units
Text Symbol: RC0 = Viable w/o Change
Text Symbol: RC1 = Viable If Changed
Text Symbol: RC2 = No Longer Viable
Text Symbol: S01 = Change Number
Text Symbol: S02 = Release completed successfully
Text Symbol: SC1 = Parameters for controlling release procedure
Text Symbol: TST = ;;
Text Symbol: U01 = Viability check on relevant orders
Text Symbol: UPD = ;;
Text Symbol: US1 = Doc. No.
Text Symbol: US2 = Item No.
Text Symbol: US3 = Viability
Text Symbol: XXX = Caution: Many functions deactivated
Text Symbol: 002 = ;;
Text Symbol: 003 = ;;
Text Symbol: 004 = ;;
Text Symbol: 005 = ;;
Text Symbol: 006 = ;;
Text Symbol: 007 = ;;
Text Symbol: 021 = Info: No orders are affected by these changes.
Text Symbol: 030 = ;;
Text Symbol: 031 = ;;
Text Symbol: 032 = ;;
Text Symbol: 038 = ;;
Text Symbol: 100 = Release of change number was cancelled
Text Symbol: 350 = ;;
Text Symbol: 351 = ;;
Text Symbol: 352 = ;;
Text Symbol: 362 = ;;





Text Symbol: 363 = ;;
Text Symbol: 364 = ;;
Text Symbol: 365 = ;;
Text Symbol: 366 = ;;
Text Symbol: 367 = ;;
Text Symbol: 369 = ;;


INCLUDES used within this REPORT RJSFREI1

INCLUDE MJ_SYMSGTY.
INCLUDE MJ_XFELD.
INCLUDE RJSI0TYP .
INCLUDE MJS00T01 . " AENDERUNGSWESEN


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:

ISM_CHANGENUMBER_RELEASE call function 'ISM_CHANGENUMBER_RELEASE' exporting in_number = paendnr * IN_PATH = AUFTRAG_ZUGRIFFPFAD importing out_number_released = xreleased out_ordertab = ordertab out_shipordertab = shipordertab " JS 4.62

DEQUEUE_ALL call function 'DEQUEUE_ALL' .



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