SAP Reports / Programs | Basis Components | Basis Components | Customizing Project Management (IMG)(BC-CUS-TOL-PAD) SAP BC

COMP_PROJ_REF_IMG SAP ABAP Report - Compare projects with Reference IMG







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


Text pool values


Title: Compare projects with Reference IMG
Text Symbol: 001 = Reading project data
Text Symbol: 002 = Reading Reference IMG
Text Symbol: 003 = Preparing data


INCLUDES used within this REPORT COMP_PROJ_REF_IMG

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 30 text = text-001.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 40 text = text-001.

STREE_GET_NODES_FOR_GIVEN_REF CALL FUNCTION 'STREE_GET_NODES_FOR_GIVEN_REF' EXPORTING check_selected_tree_types = 'X' * READ_REFERENCES_FOR_NODES = 'X' * IMPORTING * MESSAGE = TABLES i_list_of_references = i_ref_for_nodes i_treetypes = i_treetypes e_list_of_nodes = p_i_act_nodes * E_LIST_OF_REFERENCES = .

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 60 text = text-002.

S_CUS_IMG_GET_REFERENCE_IMG_ID CALL FUNCTION 'S_CUS_IMG_GET_REFERENCE_IMG_ID' IMPORTING reference_img_id = reference_img_id.

STREE_HIERARCHY_READ CALL FUNCTION 'STREE_HIERARCHY_READ' EXPORTING structure_id = reference_img_id * FILTER_ID = ' ' read_also_texts = 'X' language = sy-langu * ALL_LANGUAGES = ' ' display_mode = 'D' * IMPORTING * MESSAGE = TABLES list_of_nodes = i_nodes_ref list_of_references = i_refer_ref list_of_texts = i_texts_ref .

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 70 text = text-002.

STREE_STRUCTURE_INSERT_SUBSTRU CALL FUNCTION 'STREE_STRUCTURE_INSERT_SUBSTRU' EXPORTING * FILTER_ID = ' ' read_also_references = 'X' read_also_texts = 'X' language = sy-langu TABLES i_structure = i_nodes_ref e_structure = i_nodes_ref_all e_references = i_refer_ref_all e_texts = i_texts_ref_all .

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 90 text = text-003.

STREE_STRUCTURE_FILTER_RUN CALL FUNCTION 'STREE_STRUCTURE_FILTER_RUN' * EXPORTING * switch_nodes_off = 'X' TABLES parent_structure = i_nodes_ref_all parent_references = i_refer_ref_all list_of_nodes = p_i_act_nodes * SWITCH_OFF_NODES = p_i_act_nodes active_nodes = i_nodes_act .

STREE_MANUAL_SELECTION_DYNP_HC CALL FUNCTION 'STREE_MANUAL_SELECTION_DYNP_HC' EXPORTING structure_id = reference_img_id description = '' use_external_tables = ' ' TABLES external_all_nodes = i_nodes_ref_all external_all_references = i_refer_ref_all external_all_texts = i_texts_ref_all external_active_nodes = i_nodes_act1 external_marked_nodes = p_i_act_nodes user_parameters = user_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 COMP_PROJ_REF_IMG or its description.