Quantcast
Channel: SCN : Discussion List - SAP Planning and Consolidation, version for SAP NetWeaver
Viewing all 5414 articles
Browse latest View live

BPC hierarchy for account, entity

$
0
0

Does ECC can supply entity or account hierarchy to BPC. Does someone extracted these hierachies from ECC for BPC hierarchy needs.

 

is there any COmpany code or entity hierarchy at all in ECC. What is the normal practise seen for these 2 dimension hierarchies.

 

We are in BPC 10.1 on hana connected to BW/ECC.

 

Appreciate your inputs..


While preparing an AUDIT - (Data changes report) faces an 'Server error' message

$
0
0

Hi BPC Experts,

 

While preparing an AUDIT report- (Data changes report) faces an 'Server error' message.

 

But regular users are able to input their data in EPM.

 

What could be the reason for this message?

 

Regards,

Rajesh.

Default script

$
0
0

Hello,

 

We are using BPC NW 10.0 SP4 801.

 

We have a requirement in which user want to use below script in default.lgf. They don’t want to run this script using data manager package.

 

*XDIM_MEMBERSET INTERCO = <ALL>

*XDIM_MEMBERSET AUDITTRAIL = <ALL>

*XDIM_MEMBERSET COMPANY = <ALL>

//*XDIM_MEMBERSET CATEGORY = <ALL>

*XDIM_MEMBERSET CATEGORY = ACTUAL

*XDIM_MEMBERSET COSTCENTER = C9999

*XDIM_MEMBERSET ACCOUNT = NETINC

*XDIM_MEMBERSET TIME = %TIME_SET%

*WHEN ACCOUNT

*IS NETINC

*WHEN TIME.PERIOD

*IS <> APR

*REC(EXPRESSION = %VALUE%+([ACCOUNT].[NETINC],[TIME].[TMVL(-1,%TIME_SET%)]),ACCOUNT = "NETINC")

*ENDWHEN

*ENDWHEN

 

Can you please help me that how can we use this in default, here %TIME_SET% is creating issue if I use this in default.lgf.

 

Best Regrads,

Deepak

Setting in WorkStatus

$
0
0

Hi all,

 

I have set up 3 level: Unlocked, Reviewed, Approved In BPC System 10.0

 

But, when i change the workstatus, it notice: You cannot change the work status for "null"

 

I thinks the reason is the current status of all data is null, is not set to Unlocked. So i cannot change to another status

 

Please help me.

 

Thanks all!

 

Br.

 

1-5-2015 6-33-34 PM.jpg

EPM Reports - Column EPMAxisOverride exclude master data

$
0
0

Hi All,

 

 

I have a question related to Row/Column axis sharing in EPM 10 reports.

My report is dynamic template. Below image

 

REPORTNOMATRIX.png

I don't want to show red cell. My EPMAxisOverride formula will not must show it

 

 

We are using EPM Add-In version 10.0 SP20

 

Dam

How to save zero in BPC ?

$
0
0

Hi Experts,

 

Can anyone guide how to save zero in BPC ? I tried changing default values but didnt work. So, Please help on this.

 

Thanks

Natasha

How to retract planned data from SAP BPC on HANA to ECC

$
0
0

Hi Team,

 

 

   We are retracting planned data from SAP BPC NW 10.1 on HANA version:SAP_BW:740 and SP -Level 0008 :

 

               Either 1. To source system SAP ECC 6.0 on Oracle     or

 

                         2. To source system ECC on HANA.

 

Please provide information ; How to do retraction from SAP BPC 10.1 on HANA to source system ECC on oracle or ECC on HANA.

Reporting using Similar property value to sum up the member IDs

$
0
0

Dear Experts,

 

I have an requirement where in a dimension, say PRODUCT, has 1000 member IDs grouped using a property, say BRAND.

 

Eg:

 

PRODUCT IDBRAND
PROD1

BRAND1

PROD2BRAND1
PROD3BRAND2
PROD4BRAND2
PROD5BRAND2
PROD6BRAND3
PROD7BRAND3

 

I have reporting requirement wherein i need to show sales brand-wise

 

eg:

BrandSales
BRAND11000
BRAND24000
BRAND32000

 

Can anyone help me out on this.

 

Regards,

Amit.


BPC connection problem

$
0
0

Hi SCN

 

I can logon to the BPC system with my credentials in the EPM addin for Excel ( version 10.0.0.9063 ) and open an input form from the server however when ever I try to use the report I get the message shown ...

