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

UMB_BSC_SYNC_PROJECT_DATA SAP ABAP Report - Update Initiative Data With R/3 Project System data







UMB_BSC_SYNC_PROJECT_DATA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Updates the R/3 project system-specific data in initiatives with data from assigned see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter UMB_BSC_SYNC_PROJECT_DATA 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_SYNC_PROJECT_DATA. "Basic submit
SUBMIT UMB_BSC_SYNC_PROJECT_DATA AND RETURN. "Return to original report after report execution complete
SUBMIT UMB_BSC_SYNC_PROJECT_DATA VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_LANGU = D Language Key
Selection Text: P_SCARD = D Scorecard
Title: Update Initiative Data With R/3 Project System data
Text Symbol: 001 = Assignment of Initiatives and R/3 Project Systems
Text Symbol: 002 = Refresh


INCLUDES used within this REPORT UMB_BSC_SYNC_PROJECT_DATA

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_PS_CHECK_LINK call function 'UMC_PS_CHECK_LINK' importing E_IS_AVAILABLE = L_FLAG.

UMC_PS_WBS_ELEMENT_ATTR_GET call function 'UMC_PS_WBS_ELEMENT_ATTR_GET' exporting I_PROJECT = -PROJECT I_WBS_ELEMENT = -WBS_ELEMENT importing ES_PROJECT = LS_PROJECT ES_WBS_ELEMENT = LS_WBS_ELEMENT exceptions RFC_ERROR = 1 PS_ERROR = 2 others = 3.

DATE_TO_PERIOD_CONVERT call function 'DATE_TO_PERIOD_CONVERT' exporting I_DATE = -BASIC_START_DATE I_PERIV = LS_SCARD-PERIV importing E_BUPER = LD_POPER E_GJAHR = LD_GJAHR exceptions INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3 others = 4.

DATE_TO_PERIOD_CONVERT call function 'DATE_TO_PERIOD_CONVERT' exporting I_DATE = -BASIC_FINISH_DATE I_PERIV = LS_SCARD-PERIV importing E_BUPER = LD_POPER E_GJAHR = LD_GJAHR exceptions INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3 others = 4.

UMB_SERVICE_GET_AUTHORITY_INST call function 'UMB_SERVICE_GET_AUTHORITY_INST' importing ER_AUTHORITY = LR_UMB_AUTHORITY exceptions ERROR = 1 others = 2.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting I_BUFFER_ACTIVE = '' I_STRUCTURE_NAME = 'UMB_YS_INITIATIVE' I_CLIENT_NEVER_DISPLAY = 'X' I_BYPASSING_BUFFER = 'X' changing CT_FIELDCAT = LT_FIELDCAT exceptions INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 others = 3.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting I_BUFFER_ACTIVE = '' I_STRUCTURE_NAME = 'UMC_YS_PS_WBS_ELEMENT' I_CLIENT_NEVER_DISPLAY = 'X' I_BYPASSING_BUFFER = 'X' changing CT_FIELDCAT = LT_FIELDCAT exceptions INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 others = 3.



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