RS_STREE_CREATE_STRUCT_VERSION 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 RS_STREE_CREATE_STRUCT_VERSION 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: PSTRU_ID = Higher-Level Structure
Selection Text: P_SPRAS = Language
Selection Text: STRUC_ID = Structure to be Versioned
Title: Hierarchy Tool: Create Version of a Structure
Text Symbol: 001 = Create Version of a Structure
Text Symbol: 002 = System Program Call
Text Symbol: 003 = Create a Structure Version
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STREE_VERSION_SAVE CALL FUNCTION 'STREE_VERSION_SAVE' EXPORTING struct_id = struc_id parent_id = pstru_id version_id = vers_id spras = p_spras description = descript do_not_include_subs = no_subs do_not_include_assigns = no_assig IMPORTING message = message.
SO_EXPRESS_FLAG_SET CALL FUNCTION 'SO_EXPRESS_FLAG_SET' EXPORTING text_info = exp_mess popup_title = exp_title TABLES rec_tab = receivers EXCEPTIONS no_receiver_exist = 1 office_name_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RS_STREE_CREATE_STRUCT_VERSION - Hierarchy Tool: Create Version of a Structure RS_STREE_CREATE_STRUCT_VERSION - Hierarchy Tool: Create Version of a Structure RS_STREE_CREATE_COMPARISON - Hierarchy Tool: Create Version of a Structure RS_STREE_CREATE_COMPARISON - Hierarchy Tool: Create Version of a Structure RS_STREE_CHANGE_MASTER_LANG - Change Structure Master Language RS_STREE_CHANGE_MASTER_LANG - Change Structure Master Language