SAP Reports / Programs | Financials | Strategic Enterprise Management | Balanced Scorecard(FIN-SEM-CPM-BSC) SAP FIN

UMB_BSC_COMPAPE SAP ABAP INCLUDE - UMBBSCCOMPAPE







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT UMB_BSC_COMPAPE. "Basic submit
SUBMIT UMB_BSC_COMPAPE AND RETURN. "Return to original report after report execution complete
SUBMIT UMB_BSC_COMPAPE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT UMB_BSC_COMPAPE

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name UMB_BSC_COMPAPE or its description.