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

SAP BPC 7.5 NW Currency Translation

$
0
0

Hi Guys

Good day

ISSUE:When i run the FCTR Logic Balance sheet figures are translating, but Income statement figures are not.

I am currently working on Currency Translation(SAP BPC 7.5NW) . Used business rules to translate the Local currency to Reporting currency. It’s a financial type Application

The issues is my Balance sheet figures are translating, but Income statement figures are not.

ACCTYPE Property (EXP) and RATE TYPE Property (AVG) in Account dimension is fine.

Business rules setup.

Formula: 1 . for Balance sheet figures used “[END]”

                 2. for IS figures used “[AVG]”

I don’t understand why only BS figures translated when I run FX Trans logic.

Is there any other place to check ???.

Guys please advise me where I must check .

Thanks

Regards

Narsi


*FOR and TMVL at Script Logic

$
0
0

Hi, Experts!

 

May anyone tell me why this logic doesn't validate?

 

We receive the message: UJK_VALIDATION_EXCEPTION:Nenh.membro encontrado em dimensão "TIME" p/cond."CALC" = "N"

 

The script logic works when we change %FOR%= %MONTHS_ALL% by %FOR%=2013.01,2013.02 (for example). We can't insert all months, because they will change in time... Maybe another solution could help us.

 

*SELECT (%MONTHS_ALL%,"[ID]",TIME, "LEVEL='MONTH'")

*XDIM_MEMBERSET ACCOUNT = IMP_221001

*XDIM_MEMBERSET TIME = %MONTHS_ALL%

 

*FOR %TIM% = %MONTHS_ALL%

*WHEN TIME.PERIOD

*IS DEC,JUN

*REC(EXPRESSION=%VALUE%,ACCOUNT="PGTOIMP_221001", TIME=TMVL(5,%TIM%))

*IS JAN,JUL

*REC(EXPRESSION=%VALUE%,ACCOUNT="PGTOIMP_221001", TIME=TMVL(4,%TIM%))

*IS FEB,AUG

*REC(EXPRESSION=%VALUE%,ACCOUNT="PGTOIMP_221001", TIME=TMVL(3,%TIM%))

*IS MAR,SEP

*REC(EXPRESSION=%VALUE%,ACCOUNT="PGTOIMP_221001", TIME=TMVL(2,%TIM%))

*IS APR,OCT

*REC(EXPRESSION=%VALUE%,ACCOUNT="PGTOIMP_221001", TIME=TMVL(1,%TIM%))

  *IS MAY,NOV

*REC(EXPRESSION=%VALUE%,ACCOUNT="PGTOIMP_221001")

*ENDWHEN

*NEXT

 

*COMMIT

 

 

Best regards,

 

Ana Teresa

SAP BPC 10 NW Script logic *WHEN_REF_DATA=MASTER_DATA

$
0
0

Hi,

 

We are currently running BPC 10 NW SP 13

 

We have a data manager package that runs a script logic file to copy the transactional data from the PeriodicEntry model to the Consolidation model.

 

The logic file uses *DESTINATION_APP to copy the records , we have records in the PeriodicEntry that have been cleared/ zeroed and when running the data manager package to copy the records again the zeroed records to not get copied to the Consolidation Model and thus the records remains on the Consolidation model but is cleared on the PeriodicEntry model.

 

I have included the *WHEN_REF_DATA=MASTER data in the logic file to get all the records so that zeroed records are copied as well but it does not seem to work.

 

I have included the logic file (BM_PERE_TO_YTD.txt)  ,please advise if I need to change or correct anything.

 

 

Thanks

Gavin

Error checking the sataus of BM package

$
0
0

Hello All,

 

After I run the DM package, Package is showing succeeded and
when I click on formula log am getting the below error.

 

The remote server returned an error: (404) Not Found.  (Attached the screen shot of the same.)

 

Unable to contact the server

 

There was no endpoint listening at
http://bwdev.opgpower.com:8000/sap/bpc/files?method=preview&package_size=1000000.

 

 

Most importantly,Though the DM package is showing success, no data is generated

 

Thanks,

Devaraj.v

Unable to Open Consolidation Model in EPM Excel Client

$
0
0

Dear All,

 

