UPC_CUSTOMIZINGF07 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 UPC_CUSTOMIZINGF07 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UPF_OPTIOS_TEXT_SET CALL FUNCTION 'UPF_OPTIOS_TEXT_SET' EXPORTING i_area = i_area i_plevel = i_plevel CHANGING ct_optios_text = lt_optios_text.
UPC_HIE_GET CALL FUNCTION 'UPC_HIE_GET' EXPORTING i_area = i_area is_hie_key = ls_hie_key IMPORTING es_hie_attr = ls_hie_attr et_hie_str = lt_hie_str et_intvl = lt_intvl et_txt = lt_txt EXCEPTIONS hierarchy_not_found = 1 failed = 2 rfc_error = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.