Quantcast
Channel: SCN : All Content - SAP Planning and Consolidation, version for SAP NetWeaver
Viewing all 5457 articles
Browse latest View live

Logic Script

$
0
0

Hi All,

 

 

I am new to scn, please help me to write the logic for given time period for forecast values,

the time period should be based on parameter selection.

My requirement is like this:

Category Actual, Time Period:2015.01,2015.02,2015.03,2015.04,2015.05,2015.06,

Category Forecast, Time Period:2015.07,2015.08,2015.09,2015.10,2015.11,2015.12.


BPC 7.5 NW - Export Data from Models gives incorrect number formating

$
0
0

Hi All,


Hoping someone could assist me on this.


System Details - SAP BPC 7.5 NW


We are facing a specific number format issue at one of our clients while trying to export data out of the system.


Following are the details –

While exporting data out of any BPC model using the standard SAP BPC export functionality the numbers which are –ve in the database are exported out with a “-“ sign after the numbers rather at the start.

i.e. -1000 in the DB is exported out as 1000- instead of -1000

We are expecting it to be the later i.e. -1000


Has anyone experienced this before.


Thanks & Regards,


Nilesh D

MOVE Data manager Package with keyfigure additions

$
0
0

Hi all,

 

can you please advise how to modify MOVE data manager package which will add (instead of overwrite) values from the source to the target and then the source records will be deleted?

 

Thanks

David

Customization of Standard Copy Package

$
0
0

We have a requirement to copy data from the last financial year to the current financial year but if we are in the middle of the financial year say July16 and user wants to copy data of FY15-16(July15 to Mar16) to FY16-17(July16 to Mar17), then in standard copy package we need to select the individual months in the prompt which is tedious to do or they can be chances of human errors. Hence to overcome this issue, we are planning to customize the standard copy package.


I tired with Process chain(Default formulae). In the BADI it is considering only source context/prompt but not destination context.


Is there any alternate solution to this and can we pass two variable to BADI by prompts to identify what is source and destination.




Limit context member selection by a node

$
0
0

Hi

I followed the discussion in thread "https://scn.sap.com/thread/3707815" prior to entering this question. However limiting the scope to =EPMContextMember(,"profitcenter","PARENTH1=ABC") didn't retrieved all the descendants and members under ABC. It only displays direct descendants of node: ABC.

 

If ABC has below structure, I am not able to

ABC

    ABC1

          ABC11

          ABC12

    ABC2

          ABC21

          ABC22

      

The above EPMContext formula would only retrieve ABC1& ABC2. What is the way to display all the structure below ABC?

BPC hierarchy returns 0 submitted, but records are found and accepted.

$
0
0

Hi All,

 

We are loading masterdata from the 0GL_ACCOUNT object in BW. Loading the members is going fine, but with the hierarchy we are experiencing a strange issue. For a particular node in the 0GL_ACCOUNT the hierarchy is not loading, but the system is not throwing any error messages, the log simply looks like this:

 

Task name HIERARCHY DATA SOURCE:

Info: Hierarchy node includes text node or external characteristics

Record count:                                              2113

 

 

Task name CONVERT:

 

 

No 1 Round:

Reject count: 0

Record count: 2113

Skip count: 0

Accept count: 2113

 

 

Task name HIERARCHY DATA TARGET:

Submit count: 0

model: FinPlan. Package status: SUCCESS

 

There is no level specified in the selection, but when this is specified, upto level 7 it is working, but from level 8 it stops working and nothing gets uploaded. Same source, different hierarchy node is working.

 

Any clues?

 

With kind regards,

 

Tim Vierhout

EPM Axis Override and EPM Insert members work together?

$
0
0

Hello ,

 

Does EPM Axis override and EPM Insert member work together ?

I need to build an input schedule with where user can choose which Dimension to appear on Row axis and then add members by using standard EPM Insert Members .

 

I have tried the same & It is throwing an error message.

 

Any other workaround possible ?

 

Thanks & Regards,

Sridhar Sundaram

Impossible to find the EPMXLAddinClient

$
0
0

Hello dear gurus,

 

can anybody help out with the following issue please?

 

print screen.png

We have office 2013, and it's working for everybody in the company excepting me ...I tried installing/uninstalling EPM/Analysis...nothing seems working!!

 

