BPC 7.5NW SP upgrade

Hello Experts,
We are currently on SP 06 and are planning an upgrade to one of the newer service packs.  On this end, we have the following questions:
1.  How does the upgrade process work?  Do we have to perform the upgrade in the serial order of the service packs?  Meaning, do we have to go from SP 06 -> SP 07 -> SP 08 -> SP 09, or can we directly go from SP 06 to SP 09?
2.  What are the consequences of upgrading to the latest SP, i.e., SP 09?  Can we safely assume that all the bugs that were identified in SP 07 and SP 08 would stay 'fixed' in SP 09 upgrade?
3.  What is the recommended time frame / interval to perform an upgrade from current SP to the next SP?
4.  When we are performing an upgrade, can we perform the upgrade only on a specific appset instead of the entire server environment?
5.  While performing the upgrade, can we pick and choose the notes?  Or do we have to install all the SAP Notes at once?
6.  Lastly, what is the typical effort involved?  And how long would the upgrade process usually take?  We are asking this because we don't want this upgrade process to collide with our financial closing process.
I request your kind guidance with regards to the above questions.  All reponses are greatly appreciated.
Thanks in advance for all your guidance.
Best regards..
Van.

Hi,
>
> 1.  How does the upgrade process work?  Do we have to perform the upgrade in the serial order of the service packs?  Meaning, do we have to go from SP 06 -> SP 07 -> SP 08 -> SP 09, or can we directly go from SP 06 to SP 09?
You can directly upgrade to target support package level.  You can check upgrade guide for it.
> 2.  What are the consequences of upgrading to the latest SP, i.e., SP 09?  Can we safely assume that all the bugs that were identified in SP 07 and SP 08 would stay 'fixed' in SP 09 upgrade?
You need to perform testing in order to check if all is working fine or not.
> 3.  What is the recommended time frame / interval to perform an upgrade from current SP to the next SP?
SAP  keep on releasing support package. So, based on your upgrade policy or if there is requirement to upgrade to get new functionality or as SAP recommends to update SP's to latest level always, you can plan the upgrade.
> 4.  When we are performing an upgrade, can we perform the upgrade only on a specific appset instead of the entire server environment?
No, upgrade is not appset specific.
> 5.  While performing the upgrade, can we pick and choose the notes?  Or do we have to install all the SAP Notes at once?
Its not like applying SAP notes. Its a bundled format where you need to do the upgrade of whole server.
> 6.  Lastly, what is the typical effort involved?  And how long would the upgrade process usually take?  We are asking this because we don't want this upgrade process to collide with our financial closing process.
>
There are no standard timing to do the upgrade. You can upgrade your test/sandbox BPC server and do the proper testing. As a result you will have an estimate about the time required in upgrade.
Thanks
Sunny

