Quantcast
Channel: SCN : Document List - Enterprise Performance Management (SAP EPM)
Viewing all 125 articles
Browse latest View live

How to Setup User Options in EPM Add-in

$
0
0

SAP has introduced a way to set the User Option in EPM add-in for SAP BPC 10. Here is a little write up about how you can set up the “user options” while developing EPM Add-in reports using SAP BPC 10.


Business Case

While deploying a report, sometimes you want to force a Refresh when the context is changed.  Earlier, the users could activate this option manually. In other words, this option is enabled or disabled by the user, the implementation team had little control* over this.

 

The process of setting up the options manually by the users.

User Options >> Automatic Refresh on Context Changes

1.png

Solution

The solution of this is to create a simple API based VBA code to set this option.  This document will guide you to set-up this option as part of the work book open event. This will make sure that every time the user opens the work book this AutoRefresh is set.

 

Step 1: Open the Visual Basic Development Window (shortcut ALT + F11)

Step 2: Add reference to the FPMXLClient

2.png

Step 3: Add a new module (this works as a place holder of your methods, functions and variables)

Step 4: Add the following code.

Function AFTER_WORKBOOK_OPEN()

    Dim EPMObj As New FPMXLClient.EPMAddInAutomation

    EPMObj.SetUserOption "AutomaticRefresh", True

End Function

3.png

Step 5: Save the work book as the macro enabled work book or template. The macro will not be saved if this step is not followed.

The AFTER_WORKBOOK_OPEN() event is a SAP BPC EPM Add-in related event. This event allows you to trigger a code every time when the work book is opened. The SetUserOption function allows you to set the user options. You can use this function for manipulating any option in the user option section.


Link

http://help.sap.com/businessobject/product_guides/boeo10/en/EPMofc_10_user_en.pdf Please refer to the latest EPM Add-in documentation.


Prerequisite

  • Some knowledge of VBA
  • SAP BPC EPM Add-in
  • Access to SAP BPC server and client

EPM BPC Weekly News - 07/08/2014

$
0
0

RELEASED NOTES AND KBAS

 

BPC-NW

1952492SAP Business Planning & Consolidation 10.1 NW SP02 Central Note
1990378After updating to Business Planning and Consolidation opening newly created tea
2010713BPC 10.0 NW:  Error during Mass deployment of EPM add-in.
2011911BPC : Excel crashes when connect to a recently transported Appset
2012642Business Planning and Consolidation 10.0 NetWeaver Transport Connection is not
2015491BPC : Error :  "Comment module not enabled" when run Clear package
2015804BPC NW: Not able to delete dimension properties
2016055user XXX  has no authority for appset XXX
2023666BPC : Virtual Providers are not generated
2023678BPC : Error : "Exception CX_SY_RANGE_OUTOF_BOUNDS " when load hierarchy from BW
2023831Zero value of SIGNEDDATA(SDATA) is not considered during script logic execution
2024095Task list or execution steps for same task in  Data Manager Package are differe
2025231Failed to call function RSDRI_INFOPROV_READOTHERS - BPC NW 10.0
2030833BPC NW: How to check the needed authorization to run a process?
2030938BPC NW 7.5: Runtim error: STRING_SIZE_TOO_LARGE on ABAP program CL_UJK_LOGGER==
2031162How to delete audit data
2032805Error "Method '~' of object '~' failed" - BPC75NW
2033038When using the Refresh Selected Report option within the Enterprise Performance
2033364BPC NW: EPMSaveData function not refreshing
2033361BPC NW: Error while applying SAP Note 1800199
2034098EPM Add-in: Edit Report button grayed out if not enough authorizations.
2036093Cannot add new BW user in BPC 10.1 Web client - BPC 10.1
2036303Errors during BPF transport
2036207Is it possible to apply infocube partitioning on a BPC cube?
2036765BPC NW 10 Authorisation change after Service Pack upgrade
2038288Windows 8.1 supportability - BPC NW 10
2023813"500 - Server error" when login to BPC 10 Web Admin
2029536Unjustified error message 'Circle reference existed for member' when enable HAN
2030190UJA_DATA_CHECKER returns error 'Missing entry in UJA_FORMULA_APP'
2030540Message of environment deletion should support multiple languages
2030669Inconsistent hierarchy exists between BPC web client and EPM ADDIN client
2031657Invalid values for QTD and YTD when EPMRetrieveData is used and time has multip
2025648Filter not clean after leaving add/remove dimensions to model
2026258Miss Yes button when clicking 'X' to close workspace of modifiying model
2038315Failed to create dimension - BPC 10.1
2028983"Node [000000xx, 000000xx]: Leaf already exists as child of node 000000xx" erro
1939477script running time calculation is incorrect
1986857MDX error occurs in LOOKUP function when HANA MDX is enabled
2003100Logic script couldn't be validated in HANABPC
2007533Scripts of allocation are validated incorrectly on HANABPC
2031804Transaction data are queried out incorrectly while filter dimension contains mu
2032361Exception "Fail to run script in parallel" occurs when XDIM_PACKAGEBY is used w
2033211Exception "Fail to run script in parallel" occurs when data posting is in async
2034392Improve performance of data query when HANA_MDX is not enabled
2034501Logic scripts failing after enabling HANA MDX
2036619Validation error for TMVL containing %TIME_SET%
2037763Zero records could not be posted in script logic
2038303MDX error occurs with dimension filter condition containing [All_BASE] and othe
2033249The team description is not updated in library
2036660"Select Members" option of driving dimension in BPF activities definition does
2030791The new instance dialog can only show 100 templates, we need to show more templ
2028201An unnecessary scroll bar disappear when user select report in the template des
2030123[10.1]Report should not refresh
2031728Support restore appset from BPC754 to 800 via UJBR
2032458File content is empty after restoring via UJBR when  Environment ID is same as A
2038270Remove control data from Backup & Restore
2031899Data of Audit member INPUT becomes 0 after consolidation execution
2038370Flat file content is appended when replacing previous one
2002284Data package - Logic passes Parent data to CT_DATA
2036716Loading hierarchy fails with error "Detected duplicate member ID" - BPC NW
1999868Option to delete obsolete empty folders from UJFS
2033942BPC NW: error message "ClassFactory cannot supply requested class"
2036295QTD and YTD data is not correct for INC and EXP account
1941497Check points for consolidation issue
2021533Improve the performance of parallel consolidation
2028452Incorrect result when Periodic is marked only for Elim rules
2032893BPC NW: Issue when creating Manual preconsolidation adjustments related to a Gr
2033803Carry-forward doesn't work for multiple periods
2030627BPC embedded transport environment prefix confilicting error message is invalid
2033134Errors occurred during post-handling UJT_AFTER_IMPORT with "TIME_OUT" shortdump
2032462Business Planning & Consolidation 10.1 NW SP02 Patch 01 - note 2 - for control
2034394Business Planning & Consolidation 10.1 NW SP02 Patch 01 - note 1 - for applicat
2025821Memory allocation error occurs when processing dimension
2028925[10.1]Users selected lost after tab switch

 

BPC-MS

1523957BPC MS: Cannot create a row of  size error during dimension processing
1975761BPC: HowTo Build Dual Hierarchies in a Time Dimension with Custom Measures
2009351BPC MS 10.0 Error: Duplicated data posted through input schedule
2029551SAP Business Planning and Consolidation 7.5M SP11 Patch 7 Central Note
2033122Is SQL Server 2014 supported with Business Planning and Consolidation 10.0 for
2033450BPC Cannot copy package from Company (public) folder
2035985BPC MS: Full Optimize produces General Network Error message with ODBO componen
2036487BPC 7.5 MS error: Unknown user name or bad password
2036864BPC MS "EVDRE encountered an error retrieving data from the Web Server" when pr
2037700BPC: Error when performing Modify Model: ExecuteReader: CommandText property ha
1999711No data retrieved in WebIntelligence when running a query based on BPC MS
2029606Refresh Options in Workbook Options does not refresh report
2029609EvRTI does not display latest refresh time
2034568AS_IS and FX_SOURCE_CATEGORY in Currency Conversion

 

EPM-XLS

2035097"Save Data" button and  "Data Manager" tab is missing in BPC EPM add-in
2037686Can the MSXML 6.0 SP3 be used with the Enterprise Performance Management Add-in

 

BPC-RELATED

2035451Loading allowed in DELTA LOAD InfoCube; always writes 0 to fact table as dimens
2017265MDX: Runtime statistics for RSNDI hierarchy function modules
1731626Data source connectivity options between BusinessObjects BI tools and BPC

 


 

RELEASED SUPPORT PACKAGES

 

BPC-NW

BPC 7.5 SP14 DELIVERED
BPC 7.5 SP15 DELIVERED
BPC 7.5 SP16 DELIVERED
BPC 7.5 SP17DELIVERED
BPC 7.53 SP05DELIVERED
BPC 7.53 SP06DELIVERED
BPC 7.53 SP07 DELIVERED
BPC 7.53 SP08 DELIVERED
BPC 7.54 SP01DELIVERED
BPC 7.54 SP02DELIVERED
BPC 7.54 SP03DELIVERED
BPC 10 SP08DELIVERED
BPC 10 SP09DELIVERED
BPC 10 SP10DELIVERED
BPC 10 SP11DELIVERED
BPC 10 SP12DELIVERED
BPC 10 SP13DELIVERED
BPC 10.1 SP01DELIVERED
BPC 10.1 SP02DELIVERED

*BPC NW 7.0 reached end of maintenance on 31-03-2013.

 

BPC-MS

BPC 7.0 SP12 P3DELIVERED
BPC 7.5 SP10DELIVERED
BPC 7.5 SP11DELIVERED
BPC 10 SP08DELIVERED
BPC 10 SP09DELIVERED
BPC 10 SP10DELIVERED
BPC 10 SP11DELIVERED
BPC 10 SP12DELIVERED
BPC 10 SP13DELIVERED

 

EPM 10 Add-in

Excel Client SP12 P9DELIVERED
Excel Client SP13DELIVERED
Excel Client SP13 P5DELIVERED
Excel Client SP14 DELIVERED
Excel Client SP14 P2DELIVERED
Excel Client SP14 P3DELIVERED
Excel Client SP15DELIVERED
Excel Client SP16DELIVERED
Excel Client SP16 P1DELIVERED
Excel Client SP17DELIVERED
Excel Client SP17 P1DELIVERED
Excel Client SP17 P2DELIVERED
Excel Client SP18DELIVERED

*Central Notes links updated. Just click on release names.

Using Context Favorites in the EPM Add-In for MS Excel

$
0
0

(This was documented using version 10.0 SP17 Patch 2 of the EPM Add-In for MS Excel.)

 

As you jump into the EPM Add-In for MS Excel to access data
in SAP BPC , you will see there is
something called the Context Pane:

2014-07-15_121541.png

 
If you are not already on the EPM ribbon and logged in to a
model, then you will not see the Context Pane.

 

Above, you see 11 dimensions represented by the 11 drop-down
boxes.  Many of these will not be
familiar to most of the users, and consequently, choosing the wrong parameter
can lead to very wrong results.  There
are some cases, however, where the user might choose the time period, the
entity, the account, or the category (version), etc.  In these cases, you might have a “favorite”
context that you would like to work with.
In these instances, you can set a favorite context and save it for future
use.  This document will show you how.


While already logged in to a model (Consolidations, for
example), and on the EPM ribbon, perform the following:

 

  1. Click on the drop-down option beside “Options”
    and select Context Options:

    2014-07-15_121735.png
  2. Click on the Context Favorites tab, and then
    click on the Selected Member of the Dimension you would like to adjust.  In this example, we will click on Total
    Balance Sheet for the Account dimension:

    2014-07-15_121754.png
  3. The Member Select appears, and then choose Total
    Income Statement:

    2014-07-15_121804.png

    Click OK.
  4. Repeat steps 2 and 3 for all dimensions that
    need to be adjusted.  Some to consider
    are RPTCURRENCY (US Dollar), SCOPE, TIME (choose some relative period, although
    you will likely need to change this after selecting the favorite context,
    particularly if you are updating a monthly report), and MEASURES (Year to Date –
    for Balance Sheet related reports; Periodic – for P&L related reports).
  5. Then, enter a name for this favorite, and click
    on Create Favorite:

    2014-07-15_121815.png
  6. Now, you should notice a couple of new buttons
    as well as the option to either select the favorite you have just created or to
    create a new favorite:

    2014-07-15_121825.png
  7. Click on the Context Display tab to set the Context
    Favorite display option:

    2014-07-15_121836.png

    Check the box for Show Context Favorites and then either choose to put the
    Context Favorite at the start or the end of the Context.  I would suggest the start so that it will
    always be visible when the EPM Context is visible.

    Click OK.
  8. Now, you should notice the Context Favorite
    drop-down in your EPM Context:

    2014-07-15_121849.png
  9. Click on the drop-down and choose your newly
    created Context Favorite:

    2014-07-15_121902.png

    Notice that the context changed according to the settings for your favorite but
    the data in the report did not change.
  10. You can update the report in a couple of
    ways.  You can simply click on the
    Refresh button in the EPM ribbon:

    2014-07-15_121913.png
  11. Or you can change a setting to automatically
    refresh the worksheet on Context changes.
    You may find that you do not prefer this, but you can simply reverse
    these settings to undo this selection.  While
    on the EPM ribbon, click the drop-down beside Options, and then select User
    Options:

    2014-07-15_121922.png
  12. Check Automatic Refresh on Context Changes, and
    then click OK:

    2014-07-15_121931.png
  13. Reselect your context favorite to create a “context
    change,” and then your report will refresh.

 

 

I hope you find this useful.
Feel free to post comments, questions, or suggestions as you use this
functionality in the EPM Add-In for MS Excel in conjunction with the SAP BPC
content.

How to standardize EPM formatting across SAP BPC environment

$
0
0

SAP has introduced an option to standardize the EPM formatting sheet across the environment in EPM add-in for SAP BPC 10.


Business Case

 

As part of implementation, to give a similar look and feel to all reports and schedules, we would like to apply the same formatting sheet to all reports and schedules across the environment.


Solution

 

We can use two predefined templates provided that are stored in the server at the following locations.

  • admin\webexcel\teamtemplatelibrary\reports\report_formatting_template.xslx
  • admin\webexcel\teamtemplatelibrary\input schedules\input_formatting_template.xslx


Optional Step


