SAP Reports / Programs

RJSUSALL SAP ABAP Report - Refresh Structures After Changes to Postal Data







RJSUSALL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Modifications to postal data may mean that you have to make corresponding changes to the structures (goe-post assignments)...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 RJSUSALL 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

JS71 - Refresh Structures


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 RJSUSALL. "Basic submit
SUBMIT RJSUSALL AND RETURN. "Return to original report after report execution complete
SUBMIT RJSUSALL 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: AENDNR = Change Number (Master)
Selection Text: DRUCKER = Printer for Output
Selection Text: LISTNAME = Title of Spool Output List
Selection Text: TESTLAUF = Test Run
Selection Text: XBILD = Display List on Screen
Selection Text: XDSOFORT = Print Immediately
Title: Refresh Structures After Changes to Postal Data
Text Symbol: 014 = Post Upgrade Structure Change
Text Symbol: 400 = For further information, please see the application log
Text Symbol: 401 = Object
Text Symbol: 402 = Subobject
Text Symbol: AH1 = Refresh Structure Log
Text Symbol: TST = >>>> T E S T R U N <<<<
Text Symbol: UPD = >>>> L I V E R U N <<<<


INCLUDES used within this REPORT RJSUSALL

INCLUDE MJ000TOP. "
INCLUDE MJG00T01.


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_CHECK CALL FUNCTION 'ISM_CHANGENUMBER_CHECK' EXPORTING in_number = glb_jstaender-aendnr IMPORTING return = log_tab status = glb_jstaender-aendstatus.

ISM_CHANGENUMBER_RELEASE CALL FUNCTION 'ISM_CHANGENUMBER_RELEASE' EXPORTING in_number = glb_jstaender-aendnr in_path = js21_con_algo_lfbar IMPORTING out_number_released = xreleased out_ordertab = ordertab return = log_tab.

ISM_CHANGENUMBER_CHECK CALL FUNCTION 'ISM_CHANGENUMBER_CHECK' EXPORTING in_number = glb_jstaender-aendnr in_update = jydb_update_no IMPORTING return = check_log_tab status = glb_jstaender-aendstatus EXCEPTIONS no_changes_found = 1 OTHERS = 2.



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