RSWBO005 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program allows you to maintain the global Customizing settings for the Transport Organizer...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 RSWBO005 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: BG_REL = Release in Background Only
Selection Text: COMP_AUT = Activate Check
Selection Text: KEY_CHK = Check with GTABKEY_SERVER
Selection Text: SERVER = Server for Background Release
Title: Global Customizing (Transport Organizer)
Text Symbol: M01 = No log found
Text Symbol: M02 = Enter a valid server (use F4)
Text Symbol: P01 = Globally Activated
Text Symbol: P02 = Globally Deactivated
Text Symbol: P03 = Set by User
Text Symbol: P04 = deactivated
Text Symbol: P05 = Activated with Export Warning
Text Symbol: P06 = Activated with Error when Attempting Export
Text Symbol: T01 = Transport Error Display when Logging On
Text Symbol: T02 = Check Objects when Request Released
Text Symbol: T03 = Request Release
Text Symbol: T04 = Check Existence of Task Documentation when Task Released
Text Symbol: T05 = Security Check on Risky Instructions
Text Symbol: T06 = Global Table Entries Check
Text Symbol: T07 = Check Authorization for Changing Component
Text Symbol: TT1 = Log: Changes to Global Customizing (Transport Organizer)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_AUTHORITY_CHECK_ADMIN CALL FUNCTION 'TR_AUTHORITY_CHECK_ADMIN' EXPORTING iv_adminfunction = 'TABL' EXCEPTIONS e_no_authority = 1.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'BASIC' * P_PROGRAM = ' ' TABLES p_exclude = lt_tab.
DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING displ = 'X' displ_mode = '2' id = 'RE' langu = sy-langu object = gv_object EXCEPTIONS OTHERS = 0.
TRINT_LOG_GLOBAL_CUSTOMIZING CALL FUNCTION 'TRINT_LOG_GLOBAL_CUSTOMIZING' EXPORTING iv_who = sy-uname iv_faulty_transports = ls_wbosyscust-wbo_fpopup iv_object_check = ls_wbosyscust-wbo_objchk iv_bg_release = ls_wbosyscust-bg_release iv_docu = ls_wbosyscust-wbo_docu.
TR_READ_AND_DISPLAY_LOG CALL FUNCTION 'TR_READ_AND_DISPLAY_LOG' EXPORTING iv_log_type = 'DB' iv_logname_db = lv_logname_db iv_titlebar = lv_titlebar iv_heading = lv_heading * IV_TIMESTAMP = ' ' * IV_TOP_LINE = '0' * IV_DISPLAY_LEVEL = '1' * IV_WITH_LONG_TEXT_ICON = 'X' * IV_WITH_REFRESH_ICON = 'X' * IV_LANGUAGE = SYST-LANGU EXCEPTIONS OTHERS = 1.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING tabname = ls_field-tabname fieldname = ls_field-fieldname IMPORTING select_value = lv_selected_server TABLES fields = lt_fields valuetab = lt_servers EXCEPTIONS OTHERS = 1.
TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' EXPORTING services = batch TABLES list = lt_services EXCEPTIONS OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.