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

BPC 10.0 Report VBA Debug Error

$
0
0

Dear All,

 

I am facing issue while running the report in BPC. One Refresh button available in the report where when i click it the reports populated the data from Model but this report goes into the debugging mode. I have attached the screenshot as well. Please do check and suggest.

 

Your suggestions help to solve the issue. Please let me know if any more details required.

 

Regards,

Abhishek


Use BPC infoobjects for IP Cube

$
0
0

Hi  Gurus,

 

One of our client has a user base of 1000 and client can afford only 30 BPC licenses. For the remaining users the proposal is to have planning solution in BW IP.

 

Wondering if it is a good idea to use BPC created infoobjects ( or may be not directly but use Z infoobject referencing BPC Infoobjects )  for the BW IP build. We think we could leverage on BPC master data directly in the IP solution.

 

If any of you have done this past, it would be good if you could share your experience and challenges you have faced.

 

Also what are the advantages and disadvantages of this approach?

 

Thanks,

 

Arun

Data Manager Package Script Editor Variabes

$
0
0

Hi Experts,

 

I have a logic file that performs some calculations and sends the results to another cube. I'm trying to set up a data manger package to allow the user to specify the source version and the target version.

 

The source and target may be the same or they may be different - the cubes use the same Version dimension. Because they may be different I need two variables, so I can't use a SELECTINPUT prompt. And the COPYMOVEINPUT prompt won't allow me to specify the same source and target.

 

I've read the guide about passing dynamic variables to script logic. If I have to go to the trouble of setting up a process chain then so be it.

 

But I expect there is probably an easier way to do this. It doesn't seem to be an unusual requirement.

 

I'm running 7.5 for Netweaver.

Make *SELECT return unique values

$
0
0

Hi experts

 

My SELECT statement returns a list which contains duplicates:

 

*SELECT(%DEPNACCS%,DEPNACC,AssetClass,Calc=N)

 

I understand in MS I could remove the duplicates with some SQL:

 

*SELECT(%DEPNACCS%,DEPNACC,AssetClass,"Calc=N AND DEPNACC in select distinct DEPNACC from AssetClass")


Is there a way to achieve the same thing with NW?

*REC Dependent on Property of Target Dimension Member

$
0
0

Hi Experts

 

This doesn't work, but I'm hoping the bold lines explains what I'm trying to do

 

$TGTVER$ is a single member passed from DMP

 

*SELECT(%TGTTYPE%,GROUP,VERSION,ID=$TGTVER$)

 

     *WHEN ASSETCLASS.DEPN_EXP_ACC

     *IS %DEPACC%

 

            *REC(FACTOR=((%TGTTYPE%="FORECAST")*1),VERSION=$TGTVER$,COSTCENTRE=COSTCENTRE.FCGROUP,DATASRC=Input)

            *REC(FACTOR=((%TGTTYPE%<>"FORECAST")*1),VERSION=$TGTVER$,DATASRC=Input)

 

*ENDWHEN

 

That is: when the GROUP Property of the Target Version is FORECAST, write to the COSTCENTRE member that matches COSTCENTRE.FCGROUP in the source. In all other cases, write to the same COSTCENTRE member as the source.

 

I tried this as well. No sausage. Ternaries probably only work with values

 

*REC(FACTOR=(%TGTTYPE%="FORECAST") ? -1:0,VERSION=$TGTVER$,COSTCENTRE=COSTCENTRE.FCGROUP,DATASRC=Input)

Consolidation model without Currency dimension

$
0
0

Hello,

 

Can I create a Consolidation model without Currency dimension? Is it possible to use only Group dimension? I tried and system did not allow to do this. But probably some settings should be configured before?

 

For example, it is a quote from help "If the Groups dimension (G or R type) contains group members ...". What does it mean "Groups dimension (G or R type)" ?

 

We use BPC 10.0 NW.

 

 

Best regards,

Oleksandr

RUN_RSDRI_QUERY - Memory :Low issue

$
0
0

