SET_RELF17 is a standard ABAP INCLUDE 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 SET_RELF17 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.
Title: Include LCOM_PRODUCT_SET_RELF17
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
COM_PR_GET_REFERENCE_PRODUCT CALL FUNCTION 'COM_PR_GET_REFERENCE_PRODUCT' EXPORTING iv_product_guid = iv_product_guid * IV_CURRENT = 'X' * IV_TIMESTAMP = IMPORTING ev_reference_product = lv_reference_product EXCEPTIONS not_found = 1.
COM_PROD_CAT_REL_READ_WITH_PR CALL FUNCTION 'COM_PROD_CAT_REL_READ_WITH_PR' EXPORTING iv_product_guid = iv_product_guid * IV_CURRENT = 'X' * IV_TIMESTAMP = iv_update_buffer = iv_update_buffer IMPORTING et_set = lt_category.
COM_PRCAT_FRAG_REL_READ CALL FUNCTION 'COM_PRCAT_FRAG_REL_READ' EXPORTING iv_category_guid = ls_category-category_guid * iv_current = iv_current * iv_timestamp = iv_timestamp IMPORTING et_prcat_frag_rel = lt_prcat_frag_rel EXCEPTIONS wrong_call = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.