UCI_CHECK_BW_QUERY 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 UCI_CHECK_BW_QUERY 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: P_QRY = x
Selection Text: P_QRYD = x
Selection Text: P_RFC = x
Selection Text: P_RFCD = x
Title: Check of SAP BW Query
Text Symbol: 001 = Test R/3 Connection
Text Symbol: 002 = Test Query with Data from Permanent Parameters
Text Symbol: 003 = Destination
Text Symbol: 004 = Query
Text Symbol: 005 = Tests
Text Symbol: 006 = Connection OK
Text Symbol: 007 = Consolidation area differs in table UCI1201
Text Symbol: 008 = Are permanent parameters correct?
Text Symbol: 009 = Query used in two or more layouts
Text Symbol: 011 = RFC Destinations
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UGMD_RFCDEST_PING call function 'UGMD_RFCDEST_PING' exporting * I_MAX_PING_TIME = i_rfcdest = i_rfcdest * I_BYPASS_BUFFER = ' ' * I_SUPPRESS_EXCEPTION = ' ' importing e_result = l_result * E_CONSUMED_TIME = e_msg_txt = l_msg_txt exceptions _communication_failure = 1 _system_failure = 2 no_response = 3 others = 4.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = tabname lfieldname = fieldname importing dfies_wa = field_wa exceptions others = 1.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = retfield window_title = lc_title * value_org = value_org tables value_tab = value_tab field_tab = field_tab return_tab = return_tab exceptions others = 1.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = dyname dynumb = dynum tables dynpfields = dynpfields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 others = 11.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.