Similar Messages

  • Using a variable in an allocation routine in SAP BPC 7.5NW

    Below is a very simple BPC allocation routine I wrote.  The data originally sits on a dummy profit center and needs to be allocated to all itu2019s relevant profit centers. These relevant profit centers can be derived from the profit center hierarchy (BPC_ + ID of entity).
    When I hardcode the Profitcenter and the entity, the routine works (as below). But what I really want is that it works variable as in the line that I commented out. Any idea whether this could work (BPC 7.5NW)  ? If not, I am afraid I need to go to ABAP, which is really a pitty
    //ALLOCATION PROCEDURE CONVERSION RATE
    //=====================================
    *RUNALLOCATION
    *FACTOR=1
    *DIM SEBACCOUNT WHAT=CONV_RATE; WHERE=<<<; USING=<<< ; TOTAL=<<<
    //*DIM PROFCENT WHAT=DUMPC; WHERE=BAS(BPC_"%ENTITY_SET%");USING=<<<; TOTAL=<<<
    *DIM PROFCENT WHAT=DUMPC; WHERE=BAS(BPC_OKB);USING=<<<; TOTAL=<<<
    *DIM ENTITY WHAT=OKB; WHERE=<<<; USING=<<< ; TOTAL=<<<
    *ENDALLOCATION
    Thanks
    Nico

    Gersh,
    It works now. I have implemented the below code (ENTITY needed to contain the variable as well). The relationship profitcenter and entity is very important as it derives the relevant profitcenters from the profit center hierarchy (e.g. all profitcenters under the legalentity node).
    //ALLOCATION PROCEDURE CONVERSION RATE
    //=====================================
    *FOR %ENT% = %ENTITY_SET%
    *RUNALLOCATION
    *FACTOR=1
    *DIM SEBACCOUNT WHAT=CONV_RATE; WHERE=<<<; USING=<<< ; TOTAL=<<<
    *DIM PROFCENT WHAT=DUMPC; WHERE=BAS(BPC_%ENT%);USING=<<<; TOTAL=<<<
    *DIM CATEGORY WHAT=FCSTCUR; WHERE=<<<; USING=<<< ; TOTAL=<<<
    *DIM ENTITY WHAT=%ENT%; WHERE=<<<; USING=<<<; TOTAL=<<<
    *ENDALLOCATION
    *NEXT
    Thanks
    Nico

  • Transport of Security objects in BPC 7.5NW

    As a part of NW BPC transports, changed the entries in table UJT_TRANS_CHG. For the 1st transport (from DEV to QA)wanted to transport ALL objects including Security and Teams. So, selected 'Development' for ALL objects under this table.
    After the transport collection via tcode UJBPCTR and importing into QA, found that 'Users', 'Teams'  and 'Task Profiles' did NOT transport. 'Member Access Profiles' did transport to QA.
    I expected 'Users', 'Teams'  and 'Task Profiles' also to be transported. We are on SAP BPC 7.5NW, SP4.
    Am I missing something here ?
    Thanks in Advance.

    Hi
    we had the same problem and didn't know if Security objects could be transported, but we found the BPC User Mass Management Tool.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/d0cdbccf-0def-2d10-298d-f4223de9a6ed&overridelayout=true
    This could help you to export the security objects in DEV and import the objects in PRD.
    The transports you need for the ZUJE_MASS_USER_MGMT   Programm you found on page 46 in the document mentioned above.
    Please let me know if we could help you.

  • BPC 7.5NW Report Issues When Requesting Year To Date Data

    Dynamic reports built with 2 row expansions (Cost Ctr, Account) up to 3 columns (not expansions, set to different categories with excel formulas for variance calculations...Act vs. Bud for example) result in error messages (error retrieving data and another related error messge) when requesting YTD data vs. Periodic data.  The report runs fast and properly with Periodic measure.  When running with the YTD measure, attempts to reduce the report data volume by removing comparative categories and removing formatting (after ranges) still results in YTD data retrieve errors.
    Has anyone else had similar issues with BPC 7.5NW, SP9, and YTD data not pulling into reports?  What are the common causes for issues with YTD data retrieval?  Given the design by SAP of the BPC NW product and promotion of using BPC for both Periodic and YTD data, should I expect this report to work properly, meaning that I can get output with YTD data without long runtimes or errors that result in terminating the report?  Thank you.

    Hi,
    This would do it :SQL> !cat q.sql
    with t (dt, val) as (
         select to_date('2011/01/04','yyyy/mm/dd'), 123 from dual union all
         select to_date('2011/04/09','yyyy/mm/dd'), 234 from dual union all
         select to_date('2011/06/28','yyyy/mm/dd'), 345 from dual union all
         select to_date('2011/10/18','yyyy/mm/dd'), 456 from dual union all
         select to_date('2011/12/23','yyyy/mm/dd'), 567 from dual union all
         select to_date('2012/01/07','yyyy/mm/dd'), 678 from dual union all
         select to_date('2012/05/13','yyyy/mm/dd'), 789 from dual union all
         select to_date('2012/07/19','yyyy/mm/dd'), 890 from dual union all
         select to_date('2012/08/30','yyyy/mm/dd'), 901 from dual union all
         select to_date('2012/09/22','yyyy/mm/dd'), 012 from dual
    ------ end of sample data ------
    select *
    from t
    where dt >= trunc( add_months(trunc( &&dateexec. ,'month'),-1) ,'year')
    and dt < trunc( &&dateexec. ,'month')
    undefine dateexecThe dateexec parameter is just here to "simulate" sysdate of different points in year.
    <i>(your actual query would have sysdate where the dateexec parameter appears)</i>
    SQL> @q
    Enter value for dateexec: sysdate
    DT                         VAL
    07/01/2012 00:00:00        678
    13/05/2012 00:00:00        789
    19/07/2012 00:00:00        890 sysdate does the current year up to previous month.
    SQL> @q
    Enter value for dateexec: to_date('20120122','yyyymmdd')
    DT                         VAL
    04/01/2011 00:00:00        123
    09/04/2011 00:00:00        234
    28/06/2011 00:00:00        345
    18/10/2011 00:00:00        456
    23/12/2011 00:00:00        567when ran in january, it retrieves all the previous year.

  • BPC 7.5NW consolidation error

    Hi,
    We are using BPC 7.5 NW version (7.50.04). We changed standard dimension 'GROUPS' to dimension type 'R' and included it in our legal applications.
    We are using below logic to run both currency conversion and legal consolidation.
    *RUN_PROGRAM CURR_CONVERSION
          CATEGORY = %C_CATEGORY_SET% 
          GROUP = %GROUPS_SET%
          TID_RA = %TIME_SET%
          RATEENTITY = GLOBAL
    *ENDRUN_PROGRAM
    *RUN_PROGRAM CONSOLIDATION
        CATEGORY = %C_CATEGORY_SET%
        GROUP = %GROUPS_SET%
        TID_RA = %TIME_SET%
    *ENDRUN_PROGRAM
    The standard data manager package with process chain 'LEGAL_CONSOLIDATION' fails with error message 'Member "G_CG2" not exist'. G_CG2 is a member of GROUP dimension. When we executed the below logic (with hardcoded variables) in BW transaction UJKT, it worked fine and posted values correctly.
    *RUN_PROGRAM CURR_CONVERSION
          CATEGORY = C_100
          GROUP = G_CG2
          TID_RA = 2008.DEC
          RATEENTITY = GLOBAL
    *ENDRUN_PROGRAM
    *RUN_PROGRAM CONSOLIDATION
        CATEGORY = C_100
        GROUP = G_CG2
        TID_RA = 2008.DEC
    *ENDRUN_PROGRAM
    Any idea, why system is not able to recognize 'G_CG2' when we use data manager package? In BPC 7.5NW, is it mandatory to use both 'R' and 'G' type dimensions? SAP Help has different contradictory views !!!

    Hi Nilanjan,
    We are using 'GROUPS' dimension of type 'R'.
    The above dimension has members of both GROUPS and CURRENCY (ex: G_CG1, G_CG2, LC, USD etc).
    1) Run currency translation for 'USD'. The logic works fine if i change it as follows:
    *RUN_PROGRAM CURR_CONVERSION
    CATEGORY = %C_CATEGORY_SET%
    CURRENCY = %GROUPS_SET%
    TID_RA = %TIME_SET%
    RATEENTITY = GLOBAL
    *ENDRUN_PROGRAM
    2) Run currency translation for 'G_CG2'. The logic works if i change it as follows:
    *RUN_PROGRAM CURR_CONVERSION
    CATEGORY = %C_CATEGORY_SET%
    GROUP = %GROUPS_SET%
    TID_RA = %TIME_SET%
    RATEENTITY = GLOBAL
    *ENDRUN_PROGRAM
    3) Run COI for 'G_CG2'. The logic works if i change it as follows:
    *RUN_PROGRAM CURR_CONVERSION
    CATEGORY = %C_CATEGORY_SET%
    GROUP = %GROUPS_SET%
    TID_RA = %TIME_SET%
    RATEENTITY = GLOBAL
    *ENDRUN_PROGRAM
    4) The logic is executed successfully from BW UJKT if i hardcode the values for 'GROUPS' dimension.

  • BPC 7.0 MS upgrade - reinitiate SSIS packages required

    Hello,
    We have recently upgraded from BPC 5.1 to BPC 7.0 MS version.
    We have SSIS package to load Accounts (as flat file), which load the flat file into a staging table and then moved to <mbraccount>.
    This setup works very fine till in BPC 5.1, after upgrade to BPC 7.0 MS and noticed that the Account - member are loaded in jumbled order. Further investigating, we found that the SSIS packages loaded to staging table in the same jumbled order and then followed to copy the same in mbraccount table.
    1. Should we required to re-initiate all the SSIS packages (custom built) after BPC 7.0 MS upgrade?
    2. Have SSIS packages to load other MasterData, the same procedure as above but no issues in display order of dimension members. Why is it so?
    Any clue..
    Thanks in advance.
    Warm Regards
    Uma

    Hi Tim,
    Thanks for the reply.
    No change in the versions SQL SERVER  2005 and EXCEL 2003 for both SAP 5.1 and 7.0.112
    These DM packages are customised and flow of data is as below:
    Flat File -->  Clear the staging table (delete from stage) --> load the flatfile data into Staging table ( via Data Flow task, Table - Fast load option) --> clear the MBR tbl --> Copy Stage into MBRACCOUNT table
    Not using the SSIS bulk insert.
    This works well after gone live almost for 4-5 months in BPC 5.1 and as said recently upgraded in Mid June 2009, we have issues loading MasterData in jumbled order.
    Account ids are all numeric. Flat file extracted from SAP R/3 is in correct sequential order and while loading into Stagingtable.. it sorting order varies and then copied the same into Mbr<dim> table.
    Should this problem be with SSIS packages? Any clues.
    Warm Regards
    Uma

  • BPC 7.5NW Performance Document

    Hi Experts,
    Please help me to get BPC 7.5NW performance document or related document if anyone has.
    Thanks in Advance,
    regards,
    Hari

    Hi,
    The following document might have some pointers that you are looking for
    performance analysis and tuning guide for BPC - Link below.
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e08c2aa2-6c58-2e10-3588-e6ed2e7c04f8?QuickLink=index&overridelayout=true]
    Thanks,
    Sreeni

  • BPC 7.5NW - Client SP6 - Unable to log in to clients on older versions

    REPOSTED UNDER BPC 7.5NW FORUM
    Edited by: Sunil Narahari on Mar 7, 2011 2:04 PM

    I'm having a similar problem with 10.5.2 Leopard server and client -- no Tiger involved.
    I have the green light on the login screen and am able to log in as an OD administrator, but regular OD users are rejected with a login window shake. I never specified any home directories because they were auto-generated on machines locally when I logged in with the OD administrator.
    Apple phone support were able to duplicate my problem and had me do an Enterprise Data Capture. Apple engineers were also able to duplicate my problem. Here is some of what phone support emailed me:
    +I got a reply from engineering. They said they were able to duplicate the issue with a 10.5 up to a 10.5.2 client with no home directory specified. The only current workaround is to set up an automount location for home directories and specify a home location place for the users. The clients do not have to be bound to the server, they just need to have a home folder directory specified.+
    +Engineering is aware of the issue and are working on it. For now this is the only workaround we have.+
    I haven't had a chance to try this Apple workaround, but maybe it will help you.

  • Measures:YTD behavior in BPC 7.5NW

    All,
    Has anyone come across this?
    When I execute EVDRE and use measures, my PERIODIC and QTD are working fine. But YTD is working incorrectly and the behaves just like QTD. Account I am doing is for EXP account. I am on BPC 7.5NW Pack 4. Any help is appreciated?

    Hi Danny,
    You can try changing the text description of your application in the admin console and resaving it, which should reset the delivered measure formulas. However, I wonder if there is something wrong with your time hierarchy. How is your Time dimension hierarchy set up?
    Ethan

  • BPC 7.5NW: Hierarchy Upload from BW - Sort Order

    Hi,
    we are currently updating from BPC 7.0NW to 7.5 NW SP10. (BW has been upgraded to 7.02 SP09)
    As master data and hierarchies had been uploaded using the coding from 'HowTo Upload automated...' so far, we now have to use standard Data Manger packages.
    Maintaining packages and package links was successful. Everything works fine so far.
    The only problem are Hierarchies, better the sort order of hierarchie nodes. At the moment they are always sorted in an alphabetical order.
    We introduced property MBR_SEQ to all dimension using program UJA_MIGRATE_MBR_SEQ.
    We loaded hierarchies with different settings.
    Searching SDN and SAP Notes lead to notes 1603352 or 1581331.
    But manually changing hierarchies each time, new members are assigned, is not an option!
    Do I miss any option in the selection screen of the Data Manager package?
    Are there any options in transformation or conversion file?
    Thanks and regards
    Steve

    For your Information...
    We were now adviced to include parameter DM_KEEP_SRC_SEQ with value Y in AppSet parameters (Web-Administration).
    Please have a look at note '1626929 - Keep hierarchy sequence for Load Hierarchy from BW package'.
    It works!
    For the first hierarchy to be uploaded...
    If there are more than one hierarchy defined for upload, only the first hierarchy is sorted correctly, all following ones are sorted alphabetically again.
    Regards
    Steve

  • Documentation on BPC V7 benefits for upgrading from service pack 3 to SP7

    I am looking for information on Service Pack releases & benefits.  Weu2019re currently on V7 SP3 (SQ2005) and want to understand the benefits between SP3 and the subsequent releases up to SP7.  Can someone point me as to where I can find literature on this matter?  Thxs all

    Hi Eduardo,
    As I know last SP for BPC 7 (MS version) is SP 6, you can find solved issues, installation/upgrade instructions and related OSS notes on OSS note 1388412.
    Hope this helps,
    Regards,
    Carlos.

  • BPC 7.5 SP17 upgrade task list.

    Dear Expert,
    I'm just beginner on BPC, previously i'm a BW consultant.
    We are going to upgrade our BPC system from SP10 to SP17 (current version is BPC 7.5 on SAP netweaver 7.01 SP10)
    Basis team will do the upgrade from D -> Q-> P system.
    So I want to know:
         1. Checklist for the tesing on the back end and front end side.
         2. Is there any other tasks from BPC consultant ( like Start and stop jobs, activate something)?
         3. Any related SAP note I should consider after upgrade?
    Thank you in advance.
    Phong.

    Phong
    By any chance did you get any replies for your previous thread...? I am also in the same boat now looking for SP17 task list...
    Thanks
    -KV

  • BPC MS 7 SP upgrade

    Dear Experts,
    We are planning to upgrade our BPC 7.0 SP4 to BPC 7.0 SP8 patch1.
    I went through the upgrade document. Do you have any document what are the precautionary steps to taken and is there any issue facing on SP8.
    I would appreciate if you provide some inputs that will be help to me.
    Please suggest me on same. Thanks in advance.
    Regards,
    Santhosh

    Hi ,
    Thanks for quick response.
    We are planning for SP8 Patch1.I have downloaded the Upgrade document and release note for SP8 Patch1.
    I have bit confused with below statements.
    Locate the BPC Setup folder and copy it to the Web and Application
    server(s). Run following steps on both servers.
    Q : I have only one host which consist bothApp and webserver.IS there any particulr location to place the software (or) can i place with in the windows server.?
    Exit all Windows programs.
    What do we mean Exit all windows programs?
    I woluld appreciate if you provide answer.
    Thanks,
    Santhosh

  • BPC 7.5NW: Drill through to ECC

    Hi Experts,
    I am following the steps as given in the Drill through White Paper, but am having issues in passing the parameter to ECC's t-code.
    The web link etc is working fine, but when I "Test" it in Admin, the t-code in ECC is not accepting any values. It is nothing other than logging into ECC and running this transaction.
    Any thoughts?
    I am on 7.5NW.
    Thanks.
    Anand

    Do the parameter values in BPC match to ECC?  For example, period in BPC could be 2011.NOV, but ECC value would be different and may be two different values (Fiscal year and Fiscal period).  In that case, you may add  properties as necessary and use the ECC values in these properties and then map that property in the drill through.
    If you can send a screen shot of your drill through mapping, that would help analyze the issue

  • BPC 7.0- phased upgrade

    Hello All,
    We currently have OutlookSoft 4.2 on our Corporate (consolidated) and the various international regions (subsidiaries) and are considering upgrade to BPC 7.0. Is it possible to go for a phased roll out by first upgrading Corporate to BPC 7.0 and then rolling out to the different sites gradually? We currenlty have a separate instance of OLS for each region.
    Thanks,
    Sandesh

    Hi Sandesh -
    Please view the attached FAQs docuement surrounding migrations from BPC 4.x to BPC, version for Netweaver.
    Regards,
    Sheldon Edelstein

