UPC_BW_SELECTION_DEBUG 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 UPC_BW_SELECTION_DEBUG 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.
Selection Text: BPS0 = Planning Framework
Selection Text: CREATREP = Debug Reports for BW Selection
Selection Text: NAME = Other Start Transaction
Selection Text: OTHERS = Other Start Transaction
Selection Text: RFC = D RFC Destination
Selection Text: RSRTPOP = Popup for Debug Flags
Title: Report UPC_BW_SELECTION_DEBUG
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UPC_AREA_READ CALL FUNCTION 'UPC_AREA_READ' IMPORTING et_children = lt_area.
UPC_BW_AREA_READ CALL FUNCTION 'UPC_BW_AREA_READ' EXPORTING i_area = l_area IMPORTING es_bw_area = ls_bw_area EXCEPTIONS not_found = 1 OTHERS = 2.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'RFCDEST' value_org = 'S' TABLES value_tab = lt_itab * field_tab = lt_help_field_tab return_tab = lt_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
RSSEM_BW_SELECT_DEBUG_SET CALL FUNCTION 'RSSEM_BW_SELECT_DEBUG_SET' EXPORTING i_report_create = creatrep i_rsrt_flags = rsrtpop.
RSSEM_BW_SELECT_DEBUG_SET CALL FUNCTION 'RSSEM_BW_SELECT_DEBUG_SET' DESTINATION rfc-low EXPORTING i_report_create = creatrep i_rsrt_flags = rsrtpop.
RSSEM_BW_SELECT_DEBUG_CLEAR CALL FUNCTION 'RSSEM_BW_SELECT_DEBUG_CLEAR'.
RSSEM_BW_SELECT_DEBUG_CLEAR CALL FUNCTION 'RSSEM_BW_SELECT_DEBUG_CLEAR' DESTINATION rfc-low.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UPC_BW_SELECTION_DEBUG - Report UPC_BW_SELECTION_DEBUG UPC_BW_SELECTION_DEBUG - Report UPC_BW_SELECTION_DEBUG UPC_BW_SELECTION_ANALYSIS - Program UPC_BW_SELECTION_ANALYSIS UPC_BW_SELECTION_ANALYSIS - Program UPC_BW_SELECTION_ANALYSIS UPC_BW_INTERFACE - Typen für die Schnittstelle zum BW UPC_BW_DESTINATION - Set BW Installation