RSODSO_SID_RESET 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 RSODSO_SID_RESET 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: DSO = DataStore Object
Title: Report RSODSO_SID_RESET
Text Symbol: 001 = Data loss
Text Symbol: 002 = If you execute, there might be loss of data. Continue?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Datenverlust'(001) text_question = 'Bei Ausführung droht Datenverlust. Fortsetzen?'(002)
RSD_IOBJ_GET CALL FUNCTION 'RSD_IOBJ_GET' EXPORTING i_iobjnm = l_s_iobj-iobjnm IMPORTING e_s_cob_pro = l_s_cob_pro EXCEPTIONS OTHERS = 1.
DB_EXISTS_TABLE CALL FUNCTION 'DB_EXISTS_TABLE' EXPORTING tabname = l_tabname IMPORTING subrc = l_subrc.
DB_TRUNCATE_TABLE CALL FUNCTION 'DB_TRUNCATE_TABLE' EXPORTING tabname = l_tabname IMPORTING subrc = l_subrc.
RSDMD_INITIAL_LINE_INSERT CALL FUNCTION 'RSDMD_INITIAL_LINE_INSERT' EXPORTING i_chabasnm = l_iobjnm.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSODSO_SID_RESET - Report RSODSO_SID_RESET RSODSO_SID_RESET - Report RSODSO_SID_RESET RSODSO_SHOW_LOG - Display the Request and DataStore Object Specific Logs RSODSO_SHOW_LOG - Display the Request and DataStore Object Specific Logs RSODSO_SHADOW_TABLE - Management of Shadow Tables RSODSO_SHADOW_TABLE - Management of Shadow Tables