SAP Reports / Programs

RS_IMG_PREPARE_MANUAL_SEL SAP ABAP Report - Prepare Manual Selection from Existing Project IMG







RS_IMG_PREPARE_MANUAL_SEL 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_IMG_PREPARE_MANUAL_SEL 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 RS_IMG_PREPARE_MANUAL_SEL. "Basic submit
SUBMIT RS_IMG_PREPARE_MANUAL_SEL AND RETURN. "Return to original report after report execution complete
SUBMIT RS_IMG_PREPARE_MANUAL_SEL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Prepare Manual Selection from Existing Project IMG


INCLUDES used within this REPORT RS_IMG_PREPARE_MANUAL_SEL

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:

SPROJECT_GET_OBJECT CALL FUNCTION 'SPROJECT_GET_OBJECT' EXPORTING PROJECT_ID = project OBJ_TYPE = 'PLAN' TABLES OBJECT_ID = OBJECT_ID.

STREE_GET_PARAMETER_VALUES CALL FUNCTION 'STREE_GET_PARAMETER_VALUES' EXPORTING STRUCTURE_ID = pro_img_id TABLES PARAMETER_VALUES = pro_parameters.

S_CUS_IMG_GET_REFERENCE_IMG_ID CALL FUNCTION 'S_CUS_IMG_GET_REFERENCE_IMG_ID' IMPORTING REFERENCE_IMG_ID = ref_img_id.

STREE_STRUCTURE_EXIST CALL FUNCTION 'STREE_STRUCTURE_EXIST' EXPORTING STRUCTURE_ID = REF_IMG_ID * READ_FROM_DATABASE = * DO_NOT_READ_DEVCLASS = ' ' IMPORTING * MESSAGE = STRUCTURE_HEADER = STRUCTURE_HEADER * STRUCTURE_IS_ORIGINAL = * STRUCTURE_IS_TRANSPORTABLE = .

STREE_STRUCTURE_EXIST CALL FUNCTION 'STREE_STRUCTURE_EXIST' EXPORTING STRUCTURE_ID = STRUCTURE_HEADER-TREE_ID IMPORTING MESSAGE = DUMMYMESSAGE STRUCTURE_HEADER = STRUCTURE_HEADER EXCEPTIONS OTHERS = 1.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 TEXT = TEXT-005.

STREE_HIERARCHY_READ CALL FUNCTION 'STREE_HIERARCHY_READ' EXPORTING STRUCTURE_ID = parent_structure_id FILTER_ID = parent_filter READ_ALSO_TEXTS = ' ' * LANGUAGE = SY-LANGU * ALL_LANGUAGES = ' ' DISPLAY_MODE = 'D' * IMPORTING * MESSAGE = TABLES LIST_OF_NODES = top_NODES LIST_OF_REFERENCES = top_REFERENCES LIST_OF_TEXTS = TOP_TEXT.

STREE_STRUCTURE_INSERT_SUBSTRU CALL FUNCTION 'STREE_STRUCTURE_INSERT_SUBSTRU' EXPORTING FILTER_ID = parent_filter READ_ALSO_REFERENCES = 'X' * READ_ALSO_TEXTS = ' ' * LANGUAGE = SY-LANGU TABLES I_STRUCTURE = top_NODES E_STRUCTURE = ref_img_structure E_REFERENCES = E_LIST_OF_references * E_TEXTS = .

STREE_STRUCTURE_FILTER_RUN CALL FUNCTION 'STREE_STRUCTURE_FILTER_RUN' EXPORTING * SWITCH_NODES_OFF = ' ' REDUCED_FILTER = 'X' * IMPORTING * MESSAGE = TABLES PARENT_STRUCTURE = ref_img_structure PARENT_REFERENCES = PARENT_REFERENCES * LIST_OF_REFERENCES = LIST_OF_NODES = e_list_of_nodes * SWITCH_OFF_REFERENCES = * SWITCH_OFF_NODES = ACTIVE_NODES = active_nodes * FILTERED_STRUCTURE = .

STREE_UPDATE_PARAMETER_VALUES CALL FUNCTION 'STREE_UPDATE_PARAMETER_VALUES' EXPORTING STRUCTURE_ID = pro_img_id TABLES PARAMETER_VALUES = pro_parameters.



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