Folks,
Ironically I don't see much material on SAP BPC NW interview questions for a techno-functional role?
Do you have any that you can list here or share a link?
I'd appreciate it.
Thanks,
Kumar G
Folks,
Ironically I don't see much material on SAP BPC NW interview questions for a techno-functional role?
Do you have any that you can list here or share a link?
I'd appreciate it.
Thanks,
Kumar G
Hi Experts,
Could you please let me know how we can create an input form on BPC 10. Thanks.
I have gone through EPMofc_10_user_en.pdf but i dont see any help on creating forms.
Regards,
SSK
I am new to SAP and have now been working with SAP's Planning and Consolidation (10.0 on NW on SQL) for about a year or so. I've been to some / most of the BPC specific training (for non-MS). It looks like there is a workshop for unified modeling (https://training.sap.com/shop/course/wnauni-bpc-101-unified-model-workshop-classroom-010-us-en/) and an embedded modeling class (https://training.sap.com/shop/course/tzbpc1-ept--sap-bpc-101--embedded-model-delta-classroom-098-us-en/).
There is also BW310 (https://training.sap.com/shop/course/bw310-bw---enterprise-data-warehousing-classroom-010-us-en/?) and HA100 (https://training.sap.com/shop/course/ha100-sap-hana---introduction-classroom-008-us-en/?) and HA300 (https://training.sap.com/shop/course/ha300-sap-hana---implementation-and-modeling-classroom-008-us-en/?).
Does anyone have suggestions regarding how I should prioritize my training requests since I do not expect to get all of this. I expect we will be doing BPC on HANA in the next few months, to do embedded modeling, and I have little to no experience with BW.
What would you recommend, and why?
Jeff
Hi all,
Please help on this error during environment restore through UJBR.
"Failed to upload file from source"
We have already tried the following solutions available on internet but in vain,
a) By loading the file to BW server and then restoring.
b) Taking backup again and restoring the same.
Kindly help on this.
Regards,
Deepika G S
Hi ,
I am going to do ASSET AND DEPRECIATION planning in BPC. Currently user takes the depreciation (Asset wise, not Asset class wise) as simulated in "S_ALR_87012936 - Depreciation Simulation report" as depreciation for coming year budget. User do not do asset addition or retirement budgeting.
As this forecasted depreciation doesnt sit in ANLP table , I am unable to extract it. Thus need to calculate in BI or BPC (not sure where) by taking the APC, ACC DEPRECIATION as on last period and dep rate for each asset. Currently in R3 depreciation is being calculated based on SLM (a fixed % ) and the same is to be followed in BPC.
I am thinking to get asset wise APC, ACC DEP and DEP rate (by 0FI_AA_11 or some other dont know) , calculate dep for coming year in BI and then get the calculated figure in BPC.
please advice.
Thanks
VSm
Hi,
SAP BPC 10.1 NetWeaver Standard.
Microsoft Office 2013 365 ProPlus.
I am working with a downloaded copy of one of the SAP Demo environments.
I am currently experiencing some strange behaviour in Excel. After experiencing the symptoms described in 07965 - Issues in EPM Add-In / BPC for Excel after installing Microsoft updates
I have deleted all files under %TEMP% called MSForms.exd
I still have two strange errors when using EPM, these don't occur in all models but are consistant.
Strangely data gets saved but comments don't. None of the threads on SCN with this error appear to be related to saving data.
Any clues as to how to resolve these problems would be appreciated.
Regards
Mark
hi,
In my Report ,
I used Epmretrivedata function for both PERIODIC and YTD ,but here i get values for only YTD only not for PERIODIC.
when selecting PERIODIC ...cell---Right click----EPM----RefershSelectedData then i get value ,
again Refresh complete Refresh sheet ,then i get zeros"s(0).
can help me any one .
Thanks in advance,
Yeshwanth Billakanti
Hi Team,
We are attempting to retract data from netweaver BPC 10.0 to ECC. We have followed the how to guide (How To... Retract data from BPC 7.5 NetWeaver to SAP ERP Cost Center Accounting,) which details steps for version 7.5. We have replaced all new interfaces for BPC10 in BI methods of Superclass retraction class and also we have updated READ_TRANS_DATA to use the new API for reading transaction data. When we run from Data Manager->Run package it gave me error message:Failed to get the parameter of &Application_Name& model. When we are debugging the code it show me an exception CX_RSD_IOBJ_NOT_FOUND occurred in function UJN_API_GET_CUBE_DETAIL. please share me the steps and if any coding you have updated for retraction. I have attached text document what i have done code changes to ZCL_BPC_RTRCT_SUPERCLASS in this SCN thread.
Thank you very much
Venkata
Hi Gurus,
I have a problem related DM roll forward function.
When we roll forward a period, it copies all data repository and word reports. It updates the period in the data repository, which is fine. However; word report remains the same and it doesn't replace the data repository links with the new period. To exemplify; we have a period 2014 Q2. We have one data repository and CMB word report in this period. Of course, CMB report contains tables and floating text which is linked to 2014 Q2/data repository. Once we roll forward as 2014 Q3, CMB report is still linked to 2014 Q2/Data repository.
Is there anyone encounter a similar problem?
Thanks,
Bünyamin
HI,
I have a Butterfly Report .......like This
perodic YTD
2013.q2 2012.q2 THIS YEAR % LAST YEAR % ACCOUNTS 2013.Q2 2012.Q2 THIS YEAR % LAST YEAR %
WHEN I REFRESH THE SHEET ,PERODIC THIS YEAR % LAST YEAR % ARE NOT DISPLAYING BUT ,YTDTHIS YEAR % LAST YEAR % ARE DISPLAYING..
NOTE: IN HIDING SHEET ....I USE EPM RETRIVE DATA FUNCTION..LIKE THIS FUNCTION IS =EPMRetrieveData(,$A434,$B$432,B$433,$I$425,A422)
BOTH PERODIC AND YTD HAVE SAME BUT CELL REFERENCE IS DIFFERENT.
SO PLZ GUIDE ME , TO RESOLVE THIS .
REGARDS
yESHWANTH
Hello All,
I Need a help with working logic , in BPC10 NW
I have main 3 dimensions, TIME, CATEGORY and VERSION
Time Members = 2014, 2015
Category members = ACTUAL,PLAN
Version members =F1, C1
Logic: If CURRENT year(2014) of actual in Version 1 is less than next year (2015) of Version2, then 2014 actual is multiplied with 200. and then stored in PLAN category of version2 in 2015.
If %VALUE% is less than VER2 of next year, then it should be multiplied with 200 and the save in VER2, PLAN,2015
Code:
*WHEN CATEGORY
*IS ACTUAL
*WHEN VERSION
*IS F1
*REC(EXPRESSION = ((%VALUE% < ([VERSION].[C1],[TIME].[2015]))* 200, CATEGORY=PLAN,VERSION=C1,TIME=2015)
Example REC : (20 < 50) *200
Expected result in C1,PLAN,2015 = 20*200
Working result C1,PLAN,2015 = 200
Issue: This code is comparing ACTUALS of %VALUE% and ([VERSION].[C1],[TIME].[%NY%]), If %VALUE% is less, the code is directly posting 200 in PLAN,C1,2015
Please suggest, some clues with the logic behavior.
Regards,
Sravanti
Hi
We have a dimension 'ORGUNIT' has properties CC_TYPE, PC_TYPE and COSTCENTER and there is another Dimension 'COST_CENTER'
Using EPMContextmeber User will select 'COST_CENTER' in cell L25
Need to expand ORGUNIT' in rows based in Costcenter selected in L25 with combination of "CC_TYPE=A1 AND PC_TYPE=IC
=EPMDimensionOverride("000","ORGUNIT", “COSTCENTER=”&L25, CC_TYPE=A1 AND PC_TYPE=IC", tried this but didn't work well.
Any suggestion?
Thank you
Regards
Jack
Hi
I have a problem with an input sheet on which one of the columns is shown to a user as input allowed (yellow) and user can actually enter data. This same column is shown correctly (grey and locked) for other users with same authorizations on the same machine. This was tested on the same machine, same set up.
Thanks
Hi Experts,
Hope you are doing good!
I have below requirement to do conversion file on Time.
But i do not want maintain like below manually for all the year. Is there any easier way to achieve this requirements? If yes please guide me on this.
Thanks!
External-(BW-0FISCPER) | Internal- BPC (TIME) |
---|---|
2015001 | 2014.07 |
2015002 | 2014.08 |
2015003 | 2014.09 |
2015004 | 2014.10 |
2015005 | 2014.11 |
2015006 | 2014.12 |
2015007 | 2015.01 |
2015008 | 2015.02 |
2015009 | 2015.03 |
2015010 | 2015.04 |
2015011 | 2015.05 |
2015012 | 2015.06 |
-Vishu
Hi all,
Has anyone seen this before?
[Link to a screen shot|http://i39.tinypic.com/2ynmi3p.png]
When running a master data load from a flat file, I get the following error message:
Member of dimension 'EMPLOYEE' must have 'ROWFLAG' field Validation with data file failed
What I am doing is automating the build of a hierarchy, through three steps:
1. Import 0EMPLOYEE into BPC
2. Export Department property and ID to a flat file
3. Import from flat file, mapping DEPARTMENT to PARENTH1.
I have done this process before on much more complex data so know about parents etc.
The EMPLOYEE dimension I am importing it to has propertieis of:
CAPABILITY, DEPARTMENT, COMPANY, GRADE, OWNER, SCALING, PARENTH1
Thanks in advance,
Nick
Hello Team,
We are using BPC 10.0 NW and EPM version 10.0 SP 17 Patch 1 .NET 3.5.
When i was loading master data into account dimension from flat file, i was getting the following error.
Error in Admin Module or a component used by admin module
Detected duplicate member ID 'NONE'
But there was no member called "NONE" in my account dimesnion.
Thanks,
Naidu
Hi Experts,
I am trying to trigger a data manager package using visual basic behind a command button. The data manager package is a BW process chain and it doesn't need any prompts. The code behind the command button is as below.
Dim pkge As New FPMXLClient.ADMPackage
Dim autoDM As New FPMXLClient.EPMAddInDMAutomation
Dim inFileName As String
Set pkge = New ADMPackage
'Declare package variable
With pkge
.GroupId = "Master Data"
.PackageType = "Process Chain"
.PackageDesc = "Master Data on Fly Process Business Need"
.PackageId = "Master Data on Fly Process Business Need"
.UserGroup = "0011"
.FileName = "ZUJDX_PROCESS_RBUSNEED"
.TeamId = ""
End With
inFileName = "C:\ResponseFile.xml"
Call autoDM.CreateLocalResponseFile(pkge, inFileName)
Call autoDM.RunPackage(pkge, inFileName)
But somehow the local response file is not being created. And the run package function fails with error "File doesn't exists". The package parameters are exact copy of the entry from UJD_PACKAGES2. Am i missing anything?
Thanks in advance.
Bindu
Hi gurus,
What is time dependent hierarchy (TDH)– Hierarchies represent parent child relationship for a dimension that helps in aggregation/rollup of data. So the department figures roll up into company, products roll up into groups /categories etc. Time dependent hierarchy allows defining the hierarchies based on a time range and the roll up behavior will be different based on the time the data belongs to.
More information:
Time dependent hierarchy with BPC10 NW - Planning and Consolidations Use cases
It's about Time... Dependency in SAP BPC 10
I need manage the context "Key data" on my Excel´s reports, like a dimension with EPMContextmember( )
Why? Because I have Time dimension with YEAR.T1, YEAR.T2, YEAR.T3, and YEAR.T4 values and Timedimensionmust match "Key data".
For example:
If I select 2015.T1 my key date is 01/01/2015 to 31/03/2015,
2015.T2 my key date is 01/04/2015 to 31/07/2015, and so on.
It has no sense to input data in 2015.T2 (dimension time) with TDH in 31/09/2015 (key data) for my project.
Any suggestions?
Thanks
Gustavo