While opening Consolidation Model in EPM Excel Client I am getting below Error

 

" Index was out of range. Must be non-negative and less than the size of the collection "

 

I am able to open other models but only problem with Consolidation model.

 

Kindly advice me, if anyone faced same issue.

 

Regards,

Niranjan

Calling a BADI from Logic Script

$
0
0

Hi Experts,

 

We created a logic script that calls a BADI at SAP BPC 10.0 NW. The environment was already updated. The BADI is working well.

 

We copied the application to another one at the same environment using UJBR, Unfortunately, when we call the logic script in this copied application, the part of the code that is inside the BADI doesn't return any value. It seems that these is not called... We run the logic script from UJKT and it's working at the copied application. So, only when we call the logic script by Data Manager at the copied application it doesn't run.

 

 

Attached, the logs.

 

May anybody help me?

 

Best regards,

 

Ana Teresa

How to get total for all members based on property?

$
0
0

Dear BPC Experts,

 

I am looking for a solution on the following problem.

Suppose I have 100 base level members in my product dimension and I have 1 property named as "OPD" in it.

 

Now this OPD property has 2 values namely "A" and "B".

 

A value is attached to 35 members in the dimension.

Now I am building 1 report where, I want total of all base members whose property is either A or B.

 

I tried using member property function in different ways, but every time it gave me list of all those members instead of 1 line value for all the members.

 

Can somebody help me please?

 

Best Regards,

Ashwin.

UJ_VALIDATION

$
0
0

Hello Experts,

 

I understand we can configure rules in UJ_VALIDATION to validate master data.  Can someone please explain how to configure rules in UJ_VALIDATION to set thresholds and validate transaction data?  The intent here is to prevent user from sending trial balance data (via input forms) that does not balance.

 

Thanks in advance for your guidance.

 

Regards,

Vijay.


ACCTYPE data for Account Dimension

$
0
0

Hi,

 

I am using Account dimension for GL Accounts. How do I populate value for ACCTYPE property? I don't have an attribute in 0GL_ACCOUNT info object to populate this. I have searched in forums but could not find a solution for this.

 

Can anyone explain how to populate data for the field.

 

-- Selva.

Page Axis getting overridden from context

$
0
0

I am trying to do a distribute and collect schedule for Australia and South Africa Entities in BPC 10.

 

In the input schedule template

a. I have Entity World (parent member) on page axis as well as context, all other context are base level members.

b.Time - Column Axis,

c. Account on Row Axis.


 

In the distribution template, I added Entity as the only variable key. All others except row and column axes in Fixed key area. I distributed the input schedule template for entities Australia and South Africa.

 

While collecting the schedule, the data was not saved saying that World is not base level member. Even though the entity in the page axes created for the distributed offline schedules had Australia and South Africa in their respective workbooks, while saving the system replaces the Page axis value of Australia or South Africa with the context value of World.

 

I was able to observe the replacement phenomenon when I tried to manually save the schedules that were modified offline.

 

However when I manually change the page axis member on the same schedule to some base member like India and try to save it, the Context member World does not replace the page axis member and the save is successful.

 

Can someone tell me what is wrong here ? Is it something to do with the patches ?

 

Thank you for your responses.

 


Scheduling Distribution Process in BPC

$
0
0

Hi,

 

I am trying the distribution process in EPM. I can do the distribution by selecting the option "Distribute Now".\

 

I am now trying to distribute using the option "Schedule the Distribution". I filled in all the required fields that are asked in the next steps and schedule the task. and i am also getting the files stored in the required folder after the distribution process is done.

 

I understand that when we schedule the distribution process, the task is in Windows Task. My question is- is there any way i can see the how much of the process ran, when the distribution is happening? What is the progress of the scheduled distribution when it is running?

Base member behaves like Parent

$
0
0

Hi,

 

We are facing an issue in consolidated report. when i refresh my report entity wise with elimination member of Entity Dimension.

My report looks like attached file:

scn post.PNG

In this file you can see that sum of all entity comes under Elimination column and next Group column (Parent of All entity and Elimination Member) adding all entity Plus Elimination Column which makes double amount under group( Which is wrong)..........We tried to resolve this issue to expand report on different selection then we found that