Thanks in advance for your help.

 

Regards

Moulay A.


automaticaly adjust row size after expand of parent node (double click)?

$
0
0

Dear Gurus,

 

i'm facing a problem in my report when expanding a parentnode by double clicking the column description.

 

This is my default report

08-07-_2016_11-00-06.png

When double clicking the node "IC Consolidation" the expand destroys the row height. even thought there are max 3 line see "Data entry individual Company".

08-07-_2016_11-02-41.png

as you can see the height is exceptionaly higher than the descriptions of the cells

 

When double clicking the rownumber at the left, excel adjusts the height properly (Standard Excel Feature).

 

Therefore my question. Is there a way to adjust the row size after the expand automaticaly. For example using VBA Macros?

I already read that there is no specific event for that case like "After_Expand".

 

The "After_Refresh" Event is not triggered when expanding the columns.

 

So you might have some advice or workaround for that problem.

 

Thanks in advance.

 

Kind Regards

Eric

Calculation of Column Data

$
0
0

Hello Experts,

 

Following is the sample report that I have created.

 

report.JPG

Here the Column Headers(Cells boxed in BLUE) reference the cells that are boxed in RED; So here the columns change dynamically based on Context Member selection of Time Dimension.

What I want to do is to calculate the Quarter as sum of the First Quarter ( 01;02;03), likewise for Second Quarter, Third Quarter and Fourth Quarter and this calculation must be dynamic.

I was suggested to use the Custom measures but I would like to know if that is feasible for my current requirement.

In addition, please find the measure formula that was taken from SE38 TCode

 

'IIF([%COST_CENTER%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC",SUM(PERIODSTODATE([%TIME%].[%TIMEQUARTERLEVEL%], [%TIME%].CURRENTMEMBER),[MEASURES].[/CPMB/SDATA]),IIF([%COST_CENTER%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="EXP",SUM(PERIODSTODATE([%TIME%].[%TIMEQUARTERLEVEL%], [%TIME%].CURRENTMEMBER),[MEASURES].[/CPMB/SDATA]),IIF([%COST_CENTER%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="AST",([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])),IIF([%COST_CENTER%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="LEQ",([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])),[MEASURES].[/CPMB/SDATA]))))';SOLVE_ORDER=3

 

Kindly advise on the above requirement.

 

Regards,

Sachin

Issue while posting/unposting jounral

$
0
0

Hello Experts,

 

I am facing an issue while posting journal entry. The issue is arising only for few entities.

Ths issue is here that the in spite of this error message, the entry get posted and the same is happening while unposting the entries

Capture.PNG

 

I have also checked the work status setting. The ID is also maintained in owner property of entity dimension and DAP has been assigned for these entities.

 

The  data is locked for this period at the different level of audit trail and i am trying to post entry in an new audit trail which is out of that locked level.

 

CPMBPC 810 008

 

 

Regards,

Rahul

BPC10.1 + Standard model + Error copying EnvironmentShell

$
0
0

Hello dear BPC gurus.

 

I am facing an issue (please refer to image below) while trying to copy standanrd EnvironmentShell.

 

Thank you for any valuable help.

 

Untitled.png

 

Regards

Salah

BPC Embedded need a BADI which is Equal to UJR_WRITE_BACK BADI in BPC Classic

$
0
0

Hi All,

 

I am working on BPC Embedded on HANA Project and I have a requirement in which I have to populate certain extra characteristics based on characteristic which I am getting in Plan Data so for e.g. if I am getting customer I have to populate Market Area and Customer group. Mapping of Customer to Customer Group and Market Area is in a Z table and I want to read this Ztable and populate them.

 

In BPC Classic we used to have UJR_WRITE_BACK Badi but in BPC embedded I am not seeing any BADI like this.

 

Could anyone please help me on how to achieve above using plan data.

 

Basically when user hit save in Analysis for office then before updating to cube I have to update plan data with these additional characteristics based on customer.

 

Regards,

Sumit

error message of "for infoObject 0FISCPER no fix valued is defined for compouding parent 0FISCVARNT"

$
0
0

