SAP Reports / Programs | Master Data | SAP Media | Master Data(IS-M-MD) SAP IS

RJSFREI2 SAP ABAP Report - IS-M/SD: Collector for Checks/Release







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


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 RJSFREI2. "Basic submit
SUBMIT RJSFREI2 AND RETURN. "Return to original report after report execution complete
SUBMIT RJSFREI2 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: 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


INCLUDES used within this REPORT RJSFREI2

INCLUDE MJS00T01.


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:

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.



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