RJSFREI2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report selects all change numbers for which the indicator XFREIGABE is selected in the table JSTAENDER...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 RJSFREI2 into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: AUFBER = Format (132 Characters)
Selection Text: DRUCKER = Printer for Output
Selection Text: GUELVON = Max.Validity Start for Ch.No.
Selection Text: LAUFDAU = Max. Runtime (HH:MM:SS)
Selection Text: LAUFTAG = Latest End Date
Selection Text: LAUFZEIT = Latest End Time
Selection Text: LISTFREI = Spool Name for Release Spool
Selection Text: LISTPRUE = Spool Name for Check Spool
Title: IS-M/SD: Collector for Checks/Release
Text Symbol: 001 = Not Processed
Text Symbol: 002 = Change Number
Text Symbol: 003 = No Change Number Found
Text Symbol: 004 = Shipping-Related Release
Text Symbol: 005 = Car.Route-Related Release
Text Symbol: 006 = Choose
Text Symbol: 007 = Spool Control
Text Symbol: 008 = Runtime
INCLUDE MJS00T01.
No SAP DATABASE tables are accessed within this REPORT code!
ISP_JSTAENDER_CHECK CALL FUNCTION 'ISP_JSTAENDER_CHECK' EXPORTING aendnr = aendnr_tab-aendnr aktion = con_aktion_pruefung IMPORTING out_message = out_msg aenderungsnr = loc_jstaender.
ISP_JSTAENDER_CHECK CALL FUNCTION 'ISP_JSTAENDER_CHECK' EXPORTING aendnr = aendnr_tab-aendnr aktion = con_aktion_freigabe IMPORTING aenderungsnr = loc_jstaender out_message = out_msg.
ISP_GET_MESSAGE_TEXT CALL FUNCTION 'ISP_GET_MESSAGE_TEXT' "FW030397 EXPORTING "FW030397 meldung = out_msg "FW030397 sprasl = syst-langu "FW030397 IMPORTING "FW030397 text = error_text. "FW030397
ISP_SELECT_JSTAENDER CALL FUNCTION 'ISP_SELECT_JSTAENDER' EXPORTING von_datum = in_aendnr-gueltigab bis_datum = in_aendnr-gueltigbis geprueft = con_angekreuzt TABLES aendnr_tab = aendnr_itab.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING destination = drucker immediately = space layout = aufber line_size = 132 list_name = l_name new_list_id = 'X' no_dialog = 'X' receiver = sy-uname IMPORTING out_parameters = params valid = valid EXCEPTIONS archive_info_not_found = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJSFREI2 - IS-M/SD: Collector for Checks/Release RJSFREI2 - IS-M/SD: Collector for Checks/Release RJSFREI1ALOG - FDÜ: Vorlageprogramm für Zentrale Geschäftspartner RJSFREI1 - IS-M: Release Procedure for Change Management RJSFREI1 - IS-M: Release Procedure for Change Management RJSD_BCALV_TREE_DEMO - Demo for ALV Tree Control