Maybe you are looking for

  • TS4020 How can I manage and view storage on a second iCloud account?

    I have 2 iCloud accounts, my second iCloud account is just used for email, how can I see how much storage I have left on it please? I have logged into iCloud.com and cannot see it there.  I can only check the storage on my primary account on my mac's

  • Error on generating charts

    Hi all, When I execute a large query, it works fine with Answers but not when try to generate a chart. Someone knows if there is some parameter where I can increase the maximum number of rows to generate a chart? Thanks in advance Victor.

  • IWork updaters refuse to recognise apps

    I downloaded the Pages 3.0.1 Update, the Keynote 4.0.2 update and the Numbers 1.0.2 update but, for each of them, when the installer program runs I get this message... "An eligible Pages application was not found in the location /Applications." I rea

  • 11g  Server URL

    I have an 11g installation, using virtual hostnames/IP addresses for the soa servers as instructed in the EDG. The Server and Callback URLs are set to the virtual hostname, as is the listen address for the soa server, but when I launch an application

  • Citrix slow internally with proxy

    Here is a head scratcher for ya. Following the upgrade of our NW 65sp7 with BM to 3.9 sp2 IR1 with TCP stack from SP8 Im having issues with the proxy. (What a surprise!) Here is the situation. I can connect no problem to my internal Citrix server on