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

UMB_BSC_CUSTF20 SAP ABAP INCLUDE - Scorecard copy, delete and transport







UMB_BSC_CUSTF20 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_CUSTF20 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_CUSTF20. "Basic submit
SUBMIT UMB_BSC_CUSTF20 AND RETURN. "Return to original report after report execution complete
SUBMIT UMB_BSC_CUSTF20 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Scorecard copy, delete and transport


INCLUDES used within this REPORT UMB_BSC_CUSTF20

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:

UMC_HR_DELETE_SEM_ASSIGNMENT call function 'UMC_HR_DELETE_SEM_ASSIGNMENT' exporting I_KEYTYPE = 'S' "scorecard I_KEY = KEY exceptions INVALID_INPUT = 1 OBJ_NOT_LINKED = 2 DELETION_FAILED = 3 others = 4.

TR_ORDER_CHOICE_CORRECTION call function 'TR_ORDER_CHOICE_CORRECTION' exporting IV_CATEGORY = 'CUST' IV_CLI_DEP = 'X' importing EV_ORDER = ORDER EV_TASK = TASK exceptions INVALID_CATEGORY = 1 NO_CORRECTION_SELECTED = 2 others = 3.

UMB_SC_CECHAIN_TP_INFO call function 'UMB_SC_CECHAIN_TP_INFO' exporting IX_BY_STMAP = ' ' I_SCARD = I_SCARD importing ET_KO200 = T_KO200 ET_E071K = T_E071K.

TR_APPEND_TO_COMM_OBJS_KEYS call function 'TR_APPEND_TO_COMM_OBJS_KEYS' exporting WI_TRKORR = TASK WI_SUPPRESS_KEY_CHECK = SPACE tables WT_E071 = T_E071 WT_E071K = T_E071K exceptions others = 68.

UMB_PERSPECTIVE_TP_INFO call function 'UMB_PERSPECTIVE_TP_INFO' exporting I_PERS = S_SC112-PERS I_LANGU = SY-LANGU I_CLIENT = SY-MANDT I_BC = SPACE importing ET_KO200 = T_KO200 ET_E071K = T_E071K.

UMB_STRATEGY_TP_INFO call function 'UMB_STRATEGY_TP_INFO' exporting I_STRATEGY = S_SC104-STRATEGY I_LANGU = SY-LANGU I_CLIENT = SY-MANDT I_BC = SPACE importing ET_KO200 = T_KO200 ET_E071K = T_E071K.

UMB_OBJECTIVE_TP_INFO call function 'UMB_OBJECTIVE_TP_INFO' exporting I_OBJ = S_SC105-OBJ I_LANGU = SY-LANGU I_CLIENT = SY-MANDT I_BC = SPACE importing ET_KO200 = T_KO200 ET_E071K = T_E071K.

TR_APPEND_TO_COMM_OBJS_KEYS call function 'TR_APPEND_TO_COMM_OBJS_KEYS' exporting WI_TRKORR = I_TASK WI_SUPPRESS_KEY_CHECK = SPACE tables WT_E071 = T_E071 WT_E071K = T_E071K_ALL exceptions others = 68.

UMB_SC_COPY call function 'UMB_SC_COPY' exporting I_SRC_SCARD = I_SRC_SCARD I_DST_SCARD = I_DST_SCARD I_OWNER = I_OWNER I_LTXT = I_LTXT I_DEFAULT_RFC = G_DEFAULT_RFC.

UMB_SC_COPY_CPM_VAR call function 'UMB_SC_COPY_CPM_VAR' exporting I_SRC_SCARD = I_SRC_SCARD I_DST_SCARD = I_DST_SCARD.

BDS_BUSINESSDOCUMENT_COPY call function 'BDS_BUSINESSDOCUMENT_COPY' exporting CLASSNAME = CL_UMC_BDS=>CON_CLASSNAME_INITIATIVE CLASSTYPE = 'OT' CLIENT = SY-MANDT DOC_ID = -DOC_ID DOC_VER_NO = '00000000' DOC_VAR_ID = '00000000' NEW_CLASSNAME = CL_UMC_BDS=>CON_CLASSNAME_INITIATIVE NEW_CLASSTYPE = 'OT' NEW_CLIENT = SY-MANDT NEW_OBJECT_KEY = NEW_OBJECT_KEY importing NEW_DOC_ID = NEW_DOC_ID exceptions others = 7.

UMB_BW_MASTERDATA_SCARD_INIT call function 'UMB_BW_MASTERDATA_SCARD_INIT' exporting I_RFCDEST = G_DEFAULT_RFC I_SCARD = I_DST_SCARD I_INIT = S_SC181-INIT I_STXT = S_SC181-STXT I_LTXT = S_SC181-LTXT I_LANGU = S_SC181-LANGU exceptions RFC_ERROR = 1 FAILED = 2 others = 3.

RSS_SYSTEM_GET_UNIQUE_ID call function 'RSS_SYSTEM_GET_UNIQUE_ID' importing E_UNI_IDC25 = -GUID_25.

RSS_SYSTEM_GET_UNIQUE_ID call function 'RSS_SYSTEM_GET_UNIQUE_ID' importing E_UNI_IDC25 = -GUID_25.

GUID_CREATE call function 'GUID_CREATE' importing EV_GUID_32 = .

RSS_SYSTEM_GET_UNIQUE_ID call function 'RSS_SYSTEM_GET_UNIQUE_ID' importing E_UNI_IDC25 = GUID_25.



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_CUSTF20 or its description.