The two templates must have identical names (extension included) on the server and in the FPMXLClient.dll.config file located on the client computer. The two keys whose values you can modify in the FPMXLClient.dll.config file are the following

  • <add key="ReportFormattingTemplateFileName " value="Report_Formatting_Template.xlsx"/>
  • <add key="InputFormattingTemplateFileName " value="Input_Formatting_Template.xlsx"/>


Additional Note

 

This functionality works only provided no formatting sheet has been yet defined in the workbook, when clicking View Formats in the EPM tab of the Ribbon, the following formatting sheets are automatically generated in the workbook: the blank formatting worksheet (standard for any connection) and the two formatting sheets generated from the server.


Steps


Step 1: Create your own formatting sheet as base template.

image001.png

Step 2: Save this template file in one of the following location

  • admin\webexcel\teamtemplatelibrary\reports\report_formatting_template.xslx
  • admin\webexcel\teamtemplatelibrary\input schedules\input_formatting_template.xslx

image003.png

    Note: If you don’t have ADMIN team, please create the same.

 

Step 3: Open a new excel file.

 

Step 4: Click on the “View Format” option

image006.jpg

 

Step 5: This will add our custom formatting tab along with the standard formatting tab.

 

image007.png

 

Additional Note


http://help.sap.com/businessobject/product_guides/boeo10/en/EPMofc_10_user_en.pdf

Please refer to the latest EPM Add-in documentation for further help.

How to Pass Data Manager Selections(Scope) to Stored Procedure - SAP BPC MS

$
0
0

Introduction

 

This document covers the approach of passing scope/prompt from SAP BPC data manager package to SQL Server stored procedure. This applies to all versions of SAP BPC Version for Microsoft. This approach can be used as an alternate to the approach specified in my earlier document on How to Pass Parameters to SSIS package.

Business Case

 

The business case is to pass the parameters from SAP BPC data manager package to a stored procedure.  The BPC users will pass the scope (selections) via the data manager prompts. This selection will be passed to a stored procedure via the data manager package. The stored procedure will receive the scope(selections) from BPC data manager package and store it to a table.

BPC Setup

 

BPC model with the following structure

Environment Name: BADSHELL

Model Name: Planning

 

image002.jpg

 

Development Details


Step 1: Create a scope table to receive the scope (selections) passed from SQL Server. This table will be used to receive the parameters passed from the BPC data manager package.  Execute the following script in the SQL Server side.

 

USE[BADSHELL]

GO

 

CREATETABLE[DBO].[BPC_SCOPE](

       [SCOPETBL][NVARCHAR](100)NULL,

       [DIMENSION][NVARCHAR](32)NULL,

       [MEMBER][NVARCHAR](32)NULL

)ON[PRIMARY]

 

GO


Step 2: Create stored procedure. This stored procedure will receive the selection from BPC and store it in a table (BPC_SCOPE). This table can be used in the further operations like a filter table. To facilitate parallel call of the data manager package this table (BPC_SCOPE) should always be used with the filter SCOPETBL = @SCOPETABLE.

 

Execute the following script in the SQL Server side. Please read the comments and insert your code...


USE[BADSHELL]

GO

 

CREATEPROCEDURE[DBO].[USP_CALC_BLOG]

(

@SCOPETABLEVARCHAR(50)

)

AS

BEGIN

 

