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
Below is a list of transaction codes which are relevant to this SAP report
JS71 - Refresh Structures
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: 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 <<<<
INCLUDE MJ000TOP. "
INCLUDE MJG00T01.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJSUSALL - Refresh Structures After Changes to Postal Data RJSUSALL - Refresh Structures After Changes to Postal Data RJSUPDAT01 - documentation and ABAP source code RJSUPDAI01 - documentation and ABAP source code RJSUPDAEXTRACT - Assign Postal Change Records to a Separate Change Number RJSUPDAEXTRACT - Assign Postal Change Records to a Separate Change Number