UMB_BSC_COMPAPE 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 UMB_BSC_COMPAPE 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!
UMB_SCR_I_RESTORE_STATUS call function 'UMB_SCR_I_RESTORE_STATUS' exporting is_status = ms_detail_state i_del_controls = 'X' * IMPORTING * E_CPROG = * E_DYNNR = * E_HEADER = .
UMB_SCR_I_STORE_STATUS call function 'UMB_SCR_I_STORE_STATUS' exporting i_del_controls = 'X' importing es_status = ms_detail_state.
UMB_SCR_I_POPUP_BSC_DETAIL call function 'UMB_SCR_I_POPUP_BSC_DETAIL' exporting ir_object = m_det_object * I_TAB = * IMPORTING * E_CANCELLED = .
UMB_SERVICE_SCARD_SELECT call function 'UMB_SERVICE_SCARD_SELECT' exporting i_hr_hierarchy = m_hr_hier i_apply_authorisation = 'X' importing es_scard_node = ls_scard_node exceptions nothing_selected = 1 others = 2.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'UMB_YS_OUTTAB_COMP' changing ct_fieldcat = lt_fcat.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'UMB_YS_OUTTAB_ANAL' changing ct_fieldcat = mt_fcat.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.