EXEC('INSERT INTO [BPC_SCOPE] SELECT '''+@SCOPETABLE+''', DIMENSION, MEMBER FROM '+@SCOPETABLE)

 

       /*

       INSERT YOUR CODE HERE, YOU CAN USE THE BPC_SCOPE TABLE TO FILTER RECORDS

       TO MAKE SURE WE ISOLATE CONCURRENT EXECUTION USE THE VARIABLE  @SCOPETABLE

       TO FILTER BPC_SCOPE TABLE.

       */

 

       /*

       FINALLY YOU CAN DELETE ALL THE RECORDS IN THE BPC_SCOPE TABLE

       DELETE FROM BPC_SCOPE WHERE SCOPETBL = @SCOPETABLE

       */

 

END

 

Step 3: Create BPC script logic to call the stored procedure. %SCOPETABLE% variable passes the parameter table to the stored procedure.

 

image004.jpg

 

Step 4: Create data manager package to invoke the script logic

On the web server side, copy the standard “Default Formulas” data manager package (BLOG_10)

 

image006.jpg


Configure the package in the data manager interface in EPM add-in for excel. Go to Data Manager >> Organize package list >> Add package and select the copied package

 

image008.jpg

 

Modify the package and add the following by specifying following script

 

image010.jpg

 

Step 5:  Execute data manager package by selecting prompts

 

image012.jpg

 

Step 6:  Check the results

 

image013.png

 

Important Notes

 

  • Add necessary dimensions to the data manager prompt
  • Clear the scope table after the calculation (note SQL section commented in the document)
  • Set up appropriate data base security and connection credentials as suited to your need
  • For further reference refer to SAP’s help documentation

 

Reference Links

 

How to pass a custom parameter to Data Manager Package

SAP BPC MS: Passing Data Manager Selection (Scope) to SSIS Package

What's New in SAP Financial Consolidation 10.0

$
0
0

This interactive paper provides you with insight on the new or improved features available in SAP Financial Consolidation release 10.0.

View this Presentation

How To Implement the RUNLOGIC_PH Keyword in SAP Business Objects Planning and Consolidation 10.0, version for NetWeaver

$
0
0

This guide will show you how to implement the BPC 10 NW version of the script logic Keyword RUNLOGIC_PH.  Using a script logic BAdI, the new BPC 10 NW version of RUNLOGIC_PH will not only mimic the BPC MS functionality, but also allow you to improve the performance of individual scripts.  This valuable performance improvement is achieved by executing separate scripts in parallel using distinct data sets. The guide will show you how to call the new Keyword as well as configure the data sets and processes for parallel execution.

View this SAP How-to Guide

EPM BPC Weekly News - 09/23/2014

$
0
0

RELEASED NOTES AND KBAS

 

BPC-NW

1716512Error "Value [Formula Name] for characteristic Measures unknown" when creating
1862768EPMWorkStatus function displays wrong status
1916316Business Planning & Consolidation 10.1 NW Central Note
1925425SAP Business Planning & Consolidation 10.1 NW SP01 Central Note
1935969Lite Optimize Data Manager package aborts
1952492SAP Business Planning & Consolidation 10.1 NW SP02 Central Note
1966663BPC 10.1 Frequently Asked Questions
1984478Planning and Consolidation 7.5 SP17 Patch1 NW Central Note
1984844EPM Add-in: Unable to recognize the report default : unable to figure out axis
1990215EPM Add-in : During the installation of EPM Add-in, an error "The following com
1994838Business Planning & Consolidation 10.0 NW SP14 Central  Note
1998624SAP Business Planning & Consolidation 10.1 NW SP03 Central Note
2066959Opening an Enterprise Performance Management Add-in report in Excel 2013 defaul
2009626Error "Dynamic Data Internal Error" occurs while copying an environment - BPC10
2010964BPC parameters list and how they impact system behavior- BPC  NW 10.0
2011283UJA_REFRESH_DIM_CACHE delete BPC member descriptions
2016188[MBL]please update the web content package for classic--EPM Unwired
2025231Failed to call function RSDRI_INFOPROV_READOTHERS - BPC NW 10.0
2028096checkman error fix in SP03
2029918BPC NW: Failure when setting the work status via property selection.
2044792BPCNW - Expired Passwords won't allow SSO users to logon
2046113BPC : running a package does not take in consideration parameters specified in
2047870Fix English syntax error for comment BADI
2048048Model settings could not be saved with HTTP 500 and ASSERTION_FAILED dump when
2050553Delivery the content of environmentshell
2050531The mapping between the ADMIN team and its folder is missing
2052595How to change lock status of report or input form in EPM add-in - BPC NW 10.0
2053059Business Planning and Consolication 10.1 NetWeaver Web Administration links do
2053133Unable to install Enterprise Performance Managment Add-in with Microsoft 365 Pr
2053377No active links in BPC 10.1 web client after upgrading SAP GUI front-end or oth
2053662BPC-NW 7.5: "Requirements for requested resource not met" when opening BPC Admi
2054093Error: "Cannot perform read" when trying to save data in EPM Add-in or web for
2054261When using the UJBR program to restore an Environment in Business Planning and
2054268Unable to switch cube to planning mode during lite optimization - BPC NW 10.0
2055196Update the client production version for BPC 7.5 SP17 Patch 1
2057544Dead link  in BPC 10.1 web client - BPC NW 10.1
2057797BPC NW: Dump OBJECTS_OBJREF_NOT_ASSIGNED when executiing Backup/Restore tool
2058257BPC 10.1 Column missing in Administrator client when editing dimension members
2058901Same file name when copying an existing file in 'Workbook Selection' section in
2059108Some enhancements to improve user experience
2060092PERIODIC calculation is not correct in YTD model after NOTE 1505778
2060281SAP Planning and Consolidation - EPM add-in incorrectly  handles cancel of passw
2063869Is Chrome navigator supported by BPC NW?
2063912BPC 7.5 to BPC 10 and 10.1 migration object types
2063903Is Kerberos Single Sign-On supported by BPC NW 10.1?
2063884EPM Internal Server Error when running a Data Manager Package
2063932BPC NW 10 Processing TIME Dimension never ends
2064066Using formula EPMDimensionOverride with a BPC NW 10.1 unified model
2063947EPM AddIn on Office365
2066110Ux issues: Focus on the first button
2066406Time out error after 30 minutes when saving data through an input form in EPM A
2066533BPC : Error : "Encountered unexpected character '<' "
2066948BPC: BPF error : Instance ID cannot be found.
2067074XXX has exceeded the allotted timeout of 00:30:00
2067700BPC NW 10.1: Where to find the sample files and where to put the customized fil
2067699BPC NW 10.1: Differences in Unified Environment.
2067851BPC NW 10.1: New terms in version 10.1.
2068753A Business Planning and Consolidation 10.0 NetWeaver Environment cannot be dele
2069582BPC NW : Cannot create teams. Error message: NW active group ZBPC_XXX does not
2069710Only one file can be copied in Data Manager menu 'Data Preview'
1957751BPC 10.0 NW - Copy Environment error: Invalid attribute name in dimension
2003863Enable BPC HANA table distribution
2031204Drill-through defination should use dimension property id instead of using disp
2033255Drop down list not visible for consolicaiton model
2037681Blank Year Total when using QTD measure
2038334Unable to create model if user select and deselect dimension
2045647MDX hierarchy view is missed after processing dimension without hierarchy invol
2045956"Change your SE06 settings to make namespace /0CUST/ modifiable" error happens
2050410MDX hierarchy view can not get the correct value for the property CALC
2055238Dimension members are not arranged in alphabetical order in excel client of HAN
2055759Add optional parameters for BADI UJE_DIM_PROCESSED_BADI
2056838Filter function may not work correctly in dimension member list view
2058154MDX hierarchy views will not be deleted when delete all hierarchy from a dimens
2059167$BPC$H$XXXXXXXX display in Unknown Objects in ABAP Dictionary from transaction
2061596Column may disappear when maintaining dimension member
2063391Default order of Dimensions view
2065045Number Range check fails in RSRV after modifying Dimension Property
2066639The empty dimension should not be added to a new model
2067893Fail to delete dimension member due to incorrect dependency checking for BPF in
2028430Dimension list for model not fully shown in UI
2067711keep the same layout with web report for control assignment
2003700Several updates to same dimension in package link lead to dump
2012772Load duplicated members when click 'next 100' link
2013979BPC HANA hierarchy tables can not be deleted when deleting dimension
2052566Paste function may not work when modifying dimension hierarchy
2053130Cannot change a dimension to time dependent hierarchy
2057791BPC NW: Error message: "table name is missing" when processing a dimension
1834661LOOKUP ID in K2 fails to validate but succeed to execute.
2018043MDX: *REC fails with "missing name after . operator"
2055794*SELECT statement return incorrect members of Time dimension with multi hierarc
2059191Search text exceed the border of the button when language set as French
2061621*LOOKUP function return zero when dimension member is set as parent node
2065468Dynamic LOOKUP ID could not pass validation in script logic
2066602No error message in validation when *XDIM_MEMBERSET without value
1985153Performance improvement for web logon with many member access defined in DAPs
2016157New restful service for search user to replace poa user service
2024107Add user fails when user already existed
2028926Member  Selector search and select  works incorrectly
2031717BPC Standard web client show duplicated records for users maintained with multi
2048324Warning message should hide when go the next step when search user and too much
2048853Duplicate rows or duplicate attributes in one row from security audit reports-D
2051701Some members are missing in the report or EPM-Addin for users with multiple DAP
2055233Team importing result should be displayed in message bar
2055239The file upload control should be on the top of dialog
2055352Message bar should be displayed in view page instead of displaying in wizard
2055904The text "Full Name" exceed the border of column head when language is French
2056480French text in the browse button will exceed the border when import teams
2056476"Open Other System Reports" should be focused by default when open security sys
2061161BPC NW 10.1 retrieve user list
2059015Account based calculation with Source Year set to blank carries forward  previo
2059281not support filter in currency translation and equity pick up rule page
1977790fetching data audit report with unexpected exception
2056360"Open Other System Reports" should be focused by default when open comments sys
2062767[10.1] Ux issues: Focus on the first button
2064877Full name column header will exceed the border if language set as French in the
1741090BPF step action can be viewed after the step is completed
2053176BPC 10.1 Standard BPF Comment enhancement
2060241White space is not allowed in DAP name
1783656BPF instance substeps cannot show multilanguage
2015717Target action context’s dropdown Box need to be fixed because sometime it will
2028416When user adds content in the BPF template design time, they should not have au
2067106[PAK] ACC-GeneralFunction-Keyboard Issues
2047206Incorrect member in current view when opening report or inputform from BPF
2028900The name field should be editable when back from creating workspace in the prog
2030612Change assignment dialog need to show more rows to display the activity content
2033198An unnecessary query will be sent after user selected a template version in the
2033316UI adjustment for Start time and End Time in BPF system report
2035123"Use workspace context" does not work after change context member
2057992The BPF template and template process should initial list by alphabetical.
2061092The template list workspace will show a save warning dialog when user tries to
2061093View a deployed template’s workspace then close this workspace. The “reset to e
2062175IE11 will crash when click the table’s scroll bar.
2065485When copy a template, the cancel button in copy dialog should be grey color but
2065587Action group and action dropdown list in the template needs some space.
2034521Save Data button on input form should be disabled if users don't have the autho
1952503No member ID included for drive dimension member in BPF notification email.
2059102Process monitor label description not correct
2047143Enhancement of UJBR
2056761No tranaction data loaded after UJBR restore
2052733BPC standard restored environment DAP settings are merged
2062818UJBR does not restore all table entries
2069677If' and 'Case' statements entered in the formula field of method-based multipl
1906074Show detailed error message when running CT wrong in monitor
2049844Short dump happens when running BPC Equity Pick Up
2054502Program 'UJJ_INCONSISTENCY_CHECK' doesn't work correctly
2056966Save button is still disabled after deleting the journal entries
2057388Journal ID display error in Journal report
2057978[10.1]ACC: Tool tip on reopen properties is incorrect
2058567Description length validation for Journal
2059251[10.1]Journal grid not respond after a successful Ctrl+X
2059667[10.1]AR journal should disable "Auto  Reverse" option
2059670UI issue when select multiple values for COPY TO
2059715[10.1]Resize issue of Journal Actions
2060180[10.1]Journal group ID not sorted by number
2061137[10.1]Additional Properties display incorrectly
2061221[10.1] enh: Can not create Journal
2062158Save button not enabled when description changes
2063364Journal report show empty description of dimension
2064348[10.1] Parameter SKIP_FRONTEND_VERIFICATION not work
2064882[10.1]Multiple headers/values had better be disable
2065488[10.1] Ux issues: Focus on the "New Journal" at first
2040474The cursor keeps spinning after adding nodes in Ownership Editor.
2060245Related action pane can not be seen in comment audit system report
2036683Enhance control component to support customize validation
2028818Lite Optimize package not working as expected on BPC 7.53 with HANA DB
2042144Package log missing when validate master data
2057437Validate transformation file failed
2062174Enhancement for supportability of Data Manager
2038811Package '/CPMB/IMPORT_IOBJ_HIER' cannot load external format hierarchy
2050260BPCNW - Error CX_SY_COMPRESSION_ERROR  while running a DM copy package.
1604863Should check workstatus before update a document
2067670Unable to add document when work status is locked for the provided context
2051101Encounter error messages in SLG1 when activating BI Content for BPC
1711884BPC 10 NW (Outlooksoft) User is logged off automatically from EPM Office Add-in
2039307+EVDRE missing option template
1720325Analyzing journal data inconsistency
1992323BeforeRange data is expanding into DataRange area
2011994In BPC 10.1 Why is 'Create' button grayed out
2047642How to check whether Office 365 is supported by EPM Add-in
1730125BPC 10.0 NW BW Integration via SAP BW OLE DB Provider
2060228Hierarchy sort order is incorrect
1992856Not disable "use my Microsoft windows user ID and password" option during BPC c
1997933NET/Web servers can't all be configured to use logon groups
2008270Error log in BPC: button windows user ID
2034999User account is getting locked out in Active Directory
2052625Performance enhancement for logon with plenty of DAPs
2062729Text extends the text box in logon progress bar
2066047Wrong authentication error when logon to BPC NW via EPM add-in
2055738The tooltip should display dimension technical name in the "Define Data Grid" d
2062138URL box in the library should not be editable
2062137The folder tree in the move to dialog will go wrong when user click Enter key
2053323Progress bar persists when edit the layout of an input form
2058554Comment added in  "Show History" can not be reflected in the report
2059080Comment added in comment column can not be seen
2059629Newly added comment disappeared after cell be collapsed and expand again
2061326No need to lock screen when no query is needed
2061659Change context member trigger refresh report
2062275The comment column won't update when disable display of tooltip comment setting
2062821Newly added comment can not be seen in the comment column when set as "None Spe
1964185MDX validation error when ENABLING HANA MDX parameter
2016928Move aggregation logic for multiple selections in page axis to BPC backend
2018740Performance improvement for building MDX string part of SQE on HANA MDX
2022276Unjustified error message UJO_READ_EXCEPTION_000 when refresh report
2032379Member formula in leaf node need to be aggregated to parent node in HANA MDX
2037142Performance tunning for report with nested member formulas
2040039Member Formula not working in 2 scenarios
2040023Data disappear right after sending data from EPM Add-in report or web report -
2050891Get SY_530 error when choose Base Level as Selection Relationship for a dimensi
2054319Improve the performance for RSDRI Query Interface of SQE on HANA Native Model
2061135MDX statement error: System error in program CL_RSR_HIERARCHY_BUFFER and form _
2004073BPC not periodically updating in System Landscape Data.
2056880Incorrect host name in System Landscape Data for BPC .Net Server
2050328Parallel consolidation fails due to DB deadlock
2058035Result is incorrect when account transformation is executed twice
1671219Issues of 'Entity Property Filter' in Elimination header
2012814Carry-forward doesn't work as expected
2033968Data is carried forward to the wrong aduit IDs
2043834Currency translation rule [AS_IS] does not work correctly with FX_SOURCE_CATEGO
2049932The functionality 'DATASRC_STAGE' in the FX translation doesn't work
2052662Improve the currency translation performance with large set of rate data.
1907350Collecting objects in transport fails with time out dump - BPC NW 10.0
2004227BPC transport fails with 'Cannot decrease the property size of <PROPERTY>'
2023118BPC Transport ailed with Persistent resource '<resource_ID>' does not exist
2053732Transport of model reset the parameter CONS_INTEGRATION_ENABLED on target syste
2043934Performance improvement for transport when collecting BPC objects in BW
2053137How to troubleshoot transport issue when there is no detailed error in transpor
2049426Posting data has problem after enabled native hana model
1925892Business Planning & Consolidation 10.1 NW SP00 Patch 02
1925891Business Planning & Consolidation 10.1 NW SP00 Patch 01
1956459Central Note for SAP Business Planning and Consolidation 10.1 SP01 Patch 01, ve
2013466SAP Business Planning & Consolidation 10.1 NW SP02 Patch 01 Central Note
2039975Documents are not able to share to team users
2046705Fail to share document with title longer than 50 characters and enable email no
2047609UI failed when edit a shared document and set Model to "No Model" in its contex
2047852Upload document with DOTM extension failed
2047782Filter on "Uploaded On" column of documents list table doesn't work correctly
2032347Bypass Member name validation in Web Admin
2063475Document Types and Tags are not sort by default
2063438URL text should not editable in library
2022123Criteria editor in member selector is displayed wrondly with long dimension des
2061874Memberset selection will be removed incorrectly when uncheck a member
2052763BPC 10.1 Standard BPF workspace needs migration after upgrade from BPC 10.0
1917547BPC: Work status column is empty in consolidation monitor
2053697ABAP report to remove obsolete work status for data region
2041000EVDRE with Excel formulas is not working
2057953Unable to install EPM Add-in from the BPC Web - BPC 10.1
2057890

BPC 7.5NW SP16: Unhandled Exception Erro

 

BPC-MS

1448836Restricted and Permitted Characters and Keywords (MS and NW)
1678822Third Party Software Support Matrix For BPC for Microsoft 7.X, 10.X
1718604BPC: Members cannot be saved due to a concurrent lock violation
1722432Sending data through input templates and the SendGovernor service in BPC
1751852Does BPC Use Java?
1804408User cannot connect after name change - Invalid UserId BPC MS 7.5
1879363BPC: How to resolve the error "The current members are locked"
2018724How to re-create a missing OLAP cube
1999305Microsoft Office 365 users are unable to install SAP EPM Add-in
2052929Performance
2059810BPC: import stored in database
2060114Does BPC support IE in compatibility mode
2060280BPC MS10.0 Error: Cannot create ActiveX component, BPCClientRes.dll
2060486BPC: Using the AdminTask_MakeDim Data Manager package in BPC
2063259Is there a limit on the amount of environments you can have on one server
2063931"Allocation aborted. Some destination regions were found secured and the user d
2066430BPC : Web admin client does not start
2066551BPC : Error : "There are no application sets available"
2066488BPC : How to disable running Audit scheduled jobs
2067637BPC10: Required ASP.NET Registration for Web Service Extensions in order to ins
2068148BPC10: Unable to launch the EPM Add-in from Internet Explorer
2068235BPC: Records are not being removed from the FACT table during Full Optimize
1448740BPC: Mapping error: The dimension does not exist in the application
1635749Error Message: Timeout expired. The timeout period elapsed prior to obtaining a

 

EPM-XLS

1934026Internet Explorer 11 supportability - BPC 10
2003608Data Validation doesnt work after report refresh
1997297BPC Package Scheduling error after Timezone fix
2026629BPC: Comments entered with a new line are not displayed properly in Excel
2026711EPM add-in for Microsoft Office Support Package 19
2028583EPM Add-in 10.0: problems when working with multiple reports using different co
2032200ALL: Excel Setup Error
2040368ALL: Selection of members lost in the Member Selector
2042485ALL: Hierarchies cannot expand
2042510BPC: Report execution fails because of an unexpected message format 'Raw'
2042824LargeVolume: Page axis Member Selector
2043487ALL: Performance issue with formatting/protection in Excel 2013
2043987Large-Volume: Report axis collapsed upon refresh
2045652EPM add-in for Microsoft Office Support Package 18 Patch 02
2045709PAK: #RFR is displayed when using EPMRetriveData on several queries
2046166LargeVolume: Bouncing Scroll Bar in Member Selector
2047454BPCNW: data not correctly retrieved with EPMRetrieveData
2047451ALL : Refresh and zoom issue
2047905ALL: Share server credentials leads to locked user
2049637ALL: Performance issue with Excel 2013 and protection
2050447ALL: Low performance when switching between large workbooks
2050446BPC: Cannot log on from the add-in when load balancing is activated
2051349ALL: Report with custom members and All Members selection fails
2052476ALL: Saving worksheet comment
2052444ALL: Memory not released when logging off
2052709ALL: Change of language breaks the format
2052963ODBO: Member Recognition when using custom members
2053583BPCNW: Report refresh or creation cancellation
2056073BPC: Issue with data filtering on shared reports
2056453BPCNW: Comments not retrieved using EPMCommentPartialContext - Other language t
2057384EPM Add-in: Where is the context information stored
2057802BPC: Refresh fails with ownership-based hierachies
2058774BPCNW: Excel 2013 - Ribbon blank after opening a worbook from server
2059134The type initializer for 'FPMXLClient.Common.SAPPassportHelper' threw an except
2060506INABW: Context locked is lost
2060483EPM Add-in: The context information is not preserved between Citrix sessions
2063022ALL: Cannot copy cells more than once
2064378EPM Add-in: General error - Failed to save data.
2064473ALL: Member Selector unresponsive
2069553EPM Add-in: Multiple copy/paste is not possible when using dynamic formatting r
2065939Package link schedule doesn't run on the last day of schedule
1997945EPM Add-in function 'epmMemberOffset' not properly retrieving the expected memb
2068096Error: "Failed to save data" when saving data through an input form in EPM Add-
2069509Multiple copy/paste is not possible with workbook protection.
2004278Memory limit warning message appears when opening large input tempalte / report
2041008Excel formula cell is not shifting after a new member is added to the BPC repor

 

 

RELEASED SUPPORT PACKAGES

 

BPC-NW

BPC 7.5 SP14 DELIVERED
BPC 7.5 SP15 DELIVERED
BPC 7.5 SP16 DELIVERED
BPC 7.5 SP17DELIVERED
BPC 7.53 SP05DELIVERED
BPC 7.53 SP06DELIVERED
BPC 7.53 SP07 DELIVERED
BPC 7.53 SP08 DELIVERED
BPC 7.54 SP01DELIVERED
BPC 7.54 SP02DELIVERED
BPC 7.54 SP03DELIVERED
BPC 10 SP08DELIVERED
BPC 10 SP09DELIVERED
BPC 10 SP10DELIVERED
BPC 10 SP11DELIVERED
BPC 10 SP12DELIVERED
BPC 10 SP13DELIVERED
BPC 10 SP14DELIVERED
BPC 10.1 SP01DELIVERED
BPC 10.1 SP02DELIVERED
BPC 10.1 SP03DELIVERED

*BPC NW 7.0 reached end of maintenance on 31-03-2013.

 

BPC-MS

BPC 7.0 SP12 P3DELIVERED
BPC 7.5 SP10DELIVERED
BPC 7.5 SP11DELIVERED
BPC 10 SP08DELIVERED
BPC 10 SP09DELIVERED
BPC 10 SP10DELIVERED
BPC 10 SP11DELIVERED
BPC 10 SP12DELIVERED
BPC 10 SP13DELIVERED

 

EPM 10 Add-in

Excel Client SP12 P9DELIVERED
Excel Client SP13DELIVERED
Excel Client SP13 P5DELIVERED
Excel Client SP14 DELIVERED
Excel Client SP14 P2DELIVERED
Excel Client SP14 P3DELIVERED
Excel Client SP15DELIVERED
Excel Client SP16DELIVERED
Excel Client SP16 P1DELIVERED
Excel Client SP17DELIVERED
Excel Client SP17 P1DELIVERED
Excel Client SP17 P2DELIVERED
Excel Client SP18DELIVERED
Excel Client SP19DELIVERED

*Central Notes links updated. Just click on release names.


EPM BPC Weekly News - 09/30/2014

$
0
0

RELEASED NOTES AND KBAS

 

BPC-NW

1823062EPM-BPC-NW - Invalid Work Status information after transport
1917997Error'Unhandled Error (HTTP Status 500): unmarshall.invalid.xml 'occurs when cr
1951648BPC10 - Failed to export to shadow table / Failed to export entity
2029493BPCNW - ENABLE_HANA_MDX UJK_EXCEPTION: BAdI "No implementation has been selecte
2025231Failed to call function RSDRI_INFOPROV_READOTHERS - BPC NW 10.0
2042578ERROR: A table is unknown or does not exist (termination: RABAX_STATE) when sav
2044243How to Implement SAP note in SNOTE
2044290BPC NW Member selection filter based on property id with name
2049365BPC NW 10 model copy error: Invalid BW namespace definition
2063869Is Chrome navigator supported by BPC NW?
2069554BPCNW - Process Chain Execution Failed
2069510BPCNW - There are evidences of installation issues in the CPMBPC deployment.
2069710Only one file can be copied in Data Manager menu 'Data Preview'
2070424Unable to Reopen BPF Activities
2070816Migrate from BPC 10.0 MS BPC 10.0 NW.
2072884BPC Web Page URL exceeds 2083 character limit of Internet Explorer
2072955For New and Leaving companies, integration rule doesn#t produce any data recor
1689814Stabilize InfoCube's technical name in the modeling process
2047194Fail to copy environment
2066229Children members should be sorted as user maintained in BPC web client
2069102Zero for the property 'CONTROL_LEVEL'  of entity dimension is invalid
2061621*LOOKUP function return zero when dimension member is set as parent node
2066602No error message in validation when *XDIM_MEMBERSET without value
2068485BPC Standard Can't see BPF hyperlink name when edit BPF workspace in different
207098910: The new added line is covered by default
2070995Dump occurred when restore only Master Data via UJBR
2069677If' and 'Case' statements entered in the formula field of method-based multipl
1687062Journal - duplicate posting
2066037Automatic refresh lists work inconsistently
2069609BPC web not respond after minizing and resizing journal editor in IE window.
207101410: JNL entries member drop-down box button not friendly
2071129Cursor keeps spinning after searching member in Ownership Editor member selecto
2069933BPCNW - Unable to contact the server. There was no endpoint listening at.
1986887Keep master data by hierarchy sequence
2072552BPC NW 10: Copy Package does not work.
2055120BPC 7.5 Client: [ErrCheck] The 'SCHEDULENAME' start tag on line <line_A> does n
2011994In BPC 10.1 Why is 'Create' button grayed out
2072383BPC 10.1 Standard UJT_MIGRATE_75_TO_101 run with error "DDIC_TYPELENG_INCONSIST
2069793Funtion module UJO2_CREATE_AXIS_DATA should be remote-enabled
2072976Performance optimization on query with secured dimension using HANA MDX engine
2040546UJSTAT does not work when write back calls script logic
1988519BPC-NW Transports using ChaRM
2070261BPC 10.1 Standard BPF cannot transport BPF template with BPF workspace
2070445The parameter CONS_INTEGRATION_ENABLED is not available for BPC transport
2072447BPC NW 10: Error message "There is no deletion to be imported for Appset xxx ",
2072269Member Formula validation generates an MDX error within Business Planning and C

 

BPC-MS

1584890Plan & Consol 10.0, for Microsoft Documentation Addendum
1820002BPC: Exception: ExecuteScalar requires an open and available Connection
1823786Does SAP BPC support Windows 8 and Office 2013?
2030529BPC: How to provide a copy of your appset (environment) to SAP
2059810BPC: import stored in database
2060280BPC MS10.0 Error: Cannot create ActiveX component, BPCClientRes.dll
2070711BPC : Error : "Unspecified error occured on SQL Server"
2072155EPM add-in Error: EPMCommentFullContext displays #RFR after using Refresh butto
2072060EPM Add-In 10 SP19 - Context inside EPM Pane not available
2073277BPC : Error :  "The following componets are required: 2007 Microsoft Office Sui
2073665BPC10: Cannot create new conversion file

 

EPM-XLS

2062992ALL: Error in formula with specific Japanese character
2062968ALL: "Show Unauthorized Cell Text" not removed
2062933ALL: Several members with same ID
2062909ALL: Format issue with "Insert Members" feature
2004278Memory limit warning message appears when opening large input tempalte / report

 

 

RELEASED SUPPORT PACKAGES

 

BPC-NW

BPC 7.5 SP14 DELIVERED
BPC 7.5 SP15 DELIVERED
BPC 7.5 SP16 DELIVERED
BPC 7.5 SP17DELIVERED
BPC 7.53 SP05DELIVERED
BPC 7.53 SP06DELIVERED
BPC 7.53 SP07 DELIVERED
BPC 7.53 SP08 DELIVERED
BPC 7.54 SP01DELIVERED
BPC 7.54 SP02DELIVERED
BPC 7.54 SP03DELIVERED
BPC 10 SP08DELIVERED
BPC 10 SP09DELIVERED
BPC 10 SP10DELIVERED
BPC 10 SP11DELIVERED
BPC 10 SP12DELIVERED
BPC 10 SP13DELIVERED
BPC 10 SP14DELIVERED
BPC 10.1 SP01DELIVERED
BPC 10.1 SP02DELIVERED
BPC 10.1 SP03DELIVERED

*BPC NW 7.0 reached end of maintenance on 31-03-2013.

 

BPC-MS

BPC 7.0 SP12 P3DELIVERED
BPC 7.5 SP10DELIVERED
BPC 7.5 SP11DELIVERED
BPC 10 SP08DELIVERED
BPC 10 SP09DELIVERED
BPC 10 SP10DELIVERED
BPC 10 SP11DELIVERED
BPC 10 SP12DELIVERED
BPC 10 SP13DELIVERED

 

EPM 10 Add-in

Excel Client SP12 P9DELIVERED
Excel Client SP13DELIVERED
Excel Client SP13 P5DELIVERED
Excel Client SP14 DELIVERED
Excel Client SP14 P2DELIVERED
Excel Client SP14 P3DELIVERED
Excel Client SP15DELIVERED
Excel Client SP16DELIVERED
Excel Client SP16 P1DELIVERED
Excel Client SP17DELIVERED
Excel Client SP17 P1DELIVERED
Excel Client SP17 P2DELIVERED
Excel Client SP18DELIVERED
Excel Client SP19DELIVERED

*Central Notes links updated. Just click on release names.

EPM BPC Weekly News - 10/07/2014

$
0
0

RELEASED NOTES AND KBAS

 

BPC-NW

2049365BPC NW 10 model copy error: Invalid BW namespace definition
2060078GetActiveconnection did not work
2074370BPC NW: Does Business planning and consolidation support SAML Single Sign On?
2075296EPM Add-In 10: EPMContextMember does not retain member of a locked context
1996802Unable to delete associated roles after deleting environment
2028818Lite Optimize package not working as expected on BPC 7.53 with HANA DB
2066596An exception 'CX_SY_RANGE_OUT_OF_BOUNDS' occurs while loading infoObject master
2068920Dump error 'ASSIGN_TYPE_CONFLICT' when importing master data and text from info
2071021Cannot import text when there is no master data existing for a certain 'Attribu
2011994In BPC 10.1 Why is 'Create' button grayed out
1968164Introduction of IMG parameters and programs related to Report Query Cache on HA
2036295QTD and YTD data is not correct for INC and EXP account
2055261The key words [LEVEL **] not support in member formula when HANA MDX enabled
2074406TSV_TNEW_PAGE_ALLOC_FAILED dump when refreshing report - BPC NW
2075662BPC MDX query is on top of default query
2040546UJSTAT does not work when write back calls script logic
1703160Fail to delete BPC Application (multiprovider) when deleting / cleaning AppSet
1988519BPC-NW Transports using ChaRM

 

BPC-MS

1505572Reporting Services Error when Running Security Reports
1785586BPC MS: Variance in expected values when using offline distribution and collect
1820002BPC: Exception: ExecuteScalar requires an open and available Connection
1934069BPC MS Server Manager Authentication Error
2074884Comment count appears in one application set but not another
2067959BPC MS 10: Sizing information
2072060EPM Add-In 10 SP19 - Context inside EPM Pane not available
2073277BPC : Error :  "The following componets are required: 2007 Microsoft Office Sui
2073665BPC10: Cannot create new conversion file
2074905How do you limit the view package status to show only the packages run by that
2075292BPC MS 10.0 Error: Task Scheduler failed to start "\DM_xx_xxxxx_nn.job" task"

 

EPM-XLS

2058776EPM add-in for Microsoft Office SP19 Patch 01
2058719ALL: Limitations for Guided Member Recognition
2070680BWINA: Descriptions not available in Member Selector
2072802INABW: Error when opening workbook from server
2073369ALL: Multi-member page axis with several reports
2073553ALL: Member Selector unresponsive

 

BPC-RELATED

1366676SAP BPC: What Service Pack, Patch and Build Version am I running ?

 

 

RELEASED SUPPORT PACKAGES

 

BPC-NW

BPC 7.5 SP14 DELIVERED
BPC 7.5 SP15 DELIVERED
BPC 7.5 SP16 DELIVERED
BPC 7.5 SP17DELIVERED
BPC 7.53 SP05DELIVERED
BPC 7.53 SP06DELIVERED
BPC 7.53 SP07 DELIVERED
BPC 7.53 SP08 DELIVERED
BPC 7.54 SP01DELIVERED
BPC 7.54 SP02DELIVERED
BPC 7.54 SP03DELIVERED
BPC 10 SP08DELIVERED
BPC 10 SP09DELIVERED
BPC 10 SP10DELIVERED
BPC 10 SP11DELIVERED
BPC 10 SP12DELIVERED
BPC 10 SP13DELIVERED
BPC 10 SP14DELIVERED
BPC 10.1 SP01DELIVERED
BPC 10.1 SP02DELIVERED
BPC 10.1 SP03DELIVERED

*BPC NW 7.0 reached end of maintenance on 31-03-2013.

 

BPC-MS

BPC 7.0 SP12 P3DELIVERED
BPC 7.5 SP10DELIVERED
BPC 7.5 SP11DELIVERED
BPC 10 SP08DELIVERED
BPC 10 SP09DELIVERED
BPC 10 SP10DELIVERED
BPC 10 SP11DELIVERED
BPC 10 SP12DELIVERED
BPC 10 SP13DELIVERED

 

EPM 10 Add-in

Excel Client SP12 P9DELIVERED
Excel Client SP13DELIVERED
Excel Client SP13 P5DELIVERED
Excel Client SP14 DELIVERED
Excel Client SP14 P2DELIVERED
Excel Client SP14 P3DELIVERED
Excel Client SP15DELIVERED
Excel Client SP16DELIVERED
Excel Client SP16 P1DELIVERED
Excel Client SP17DELIVERED
Excel Client SP17 P1DELIVERED
Excel Client SP17 P2DELIVERED
Excel Client SP18DELIVERED
Excel Client SP19DELIVERED

*Central Notes links updated. Just click on release names.

How To Implement the RUNLOGIC_PH Keyword in SAP Business Objects Planning and Consolidation 10.0, version for NetWeaver

$
0
0

This guide will show you how to implement the BPC 10 NW version of the script logic Keyword RUNLOGIC_PH.  Using a script logic BAdI, the new BPC 10 NW version of RUNLOGIC_PH will not only mimic the BPC MS functionality, but also allow you to improve the performance of individual scripts.  This valuable performance improvement is achieved by executing separate scripts in parallel using distinct data sets. The guide will show you how to call the new Keyword as well as configure the data sets and processes for parallel execution.

View this SAP How-to Guide

EPM BPC Weekly News - 10/14/2014

$
0
0

RELEASED NOTES AND KBAS

 

BPC-NW

1705431Planning and Consolidation 10.0 NW - House keeping
1749639Planning and Consolidation 7.5 SP15 NetWeaver Central Note
1998624SAP Business Planning & Consolidation 10.1 NW SP03 Central Note
2073872Fail to create team folder
2077523UJO_READ_EXCEPTION_018 error happens when refreshing a report
2078274No effect when click buttons and checkboxes in BPC 10.1 web client after upgrad
1996802Unable to delete associated roles after deleting environment
2038316Real time log of copying AppSet in BPC 7.5
2046035"Failed to create table $BPC$H$XXXXXX" error occurs when processing dimension
2065575Support installing multiple BPC systems on one HANA Database with HANA MDX enab
2068917Column may disappear when maintaining dimension members
2073726Column may disappear after user move column order on dimension member list page
1947915Members invalid on Dimension
2073684Failed to save DAP but message still show successful
2062818UJBR does not restore all table entries
2073932Cannot see any documents in control result page
1987889BPC log for the data load not showing properly
2059119Cannot load some of master data from infoObject in BW 740
2065029Cannot keep master data sequence while running package link
2066596An exception 'CX_SY_RANGE_OUT_OF_BOUNDS' occurs while loading infoObject master
2068920Dump error 'ASSIGN_TYPE_CONFLICT' when importing master data and text from info
2071021Cannot import text when there is no master data existing for a certain 'Attribu
2078262EnvironmentShell activation fails with dump "BUI_ERROR" - BPC 10.1 NW
1730125BPC 10.0 NW BW Integration via SAP BW OLE DB Provider
2060228Hierarchy sort order is incorrect
1904344Leverage HANA MDX for Planning and Consolidation 10.0 NW
1968164Introduction of IMG parameters and programs related to Report Query Cache on HA
2036295QTD and YTD data is not correct for INC and EXP account
2072976Performance optimization on query with secured dimension using HANA MDX engine
2075662BPC MDX query is on top of default query
2069565Multiple group type filters in consolidation rules do now work properly togethe
2076460Planning and Consolidation - Member grouping and sorting does not consider acco

 

BPC-MS

1975801EPM Add-in Error: "No drill-through information is available."
2079351Does BPC support active directory federation services
1433296BPC: Receiving errors when processing OLAP - "The attribute key cannot be found
1599839BPC MS: tblDTSLog Table Maintenance

 

EPM-XLS 

2059134The type initializer for 'FPMXLClient.Common.SAPPassportHelper' threw an except
2076221Excel experiences a slow startup when EPM Add-in installed.
2077223BPC NW 10.1:  Activity tab is blank when opening BPF from BPC Web.
2077059BOFC: Error connecting EPMAddin to Extended Analytics 7.5 cubes

 

BPC-RELATED

2076669ABAP Dump DBIF_RSQL_INVALID_RSQL - Error in module RSQL of the database interfa

 

 

RELEASED SUPPORT PACKAGES

 

BPC-NW

BPC 7.5 SP14 DELIVERED
BPC 7.5 SP15 DELIVERED
BPC 7.5 SP16 DELIVERED
BPC 7.5 SP17DELIVERED
BPC 7.53 SP05DELIVERED
BPC 7.53 SP06DELIVERED
BPC 7.53 SP07 DELIVERED
BPC 7.53 SP08 DELIVERED
BPC 7.54 SP01DELIVERED
BPC 7.54 SP02DELIVERED
BPC 7.54 SP03DELIVERED
BPC 10 SP08DELIVERED
BPC 10 SP09DELIVERED
BPC 10 SP10DELIVERED
BPC 10 SP11DELIVERED
BPC 10 SP12DELIVERED
BPC 10 SP13DELIVERED
BPC 10 SP14DELIVERED
BPC 10.1 SP01DELIVERED
BPC 10.1 SP02DELIVERED
BPC 10.1 SP02 P1DELIVERED
BPC 10.1 SP03DELIVERED

*BPC NW 7.0 reached end of maintenance on 31-03-2013.

 

BPC-MS

BPC 7.0 SP12 P3DELIVERED
BPC 7.5 SP10DELIVERED
BPC 7.5 SP11DELIVERED
BPC 10 SP08DELIVERED
BPC 10 SP09DELIVERED
BPC 10 SP10DELIVERED
BPC 10 SP11DELIVERED
BPC 10 SP12DELIVERED
BPC 10 SP13DELIVERED

 

EPM 10 Add-in

Excel Client SP12 P9DELIVERED
Excel Client SP13DELIVERED
Excel Client SP13 P5DELIVERED
Excel Client SP14 DELIVERED
Excel Client SP14 P2DELIVERED
Excel Client SP14 P3DELIVERED
Excel Client SP15DELIVERED
Excel Client SP16DELIVERED
Excel Client SP16 P1DELIVERED
Excel Client SP17DELIVERED
Excel Client SP17 P1DELIVERED
Excel Client SP17 P2DELIVERED
Excel Client SP18DELIVERED
Excel Client SP19DELIVERED

*Central Notes links updated. Just click on release names.

How To Implement the RUNLOGIC_PH Keyword in SAP Business Objects Planning and Consolidation 10.0, version for NetWeaver

$
0
0

This guide will show you how to implement the BPC 10 NW version of the script logic Keyword RUNLOGIC_PH.  Using a script logic BAdI, the new BPC 10 NW version of RUNLOGIC_PH will not only mimic the BPC MS functionality, but also allow you to improve the performance of individual scripts.  This valuable performance improvement is achieved by executing separate scripts in parallel using distinct data sets. The guide will show you how to call the new Keyword as well as configure the data sets and processes for parallel execution.

View this SAP How-to Guide

Dependency Check and Best Practice - BPC Transport Process

$
0
0

Summary


Transport Process is one of the most important phase during the implementation of SAP Business Objects Planning and Consolidation (BPC) in Net weaver Landscape. This paper presents a detailed steps of transport movement from Development to QA (Quality) and to Production systems. Best practice can be determined and implemented based on the requirement dependent on the customer system.

 

Authors: Kanchana Subbiah, Pavan Kumar Bollineni, Dinesh Mallineni


Manual Transport of BPC Objects which are not feasible via Transport Connection:

 

• Audits: We are unable to transport audit reports from one system to other system as audit reports are specific to individual systems.

 

• Work status:  Work Status configuration is controlled by table UJT_TRANS_CHG via transaction SM30 and object type u201CWSTA. This setting allows you to control whether work status configurations are imported into your target system when importing a BPC transport. If this object is flagged to u201CDevelopmentu201D in the source system, all work status configuration within the application will be collected in the transport.

 

• Delta Initialization:  The data load process through Data Manager Package or Package links, where the Delta initialization is set up in the source system, they will have to be manually configured in the target system.

 

Transports can collect the work states that are defined as well as any work status settings that are defined. Transports do not include any work status locks that may have been set in the source system.

 

Dependency check for successful transport movement:


To transport successfully, make sure that the dependent objects exist either in target system or transport request. For example, application Appl1 depends on dimension Dim1, so to transport Appl1, make sure Dim1 has already exists in target system or Dim1 has been collected in the transport request Otherwise, the transport Appl1 will fail.

 

One more example related to DM packages. We should transport DM package folder before sending DM packages as it will check for destination folder to copy the DM package. If it didn’t find then transport fails with error messages.

 

Below are the three major dependency checks:

 

• During the transport creation process the transport framework will check the existence of the dependent entities. The transport framework will raise a warning message of missing dependent entities when the transport request is released. The user can continue to do transport by selecting “continue with warning message”. If the dependent entities already exist in the target system, transport will succeed otherwise the transport will fail.

 

• During the Import process a dependency check is also executed. If it fails, a roll back will happen on the single entity (corresponding to transport granularity) that encounters error during transport and it will not affect other entities.

 

• The Data checker is executed after importing Roll back will not be executed at this step. Error or warning message will be returned back when there are issues during this step. Besides these three types of dependency check, the transport framework will check the existence of the Environment information when the transport request is released. If the Environment information has not been collected in a transport request, a warning message of missing Environment information will be returned back by transport framework even if the Environment information has not been set as the dependent entity.

 

Note: If a transport fails for an object, the changes for that object are not made in the target system. The object in the target system remains unchanged. This does not affect the transport of other objects to the target system.

 

BPC Object Collection in a TR (Workbench Request): Best Practice.

 

1. Before releasing the transport, always check the object consistency and request consistency for each of the sub-tasks present under the main transport.

T1.png

2. It’s a good practice to run SCI/EPC checks on the objects before capturing them and locking all objects in the transport before releasing it.

3. Always do a syntax check on the classes/BADI before capturing it in the transport. Also, once the transport moves, run the syntax check again for all the transported objects in the target system and report if any issues are found.

4. Do not capture any standard objects (like interface/class etc.) in the transport.

T2.png

5. If the structure of a class changes, then the entire class needs to be transported (we cannot send only our limited changes). For example, consider a class with 4 methods that exist in both source and target systems. Now someone creates a new method in this class (total methods in source is 5 now) in the source system and you make a change to previously existing method (1-4). However, the developer does not want to send the 5th method but we would like to send the changes. We capture only our method in the transport and do not capture the newly developed method. This transport will fail.

6. It’s OK to send only the changed methods of a class (and not the entire class) in the transport if we’re confident that the class structure has not changed (no new methods added, no new global types declared, etc.)

7. Always capture all the dependent objects used in the objects to be transported (if they’re not already available in the target system).

 

 

 

Verify the BPC collected objects: You can verify the object technical names to validate whether you collected correct objects or not by going to transport connections. Releasing objects: You can collect objects till those are not released. Once the objects are released you can’t add any further objects to this transport. You can release the objects by right click --> “Release Directly”

R1.png

 

Basis team will take care of moving transports form source system to destination system once objects are released.  

 

Common errors and Resolutions:

 

• Debugging Transport Issues: The Log reports the successful completion of a transport request, as well as warnings and errors encountered during the transport. To find only the transport logs specific to BPC use transaction SLG1 and in the Object field enter UJ and in the Sub object field enter UJT. Click the execute button. Messages, like the “Environment status not offline; cannot export/import transport request”, appear which guides you to the exact source of the issue.

F1.png

 

• You can check the information related to transport failure in this screen.

 

F2.png

How to enable check box for member selection in SAP BPC EPM Add-in reports - Session 1

$
0
0

Introduction

 

This guide demonstrates how to create dynamic member selection from BPC input forms or reports and pass the selection dynamically back for data manager package for execution.  The guide is divided in two parts,

 

  • The first part of this session will illustrate how to create dynamic check boxes on BPC’s report or input schedules
  • The second part of this session will cover how to determine the members selected by the users and pass it back to data manager

Overall Business Case

 

To facilitate member selection from the EPM Add-in reports using a check box type of functionality. The check box should be dynamically applied on the input form or report. The selected members should be used for running a data manger package.

 

The members of account dimension will be selected by the users from EPM Add-in excel report and the selected members should be pass to data manager - clear package.

Steps

 

Step 1: Create a simple report using EPM 10 add-in with one dimension (account in this case) in row key range. Make sure that you have one column available before the report/input form.

 

image001.png

 

Step 2: Create a new range named “rngRowSelectionSrc”.

 

image002.png

 

Step 3: Format this cell to look like a selection box and choose the font a “Wingdings 2”

 

image003.png

 

 

Step 4: Paste the following code in the Excel VBA.

  • Press ALT + F11
  • Create a new module named “modCheckBox”
  • Add reference to FPMXLClient
  • And paste the code below, this  code create the function that allows the creation of new named range “rngRowSelection”     

 

Public Const iNumberofRowDim As Integer = 1

Sub CreateCheckBox(sRptNumber As String)

Dim oEPMObj As New FPMXLClient.EPMAddInAutomation

Dim oInitRange As Range, oRange As Range, oCell As Range

Dim iColShift, iTopLeftCell, iBottomRightCell, iColumn, iFirstRow, iLastRow As Integer

 

iColShift = oEPMObj.GetShift(ActiveSheet, sRptNumber, True) * -1

iTopLeftCell = oEPMObj.GetDataTopLeftCell(ActiveSheet, sRptNumber)

iBottomRightCell = oEPMObj.GetDataBottomRightCell(ActiveSheet, sRptNumber)

iColumn = Range(iTopLeftCell).Offset(0, iColShift).Column - iNumberofRowDim

iFirstRow = Range(iTopLeftCell).Offset(0, iColShift).Row

iLastRow = Range(iBottomRightCell).Row

 

Set oRange = Range(Cells(iFirstRow, iColumn).Address & ":" & Cells(iLastRow, iColumn).Address)

 

                ActiveWorkbook.Names.Add Name:="rngRowSelection", RefersTo:=oRange

Range("rngRowSelectionSrc").Copy

Set oInitRange = Selection

Range("rngRowSelection").PasteSpecial xlPasteFormats

               Application.CutCopyMode = False

              oInitRange.Select

End Sub

 

 

Step 5: Paste the following code in Excel VBA.

  • Press ALT + F11
  • Create a new module named “modEPMAddinAutomation”
  • Add reference to FPMXLClient
  • And paste the code below, this code will invoke the function that will facilitate the creation of named range “rngRowSelection” every time the report is refreshed

 

Function AFTER_REFRESH()

    CreateCheckBox "000"

    AFTER_REFRESH = True

End Function

 

Function BEFORE_REFRESH()

     On Error Resume Next

    Range("rngRowSelection").ClearFormats

   Range("rngRowSelection").Clear

End Function

 

Step 6: Paste the following code in Excel VBA.

  • Press ALT + F11
  • Double click the sheet which contains the report
  • Paste the following

 

Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)

If Not Application.Intersect(Range("rngRowSelection"), Target) Is Nothing Then

    If Target.Value = "P" Then

        Target.Value = ""

    Else

        Target.Value = "P"

    End If

End If

Cancel = True

End Sub

 

Output

The report output will be like the following

 

image004.png

Step by Step Video

 

 

 

Next Session

 

In the session we will cover how to determine the members selected by the users and pass it back to data manager. (How to enable check box for member selection in SAP BPC EPM Add-in reports – Session 2)


How to enable check box for member selection in SAP BPC EPM Add-in reports – Session 2

$
0
0

Introduction

 

This guide demonstrates how to create dynamic member selection from BPC input forms or reports and pass the selection dynamically back for data manager package for execution.  The guide is divided in two parts,

 

  • The first part of this session will illustrate how to create dynamic checkboxes on BPC’s report or input schedules
  • The second part of this session will cover how to determine the members selected by the users and pass it back to data manager

Overall Business Case

 

To facilitate member selection from the EPM Add-in reports using a check box type of functionality. The checkbox should be dynamically applied on the input form or report. The selected members should be used for running a data manger package.

The members of account dimension will be selected by the users from EPM Add-in excel report and the selected members should be pass to data manager - clear package.

Session 2 - Steps

 

Step 1: Follow the session 1 and setup the reports http://scn.sap.com/docs/DOC-59363 as mentioned in the link. You should be looking at an EPM add-in report like below.

 

image001.png

 

 

Step 2: Add the following function in the Excel VBA.

  • Press ALT + F11
  • Add the following function to the module named “modCheckBox” (this module should already exist based on session 1)
  • This function will help to get the selected members as comma separated value

 

Public Function fnGetSelected() As String

  1. Application.Volatile

Dim strWIP, strTmpAddress, strTmp As String

For Each oCell In Range("rngRowSelection").Cells

    If oCell.Value = "P" Then

        strTmp = ""

        strTmpAddress = oCell(1, 2).Formula

        strTmp = Mid(strTmpAddress, InStrRev(strTmpAddress, "[") + 1, InStrRev(strTmpAddress, "]") - InStrRev(strTmpAddress, "[") - 1)

        If strWIP = "" Then

            strWIP = strTmp

        Else

            strWIP = strWIP & "," & strTmp

        End If

    End If

Next oCell

fnGetSelected = strWIP

End Function

 

 

Step 3: Add the following function in the Excel VBA.

  • Press ALT + F11
  • Create a new module named “modPackageAutomation”
  • Add reference to following components

  image002.png

 

 

Public Sub executeDmPackageWithParameters(sPackage As String, sParameters As String)

    createAnswerPromptFile sPackage, sParameters

    Dim objDMautomation As EPMAddInDMAutomation

    Set objDMautomation = New EPMAddInDMAutomation

    objDMautomation.RunPackage objPackageFromSheet(sPackage), strFileName(sPackage)

   

    Dim objEPMAutomation As New EPMAddInAutomation

objEPMAutomation.DataManagerOpenViewStatusDialog

End Sub

Private Function strFileName(strRange As String) As String

    ' Get the range in which the DM package paramteres is set

    Dim rngPackageRange As Range

    Set rngPackageRange = Application.Names(strRange).RefersToRange

    ' Loop through the rows

    For i = 1 To rngPackageRange.Rows.Count

    If rngPackageRange(i, 1).Value = "PromptFile" Then

    strFileName = rngPackageRange(i, 2).Value

    Exit Function

    End If

    Next

End Function

Private Function strPackageDescription(strRange As String) As String

    ' Get the range in which the DM package paramteres is set

    Dim rngPackageRange As Range

    Set rngPackageRange = Application.Names(strRange).RefersToRange

    ' Loop through the rows

    For i = 1 To rngPackageRange.Rows.Count

    If rngPackageRange(i, 1).Value = "PackageId" Then

    strPackageDescription = rngPackageRange(i, 2).Value

    Exit Function

    End If

Next

End Function

Private Function objPackageFromSheet(strRange As String) As ADMPackage

    ' Get the range in which the DM package paramteres is set

    Dim rngPackageRange As Range

    Set rngPackageRange = Application.Names(strRange).RefersToRange

    ' Create the ADM Package object

    Set objPackageFromSheet = New ADMPackage

    ' Loop through the rows

    For i = 1 To rngPackageRange.Rows.Count

    Select Case rngPackageRange(i, 1).Value

    Case "Filename"

    objPackageFromSheet.Filename = rngPackageRange(i, 2).Value

    Case "GroupId"

    objPackageFromSheet.GroupId = rngPackageRange(i, 2).Value

    Case "PackageDesc"

    objPackageFromSheet.PackageDesc = rngPackageRange(i, 2).Value

    Case "PackageId"

    objPackageFromSheet.PackageId = rngPackageRange(i, 2).Value

    Case "PackageType"

    objPackageFromSheet.PackageType = rngPackageRange(i, 2).Value

    Case "TeamId"

    objPackageFromSheet.TeamId = rngPackageRange(i, 2).Value

    Case "UserGroup"

    objPackageFromSheet.UserGroup = rngPackageRange(i, 2).Value

    End Select

    Next

End Function

Private Sub createAnswerPromptFile(strPackageName As String, strParametersName As String)

    ' Create a new XML document

    Dim objDOM As DOMDocument

    Set objDOM = New DOMDocument

    ' Set the processing instruction of the XML document

    Dim objProcessingInstruction As IXMLDOMProcessingInstruction

    Set objProcessingInstruction = objDOM.createProcessingInstruction("xml", " version='1.0' encoding='utf-16'")

    objDOM.appendChild objProcessingInstruction

    ' Create root element

    Dim objRootElem As IXMLDOMElement

    Set objRootElem = objDOM.createElement("ArrayOfAnswerPromptPersistingFormat")

    objDOM.appendChild objRootElem

    ' XSI Attribute

    Dim objMemberRel As IXMLDOMAttribute

    Set objMemberRel = objDOM.createAttribute("xmlns:xsi")

    objMemberRel.NodeValue = "http://www.w3.org/2001/XMLSchema-instance"

    objRootElem.setAttributeNode objMemberRel

    ' XSD Attribute

    Set objMemberRel = objDOM.createAttribute("xmlns:xsd")

    objMemberRel.NodeValue = "http://www.w3.org/2001/XMLSchema"

    objRootElem.setAttributeNode objMemberRel

    ' Get the range of cells containing the parameters

    Dim rngParameters As Range

    Set rngParameters = ThisWorkbook.Names(strParametersName).RefersToRange

    'Excel.Names(strParametersName).RefersToRange

    '

    Dim objCurrentStringPairParent As IXMLDOMElement

   

    ' Loop through each row

    For i = 1 To rngParameters.Rows.Count

    ' See which type of parameter is being passed

    Select Case rngParameters(i, 2).Value

    ' If it is a single Parameter, then add a parameter node to the root node

    Case "Parameter"

    addSingleSelectionParameterToXML rngParameters(i, 1).Value, rngParameters(i, 4).Value, objRootElem, objDOM

    ' If it is a list of values

    Case "StringListPairs"

    ' If it's a new set of String List Pairs, then create a new parent

    If rngParameters(i, 1).Value <> strCurrentStringPair Then

    strCurrentStringPair = rngParameters(i, 1).Value

    Set objCurrentStringPairParent = getStringListPairParent(rngParameters(i, 1).Value, objRootElem, objDOM)

    End If

    ' Add the Dimension Name and Value to the parent

    addStringListPair rngParameters(i, 3).Value, rngParameters(i, 4).Value, objCurrentStringPairParent, objDOM

    End Select

    Next

    ' Create the File object

    Dim objFile As FileSystemObject

    Set objFile = New FileSystemObject

    ' Create a stream to create and write to the file

    Dim objStream As TextStream

    Set objStream = objFile.OpenTextFile(strFileName(strPackageName), ForWriting, True)

   

    ' Write the name of the DM package first and then the XML output

    objStream.WriteLine strPackageDescription(strPackageName) & "{param_separator}" & objDOM.XML

    ' Close the file

    objStream.Close

End Sub

Private Function addStringListPair(strVariableName As String, strValue As String, objParent As IXMLDOMElement, objDOM As DOMDocument)

    ' Create the "StringListPair" node

    Dim objStringListPairElement As IXMLDOMElement

    Set objStringListPairElement = _

objDOM.createElement("StringListPair")

    objParent.appendChild objStringListPairElement

    ' Create the "Str" element containing the variable name

    Dim objStrElement As IXMLDOMElement

    Set objStrElement = objDOM.createElement("str")

    objStringListPairElement.appendChild objStrElement

    objStrElement.Text = strVariableName

    ' Create the "lst" element

    Dim objLstElement As IXMLDOMElement

    Set objLstElement = objDOM.createElement("lst")

    objStringListPairElement.appendChild objLstElement

    ' Create the "string" element containing the variable value

    Dim objStringElement As IXMLDOMElement

    Set objStringElement = objDOM.createElement("string")

    objLstElement.appendChild objStringElement

    objStringElement.Text = strValue

End Function

Private Function getStringListPairParent(strVariableName As String, objParent As IXMLDOMElement, objDOM As DOMDocument) As IXMLDOMElement

 

    ' Create the "AnswerPromptPersistingFormat" node

    Dim objAnswerPromptPersistingFormatElement As IXMLDOMElement

    Set objAnswerPromptPersistingFormatElement = _

objDOM.createElement("AnswerPromptPersistingFormat")

    objParent.appendChild objAnswerPromptPersistingFormatElement

    ' Create the "_ap" node

    Dim objApElement As IXMLDOMElement

    Set objApElement = objDOM.createElement("_ap")

objAnswerPromptPersistingFormatElement.appendChild objApElement

    ' Create the parameter name element

    Dim objParameterElement As IXMLDOMElement

    Set objParameterElement = objDOM.createElement("Name")

    objApElement.appendChild objParameterElement

    objParameterElement.Text = strVariableName

    ' Create the values element

    Dim objValuesElement As IXMLDOMElement

    Set objValuesElement = objDOM.createElement("Values")

    objApElement.appendChild objValuesElement

    ' Create the "_apc" node

    Set getStringListPairParent = objDOM.createElement("_apc")

objAnswerPromptPersistingFormatElement.appendChild getStringListPairParent

End Function

Private Function addSingleSelectionParameterToXML(strVariableName As String, strValue As String, objParent As IXMLDOMElement, objDOM As DOMDocument)

    ' Create the "AnswerPromptPersistingFormat" node

    Dim objAnswerPromptPersistingFormatElement As IXMLDOMElement

    Set objAnswerPromptPersistingFormatElement = _

objDOM.createElement("AnswerPromptPersistingFormat")

    objParent.appendChild objAnswerPromptPersistingFormatElement

    ' Create the "_ap" node

    Dim objApElement As IXMLDOMElement

    Set objApElement = objDOM.createElement("_ap")

objAnswerPromptPersistingFormatElement.appendChild objApElement

   

    ' Create the parameter name element

    Dim objParameterElement As IXMLDOMElement

    Set objParameterElement = objDOM.createElement("Name")

    objApElement.appendChild objParameterElement

    objParameterElement.Text = strVariableName

    ' Create the values element

    Dim objValuesElement As IXMLDOMElement

    Set objValuesElement = objDOM.createElement("Values")

    objApElement.appendChild objValuesElement

    ' Create the string element with the value passed to the parameter

    Dim objStringElement As IXMLDOMElement

    Set objStringElement = objDOM.createElement("string")

    objValuesElement.appendChild objStringElement

    objStringElement.Text = strValue

End Function

 

Step 4: Add the following function in the Excel VBA.

  • Press ALT + F11
  • Add the following function to the module named “modEPMAddinAutomation” (this module should already exist based on session 1)
  • This procedure will aid in running the data manage package using the procedures mentioned in Step 3

 

Sub RunPackage()

    executeDmPackageWithParameters "rngPACKAGE", "rngPARAMETER"

End Sub

 

Step 5: Add a sheet named “PACKAGE” following the document http://scn.sap.com/docs/DOC-32636 .

  • Add a sheet named “PACKAGE”
  • Add two ranges “rngPACKAGE” and “rngPARAMETER” following the steps mentioned in the document
  • Once configured the sheet should contain the following elements (refer the link for more details)

 

Step 6: Add the following formulas in the sheet “PACKAGE”.

  image003.png

image004.png

 

Output

 

image004.png

 

Step by Step Video

 

 

Reference Links

 

Passing parameters to package using VB (http://scn.sap.com/docs/DOC-32636)

How to enable check box for member selection in SAP BPC EPM Add-in reports (http://scn.sap.com/docs/DOC-59363)


An easy process to find and transport SAP BPC 10 objects

$
0
0

Introduction:

I have been working on BPC projects (Implementation/ Enhancement/ Support). In all projects transports collection is a common activity. Many times we keep this activity as a last step. Due to which it takes lot of attention during the objects collection. At times we may miss details of few objects and we wander for details and leading to delay in the Transport collection. But with SAP given features we can over come the delay and try for a quicker collection process.

 

After working for 10 projects in BPC Planning and consolidation projects. I found this is one of the simple processes for collecting object for transportation.

 

 

Step-1. BPC Transports are needed to move changes from DEV to UAT and PROD. The respective system needed to bring offline during the movement of a transport.

  1. Log into BPC Web
  2. Under planning and consolidation
  3. Manage Environments

1.JPG

2.JPG

Step-2.

Go to the GUI logon and type transaction code RSA1

3.JPG

  1. Select the Environment  4.JPG
  2. All the objects in the BPC are collected here.
  3. Use the find option to find any object (BPC) of need ..

5.JPG

 

For Example:

6.JPG

Result: Will show up all the objects with name matching (Just like Google Search)

7.JPG

All files with “lgf” are displayed and can be selected and transported accordingly. (Above Image)

 

Hint: This process will enable us to drill down the objects W.R.T Models. Sometimes we may forget the “object name” but we always remember the model/environment.

 

This rule applies also across the models too.

8.JPG

Once identified the objects. For collecting the objects use the following steps (common process WRT BW)

  1. Navigate to Transport Connections
  2. Double click on Object Types
  3. Navigate to More Types
  4. Double click on ‘Select Objects’ 
  5. Place Curser over checkbox & right click
  6. Select ‘DO NOT TRANSPORT ANY BELOW’ 
  7. Select Objects to be transported
    1. Some objects are located under each component type. (As below)

9.JPG

 

10.JPG

 

Lesson Learned/Achievement: With the above process I could do 1) The objects collection and 2) Transport movement from DEV à UAT à PRODUCTION in 30 mins. I thought this a value addition to our day to day job.

How to setup EPM reports and forms in SAP BPC for easy editing

$
0
0

Introduction

 

As part of BPC development where there are multiple reports/forms to be delivered, the major time is spent on editing and updating excel reports/forms. The tasks involved in editing one report could potentially be.

  • Un-hiding the sections of reports which were reserved for editing
  • Un-freeze panes
  • Enabling the row and column heading of the work sheet
  • Unprotecting the sheet (using EPM options)

Once these updates are completed, the above tasks will have to be repeated in reverse order. Most of the time; the changes to the reports/forms takes lesser time than performing these activities. Not to mention that most of these changes come up during time and resource critical UAT phase (User Acceptance Test) of the project and there is a possibility of human error in these repetitive tasks.

Overall Business Case

 

Establish an approach to reduce the number of steps involved in making a report/form change. The aim of this approach is to

  • Reduce the time for each change
  • Reduce the manual errors and mistakes
  • Allow the developers to focus on the change

Session – Steps

Each report/form should be developed based on the following approach in the project.

Step 1:  Create an environment level variable for keeping the password in the developer’s machine.

 

Go to My Computer >> Properties >> Change Settings >> Go to Advanced Tab >> Click on Environment Variable and add a new variable named “EPMPASS” and give it a value.  Note that the value specified in this environment variable will be used as the password to lock your EPM Report or form.  This should be done only in the BPC forms developers machine, this need not to be done for the end users.

 

image001.png

image002.png

 

Step 2:  Go to your report and create a named space called “rngSheetConfig”

 

image003.png  .

 

Step 3:  Maintain the settings and values in the range as shown above

 

Setting

Description

CurrentState

Denotes the current status of the form. This cell is set by VBA method. Enter the initial value of OPEN.

HideRow

Denotes the rows that you would like to hide. The column references are ignored by the procedure

EPMCellRanges can be used to mention the range.

HideCol

Denotes the columns that you would like to hide. The row references in the address are ignored by the procedure

EPMCellRanges can be used to mention the range.

FreezePane

Denotes the cell from which to apply the freeze panes option

DisplayHeading

Denotes whether the headings should be hidden. The valid values are FALSE or TRUE

 

Step 4: Go to VBA editor in your report (press Alt + F11). Add a new module and then add reference to FPMXLClient.

 

image004.png

 

 

Step 5: Copy the following VBA code to you project.

 

Dim EPMObj AsNew FPMXLClient.EPMAddInAutomation


Sub ShowHidePanes()

OnErrorResumeNext

Dim rngCel As Range, rngCurrentState As Range, rngHideRow As Range, rngHideCol As Range, strSheetPass AsString, bitDisplayHeading AsBoolean, rngFreezePane As Range

 

'Gets the password from the environment variable

strSheetPass = Environ("EPMPASS")

 

If strSheetPass <> ""Then

    'Gather the information needed from the "rngSheetConfig" range

    ForEach rngCel In Range("rngSheetConfig").Cells

        If rngCel.Value = "CurrentState"Then

            Set rngCurrentState = rngCel.Offset(0, 1)

        ElseIf rngCel.Value = "HideRow"Then

            Set rngHideRow = Range(rngCel.Offset(0, 1).Value)

        ElseIf rngCel.Value = "HideCol"Then

            Set rngHideCol = Range(rngCel.Offset(0, 1).Value)

        ElseIf rngCel.Value = "DisplayHeading"Then

            bitDisplayHeading = rngCel.Offset(0, 1).Value

        ElseIf rngCel.Value = "FreezePane"Then

            Set rngFreezePane = Range(rngCel.Offset(0, 1).Value)

        EndIf

    Next

    If rngCurrentState.Value = "OPEN"Then

               'Closes the work area and locks the sheet

        rngHideRow.EntireRow.Hidden = True

        rngHideCol.EntireColumn.Hidden = True

        rngFreezePane.Select

        ActiveWindow.FreezePanes = True

        ActiveWindow.DisplayHeadings = bitDisplayHeading

        rngCurrentState.Value = "CLOSED"

        EPMObj.SetSheetOption ActiveSheet, 300, True, strSheetPass

    Else

               'Unlocks the sheet and opens the work area

        EPMObj.SetSheetOption ActiveSheet, 300, False, strSheetPass

        rngHideRow.EntireRow.Hidden = False

        rngHideCol.EntireColumn.Hidden = False

        ActiveWindow.FreezePanes = False

        ActiveWindow.DisplayHeadings = True

        rngCurrentState.Value = "OPEN"

    EndIf

EndIf

EndSub

 

 

Step 6: Assign the method (macro) ShowHidePanes to the logo. You can assign this to a button too.

 

image005.png

 

Video

 

 

Additional Info

 

  • Refer to latest EPM Add-in guide for BPC 10 for further details
  • Add appropriate error handling in the VB code

SAP Financial Consolidation on HANA – Value and benefits

$
0
0

SAP Financial Consolidation on HANA – Value and benefits

 

The support of SAP HANA for BFC v10 as an underlying database, in addition to Microsoft SQL and Oracle, has been released a year ago with the SP12 in Q4 2013. The second step for SAP has been to leverage the in-memory technology from a reporting perspective, in order to considerable simplifies the BFC reporting architecture. With SAP Financial Consolidation 10.0 SP15, SAP brings SAP HANA integration for BFC to the next level and helps you unleash the power of real-time analytics on consolidated data.

 

Simpler, faster, bigger

In a nutshell, BFC on HANA reporting is about reporting simpler, faster, and bigger, and simplifying your overall architecture.

 

1- Report Simpler:

Get a real-time finance data reporting base ready to consume:

  • No more data replication and cubes complexity
  • Guarantee to always query on the latest available data
  • Through SAP EPM Add-in, SAP BI tools, and any BI tools supported by SAP HANA.

 

2- Report Faster:

Faster decision making:

  • More time for value-add financial analysis and simulations

 

3- Report Bigger:

Deal with big data but no compromise on performance:

  • Merge seamlessly consolidation reporting with any other HANA reporting

 

Leverage existing application and push back the limits:

  • Increase reporting granularity

 

Prepare for the future:

  • Ability to respond to CFO / management requests and support key initiatives

 

4- Simplify your architecture:

  • Simplified environment (one single database for transactional and analytics)
  • Security synchronization
  • Real time data, metadata and security update
  • Unrivalled performance
  • Big data ready

 

 

Benefits of BFC on HANA for business users and the IT organization:

 

Immediate benefits for business users:

  • Leverage existing FC application and push back the limits
    • No big bang and no risk (existing FC App will be adapted to HANA platform but no project redo)
    • Performance improvements in all the different modules of FC solution
    • Get better, deeper insight into all your financial consolidated data

 

  • Get a high speed finance data reporting base ready to consume
    • Faster access to financial information for decision making - Real time reporting and management book setup through SAP EPM Microsoft Office Add-In (no more data replication and cubes complexity)
    • More time for value-add financial analysis and simulations
    • Ability to respond to CFO / management requests and support key initiatives
    • Deal with Big Data but no compromise on performance: with one single version of truth to serve any type of reporting analysis and user typology

 

  • Prepare the future
    • Flexible and scalable to be extended to other EPM solutions (FP&A, possibly Intercompany, Disclosure Management) in the near future
    • Reinvent your Reporting Strategy and Give real time consolidated figures access to a larger number of business users

 

 

Immediate benefits for IT:

  • Reduce, simplify and harmonize technical platform
    • DB storage reduction (impacting backup and restore procedures): 6 to 7 times less HD space required
    • No more data replication and SSAS cubes administration
    • No more transfer time from FC DB  to MS cubes

 

  • Typical immediate performance gains:
    • Standard FC Reports: Performance Gains are 30 to 40% without any parameterization changes
    • XLS retrieve reports: Performance Gains are 50 to 100% without any parameterization changes
    • Consolidation run duration: Performance Gains are 20% max without any parameterization changes
    • 200 million rows of FC consolidated data populate HANA views in less than 1 min.
    • EPM add-in: 2 seconds to navigate into report dealing with 1 billion rows of FC consolidated data

 

 

BFC on HANA real-time reporting:

 

The goal of HANA real-time reporting through FC 10.0 SP15 is to provide our customers with:

  • A simplified environment to run their financial reporting on top of FC consolidated data
    • Simplified functionally: only the relevant dimensions and hierarchies will be selected for the reporting
    • Simplified technically:  the IT landscape is also simplified through less technical layers such as MS Data Pump, UDF for security or SSAS
  • Security synchronization
    • FC security settings defined in Data Access Groups (DAG) are available in HANA within roles and analytic privileges
    • DAG are being updated overtime so that HANA and FC security are always aligned
  • Real time update of data, metadata and security
    • Any time new dimension members and consolidated data are available in FC, they are instantaneously visible in the reporting
    • Any time a DAG are updated, they are updated in HANA
  • Unrivalled performance
    • With HANA the performance is just amazing (benchmarks and customer reference’s data available on demand)
  • Big data ready
    • The reporting is real time even with big data / massive amounts of records (merge in HANA data from several sources)

 

 

fig1gif.gif

Fig 1 – Universal direct reporting

 

The ultimate objective is to retrieve data in BI tools or Microsoft Excel. This data is the consolidation data processed by FC and stored in the HANA database.

To achieve this, we first have to create a unique fact table with the consolidation data that must be retrieved. We create this unique “fact table” to easily retrieve data coming from different consolidations in one single dashboard or report. Even if there is a replication of data in FC, we still talk about real time because the fact table is refreshed with new data very quickly, managed by FC with the frequency that the customer want.

How does it work? It’s a stored procedure executed by a consolidation rule. So you can execute it at the end of the consolidation, or at the frequency you define in the FC scheduler.

 

fig2.gif

Fig 2 – Prepare data for reporting: the fact table

 

Then we create HANA Information Views (or Analytic Views). The views are a logical definition on top of FC data and metadata: there is no replication of data in the cubes, like in SSAS or BW. That’s why there is real time with FC.

 

 

fig3.gif

Fig 3 – Generate the HANA views for reporting

 

The HANA Information View can be manually created in HANA Studio, but what SAP provides is an end-user UI where the views are defined. Basically in this UI you will define which dimensions and hierarchies will be exposed or not. We use SAP Cube Designer UI. Cube Designer is the existing client that already creates SSAS and BW cubes. We only use the UI part, not the “Deployer” part of the product.

 

 

fig4.gif

Fig 4 – Leverage the Cube Designer client to create the HANA views

 

If needed, the HANA Information View can be enriched in HANA Studio for example to combine HANA Analytic Views from different sources (e.g. BW on HANA) into a single HANA Calculation view that can be accessed by reporting tools.

 

fig5.gif

Fig 5 – Enrich the FC HANA views with HANA Analytic Views from different sources

 

 

Conclusion

In conclusion, the release of Financial Consolidation v10.0 SP15 on HANA is a major opportunity for our customers to get much more of their existing BFC platform and investment, with a straightforward technical upgrade, while considerably simplifying their existing infrastructure. We can really say that HANA allows BFC to do more: faster, better, and bigger reporting; with less: one single compressed in-memory database instead of two databases with replications, interfaces and batches to manage.

EPM BPC Weekly News - 09/23/2014

$
0
0

RELEASED NOTES AND KBAS

 

BPC-NW

1716512Error "Value [Formula Name] for characteristic Measures unknown" when creating
1862768EPMWorkStatus function displays wrong status
1916316Business Planning & Consolidation 10.1 NW Central Note
1925425SAP Business Planning & Consolidation 10.1 NW SP01 Central Note
1935969Lite Optimize Data Manager package aborts
1952492SAP Business Planning & Consolidation 10.1 NW SP02 Central Note
1966663BPC 10.1 Frequently Asked Questions
1984478Planning and Consolidation 7.5 SP17 Patch1 NW Central Note
1984844EPM Add-in: Unable to recognize the report default : unable to figure out axis
1990215EPM Add-in : During the installation of EPM Add-in, an error "The following com
1994838Business Planning & Consolidation 10.0 NW SP14 Central  Note
1998624SAP Business Planning & Consolidation 10.1 NW SP03 Central Note
2066959Opening an Enterprise Performance Management Add-in report in Excel 2013 defaul
2009626Error "Dynamic Data Internal Error" occurs while copying an environment - BPC10
2010964BPC parameters list and how they impact system behavior- BPC  NW 10.0
2011283UJA_REFRESH_DIM_CACHE delete BPC member descriptions
2016188[MBL]please update the web content package for classic--EPM Unwired
2025231Failed to call function RSDRI_INFOPROV_READOTHERS - BPC NW 10.0
2028096checkman error fix in SP03
2029918BPC NW: Failure when setting the work status via property selection.
2044792BPCNW - Expired Passwords won't allow SSO users to logon
2046113BPC : running a package does not take in consideration parameters specified in
2047870Fix English syntax error for comment BADI
2048048Model settings could not be saved with HTTP 500 and ASSERTION_FAILED dump when
2050553Delivery the content of environmentshell
2050531The mapping between the ADMIN team and its folder is missing
2052595How to change lock status of report or input form in EPM add-in - BPC NW 10.0
2053059Business Planning and Consolication 10.1 NetWeaver Web Administration links do
2053133Unable to install Enterprise Performance Managment Add-in with Microsoft 365 Pr
2053377No active links in BPC 10.1 web client after upgrading SAP GUI front-end or oth
2053662BPC-NW 7.5: "Requirements for requested resource not met" when opening BPC Admi
2054093Error: "Cannot perform read" when trying to save data in EPM Add-in or web for
2054261When using the UJBR program to restore an Environment in Business Planning and
2054268Unable to switch cube to planning mode during lite optimization - BPC NW 10.0
2055196Update the client production version for BPC 7.5 SP17 Patch 1
2057544Dead link  in BPC 10.1 web client - BPC NW 10.1
2057797BPC NW: Dump OBJECTS_OBJREF_NOT_ASSIGNED when executiing Backup/Restore tool
2058257BPC 10.1 Column missing in Administrator client when editing dimension members
2058901Same file name when copying an existing file in 'Workbook Selection' section in
2059108Some enhancements to improve user experience
2060092PERIODIC calculation is not correct in YTD model after NOTE 1505778
2060281SAP Planning and Consolidation - EPM add-in incorrectly  handles cancel of passw
2063869Is Chrome navigator supported by BPC NW?
2063912BPC 7.5 to BPC 10 and 10.1 migration object types
2063903Is Kerberos Single Sign-On supported by BPC NW 10.1?
2063884EPM Internal Server Error when running a Data Manager Package
2063932BPC NW 10 Processing TIME Dimension never ends
2064066Using formula EPMDimensionOverride with a BPC NW 10.1 unified model
2063947EPM AddIn on Office365
2066110Ux issues: Focus on the first button
2066406Time out error after 30 minutes when saving data through an input form in EPM A
2066533BPC : Error : "Encountered unexpected character '<' "
2066948BPC: BPF error : Instance ID cannot be found.
2067074XXX has exceeded the allotted timeout of 00:30:00
2067700BPC NW 10.1: Where to find the sample files and where to put the customized fil
2067699BPC NW 10.1: Differences in Unified Environment.
2067851BPC NW 10.1: New terms in version 10.1.
2068753A Business Planning and Consolidation 10.0 NetWeaver Environment cannot be dele
2069582BPC NW : Cannot create teams. Error message: NW active group ZBPC_XXX does not
2069710Only one file can be copied in Data Manager menu 'Data Preview'
1957751BPC 10.0 NW - Copy Environment error: Invalid attribute name in dimension
2003863Enable BPC HANA table distribution
2031204Drill-through defination should use dimension property id instead of using disp
2033255Drop down list not visible for consolicaiton model
2037681Blank Year Total when using QTD measure
2038334Unable to create model if user select and deselect dimension
2045647MDX hierarchy view is missed after processing dimension without hierarchy invol
2045956"Change your SE06 settings to make namespace /0CUST/ modifiable" error happens
2050410MDX hierarchy view can not get the correct value for the property CALC
2055238Dimension members are not arranged in alphabetical order in excel client of HAN
2055759Add optional parameters for BADI UJE_DIM_PROCESSED_BADI
2056838Filter function may not work correctly in dimension member list view
2058154MDX hierarchy views will not be deleted when delete all hierarchy from a dimens
2059167$BPC$H$XXXXXXXX display in Unknown Objects in ABAP Dictionary from transaction
2061596Column may disappear when maintaining dimension member
2063391Default order of Dimensions view
2065045Number Range check fails in RSRV after modifying Dimension Property
2066639The empty dimension should not be added to a new model
2067893Fail to delete dimension member due to incorrect dependency checking for BPF in
2028430Dimension list for model not fully shown in UI
2067711keep the same layout with web report for control assignment
2003700Several updates to same dimension in package link lead to dump
2012772Load duplicated members when click 'next 100' link
2013979BPC HANA hierarchy tables can not be deleted when deleting dimension
2052566Paste function may not work when modifying dimension hierarchy
2053130Cannot change a dimension to time dependent hierarchy
2057791BPC NW: Error message: "table name is missing" when processing a dimension
1834661LOOKUP ID in K2 fails to validate but succeed to execute.
2018043MDX: *REC fails with "missing name after . operator"
2055794*SELECT statement return incorrect members of Time dimension with multi hierarc
2059191Search text exceed the border of the button when language set as French
2061621*LOOKUP function return zero when dimension member is set as parent node
2065468Dynamic LOOKUP ID could not pass validation in script logic
2066602No error message in validation when *XDIM_MEMBERSET without value
1985153Performance improvement for web logon with many member access defined in DAPs
2016157New restful service for search user to replace poa user service
2024107Add user fails when user already existed
2028926Member  Selector search and select  works incorrectly
2031717BPC Standard web client show duplicated records for users maintained with multi
2048324Warning message should hide when go the next step when search user and too much
2048853Duplicate rows or duplicate attributes in one row from security audit reports-D
2051701Some members are missing in the report or EPM-Addin for users with multiple DAP
2055233Team importing result should be displayed in message bar
2055239The file upload control should be on the top of dialog
2055352Message bar should be displayed in view page instead of displaying in wizard
2055904The text "Full Name" exceed the border of column head when language is French
2056480French text in the browse button will exceed the border when import teams
2056476"Open Other System Reports" should be focused by default when open security sys
2061161BPC NW 10.1 retrieve user list
2059015Account based calculation with Source Year set to blank carries forward  previo
2059281not support filter in currency translation and equity pick up rule page
1977790fetching data audit report with unexpected exception
2056360"Open Other System Reports" should be focused by default when open comments sys
2062767[10.1] Ux issues: Focus on the first button
2064877Full name column header will exceed the border if language set as French in the
1741090BPF step action can be viewed after the step is completed
2053176BPC 10.1 Standard BPF Comment enhancement
2060241White space is not allowed in DAP name
1783656BPF instance substeps cannot show multilanguage
2015717Target action context’s dropdown Box need to be fixed because sometime it will
2028416When user adds content in the BPF template design time, they should not have au
2067106[PAK] ACC-GeneralFunction-Keyboard Issues
2047206Incorrect member in current view when opening report or inputform from BPF
2028900The name field should be editable when back from creating workspace in the prog
2030612Change assignment dialog need to show more rows to display the activity content
2033198An unnecessary query will be sent after user selected a template version in the
2033316UI adjustment for Start time and End Time in BPF system report
2035123"Use workspace context" does not work after change context member
2057992The BPF template and template process should initial list by alphabetical.
2061092The template list workspace will show a save warning dialog when user tries to
2061093View a deployed template’s workspace then close this workspace. The “reset to e
2062175IE11 will crash when click the table’s scroll bar.
2065485When copy a template, the cancel button in copy dialog should be grey color but
2065587Action group and action dropdown list in the template needs some space.
2034521Save Data button on input form should be disabled if users don't have the autho
1952503No member ID included for drive dimension member in BPF notification email.
2059102Process monitor label description not correct
2047143Enhancement of UJBR
2056761No tranaction data loaded after UJBR restore
2052733BPC standard restored environment DAP settings are merged
2062818UJBR does not restore all table entries
2069677If' and 'Case' statements entered in the formula field of method-based multipl
1906074Show detailed error message when running CT wrong in monitor
2049844Short dump happens when running BPC Equity Pick Up
2054502Program 'UJJ_INCONSISTENCY_CHECK' doesn't work correctly
2056966Save button is still disabled after deleting the journal entries
2057388Journal ID display error in Journal report
2057978[10.1]ACC: Tool tip on reopen properties is incorrect
2058567Description length validation for Journal
2059251[10.1]Journal grid not respond after a successful Ctrl+X
2059667[10.1]AR journal should disable "Auto  Reverse" option
2059670UI issue when select multiple values for COPY TO
2059715[10.1]Resize issue of Journal Actions
2060180[10.1]Journal group ID not sorted by number
2061137[10.1]Additional Properties display incorrectly
2061221[10.1] enh: Can not create Journal
2062158Save button not enabled when description changes
2063364Journal report show empty description of dimension
2064348[10.1] Parameter SKIP_FRONTEND_VERIFICATION not work
2064882[10.1]Multiple headers/values had better be disable
2065488[10.1] Ux issues: Focus on the "New Journal" at first
2040474The cursor keeps spinning after adding nodes in Ownership Editor.
2060245Related action pane can not be seen in comment audit system report
2036683Enhance control component to support customize validation
2028818Lite Optimize package not working as expected on BPC 7.53 with HANA DB
2042144Package log missing when validate master data
2057437Validate transformation file failed
2062174Enhancement for supportability of Data Manager
2038811Package '/CPMB/IMPORT_IOBJ_HIER' cannot load external format hierarchy
2050260BPCNW - Error CX_SY_COMPRESSION_ERROR  while running a DM copy package.
1604863Should check workstatus before update a document
2067670Unable to add document when work status is locked for the provided context
2051101Encounter error messages in SLG1 when activating BI Content for BPC
1711884BPC 10 NW (Outlooksoft) User is logged off automatically from EPM Office Add-in
2039307+EVDRE missing option template
1720325Analyzing journal data inconsistency
1992323BeforeRange data is expanding into DataRange area
2011994In BPC 10.1 Why is 'Create' button grayed out
2047642How to check whether Office 365 is supported by EPM Add-in
1730125BPC 10.0 NW BW Integration via SAP BW OLE DB Provider
2060228Hierarchy sort order is incorrect
1992856Not disable "use my Microsoft windows user ID and password" option during BPC c
1997933NET/Web servers can't all be configured to use logon groups
2008270Error log in BPC: button windows user ID
2034999User account is getting locked out in Active Directory
2052625Performance enhancement for logon with plenty of DAPs
2062729Text extends the text box in logon progress bar
2066047Wrong authentication error when logon to BPC NW via EPM add-in
2055738The tooltip should display dimension technical name in the "Define Data Grid" d
2062138URL box in the library should not be editable
2062137The folder tree in the move to dialog will go wrong when user click Enter key
2053323Progress bar persists when edit the layout of an input form
2058554Comment added in  "Show History" can not be reflected in the report
2059080Comment added in comment column can not be seen
2059629Newly added comment disappeared after cell be collapsed and expand again
2061326No need to lock screen when no query is needed
2061659Change context member trigger refresh report
2062275The comment column won't update when disable display of tooltip comment setting
2062821Newly added comment can not be seen in the comment column when set as "None Spe
1964185MDX validation error when ENABLING HANA MDX parameter
2016928Move aggregation logic for multiple selections in page axis to BPC backend
2018740Performance improvement for building MDX string part of SQE on HANA MDX
2022276Unjustified error message UJO_READ_EXCEPTION_000 when refresh report
2032379Member formula in leaf node need to be aggregated to parent node in HANA MDX
2037142Performance tunning for report with nested member formulas
2040039Member Formula not working in 2 scenarios
2040023Data disappear right after sending data from EPM Add-in report or web report -
2050891Get SY_530 error when choose Base Level as Selection Relationship for a dimensi
2054319Improve the performance for RSDRI Query Interface of SQE on HANA Native Model
2061135MDX statement error: System error in program CL_RSR_HIERARCHY_BUFFER and form _
2004073BPC not periodically updating in System Landscape Data.
2056880Incorrect host name in System Landscape Data for BPC .Net Server
2050328Parallel consolidation fails due to DB deadlock
2058035Result is incorrect when account transformation is executed twice
1671219Issues of 'Entity Property Filter' in Elimination header
2012814Carry-forward doesn't work as expected
2033968Data is carried forward to the wrong aduit IDs
2043834Currency translation rule [AS_IS] does not work correctly with FX_SOURCE_CATEGO
2049932The functionality 'DATASRC_STAGE' in the FX translation doesn't work
2052662Improve the currency translation performance with large set of rate data.
1907350Collecting objects in transport fails with time out dump - BPC NW 10.0
2004227BPC transport fails with 'Cannot decrease the property size of <PROPERTY>'
2023118BPC Transport ailed with Persistent resource '<resource_ID>' does not exist
2053732Transport of model reset the parameter CONS_INTEGRATION_ENABLED on target syste
2043934Performance improvement for transport when collecting BPC objects in BW
2053137How to troubleshoot transport issue when there is no detailed error in transpor
2049426Posting data has problem after enabled native hana model
1925892Business Planning & Consolidation 10.1 NW SP00 Patch 02
1925891Business Planning & Consolidation 10.1 NW SP00 Patch 01
1956459Central Note for SAP Business Planning and Consolidation 10.1 SP01 Patch 01, ve
2013466SAP Business Planning & Consolidation 10.1 NW SP02 Patch 01 Central Note
2039975Documents are not able to share to team users
2046705Fail to share document with title longer than 50 characters and enable email no
2047609UI failed when edit a shared document and set Model to "No Model" in its contex
2047852Upload document with DOTM extension failed
2047782Filter on "Uploaded On" column of documents list table doesn't work correctly
2032347Bypass Member name validation in Web Admin
2063475Document Types and Tags are not sort by default
2063438URL text should not editable in library
2022123Criteria editor in member selector is displayed wrondly with long dimension des
2061874Memberset selection will be removed incorrectly when uncheck a member
2052763BPC 10.1 Standard BPF workspace needs migration after upgrade from BPC 10.0
1917547BPC: Work status column is empty in consolidation monitor
2053697ABAP report to remove obsolete work status for data region
2041000EVDRE with Excel formulas is not working
2057953Unable to install EPM Add-in from the BPC Web - BPC 10.1
2057890

BPC 7.5NW SP16: Unhandled Exception Erro

 

BPC-MS

1448836Restricted and Permitted Characters and Keywords (MS and NW)
1678822Third Party Software Support Matrix For BPC for Microsoft 7.X, 10.X
1718604BPC: Members cannot be saved due to a concurrent lock violation
1722432Sending data through input templates and the SendGovernor service in BPC
1751852Does BPC Use Java?
1804408User cannot connect after name change - Invalid UserId BPC MS 7.5
1879363BPC: How to resolve the error "The current members are locked"
2018724How to re-create a missing OLAP cube
1999305Microsoft Office 365 users are unable to install SAP EPM Add-in
2052929Performance
2059810BPC: import stored in database
2060114Does BPC support IE in compatibility mode
2060280BPC MS10.0 Error: Cannot create ActiveX component, BPCClientRes.dll
2060486BPC: Using the AdminTask_MakeDim Data Manager package in BPC
2063259Is there a limit on the amount of environments you can have on one server
2063931"Allocation aborted. Some destination regions were found secured and the user d
2066430BPC : Web admin client does not start
2066551BPC : Error : "There are no application sets available"
2066488BPC : How to disable running Audit scheduled jobs
2067637BPC10: Required ASP.NET Registration for Web Service Extensions in order to ins
2068148BPC10: Unable to launch the EPM Add-in from Internet Explorer
2068235BPC: Records are not being removed from the FACT table during Full Optimize
1448740BPC: Mapping error: The dimension does not exist in the application
1635749Error Message: Timeout expired. The timeout period elapsed prior to obtaining a

 

EPM-XLS

1934026Internet Explorer 11 supportability - BPC 10
2003608Data Validation doesnt work after report refresh
1997297BPC Package Scheduling error after Timezone fix
2026629BPC: Comments entered with a new line are not displayed properly in Excel
2026711EPM add-in for Microsoft Office Support Package 19
2028583EPM Add-in 10.0: problems when working with multiple reports using different co
2032200ALL: Excel Setup Error
2040368ALL: Selection of members lost in the Member Selector
2042485ALL: Hierarchies cannot expand
2042510BPC: Report execution fails because of an unexpected message format 'Raw'
2042824LargeVolume: Page axis Member Selector
2043487ALL: Performance issue with formatting/protection in Excel 2013
2043987Large-Volume: Report axis collapsed upon refresh
2045652EPM add-in for Microsoft Office Support Package 18 Patch 02
2045709PAK: #RFR is displayed when using EPMRetriveData on several queries
2046166LargeVolume: Bouncing Scroll Bar in Member Selector
2047454BPCNW: data not correctly retrieved with EPMRetrieveData
2047451ALL : Refresh and zoom issue
2047905ALL: Share server credentials leads to locked user
2049637ALL: Performance issue with Excel 2013 and protection
2050447ALL: Low performance when switching between large workbooks
2050446BPC: Cannot log on from the add-in when load balancing is activated
2051349ALL: Report with custom members and All Members selection fails
2052476ALL: Saving worksheet comment
2052444ALL: Memory not released when logging off
2052709ALL: Change of language breaks the format
2052963ODBO: Member Recognition when using custom members
2053583BPCNW: Report refresh or creation cancellation
2056073BPC: Issue with data filtering on shared reports
2056453BPCNW: Comments not retrieved using EPMCommentPartialContext - Other language t
2057384EPM Add-in: Where is the context information stored
2057802BPC: Refresh fails with ownership-based hierachies
2058774BPCNW: Excel 2013 - Ribbon blank after opening a worbook from server
2059134The type initializer for 'FPMXLClient.Common.SAPPassportHelper' threw an except
2060506INABW: Context locked is lost
2060483EPM Add-in: The context information is not preserved between Citrix sessions
2063022ALL: Cannot copy cells more than once
2064378EPM Add-in: General error - Failed to save data.
2064473ALL: Member Selector unresponsive
2069553EPM Add-in: Multiple copy/paste is not possible when using dynamic formatting r
2065939Package link schedule doesn't run on the last day of schedule
1997945EPM Add-in function 'epmMemberOffset' not properly retrieving the expected memb
2068096Error: "Failed to save data" when saving data through an input form in EPM Add-
2069509Multiple copy/paste is not possible with workbook protection.
2004278Memory limit warning message appears when opening large input tempalte / report
2041008Excel formula cell is not shifting after a new member is added to the BPC repor

 

 

RELEASED SUPPORT PACKAGES

 

BPC-NW

BPC 7.5 SP14 DELIVERED
BPC 7.5 SP15 DELIVERED
BPC 7.5 SP16 DELIVERED
BPC 7.5 SP17DELIVERED
BPC 7.53 SP05DELIVERED
BPC 7.53 SP06DELIVERED
BPC 7.53 SP07 DELIVERED
BPC 7.53 SP08 DELIVERED
BPC 7.54 SP01DELIVERED
BPC 7.54 SP02DELIVERED
BPC 7.54 SP03DELIVERED
BPC 10 SP08DELIVERED
BPC 10 SP09DELIVERED
BPC 10 SP10DELIVERED
BPC 10 SP11DELIVERED
BPC 10 SP12DELIVERED
BPC 10 SP13DELIVERED
BPC 10 SP14DELIVERED
BPC 10.1 SP01DELIVERED
BPC 10.1 SP02DELIVERED
BPC 10.1 SP03DELIVERED

*BPC NW 7.0 reached end of maintenance on 31-03-2013.

 

BPC-MS

BPC 7.0 SP12 P3DELIVERED
BPC 7.5 SP10DELIVERED
BPC 7.5 SP11DELIVERED
BPC 10 SP08DELIVERED
BPC 10 SP09DELIVERED
BPC 10 SP10DELIVERED
BPC 10 SP11DELIVERED
BPC 10 SP12DELIVERED
BPC 10 SP13DELIVERED

 

EPM 10 Add-in

Excel Client SP12 P9DELIVERED
Excel Client SP13DELIVERED
Excel Client SP13 P5DELIVERED
Excel Client SP14 DELIVERED
Excel Client SP14 P2DELIVERED
Excel Client SP14 P3DELIVERED
Excel Client SP15DELIVERED
Excel Client SP16DELIVERED
Excel Client SP16 P1DELIVERED
Excel Client SP17DELIVERED
Excel Client SP17 P1DELIVERED
Excel Client SP17 P2DELIVERED
Excel Client SP18DELIVERED
Excel Client SP19DELIVERED

*Central Notes links updated. Just click on release names.

Viewing all 125 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>