SAP Reports / Programs

RSGOSCHECK SAP ABAP Report - Check program for GOS







RSGOSCHECK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report RSGOSCHECK checks the customizing data from the tables SGOSATTR and SGOSCUST and displays errors and changes from standard GOS environment settings...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 RSGOSCHECK 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 RSGOSCHECK. "Basic submit
SUBMIT RSGOSCHECK AND RETURN. "Return to original report after report execution complete
SUBMIT RSGOSCHECK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Check program for GOS
Text Symbol: 040 = is inactive
Text Symbol: 041 = is active
Text Symbol: 042 = was redefined from
Text Symbol: 043 = to
Text Symbol: 044 = was set to
Text Symbol: 100 = Check SGOSATTR table
Text Symbol: 101 = Check SGOSCUST table
Text Symbol: 102 = Check SGOSATTR & SGOSCUST tables
Text Symbol: 103 = Check GOS
Text Symbol: 104 = Action
Text Symbol: 105 = Message
Text Symbol: 106 = Non SAP namespace classes
Text Symbol: 107 = Service classes
Text Symbol: 108 = Linkage
Text Symbol: 109 = Check BAdIs
Text Symbol: 110 = Check new icons
Text Symbol: 111 = GOS_NEW_ICON parameter in SXPARAMS table
Text Symbol: 112 = Next service duplicates
Text Symbol: 113 = Missing sub- or next service
Text Symbol: 114 = Not available icons
Text Symbol: 115 = Service definition
Text Symbol: 116 = All checks passed
Text Symbol: 117 = Check standard settings
Text Symbol: 118 = Subservice duplicates
Text Symbol: 032 = Linkage error
Text Symbol: 001 = Class is not defined
Text Symbol: 002 = Icon is not defined
Text Symbol: 003 = is not available
Text Symbol: 005 = Subservice is not defined
Text Symbol: 006 = Undefined service
Text Symbol: 007 = Undefined subservice
Text Symbol: 008 = Undefined next service
Text Symbol: 010 = Status of a service object
Text Symbol: 011 = Class of Generic Object Service
Text Symbol: 012 = Service executable as control
Text Symbol: 013 = Service requires commit work for data backup
Text Symbol: 014 = Icon for the Generic Object Service





Text Symbol: 015 = Service not found
Text Symbol: 016 = Next service
Text Symbol: 017 = Subservice
Text Symbol: 018 = Unreachable services
Text Symbol: 019 = not found
Text Symbol: 020 = Service type
Text Symbol: 021 = Next object service in menu and toolbox
Text Symbol: 022 = Subordinate object service in menu and toolbox
Text Symbol: 025 = First service is not defined
Text Symbol: 027 = Multiple first services
Text Symbol: 028 = First service
Text Symbol: 030 = Circular dependency detected


INCLUDES used within this REPORT RSGOSCHECK

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:

SXC_EXIT_CHECK_ACTIVE call function 'SXC_EXIT_CHECK_ACTIVE' exporting exit_name = p_exit_name check_for_released = 'X' consider_wildcards = 'X' tables active_imps = lt_imp exceptions not_active = 1 others = 2.

SXO_GET_IMPL_TEXT call function 'SXO_GET_IMPL_TEXT' exporting imp_name = ls_imp-imp_name sprsl = sy-langu importing imp_text = l_impl_text exceptions no_text = 1 others = 2.

ICON_CREATE call function 'ICON_CREATE' exporting name = p_icon_name add_stdinf = space importing result = l_icon exceptions icon_not_found = 1 outputfield_too_short = 2 others = 3.



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