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
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
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_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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UMB_BSC_SYNC_PROJECT_DATA - Update Initiative Data With R/3 Project System data UMB_BSC_SYNC_PROJECT_DATA - Update Initiative Data With R/3 Project System data UMB_BSC_SCORECARD_DATA - UMBBSCSCORECARDDATA UMB_BSC_SCORECARD_APPLICATION1 - UMBBSCSCORECARDAPPLICATION1 UMB_BSC_SCORECARD_APPLICATION - UMBBSCSCORECARDAPPLICATION UMB_BSC_QUERY_TREE - UMBBSCQUERYTREE