RSIWBH01R 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 RSIWBH01R 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: ACTION1 = Release
Selection Text: ACTION2 = OTHER_RELEASE
Selection Text: R3_REL = Release of SAP system
Selection Text: RELEASE = Other release
Title: Maintenance of release entries: IWBSETTING / IWRELEASE
Text Symbol: 001 = Insert entry for SAP Release in table IWRELEASE
Text Symbol: 002 = Maintain entry for OTHER_RELEASE in table IWBSETTING
Text Symbol: 003 = Activity
Text Symbol: 004 = Entry for SAP Release already exists
Text Symbol: 005 = Entry for SAP Release is inserted
Text Symbol: 006 = Entry for OTHER_RELEASE is updated
Text Symbol: 007 = Entry for OTHER_RELEASE is deleted
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
IWB_GLOBAL_SETTINGS_GET call function 'IWB_GLOBAL_SETTINGS_GET' tables required_properties = h_requ_props properties_of_result = h_properties.
IWB_GLOBAL_SETTINGS_SET call function 'IWB_GLOBAL_SETTINGS_SET' tables properties = h_properties.
IWB_GLOBAL_SETTINGS_DELETE CALL FUNCTION 'IWB_GLOBAL_SETTINGS_DELETE' TABLES PROPS_TO_BE_DELETED = PROPS_TO_BE_DELETED.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSIWBH01R - Maintenance of release entries: IWBSETTING / IWRELEASE RSIWBH01R - Maintenance of release entries: IWBSETTING / IWRELEASE RSIWBH01 - Define sequence of enhancements in customer namespace RSIWBH01 - Define sequence of enhancements in customer namespace RSIWBF07 - documentation and ABAP source code RSIWB943_O10 - RSIWB943O10