when we expand consolidated report on S_None (Group Dimension) report comes correct as we required with eliminated amount.

 

Can any you let us know where we did mistake or is there any patch issue with BPC 10.0 Tool ..Release 800 patch 08.

 

Thank you

 

Regards,

Gaurav

BPC 10 - Sorting Members

$
0
0

Hi Experts,

 

 

I have worked on BPC 7.5 and know How to sort the dimension members. But, now I have begun working on BPC NW 10, which has got completely new reporting process. I am facing a problem. I can not find out that How to sort the dimension members in report in new version BPC 10. In 7.5 version, we used to maintain the Sorting Range Parameter. Please explain me in detail.

 

Please help me out. Moreover, if any of you has important documents related to NW 10, Please share. I am facing quite difficulty to be familiar with the new version of BPC.

 

 

Regards

 

David

EPM add-in: cell reference changed

$
0
0

Hi,

I use cell reference in my Input Form. Column selection is based on Time property. When selection is changed reference is also
changed, for example from:

 

=EPMMemberProperty("";I7;"DATE_LAST")

 

to

 

=EPMMemberProperty("";H7;"DATE_LAST")

 

cell.png

 

This is
relevant information about release:

 

- BPC version CPMBPC Release = 800, Level = 0008 

- BPC version POASBC Release = 100_730, Level = 0008

- BW version SAP_BW Release = 730, Level = 0008

 

Thank you for any ideas.

 

Ivan

Parenth2 Automation

$
0
0

Hi all,

 

We have 2 hierarchies for Account Dimension. Now we maintained second hierarchy manually and the data load failed with error that XXXXXX has different members in Parenth1 and Parenth2 which makes sense.

 

Now the question is how can i load Parenth2 for a specific node only. Please note that I have only one hierarchy in BW and want to load from same hierarchy in both parenth1 and parenth2.

 

 

Can i achieve this through transformation /conversion file which I have tried with no success. Other option is START/END routine. If that is the only option we have then can anyone share some code if any.

 

Thanks,

Devang.


*IF statement under Mapping section of transformation file

$
0
0

I am trying to write the following statement but get error, this is transformation file for loading account master data

*MAPPING
ID=*IF(ID(1:2)=*STR(AA) /*STR(BB) THEN ID;*STR(A_) + ID))

 

Basically, if the account number is start with AA or BB, then the account number in BPC will be A plus the account number in BW.

 

How can we archive this logic here.

 

Thanks,

EPM 10 Report Distribution by email.

$
0
0

I am trying to distribution by email.

Distribute now option works,

But distribution of report by scheduling/email  does not work.

Has some successfully distributed reports by email  in EPM 10 by scheduling?

Please share information.

EPM 10 Master data deletion

$
0
0

We are in EPM 10 nw (SP7).

 

We have one of the dimension member define in account dimension but wrongly defined and hence we deleted from dimension excel sheet.

 

However later on when we saw the reports are erroring in all members line, after the line in which this member is located

 

For example if this member is located in line 25, all the line after 25 is erroring out for whole report.

 

Has some one noticed the same.

 

Is there any better way to address this master data deletion from BPC in production server?

 

Appreciate sharing information.

Conditions while loading from SAP BW

$
0
0

Dear All ,

 

 

Need help while copying data from BW cube into the BPC Model

 

 

We have a scenario where we have to distribute Sales Value (BW Cube Key figure) and Sales QTY (BW Cube Key Figure) to  Sales_
Domestic , Sales_Export , Sales_Intercompany (Members of BPC Account Dimension)

 

 

We had tried with a combination of MVAL and IF in the transformation file - but unable to get the exact syntax .

 

Can some one help with syntax or any other alternative way. 

EPM Add-In Becomes Disabled | BPC 10

$
0
0

Hi there

 

We are having a problem whereby our users' EPM add-in tab in Excel when using BPC is becoming disabled.

 

We are aware of the fix for this via the options menu and re-enabling... However, has anyone found a way of preventing this happening in the first place?  Or, does anyone know why this happens?  It is becoming quite a problem for our support team and it certainly isn't clear to the average user what needs to change in order to fix the problem.

 

Thanks in advance for your help

 

Ian

Viewing all 5414 articles
Browse latest View live


Latest Images

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