RSSHFORIOBJSAVE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In 3...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 RSSHFORIOBJSAVE 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.
Title: Enter XPRA External Hierarchy Characteristics on Hierarchy Basis Char.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES XMSG = l_t_PROT EXCEPTIONS OTHERS = 5.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
RSD_IOBJ_GET *** CALL FUNCTION 'RSD_IOBJ_GET' *** EXPORTING *** I_IOBJNM = l_iobjhie **** I_OBJVERS = RS_C_OBJVERS-ACTIVE *** EXCEPTIONS *** IOBJ_NOT_FOUND = 1 *** ILLEGAL_INPUT = 2 *** BCT_COMP_INVALID = 3 *** OTHERS = 4 *** .
RSD_HIETAB_GET_FOR_CHA_BAS CALL FUNCTION 'RSD_HIETAB_GET_FOR_CHA_BAS' EXPORTING I_CHABASNM = l_iobjhie * I_S_VIOBJ = IMPORTING E_HIETAB = l_hietab EXCEPTIONS NAME_ERROR = 1 OTHERS = 2 .
RSD_TBHD_GET CALL FUNCTION 'RSD_TBHD_GET' EXPORTING I_TABLNM = l_HIETAB IMPORTING E_S_TBHD = L_S_TBHD EXCEPTIONS TBHD_NOT_FOUND = 1 ILLEGAL_INPUT = 2 OTHERS = 3.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES XMSG = l_t_PROT EXCEPTIONS OTHERS = 5.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSHFORIOBJSAVE - Enter XPRA External Hierarchy Characteristics on Hierarchy Basis Char. RSSHFORIOBJSAVE - Enter XPRA External Hierarchy Characteristics on Hierarchy Basis Char. RSSHDIMG_TREE2 - GuiXT Image Archive: Maintenance RSSHDIMG_TREE2 - GuiXT Image Archive: Maintenance RSSHDIMG_CHECK - Test Data Integrity for Tree RSSHDIMG_CHECK - Test Data Integrity for Tree