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

ACTIV_OBJECT_RELATION SAP ABAP Report - Duplicate maintenance objects in projects







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


Text pool values


Selection Text: PROJECT = Project
Title: Duplicate maintenance objects in projects


INCLUDES used within this REPORT ACTIV_OBJECT_RELATION

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_PROJECT_F4 CALL FUNCTION 'SPROJECT_PROJECT_F4' EXPORTING language = sy-langu * SCREEN_TITLE = * CLASS = IMPORTING project_title = project_titles project_class = project_class CHANGING project_id = p_project * EXCEPTIONS * SELECTION_CANCELLED = 1 * NO_DATA_FOUND = 2 * OTHERS = 3 .

SPROJECT_GET_TITLE CALL FUNCTION 'SPROJECT_GET_TITLE' EXPORTING project_id = p_project language = sy-langu IMPORTING project_title = project_titles * TABLES * PROJECT_TITLES = * INCLUDE_CLASSES = .

STREE_HIERARCHY_READ CALL FUNCTION 'STREE_HIERARCHY_READ' EXPORTING structure_id = p_project_all-id * FILTER_ID = ' ' read_also_texts = 'X' * LANGUAGE = SY-LANGU * ALL_LANGUAGES = ' ' DISPLAY_MODE = 'D' * IMPORTING * MESSAGE = TABLES list_of_nodes = i_of_nodes list_of_references = i_of_refer list_of_texts = i_of_texts .

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_of_nodes e_structure = i_nodes_all e_references = i_refer_all e_texts = i_texts_all .

STREE_GET_NODES_FOR_GIVEN_REF CALL FUNCTION 'STREE_GET_NODES_FOR_GIVEN_REF' * EXPORTING * CHECK_SELECTED_TREE_TYPES = ' ' * IMPORTING * MESSAGE = TABLES i_list_of_references = i_ref_for_nodes * I_TREETYPES = e_list_of_nodes = i_nodes_act * E_LIST_OF_REFERENCES = .

STREE_STRUCTURE_FILTER_RUN CALL FUNCTION 'STREE_STRUCTURE_FILTER_RUN' EXPORTING switch_nodes_off = ' ' * IMPORTING * MESSAGE = TABLES parent_structure = i_nodes_all parent_references = i_refer_all * LIST_OF_REFERENCES = list_of_nodes = i_nodes_act active_nodes = i_nodes_inact * FILTERED_STRUCTURE = .

STREE_MANUAL_SELECTION CALL FUNCTION 'STREE_MANUAL_SELECTION' EXPORTING structure_id = p_project_all-id description = '' language = sy-langu * DISPLAY_MODE = 'D' * USE_EXTERNAL_TABLES = ' ' * NODE_SELECTION_ONLY = 'X' * MARK_NODE_WITH_SUBNODES = 'X' * MARK_ONLY_ONE_NODE = ' ' * RETURN_ALL_SUBNODES_OF_MARKED = ' ' * SCREEN_START_COLUMN = 0 * SCREEN_START_LINE = 0 * SCREEN_END_COLUMN = 0 * SCREEN_END_LINE = 0 * RFC_DESTINATION = 'NONE' * IMPORTING * MESSAGE = * NEW_STRUCTURE_ID = TABLES external_all_nodes = i_nodes_all external_all_references = i_refer_all external_all_texts = i_texts_all external_active_nodes = i_nodes_inact1 * EXTERNAL_MARKED_NODES = user_parameters = user_parameters * RETURN_NODES = * RETURN_REFERENCES = * RETURN_TEXTS = * RETURN_ALL_NODES = * RETURN_ALL_REFERENCES = * RETURN_ALL_TEXTS = .



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