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

Unable to create Custom Measure in BPC 10.0 system

$
0
0

Hi Exerts,

 

Am trying to create Custom Measure in BPC system. Facing the following issue. “Value WTD for characteristic Measures unknown” .This is the logic i used and please find the attached error screenshot for your reference.




MEMBER [MEASURES].[JAN] AS 'IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC",-[MEASURES].[/CPMB/SDATA],IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="EXP",[MEASURES].[/CPMB/SDATA],IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="AST",([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[LEVEL02])),IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="LEQ",-([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[LEVEL02])),-[MEASURES].[/CPMB/SDATA]))))';SOLVE_ORDER=3



Kindly help me on this.



Regards,

Harini.


Problems with transport dimensions, masterdata cache store is missing for dimension

$
0
0

Hi Dear Experts,

 

We have some problems with transport environment to QAS system(before trans works properly),

 

after transport we get an error (8):

 

Table YMD17B3 does not exist

Failed to import entity Dimension, ID:VERSION

 

Table YMD17B3 really does not exist, but table /CPMB/YMD17B3 (Version) is exist in both systems.

 

UJA_DATA_CHECKER - in development system is good, but in QAS system error - Masterdata cache store is missing for dimension VERSION

 

Can you help me please?

 

STMS error:
Clip2net_150918163943.png

How to read data from the Stadard bpc cube

$
0
0

Hi Gurus,

 

I am not able to find out how to read data from the standard Cube any Function Module or programme.Please help me out.

 

Regards,

Ahmad

Useful ABAP Program tool for troubleshooting SAP BPC

$
0
0

Hi Expert's

 

I am newly in BPC.I want to know  some useful ABAP program which we run through in BW T code SE38 for troubleshooting  or finding error and fixed the problem in BPC.

 

Any one can share the useful link or note document to know details about the abap program.

 

Advance thanks.

 

Mayur

How to generate a list with all the tasks included in a BPC package link?

$
0
0

Hi,

 

I am looking for a way to generate a list with all the tasks that are included in specific BPC package links.

 

The same list that can be displayed via Excel BPC --> More --> Organize Package Link List --> Modify Package Link (I am using BPC 7.5)

 

Any suggestions?

 

Thanks!

Diana

EPM - Member Selector Default to List instead of Hierarchy in EPM 10 SP21

$
0
0

When I run a Data Manager package, I have to select Dimension members using the EPM - Member selector. In EPM SP21, it is showing default to List instead of Hierarchy. My users want to show Hierarchy as default. If any one know the solution for this please let me know. Thanks for your help in advance.

Confusing Member Formula Result

$
0
0

Hi,

 

We are running BPC 10.0 Netweaver with a periodic model setup. I have a member formula setup for the OPENING_ASSETS account member formula that returns either the result of the previous input schedule ending assets or the result of the previous ending assets result.

 

The formula works find but for some reason periods 2015.04, 2015.07, and 2015.10 all show up blank under opening assets. I don't understand why these would be blank when the previous member is populated. I even tried populating both the ending_assets_inp and ending_assets in case it was pulling the value from the wrong one.

 

If someone can explain why this is happening that would be great.

 

IIF([TIME].CURRENTMEMBER.PROPERTIES("TIMEID")<[CATEGORY].CURRENTMEMBER.PROPERTIES("OPENING_PERIOD"),

([ENDING_ASSETS_INP], [TIME].PREVMEMBER),

([ENDING_ASSETS], [TIME].PREVMEMBER))

 

issue.png

DMP parameter selection issue

$
0
0

Hi,

 

I am trying to run the DMP for transferring the Net/profit or loss to the Retained earning account.

 

Below is the Script:

 

*RUN_PROGRAM CALC_ACCOUNT

CATEGORY =%CATEGORY_SET%

CURRENCY = LC

TID RA  = %TIME_SET%

CALC = CY_Retained Earnings

OTHER = [ENTITY=%ENTITY_SET%]

*ENDRUN_PROGRAM

 

Business Rule:

Capture.PNG

DMP selection while execution:

Capture.PNG

 

Issue:

When I am selecting the Entity 1090 for period 2013.06, the DMP runs thie logic for all the periods of this company code.

 