BPC1.png

 

Any ideas what is going wrong ?

 

regards

Ian

Allocation in BPC 10.1 Data Package

$
0
0

Dear All,

 

 

Can I execute Run Allocation script via data package "Default formulas" (with modifying the script to call my own script? Or should I use dedicated "allocation" data package?

 

 

Script:

 

// To allocate the QTY for each employee to budget cycle monthly

*RUNALLOCATION

  *FACTOR = 1/12

  *DIM TIME WHAT = NONE ;WHERE = BAS(2006.TOTAL); Using = <<<

*ENDALLOCATION

 

// To calculate Total cost for each employee

*WHEN ZKF

  *IS QTY

  *REC(EXPRESSION = %VALUE% * ([ZKF].[PRICE],[TIME].[NONE],[ZEMPLOYEE_T].[NONE]), ZKF = TOT)

*ENDWHEN


 

Existing Transaction Data:

 

TimeZKFEmployeeData
NONEQTYXXX2
NONETOTXXX500
NONEPRICENONE800

 

Expected Result for each month in 2006
TimeZKFEmployeeData
2006.01QTY   XXX=(2/12)
2006.01TOT  XXX=(2/12) * 800
NONETOTNONE1600

 

 

 

System throws errors (data package status is failed) : "Suppressed zero value records =12". But when I see the formula log, it already capture my expectation results. What could be the reasons?

 

 

 

Thanks.

SAP BPC Exam

$
0
0

Hi guys

i am trying to get sap bpc exam

i just find some sample questions and i cant find the answers

The attached figure shows a script logic written in BPC for NetWeaver. The dimensions, except for time and account, are all restricted to a single base level member. The account type dimension has 40 dimension members. How many records are written on execution of this script logic?
A. 12
B. 480
C. 40
D. 1

could you please explain the answer

Lookup on values (parent member) of other model

$
0
0

Hi everybody,

 

I have to get a value from one model within my application to save it in another model.

 

I tried to use the Lookup functionility of BPC but this doesn't work. I'm allways getting Zeros when I run the script.

 

Here is the code I used:

 

 

*LOOKUP MODELA

 

*DIM DATASRC = DS.TOTAL //Parent member

 

*DIM COMPANY = CO.2000 //Basemember

 

*DIM CURRENCY = USD //Basemember

 

*DIM MAC: A_ACCOUNT = A.N001  //Parent member

 

*ENDLOOKUP

 

*LOOKUP MODELB

 

*DIM MBC: COMPANY = CO.2000 //Basemember

 

*DIM MBC: CURRENCY = USD //Basemember

 

*DIM MBC: DATASRC = DS.TOTAL //Parent member

 

*DIM MBC: B_ACCOUNT = B.N001 //Parent member

 

*DIM MBC: RANK = RA.N001 //Parent member

 

*DIM MBC: NATIONALITY = NA.N001 //Parent member

 

*ENDLOOKUP

 

 

 

*SELECT(%CPTLF%,ID,CATEGORY,RUN_LOGIC = Y AND CALC = N)

 

*SELECT(%CPTPC%,ID,PROFIT_CENTRE,CALC = N)

 

*SELECT(%CPTFC%,ID,TIME,ACT_FOR = F AND LEVEL = MONTH AND CALC = N)

 

*XDIM_MEMBERSET A_ACCOUNT = A.1M406 //Specific Account

 

*XDIM_MEMBERSET PROFIT_CENTRE = %CPTPC%

 

*XDIM_MEMBERSET CATEGORY = %CPTLF%

 

*XDIM_MEMBERSET TIME = %CPTFC%

 

*XDIM_MEMBERSET COMPANY = CO.NA

 

*XDIM_MEMBERSET CURRENCY = USD

 

*XDIM_MEMBERSET DATASRC = CALC

 

*WHEN A_ACCOUNT

 

*IS A.1M406

 

*BEGIN

 

*REC(FACTOR = -(LOOKUP(MAC)+LOOKUP(MBC)),

 

DATASRC = CALC,A_ACCOUNT = A.10002,COMPANY = CO.2000)

 

*END

 

*ENDWHEN

 

 

When I run this script out of Model A everything seems to be working. But the Problem is that the lookup values for Model B are allways Zero. The strange thing is that this code worked last year correctly. This year the script doesn't calculates correctly. The difference is that we did a patch Level upgrade.

 

Regards

Derk

SAP BPC 10 NW - IC Matching

$
0
0

Hi,

 

I had used IC Matching to eliminate the difference between the Accounts.

I have used ICData for reconciliation & ICBooking for booking the difference.

 

The issue is that the Account Types I have used only AST & EXP

 

So how can I achieve this so that I would be able to use IC Matching.

I cant chanhge my Account types at this stage.

 

Thanks & Regards,

Ravi

How to archive comments in BPC NW 10?

$
0
0

Hi,

I would like to know information abot CMTA table. How to create comments in CMTA table? Is there any not ABAP program way to move comments from CMTA to CMT table?

 

Thank you,

Svetlana

Backend BW table for reject counts in datamanager packages

$
0
0

Hello Team,

 

I am not able to find the backend BW table for the logs of the data manager package which can tell about the rejected records count or sucessful records count.

 

I got all other information about the datamanager package form the table UJD_STATUS except records counts.

 

So can anyone please help me out to find the rejected records/sucessful records count in the backend BW table

 

I got 1 tableUJF_DOC but it is also not giving me the information which i want.

 

Thanks & Regards

Ronit Kumar


BPC10 Graphic Glitch/Bug on Excel

$
0
0

Hi all,

 

sometimes it happens to me this kind of strange (graphic?) bug on the Excel part of BPC:

 

 

2015-04-14 10_32_02-EPM  - Member Selector - ENTITY - __Remote.jpg

 

 

when I use the EPM - Member Selector (or the EPM Context filter), as you can see in the above image in the red squadre, there is a graphic glitch and I can't define the filter. I have to close and reopen the Excel in order to solve this issue.

 

This happen, as I said before, randomly (of course this mean I don't know the cause of the problem) but in a specific report it always happens after executing a macro. So, are there any specific VBA instructions that I should be aware of that can cause this kind of problems?

 

Thanks,

Michele

EPM 10.1 Filtering expansion with multiple properties

$
0
0

Hi all,

 

in EPMDimensionOverride i would like to filter my row expansion (on CDC dimension) with this condition:

 

ALL(CDC_TOT) AND ISDUMMY<>Y AND HLEVEL=7 OR ALL(CDC_TOT) AND ISDUMMY<>Y AND CALC=N

 

I have some CDCs with both the properties HLEVEL=7 and CALC=N. In the row expansion i found two rows with the same CDC element.

How can i perform a query univocal expansion?

 

 

In BPC 7.5 utilizing the condition ALL(CDC_TOT) AND ISDUMMY<>Y AND (HLEVEL=7 OR CALC=N) the expansion was correctly performed, in EPM 10.1 this condition is not rightly translated.

 

In attach you can find the print screen of the report.

 

 

 

Thanks.

 

Valeria

Formatting issue

$
0
0

Hi Experts,

 

I am having a bit of a problem with the formatting sheet.

 

I am using the formatting sheet to put calculations on the input sheet. However i am having an issue on the last line.

 

So the first part is when the entity is a base level and version = plan and week no does not <> 0 then put the calculation this part works fine.

as shown in format 1 attachment. and comes through perfectly on as shown in format 2 picture.

 

The issue is when the entity = central income and version = plan and time period <> 0 it is putting in the formula from the example above even though in the formatting sheet in is below the calculation shown in format 3 picture. I need to be able to put a number in here rather than the formula that is being used. Currently is it set to 10,000 and all in the formatting sheet as shown in format 1 picture.

 

Any help would be great.

 

Many thanks in advance

 

JJ

Row based Subtotal & Totals in EPM Report

$
0
0

Hi Experts,

 

I am working on a report where we need to have Row based Sub-totals & Totals to populate dynamically based on Version & Account Group selections.

 

In the report, we have --

 

1. Page Axis -- Version DIM

2. Row Axis -- Product & Account DIM

3. Col. Axix -- Time DIM

The requirement is to have sub-total for every Product as well as a Grand Total for all the Products.

 

Please advise.

 

Thanks,

Subbu.

Defaulting DIM Members in Context Pane in all Servers

$
0
0

Hi Experts,

 

Currently when a Report / Input form is developed in DEV system and moved to QUA system, all the Page Axis elements & Selection members are getting changed to the one defaulted from Context Pane.

 

Is there a way to handle this?

 

Advance thanks for your advise.

 

Subbu.

Viewing all 5414 articles
Browse latest View live


Latest Images

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