I receive the error following message of "for infoObject 0FISCPER no fix valued is defined for compounding parent 0FISCVARNT" when I tried to validate the consolidation model in embedded BPC, anybody know how to fix it?

 

Thanks

DM Package (Clear) for more than one dimension member

$
0
0

Hello,


We are running BPC 7.5.

At the moment we have the following script that is deleting correctly the selected member CALC_B of the DATA_SOURCE dimension:

 

PROMPT(SELECTINPUT,%SELECTION%,,,"%TIME_DIM%,%ENTITY_DIM%,VERSION")

INFO(%SUFFIX1%,DIMENSION:DATA_SOURCE|CALC_B|)

TASK(/CPMB/CLEAR_CUBE,SELECTION,%SELECTION%%SUFFIX1%)

TASK(/CPMB/CLEAR_COMMENTS_FOR_CLEAR,SELECTION,%SELECTION%)

TASK(/CPMB/CLEAR_COMMENTS_FOR_CLEAR,ENABLETASK,0)

TASK(/CPMB/CLEAR_COMMENTS_FOR_CLEAR,CHECKLCK,0)

TASK(/CPMB/CLEAR_COMMENTS_FOR_CLEAR,CHECKJOUR,0)

 

But, we would like to delete 3 dimension members from the dimension, but in all our tests we can’t make it work correctly. When we add more than one member all the cube is deleted.

Can you please help?

Thank you in advance.


Inês


BPC offline Mode Input schedule import

$
0
0

Hello all,

 

I need to bring back data from an offline input schedule to bpc nw.  When I open Excel, everything is fine, until I connect to bpc, then the input schedule gets a REFRESH and my data is gone.

 

Somehow I have one example where this is working fine - but I cannot find the setting to reproduce this for other reports. I checked all User and sheet options, they are all the same.

 

Do you have any idea how to solve this problem?


best regards

stephen

How to have if else with blank member

$
0
0

Hello, quick question. How do I set up an if else statement, so that if A1=Yes, then it should show plan category, but else show blank member. if else works fine if it's just if A1=Yes, plan, else actual(both plan and actual are category member dimension) . But showing this blank doesn't seem to be possible. please advise.

Not able to display the total revenue on report for store 2 and store 3

$
0
0

In my report I want to display Total Revenue but here though the record is there in the BW I am not able to display it in report for store 2 and store 3.

On other hand I did not do any extra things in terms of even data but I can see the Total revenue of Store 1 with   other value.

But for store 2 and store 3 only sales price and sales quantity and sales values I am getting but while selecting the parent member 2013 Q1 I am not getting any things.

Please refer below screen

 

10.jpg

 

1021.jpg

102.jpg

 

 

but if i am selecting only Total Revenue then

1022.jpg

 

Here you can see that though the values are there in BW for 2013 Q1 i am not able to display it but for store 1 it is coming why ?

1023.jpg

 

Where is the problem i not able to figure it out please help ...

 

Thanks,

Ravi

No Members found in Dimension "SCOPE" for condition "CALC"="N"

$
0
0

Hi Experts,

 

facing the above written error when creating and valdidating the FXTRANS_LGF within a CONSOLIDATION TYPE Model. I don't want to use the SCOPE for currency translation just performing a Standard currency Translation from LC to Reporting Currency.

 

My SCOPE Dimension only includes one member "NO_SCOPE" and the Property "Currency_TYPE" is set to "N" all others are left blank.

 

When entering the following CODE:

 

*RUN_PROGRAM CURR_CONVERSION

 

*ENDRUN_PROGRAM

 

and pressing VALIDATE the error from the Header Line Comes up. Check all properties relevant for currency translation and everything looks fine. Even when i am entering the same code in a planning type model with same dimensions with the same members but just without SCOPE Dimension the program gets validated succesfully.

 

Thx for every hint and help

 

Best

Sebastian

BPC 10.1 EPM Unwired for IPAD..?

$
0
0

Hi Experts,

 

For BPC 10.1, what is the reporting and web add in for IPAD..?  Up to BPC 10.0 for IPAD EPM Unwired is the option.

 

Please guide me for SAP BPC 10.1 What is the Add in for IPAD..? or it is moved to Fiori app.?

 

 

Thanks in Advance

 

Ramakrishna

Viewing all 5457 articles
Browse latest View live


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