Earlier, when I was select one entity in the DMP it was executing the DMP for all entities, and hence we modified the logic to "OTHER = [ENTITY=%ENTITY_SET%]". Now the selected entity get executed but for all the periods instead of the selected period in the DMP.

 

Kindly advice.

 

 

Regards,

Shilpa


BPC 10 Transport Data Manager Packages in team folders

$
0
0

Hi all,

 

We are on BPC10.0 (CPMBPC 801 SP9), and are having problems transporting Data Manager Packages which are stored in Team Folders.

 

When we collect a transport in RSA1 > Transport Connection, we can only see Data Manager Packages in the Company folder ( [Environment Name] > Model > [Model name] > Business Unit > Company > Datamanager > Package ). And these DMPs are collected and transported fine.

2015-10-16 16_33_20-Clipboard.png

 

However any DMPs that we have sitting against Team folders are not visible in the hierarchy, so we cannot collect it in a transport.

 

The reason why we put some DMPs in Team folders is because certain DMPs (like loading data or running logic) should only be run by users in a specific team.

 

Has anyone had the same experience? Is there a way to collect DMPs that are inside Team Folders into a transport?

 

Cheer,

Carlton.

BPC environment

$
0
0

Hi

Experts

 

there is BW env which shows that there are applications(infocubes)

But the client says that there is no Env for BPC

 

what does it mean

 

please advice

 

thanks

BADI in BPC

$
0
0

Hi,

 

I have a logic script which calls a certain Badi. In the logic script code, say Badi name : XYZ is called. Now how do I see the code of this Badi in SE19. When I enter the name of XYZ in SE19, I get the error not found.

 

Please help!!!

 

Sincerely,

Nicky

Rounding off the value with only logic script

$
0
0

Hi BPC experts,

 

I would like to round off the values to 2 decimals when running a currency translation or consolidation (which also requires a currency translation).

 

My logic script is the following :

 

for currency translation :

 

script currency.JPG

 

for consolidation (the screenshot only displays the currency translation part) :

script conso curr.JPG

 

These logic scripts work as for having only 2 decimals but it does not always round off the values in the right way :

 

For instance, I have 723337,19207 euros without the rounding process. Once it is rounded, it shows 723337,20 euros.

 

Normally, it should round to 723337,19 euros.

 

A second example is 164744,739327 euros but when rounded, it displays 164744,73 euros. Normally, it should display 164744,74 euros.

 

 

Therefore, is there something to add to this logic script ? Or is there another solution for rounding off the values ?

 

I also tried the BADI in the How to Guide but it did not work at all. I ran /CPMB/DEFAULT_FORMULAS and linked this package to the logic script defined in the guide but there was 0 record.

 

Please, help me out.

 

Thank in you in advance,

 

Dat

Issue with Data Access file

$
0
0

Hi All,

 

I am trying to give write access to 2 different user in two different hierarchy of Account type dimension but when I am assigning individual DAP to particular user, both user are getting write access on both the hierarchy.

 

Example :

DAP_User1 - should have write access to PL account PL600 (Hierarchy)

DAP_User2 - Should have write access to BS accouts BS000(Hierarchy)

 

I assigned DAP_User1 to user1 and DAP_User2 to User 2.

 

But when both the user logged in to BPC excel client, they are able to see both the hierarchy.

 

Can anyone suggest what am I missing.

 

Thanks,s

Bharat Vema

Opening balances issue after running the consolidation

$
0
0

Hi,

 

I am running consolidation and noticed that when I see the Closing balances eliminations, they are happening correctly. But when the same comes to the opening balances elimination, all the data in the Input audit id becomes zero and gets posted into a Elimination ID instead of getting the reverse posting.

 

 

Below are the screen shots:

 

 

Opening Balance in USD in Non group scope:

Capture2.PNG

 

Opening balance in  Input in group scope after consolidation

 

Capture3.PNG

 

 

Closing balance in the group scope after consolidation

Capture5.PNG

 

Business Rules configured:

 

Capture1.PNG

 

Please suggest.

 

Regards,

Shilpa

Transformation File Validation Error

$
0
0

Hi All,

 

I tried to validate the transformation file with the newly created cube,which have the same filters and access as old cube,

