SAP Reports / Programs

RS_PROJECT_SCOPE_EVALUATE SAP ABAP Report - Component proposal based on ASAP QAdb scopes







RS_PROJECT_SCOPE_EVALUATE 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_PROJECT_SCOPE_EVALUATE 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_PROJECT_SCOPE_EVALUATE. "Basic submit
SUBMIT RS_PROJECT_SCOPE_EVALUATE AND RETURN. "Return to original report after report execution complete
SUBMIT RS_PROJECT_SCOPE_EVALUATE 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 = D Project name
Title: Component proposal based on ASAP QAdb scopes


INCLUDES used within this REPORT RS_PROJECT_SCOPE_EVALUATE

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:

BM_VARIANT_ENQUEUE_DEQUEUE CALL FUNCTION 'BM_VARIANT_ENQUEUE_DEQUEUE' EXPORTING variant = variant_id * ENQUEUE_VARIANT = 'X' EXCEPTIONS foreign_lock = 1 own_lock = 2 system_failure = 3 lock = 4 OTHERS = 5.

BALW_BAPIRETURN_GET2 * CALL FUNCTION 'BALW_BAPIRETURN_GET2' * EXPORTING * type = sy-msgty * cl = sy-msgid * number = sy-msgno * par1 = sy-msgv1 * par2 = sy-msgv2 * par3 = sy-msgv3 * par4 = sy-msgv4 * parameter = 'PROJECT' * IMPORTING * return = struct_return.

BAPI_HIERFILT_WRITEMULTIPLE * CALL FUNCTION 'BAPI_HIERFILT_WRITEMULTIPLE' * EXPORTING * cicorequestno = space * mode = 'MODIFY' * TABLES * headers = filt_headers * nodetab = filt_nodetab * return = filt_return.

BM_STRUCTURE_READ * CALL FUNCTION 'BM_STRUCTURE_READ' * EXPORTING * structure_id = filt_headers-guid * insert_substru = 'X' * text_of_references = ' ' * construct_tree = 'X' * do_not_read_devclass = 'X' * TABLES * struct_refs = struct_refs * EXCEPTIONS * OTHERS = 1.

BM_ROOT_STRUCTURE_GET CALL FUNCTION 'BM_ROOT_STRUCTURE_GET' EXPORTING application = 'R' IMPORTING structure_id = structure_id.

BM_STRUCTURE_READ CALL FUNCTION 'BM_STRUCTURE_READ' EXPORTING structure_id = structure_id insert_substru = 'X' text_of_references = ' ' construct_tree = ' ' do_not_read_devclass = 'X' TABLES struct_occs = struct_occs EXCEPTIONS error_occurred = 0.

BM_EU_TREE_CONSTRUCT CALL FUNCTION 'BM_EU_TREE_CONSTRUCT' EXPORTING * ROOT_NODE = levels = 0 display_name = 'X' display_text = ' ' display_text1 = ' ' display_text2 = ' ' display_text3 = ' ' display_text4 = ' ' * LANGUAGE = SY-LANGU * CUST = ' ' with_functions = ' ' with_process_variants = 'X' with_object_components = ' ' with_object_variants = ' ' construct_tree = 'X' * IMPORTING * PARAMS = TABLES nodetab = nodetab.

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' "may be obsolete TABLES nodetab = nodetab.

BM_HIERARCHY_PROPAGATE_UP CALL FUNCTION 'BM_HIERARCHY_PROPAGATE_UP' TABLES nodes = nodetab.

BM_VARIANT_PUT CALL FUNCTION 'BM_VARIANT_PUT' EXPORTING variant_objects = variant_objects only_obj_type = ' '.

BM_VARIANT_ENQUEUE_DEQUEUE CALL FUNCTION 'BM_VARIANT_ENQUEUE_DEQUEUE' EXPORTING variant = variant_id enqueue_variant = ' '.



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