TRY.
lo_model
= cl_uj_model=>get_model( i_appset_id ).
lo_model
->create_tx_data_ref(EXPORTING
i_appl_name 
= i_appl_id
i_type      
= 'T'
it_dim_name 
= lt_dim_name
if_tech_name
= space

IMPORTING
er_data     
= lo_dataref.

CATCH cx_uj_static_check.

ENDTRY.


*Assigning the structure to tableASSIGN lo_dataref->* TO <lt_tx_data>.

TRY.

lo_query = cl_ujo_query_factory=>get_query_adapter(
               i_appset_id
= i_appset_id
               i_appl_id  
= i_appl_id ).
** Run Query to populate ct_data based on dimensions , selection criteria **.

lo_query
->run_rsdri_query(
EXPORTING
it_dim_name      
lt_dim_name " BPC: Dimension List
it_range         
=   lt_sel     " BPC: Selection condition
if_check_security
= ABAP_FALSE   " BPC: Generic indicator
IMPORTING
et_data          
= <lt_tx_data>
et_message       
= lt_message    " BPC: Messages
).


I am getting memory dump. Can you please let me know how to handle this case. I have more than 3Million records to be fetched from the cube.


I filled the LT_SEL with respective values, when I give a single value account, I am able to fetch without any issues for the same code.


ISSUE: Only when I run for a huge selection.

SAP BW (INA Provider) Not appearing in Connection Type..

$
0
0

Hi Experts,

 

Currently I am using EPM 10.0 SP 24 Patch 1 Net 3.5.  When I try to establish connection to Embedded Model, in the drop down of Connection Type, I was able to find only Planning & Consolidation Version for SAP NW or MS but not SAP BW (INA Provider).  How can I get this option in my Connection Type ??? Thanks in advance.

 

Regards,

Sreeni.


Link Analysis Office workbook to planning model

$
0
0

Dear Collegue,

 

it is my first time with BPC embedded, and we have some problem to link the Analysis Office Workbook with me planing model.

 

i found a link that explaint that, in the last point explained how to do to link Analysis Office Workbook to planning model, the first problem is that the guide says that i have to change the registry, when i executed the REGEDIT and look for the  KEY_CURRENT_USER\Software\SAP\AdvancedAnalysis\Settings\Planning i dont have this data.

 

Then when i open my workbook and go to tab Analysis. Select button Display Design Panel. On design panel go to Components and tab Planning.  But when i look for my plan model i dont found any model.

 

Could you help me.

 

Regards

unable to retrieve data saved in Input forms

$
0
0

SAP BW - Release 740, SP-Level 0010,

SAP BPC - release 801, SP Level 0010

 

Hi Gurus,

 

i have saved the data in InputForm but unable to retrieve the same. values disappear just after saving.

But data is written to database which was available in the backend. can someone tell me what the issue is?

 

Thanks

BK

Known Issues with RUNLOGIC_PH for SAP BPC 10.0 on BW 7.31?

$
0
0

Hi guys, I have used the RUNLOGIC_PH how-to guide a number of times on BPC NW 7.5 and also the latest HTG for 10.0 NW and they have always worked well for the purpose of parallel processing.

 

I was wondering if there are any known issues with implementing this on the more recent versions of BW (7.31) and BPC (ABAP component version 801 SP03 & POA component version 731 SP03)?

 

I have a piece of logic script that is taking 20 minutes to run sequentially, but when I execute via parallel processing it is taking over 4 hours! I know that there are many reasons for this including how you split your data sets using the CHANGED parameter, the number of processes used/available and ultimately your quality of hardware, but I have tried numerous combinations of these things and I am consistently getting the same results of >4 hours.

 

Interestingly, I removed the CHANGED parameter and the DM package coding (PARALLEL_EXECUTION(ON)) to test how long the process takes by simply executing the called logic underneath, and this took over 30 minutes. This surprised me; I presumed that with no parallel processing calls via the CHANGED parameter that this would take exactly the same time as when running the logic directly.

 

On a side note - this is currently being tested on a Development system, and our appserver and DB are on the same server/box. Our basis team are saying that this cannot be the root cause for the bad performance but I am unsure.

 

Any ideas/pointers would be greatly appreciated.

 

Thanks, Tom.

Failed to analyze instruction /CPMB/FAIL_SWITCH_TO_PLAN Optimize Model

$
0
0

Hi good day,

 

When I run a light optimization to a model I get the following error:

 

"Failed to analyze instruction / CPMB / FAIL_SWITCH_TO_PLAN"

 

Screenshot_1.jpg

 

 

I am working SAP BPC 10.1 NW SP09 Hana

 

They know how to solve this problem?

#Value in epmselect member function

$
0
0

Hello,

 

Here is my epmselect member formula, however when I double click on it it creates a #value  error. Here is the formula

 

=EPMSelectMember("HRP",EPMContextMember("HRP",C32),,C32). C32 has the name of the dimension.

 

Please advise. thanks.     

consolidation of financial statement

$
0
0

Dear All,

   

Namaste..

   

this is my first post on SAP SCN. feeling like first day of school. excited yet nervous. how people judge me ! I think I m going to tell something sensible
but what if adroit will find it buffoon's thought. but I think if I want to be graduate I have to face first day of school..

   

I have a situation where there is one parent company in India and four subsidiaries in different countries. all are on sap platform with different company codes and follows uniform fiscal year.

   

although we have facility to consolidate financial statement in SAP by "Consolidation" module, I have other idea of doing same.

   

with a vanilla example I will elaborate the same.

   

Suppose there is Parent Company P and Subsidiary S. P sold goods at price 100 to S. assuming that these goods are sold by S to out side world and there
is no other transaction in the current year in both the companies, following will be the financial statement of P and S

so1.png



All company's stand alone financials statements can be drilled down by F.01 with proper FSV. but if I want conso financial statement I have to do inter
company adjustment. for that if I create a new company code Say 9999 and if I extend GL, Vendor and Debtor in this company code and do journal entries as follows

   

  1. Sale Dr         100

  to Purchase Cr   100

  

  1. Debtors Cr   100

  to Creditors Dr    100

   

and then if I populate all three company codes in F.01 with proper FSV and execute financial statement. I will get consolidate financial statement which
will show only those transaction which are other than inter co. i.e in our case nothing.

 

However this was very simple example but when it comes with 6 inter company and voluminous transactions it becomes difficult to gather data for such inter company eliminations. If we create z report for such elimination which gets data for entire group companies and post journal entries for elimination in company code 9999. it becomes easy task.

 

Thanks & Regards

CA Chintan Trivedi

 

I am beginner in sap and taking training for FI module. I have functional specification of z report for inter company elimination if any one like to comment on.

Reading Comments through a csv upload

$
0
0

Hello Experts

 

Can anyone help me how to load comments in SAP BPC 10.1NW through a flat file?

 

Thanks

Rajani


Meet the Expert - Transports on SAP Business Planning and Consolidation for 10 and 10.1

$
0
0

Don't miss out the opportunity to acquire even more knowledge regarding an important topic on NetWeaver systems, focusing specifically on Business Planning and Consolidation.

This session will cover the following topics:

  • SAP BPC-NW 10/10.1 transport architecture
  • Basic configuration
  • Transport and activation processes
  • Essential Tables and parameters
  • Comments on ChaRM
  • Reading transport logs (checking the activation)

 

When: Tuesday, June 14, 2016 from 2:00 PM to 3:00 PM (BRT)


Link for registration:

https://service.education.sap.com/sap/bc/webdynpro/sap/zlso_esa_home?suser=I839719&hash=0E23F7062BD8FF2F0BD96DA278459632…

 

Please leave a comment below in case you have any question about this session.

Featured Content for SAP Business Planning and Consolidation for SAP NetWeaver

$
0
0

BPC BADI - sample code for simple caluclation

$
0
0

Hi,

 

I am new to BPC BAID - I tried to get sample code and steps, however exactly i am not getting correct steps. could you please help me.

 

i have to write simple code BADI(not direct script) of below calculation.

 

Cost = expenditure * other cost.

Expenditure loading from BW and Other cost is loading into BPC file.

 

provide full steps are useful.

 

Regards

Kumar

BPC NW 10 - Built the reports with EPM Excel with a structure

$
0
0

Hello,

 

Like BPC embedded with query designer, I would like the create the new structure for the column.

We have two dimensions for the columns : Time + Account

The reports has dynamic formatting,

 

The values for each dimensions are different for time and account

 

See the example, the user selects only the fiscal year : 2016 (cell D3) and the columns must be calculated

 

reports several dimensions in columns.PNG

 

For the dimension TIME, I used the function EPMdimensionoveride in order to select the serveral values : OK

 

For the column F and H , when I used the formula in field 'Data' in EPM formating sheet , its wrong

For the column F and H, when I used the local members, it's wrong too.

 

NB : If the values were fixed for one of the two dimensions, no problem...

 

NB : for the column I and J, I think that I will create the new report...

 

Can you help me in order to solve this problem

 

Thanks

Bastien

*REC Dependent on Property of Target Dimension Member

$
0
0

Hi Experts

 

This doesn't work, but I'm hoping the bold lines explains what I'm trying to do

 

$TGTVER$ is a single member passed from DMP

 

*SELECT(%TGTTYPE%,GROUP,VERSION,ID=$TGTVER$)

 

     *WHEN ASSETCLASS.DEPN_EXP_ACC

     *IS %DEPACC%

 

            *REC(FACTOR=((%TGTTYPE%="FORECAST")*1),VERSION=$TGTVER$,COSTCENTRE=COSTCENTRE.FCGROUP,DATASRC=Input)

            *REC(FACTOR=((%TGTTYPE%<>"FORECAST")*1),VERSION=$TGTVER$,DATASRC=Input)

 

*ENDWHEN

 

That is: when the GROUP Property of the Target Version is FORECAST, write to the COSTCENTRE member that matches COSTCENTRE.FCGROUP in the source. In all other cases, write to the same COSTCENTRE member as the source.

 

I tried this as well. No sausage. Ternaries probably only work with values

 

*REC(FACTOR=(%TGTTYPE%="FORECAST") ? -1:0,VERSION=$TGTVER$,COSTCENTRE=COSTCENTRE.FCGROUP,DATASRC=Input)

Viewing all 5457 articles
Browse latest View live


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