I was able to validate the file with the newly created cube before and recently its throwing me the error as below

 

[Start validating transformation file]

Validating transformation file format

Validating options...

Validation of options was successful.

Validating mappings...

Validation of mappings was successful.

Validating conversions...

Validation of the conversion was successful

Creating the transformation xml file. Please wait...

Transformation xml file has been saved successfully.

 

 

Begin validate transformation file with data file...

[Start test transformation file]

Validate has successfully completed

ValidateRecords = YES

End routine is called in convert

No records are returned from (CubeXXX)

Reject count: 0

Record count: 0

Skip count: 0

Accept count: 0

 

Error: All records are rejected

 

 

Can you please help..


Move data from YTD to Periodic

$
0
0

Hello Folks,

     We are on EPM 10 SP11. We have a consolidations Model with storage type YTD and we need to move data for some accounts from this Model to another model and that model storage type is Periodic. I would like to know how can we move the data from YTD to Periodic. In the script logic when I give XDIM_MEMBERSET MEASURES=PERIODIC, it is giving issue with storage type has to be YTD.


Non-Unicode BW with BPC 10 work around?

$
0
0

Hi Experts,

 

Wondering if SAP have a note for a work around yet or if any customers have successfully installed BPC 10 on a Non-Unicode BW instance?

 

Devon

BPC application - global data environment

$
0
0

Hi SCN

 

I have a workbook using BPC 10 with a global declaration in a VBA module which is set when the data from BPC is refreshed.  When operating the workbook, this Boolean is tested - if not set, the code requires the user to refresh.

 

This refresh is time consuming and for some reason, the global data is initialised yet there is no code to do this and a watch-point on the global does not fire.

 

 

Is there anything unusual about the BPC environment? 

 

 

I have noticed that the Workbook macro Open does not fire when the workbook is opened from the server for example.

 

 

 

regards

Ian

LINE 11 syntax error: " missing name after .operator"

$
0
0

Hi Can you guys help me how to reslove this error. Iam trying to create 6 months forecast logicscript. Just started with the first month and iam getting this error.LINE 11 syntax error: " missing name after .operator"

 

*XDIM_MEMBERSET CATEGORY = Forecast

*XDIM_MEMBERSET ENTITY = %ENTITY_SET%

*XDIM_MEMBERSET PRODUCT_ALLOC = %PRODUCT_ALLOC_SET%

*XDIM_MEMBERSET RPTCURRENCY = LC

*XDIM_MEMBERSET TIME = %TIME_SET%

*SELECT(%ACCTSET%,"ID",ACCOUNT,"IS_ACCT_FC = 'Y'")

 

 

 

 

*FOR %ACCT% = %ACCTSET%

 

 

[ACCOUNT].[#%ACCT%] = 1/6 * (([ACCOUNT].[%ACCT%],[CATEGORY].[Actual],[TIME].[TMVL(-1,%TIME_SET%)]) + ([ACCOUNT].[%ACCT%],[CATEGORY].[Actual],[TIME].[TMVL(-2,%TIME_SET%)]) + ([ACCOUNT].[%ACCT%],[CATEGORY].[Actual],[TIME].[TMVL(-3,%TIME_SET%)]) + ([ACCOUNT].[%ACCT%],[CATEGORY].[Actual],[TIME].[TMVL(-4,%TIME_SET%)]) + ([ACCOUNT].[%ACCT%],[CATEGORY].[Actual],[TIME].[TMVL(-5,%TIME_SET%)]) + ([ACCOUNT].[%ACCT%],[CATEGORY].[Actual],[TIME].[TMVL(-6,%TIME_SET%)]))

 

 

*NEXT

 

 

*COMMIT

How can we track data changes in Input templates while planning?

$
0
0

Hi all,

 

Can you please let me know how to track data changes in input template while i am planning,

 

Scenario: During planning cycles when users submit there budget or Latest outlook data in templates they need know who has done what changes for that profit centre  or Cost centre as an example.

 

I know there is Audit functionality   but users do not want want to use it as it is impacting performance?

 

Please let us know what are ways we can track the data changes in BPCNW10.

 

Regards,

Kumar

Viewing all 5414 articles
Browse latest View live


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