SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Generic Object Services(BC-SRV-GBT-GOS) SAP BC

RSSGOSHIRE SAP ABAP Report - documentation and ABAP source code







RSSGOSHIRE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The object history is a generic service that provides a list of the application objects last used by a particular user...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 RSSGOSHIRE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SGOSHI - Object History


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 RSSGOSHIRE. "Basic submit
SUBMIT RSSGOSHIRE AND RETURN. "Return to original report after report execution complete
SUBMIT RSSGOSHIRE 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: P_ACTCLT = Current Client
Selection Text: P_ALLCLT = All Clients
Selection Text: P_DELE = Delete Object History
Selection Text: P_REORG = Reorganize Object History
Selection Text: P_SWOFF = Deactivate Object History
Selection Text: P_SWON = Activate Object History
Text Symbol: 001 = Error When Reading LSGOSHISTD00.
Text Symbol: 002 = Error When Writing LSGOSHISTD00.
Text Symbol: 003 = Object History Has Been Deleted
Text Symbol: 004 = The Object History Is Deactivated
Text Symbol: 005 = The Object History Is Activated
Text Symbol: 006 = Reorganization Not Necessary. No Data Available.
Text Symbol: 100 = Reorganization successful.
Text Symbol: 150 = Activate/Deactivate Object History
Text Symbol: 200 = Selection for Reorganization


INCLUDES used within this REPORT RSSGOSHIRE

INCLUDE TSKHINCL.


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:

TH_SERVER_LIST call function 'TH_SERVER_LIST' EXPORTING services = ms_dia tables list = lt_server exceptions others = 0.

SGOS_HISTORY_MEM_DELE_ALL CALL FUNCTION 'SGOS_HISTORY_MEM_DELE_ALL' destination ls_server-name EXPORTING clients = lt_mandt EXCEPTIONS system_failure = 1 message l_mess communication_failure = 2 message l_mess.

SGOS_HISTORY_MEM_DELE_ALL CALL FUNCTION 'SGOS_HISTORY_MEM_DELE_ALL' destination ls_server-name exceptions system_failure = 1 message l_mess communication_failure = 2 message l_mess.

TH_SERVER_LIST call function 'TH_SERVER_LIST' EXPORTING services = ms_dia tables list = lt_server exceptions others = 0.

SGOS_HISTORY_SYNC_ALL_USER CALL FUNCTION 'SGOS_HISTORY_SYNC_ALL_USER' destination ls_server-name exporting clients = lt_mandt EXCEPTIONS system_failure = 1 message l_mess communication_failure = 2 message l_mess.

SGOS_HISTORY_SYNC_ALL_USER call function 'SGOS_HISTORY_SYNC_ALL_USER' destination ls_server-name exceptions system_failure = 1 message l_mess communication_failure = 2 message l_mess.



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