SAP Reports / Programs

SAPRUPGM_45B SAP ABAP Report - SAPRUPGM Program for Release 45B







SAPRUPGM_45B 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 SAPRUPGM_45B 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 SAPRUPGM_45B. "Basic submit
SUBMIT SAPRUPGM_45B AND RETURN. "Return to original report after report execution complete
SUBMIT SAPRUPGM_45B 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: SEL_USER = Last changed by
Selection Text: SEL_TRKO = Request/task
Selection Text: SEL_DEVC = Package
Selection Text: PA_MARK = New objects
Title: SAPRUPGM Program for Release 45B
Text Symbol: 015 = An internal error occurred when locking the program
Text Symbol: 016 = Check your locks (SM12) and any background processes (SM37)
Text Symbol: 017 = No authorization
Text Symbol: 018 = Object lock
Text Symbol: 014 = User &1 has locked this program.
Text Symbol: 013 = Upgrades and SAP patches
Text Symbol: 012 = Standard selections
Text Symbol: 011 = Details about modifications may be missing
Text Symbol: 010 = Error: Check object in Modification Browser (SE95)
Text Symbol: 009 = Unknown
Text Symbol: 000 = No objects with an unspecified adjustment mode were found.
Text Symbol: 001 = Check your filter settings
Text Symbol: 002 = An error occurred during adjustment mode definition.
Text Symbol: 003 = Error
Text Symbol: 004 = Already adjusted
Text Symbol: 005 = Manually
Text Symbol: 006 = manual / semi-automatic
Text Symbol: 007 = semi-automatic
Text Symbol: 008 = Automatically
002 Error
001 Object Adjustment mode or


INCLUDES used within this REPORT SAPRUPGM_45B

No INCLUDES are used within this REPORT code!


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:

ENQUEUE_ESRDIRE CALL FUNCTION 'ENQUEUE_ESRDIRE' EXPORTING mode_trdir = enqueue_excl name = prog_name EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

CLM_UPGRADE_MODIFICATION_LIST CALL FUNCTION 'CLM_UPGRADE_MODIFICATION_LIST' EXPORTING do_manual_modifications = false check_modifications = true TABLES corr_number = lt_corr_number modobjects = lt_smodupgrad EXCEPTIONS corr_system_error = 1 OTHERS = 2.

DEQUEUE_ESRDIRE CALL FUNCTION 'DEQUEUE_ESRDIRE' EXPORTING mode_trdir = enqueue_excl name = prog_name.



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