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

Define a dimension automatically macth two dimensions

$
0
0

Hello Experts,

 

I have 2 dimensions GL Account and Cost Center and I need to classify each combination for a group. Example:

 

GL Account          Cost Center          Group

780100                   4110341               Labor

780100                   4110341               Manufacturing

780290                   4110341               Others

 

For each GL Account + Cost Center I have one group. I just have the dimensions GL Account and Cost Center created in my Model but my user needs reports by Group.

 

I thought to create a new dimensios Group. One member of this dimension will be Not Defined. All data saved by Input will used this member. And I would like to have a Package that re-classify this Not Defined Group for a validade one. I could have a file with the GL Account Cost Center and the Group.

 

Is it possible?


How to pass Prompt Values dynamically from the custom z table in SAP BPC

$
0
0

Hello Everyone,

 

Is there any way to pass the values from table to Prompts when we are running data manager packages. Lets assume suppose if the user wants to maintain the prompt values in the table and when he run the data manager those values to be passed to the prompt of the data manager automatically.

 

Any Suggestions...

 

 

Thanks in Advance,

Siva Nagaraju

Problems asigning a member.

$
0
0

Hi experts.

 

I have this code:

 

*XDIM_MEMBERSET P_PLATAFORMA = <ALL>

*%PAIS_IC% = P_PLATAFORMA.PAIS

*SELECT(%PAIS_IC%,ID,P_GEOGRAFIA,[ID] = P_PLATAFORMA.PAIS)

 

The dimension P_PLATAFORMA has some many members and I need to identify the correspondig value for the property "PAIS". To do it I try using one of the last two sentences:

 

But unfortunately these don't work.

My question is how I can store in the variable PAIS_IC the content of P_PLATAFORMA_PAIS?

 

Thanks

Integration between SAP SSM 10.1 and SAP BPC 10.1(NW)

$
0
0

HI,

 

Please guide me how we can get data from SAP BPC 10.1(NW) to SAP SSM 10.1.

Do we need to a FIM as pre-requisite or we can use SAP BW 7.4 as a base to get data from SAP BPC.

 

Please share any document regarding this , if available

 

Thanks and regards

Rahul Sharma

EPMSelectMember OnChange Refresh report

$
0
0

Hi experts,

 

I want to use EPMSelectMember in a cell but according to this cells' selection I am overriding members in row, so I need to refresh active report, or workbook.

I had written a simple macro getting any change in value of cell containing EPMSelectMember formula but strangely even though I select different members my macro does not work. Do you have any idea?

 

Dim client As New EPMAddInAutomation

Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Column = 6 And Target.Row = 21 Then
client.Refresh
End If
End Sub

 

Thanks in advance,

Ergin Ozturk

Unrealized Profit on Inventory - BPC 10

$
0
0

Dear Experts,

 

I have a question regarding this kind of elimination and I would be grateful if you could help me with it. I would like to know if BPC 10 supports this and if you could guide me a little in the correct direction in how to implement the required business rules, which are the steps and what are the components required in the Consolidation and/or IC models. Any guidence from a functional and technical viewpoint will be apreciated as I still need to learn from both fronts.

 

Thank you very much for your help.

 

Best regards,

Joaquin.

Report actuals till last closed month

$
0
0

Hello Experts,


We have a requirement to report actuals till last closed month(which is August for now) but reports are not created in such a way that it shows different time data for different versions at the same time.Adding time dimension in column axis makes the report static and thereby we ultimately looses its dynamic nature.

 

For example, In one of the report,Profit center(expansion is dynamic) and Category dimension(one is actual and another one is always based on user selection) are in column axis and time selection is at the top.It retrieves data for both the versions but for the same time period.But the requirement is show actuals till last closed month and other comparison version based on time selected by the user.Adding time dimension in column axis makes the report static because then profit centers needs to be hardcoded as well.

 

Our main goal is not to touch the existing reports because then we loose the dynamic nature of it. Is there any way to do it with minimal changes in Admin or Reports without losing its dynamic nature.

 

 

Any help will be much appreciated.

 

Many Thanks

Sim

Combine "hide empty rows" with EPM pane member selection

$
0
0

Dear all,

 

We build an input screen that include that include multiple dimensions, each of them having many members but only predefined combinations of dimensions members should be available for budgeting.  For that purpose:

 

  • We created an input screen that include only the possible value
  • We also entered dummy values (0,01) for each possible combination of dimension members in order to use the standard functionality "hide zero and/or empty rows".
  • We activate the above functionality (hide zero and/or empty rows)

 

This work fine until we try narrowing the number of rows by removing some selected dimension member via the EPM pane, when refreshing the data we get the error message about "too many tuples" as if BPC first tried to generate all possible combinations of dimensions members before narrowing the selection to the "non zero or empty" rows.

 

Any idea on how to combine these two options and on a more general way how to handle predefined combinations of dimensions members

 

Thanks and regards

 

Thomas


EC CS vs BPC Consolidation

$
0
0

Hi Guys,

 

I am looking for information on EC CS Vs BPC for Legal Consolidation?

 

If a client has hundred company codes and thousands of cost centres and no profit centres then  EC CS or BPC ? Which is best and why so?

 

Any inputs are appreciated .

 

Thanks,

Naresh .K

Restricting Dimension members in a RUN_PROGRAM CALC_ACCOUNT by property

$
0
0

Hi!  I'm trying to run an account-based calculation for a certain group of entities and a certain group of intercompanies (based on properties in each dimension).  I cannot find documentation on how to set this up for a CALC_ACCOUNT.  I don't want to make these user-selected for a variety of reasons, and because there are a lot of members which can change, I cannot list them all.

 

Will the following code work?  If not, how do I set up?  I cannot find documentation for this.  I've been told everything for a RUN_PROGRAM must happen within the RUN_PROGRAM block of code and not outside. 

 

*XDIM_FILTER INTERCO = [INTERCO].PROPERTIES("OUTSIDE") = "Y"
*XDIM_FILTER ENTITY = [ENTITY].PROPERTIES("NONUSD")="Y"

 

*RUN_PROGRAM CALC_ACCOUNT

CATEGORY = %CATEGORY_SET%

RPTCURRENCY = USD

TID_RA = %TIME_SET%

CALC = RE_RATE_ADJ

OTHER = [GROUP = %GROUP_SET%]

*ENDRUN_PROGRAM

Variably blocking time

$
0
0

Hi Gurus

When loading the base year, I need to block all data are loaded and are part of the input Schedle.

But this is variable, for example, if I am in August and Julio by real data, these should be blocked (January-July), but if I decide to change the month after cutting in September, I need to block from January to August.

I tried blocking the report, but that leaves fixed a period of time and need to apply mobility according to charging period.

Anyone know how to do it?

Greetings and thank you very much

Carolina

Planilla Bloqueada.pngBloqueo de Input.png

EPM 10 NW reports issue.

$
0
0

Some of the reports in the server in BPC is suddenly showing up with no data. But if the same reprot is recreated , I can see the data. What could be the reason for this? Appreciate inputs..

BPC 10.0 Work Status Functionality

$
0
0

Hi everyone,

 

Does the WS functionality the same in 10.0 as in 7.5 version? I need to cover the following customer requirement: "A hierarchical level may perform simulations only when the lower level is closed",ie, is a typical behavior on budget workflow, but to get it in 7.5 version is neccesary implement a nonstandard program.

 

Regards,

Fernando.

Data Retract from BPC 10 to ECC - New Error

$
0
0

Hello Experts,

 

 

 

We have a Badi built to do data retract from our BPC 10 to
ECC. It has been working fine, until last week. We normally load a lot of data,
for many Entities and GL Accounts. Now, when I do the load, it shows
"Successful" on the DM Package Status, but the values do not get
loaded into ECC. If I load just one amount, say one Entity and one GL, it does
load as expected. But this is not a solution that would work for us. I am not
sure what changed, but it no longer works as we need it to. Below is my detail
log, I think it has something to do with the
Bold
line below, which I do not see when loading one by one.
The expert that built the Badi for us is no longer here, so our technical
knowledge and resources are limited. Any input would be greatly appreciated.

 


  


/CPMB/MODIFY completed in 0 seconds


/CPMB/APPL_TD_SOURCE completed in 7 seconds


/CPMB/EXPORT_TD_CONVERT completed in 0 seconds


/CPMB/BADI_TARGET completed in 2 seconds


/CPMB/CLEAR completed in 0 seconds



[Selection]



--------------------------------------------------------------



SELECTION = /NAM_PRIMARY/Planning/PRIVATEPUBLICATIONS/USSEDYA/TempFiles/FROM.TMP@@@SAVE@@@@@@EXPAND@@@|DIMENSION:ACCOUNT|A_41100000,A_41100001,A_41100099,A_41101000,A_41103000,A_41103001,A_41103002,A_41103098,A_41105000,A_41109000,A_41109001,A_41109002,A_41109003,A_41109004,A_41109005,A_41109006,A_41109007,A_41109010,A_41109500,A_41109501,A_41109502,A_41109600,A_41109601,A_41109602,A_41109603,A_41109604,A_41109605,A_41700000,A_41700001,A_41700002,A_41700010,A_41700011,A_42100000,A_42100001,A_42100002,A_42100003,A_42105000,A_42200000,A_42200001,A_42200002,A_42200003,A_42200004,A_42200005,A_42200006,A_42200007,A_42200008,A_42200009,A_42200010,A_42200011,A_42200012,A_42200013,A_42200090,A_42200091,A_42200092,A_42204000,A_42205000,A_42205001,A_42205002,A_42205003,A_42205004,A_42205005,A_42205006,A_42205500,A_43100000,A_43100001,A_43100002,A_43100003,A_43100004,A_43100005,A_43100006,A_43100090,A_43105000,A_43105001,A_43105002,A_43500000,A_44000000,A_44000001,A_44000002,A_44000003,A_44005000,A_45000000,A_45001000,A_46000000,A_46000001,A_46000500,A_46001000,A_46001001,A_46001500,A_46002000,A_46002100,A_46005000,A_46006000,A_46006001,A_47100000,A_47100001,A_47100200,A_47100300,A_47100900,A_47105000,A_47109000,A_47109900,A_47109901,A_47200000,A_47200001,A_47201000,A_47201500,A_47201900,A_47203000,A_47203001,A_47203099,A_47203500,A_47203599,A_47204000,A_47204099,A_47204500,A_47205000,A_47205010,A_47205100,A_47205110,A_47206000,A_47208000,A_47208500,A_47209000,A_47209500,A_47209501,A_47209502,A_47209900,A_47209901,A_47209902,A_47304000,A_47304001,A_47304002,A_47304100,A_47306000,A_47306100,A_51110000,A_51111000,A_51113000,A_51114000,A_51114001,A_51151000,A_51200000,A_51200001,A_51201000,A_51300000,A_51305000,A_51305001,A_51320000,A_51400000,A_51400001,A_51401001,A_51401002,A_51401003,A_51401004,A_51401005,A_51401006,A_51401007,A_51401008,A_51401009,A_51401010,A_51401011,A_51401012,A_51401013,A_51401014,A_51401015,A_51401016,A_51401017,A_51402000,A_51403000,A_51404000,A_51404015,A_51409900,A_51450000,A_51500000,A_51500001,A_51503000,A_51550000,A_51550001,A_51600000,A_51600001,A_51700000,A_51700001,A_51701000,A_51750000,A_51750001,A_51800000,A_51800008,A_51800009,A_51800014,A_51800015,A_51800018,A_51800019,A_51800020,A_51800021,A_51800022,A_51800025,A_51800027,A_51800028,A_51800029,A_51800030,A_51800031,A_51800032,A_51800036,A_51800037,A_51800038,A_51800039,A_51800040,A_51800041,A_51800042,A_51800043,A_51800044,A_51800045,A_51800046,A_51800047,A_51800048,A_51800049,A_51800050,A_51800051,A_51800052,A_51800053,A_51800054,A_51800055,A_51800057,A_51800058,A_51800059,A_51800061,A_51800062,A_51800068,A_51800070,A_51800080,A_51800082,A_51800083,A_51800084,A_51800085,A_51800086,A_51800090,A_51800091,A_51805002,A_51901000,A_51901001,A_51901002,A_51903000,A_51905000,A_51905090,A_51909000,A_52100000,A_52100001,A_52100002,A_52100003,A_52100004,A_52100005,A_52100006,A_52101000,A_52101001,A_52101002,A_52101003,A_52101004,A_52101005,A_52150000,A_52150001,A_52200003,A_52200004,A_52200005,A_52200006,A_52200007,A_52220000,A_52220001,A_52220002,A_52220003,A_52220004,A_52220005,A_52220006,A_52220007,A_52220008,A_52220009,A_52220010,A_52220011,A_52250000,A_52250001,A_52250002,A_52250003,A_52250004,A_52270000,A_52270001,A_52270002,A_52270003,A_52270004,A_52270005,A_52270006,A_52270007,A_52270008,A_52300000,A_52300001,A_52300003,A_52300004,A_52300005,A_52300006,A_52300007,A_52300008,A_52300009,A_52300010,A_52302000,A_52305000,A_52305001,A_52305002,A_52305003,A_52305004,A_52305005,A_52305006,A_52305007,A_52305008,A_52900000,A_52900001,A_52905099,A_53100000,A_53100001,A_53340001,A_53200000,A_53250000,A_53301099,A_53302018,A_53302019,A_53302020,A_53302099,A_53310000,A_53310001,A_53310099,A_53320000,A_53330000,A_53340000,A_53400000,A_53400001,A_53500000,A_53501000,A_53502000,A_53502099,A_53600000,A_53610000,A_53620000,A_54100000,A_54200000,A_54200001,A_54200002,A_54200003,A_54200010,A_54200020,A_54300000,A_54300001,A_54300099,A_54400100,A_54400101,A_54400199,A_54405100,A_54405199,A_54410000,A_54430000,A_54430001,A_54600000,A_54905099,A_54909099,A_54909900,A_54909901,A_54909999,A_54910000,A_54920000,A_54920001,A_55100000,A_55101000,A_55105000,A_55108900,A_55109000,A_55200000,A_55205000,A_55205002,A_55300000,A_55300001,A_55300002,A_55300003,A_55300004,A_55300005,A_55302000,A_55305000,A_55307000,A_55400000,A_55500000,A_55500001,A_55505000,A_55505002,A_55505003,A_55505004,A_55508000,A_55508001,A_55900000,A_55900001,A_55900002,A_55900003,A_55900004,A_55900005,A_55900006,A_55900040,A_55901000,A_55901099,A_55902000,A_55902001,A_55902002,A_55902003,A_55902004,A_55902005,A_56110000,A_56110001,A_56110002,A_56130000,A_56130001,A_56130002,A_56130099,A_56210000,A_56210001,A_56210002,A_56210003,A_56210090,A_56230000,A_56230001,A_56230003,A_56250000,A_56270000,A_56310000,A_56310001,A_56330000,A_56330001,A_56330002,A_56330099,A_56810000,A_56830000,A_56830099,A_56910000,A_56911000,A_56912000,A_56913000,A_56914000,A_56930000,A_56931000,A_56932000,A_56933000,A_56934000,A_56935000,A_56935001,A_57101000,A_57103000,A_57109000,A_57109099,A_57150000,A_57150001,A_57150100,A_57150199,A_57150200,A_57171000,A_57171100,A_57172000,A_57173000,A_57173099,A_57174000,A_57200099,A_57201100,A_57201200,A_57202100,A_57202200,A_57203100,A_57203200,A_57204100,A_57204200,A_57250000,A_57310000,A_57310099,A_57350000,A_57350099,A_57370000,A_57370099,A_57370100,A_57374000,A_57400000,A_57401000,A_57401001,A_57401090,A_57405000,A_57405100,A_57405101,A_57500000,A_57500100,A_57500199,A_57900000,A_57900090,A_57900099,A_57950000,A_57950090,A_57951000,A_57951090,A_57952000,A_57953000,A_57953099,A_57980000,A_57981000,A_57981100,A_57981199,A_57990000,A_59110000,A_59120000,A_59120001,A_59130000,A_59130001,A_59140000,A_59140001,A_59149000,A_59149001,A_59150000,A_59150001,A_59157000,A_59157001,A_59159000,A_59159001,A_59160000,A_59160001,A_59160099,A_61110000,A_61130000,A_61151000,A_61181000,A_61300000,A_61700000,A_61700099,A_61800000,A_61800099,A_62100000,A_62120000,A_62120099,A_62200000,A_62220000,A_62220099,A_62240000,A_62260000,A_62260099,A_62280000,A_62280099,A_62300000,A_62320000,A_62320099,A_62340000,A_62340099,A_62360000,A_62360099,A_62370000,A_62370099,A_62380000,A_62380099,A_62400000,A_62420000,A_62420099,A_62500000,A_62710000,A_62720000,A_62730000,A_63110000,A_63110099,A_63170000,A_63170099,A_63170100,A_63170199,A_63174000,A_63210000,A_63210099,A_63220000,A_63251000,A_63251099,A_63261000,A_63261099,A_63263099,A_63310000,A_63350000,A_63350099,A_63410000,A_63500000,A_63600000,A_63700000,A_63701000,A_63800000,A_64000000,A_64000001,A_64000002,A_64000003,A_64000004,A_64000005,A_64000006,A_64000007,A_64000008,A_64000009,A_64000010,A_64000092,A_64000096,A_64001000,A_64001001,A_64200000,A_64200001,A_64210000,A_64220000,A_64220001,A_64240000,A_64240001,A_64240002,A_64241000,A_64241001,A_64241002,A_64260000,A_64260001,A_64260002,A_64261000,A_64261001,A_64261002,A_64280000,A_64280001,A_64280002,A_64300000,A_64300001,A_64300002,A_64340000,A_64340001,A_64360000,A_64380000,A_64420000,A_64420001,A_64420002,A_64440000,A_64460000,A_64500099,A_64501000,A_64501001,A_64521000,A_64521001,A_64900000,A_65100000,A_65500000,A_65600000,A_65600099,A_65900000,A_65920000,A_65940000,A_66000004,A_66000005,A_66000006,A_66020000,A_66020001,A_66020002,A_66060000,A_66060001,A_66080000,A_66080001,A_66200000,A_66200001,A_66200002,A_66220000,A_66220001,A_66220002,A_66260000,A_66260001,A_66280000,A_66280001,A_67000000,A_67000099,A_68101000,A_68101099,A_68101500,A_68101599,A_68102000,A_68103000,A_68103099,A_68104000,A_68104090,A_68104099,A_68105000,A_68205000,A_68205001,A_68300000,A_68300001,A_68301000,A_68500000,A_68700000,A_68900000,A_68901000,A_69550000,A_69551000,A_69600000,A_69700000,A_69900000,A_92001102,A_92001110,A_98421004,A_98421005,A_98421007,A_98431000,A_98431001,A_98431010,A_98431020,A_98431021,A_98431022,A_98431030,A_98431040,A_98431050,A_98431070,A_98431080,A_98431500,A_98431902,A_98432000,A_98432100,A_98426000,A_98210100,A_98210200,A_98211000,A_98211010,A_98211101,A_98211102,A_98211103,A_98211104,A_98212000,A_98212010,A_98212102,A_98212103,A_98212104,A_98213000,A_98213001,A_98213010,A_98213011,A_98213020,A_98410000,A_98410100,A_98410110,A_98410150,A_98420100,A_98420200,A_98420300,A_98420400,A_98420401,A_98420402,A_98420403,A_98420406,A_98420408,A_98420410,A_98420420,A_98420421,A_98420422,A_98420423,A_98420500,A_98420501,A_98420598,A_98420599,A_98420600,A_98420601,A_98420602,A_98420603,A_98420604,A_98420605,A_98420606,A_98420607,A_98420608,A_98420609,A_98420610,A_98420611,A_98420612,A_98420613,A_98420614,A_98420615,A_98420617,A_98420620,A_98420622,A_98420624,A_98420625,A_98420710,A_98421008,A_98421009,A_98421010,A_98421011,A_98421012,A_98421013,A_98421014,A_98421015,A_98421016,A_98421017,A_98421018,A_98421019,A_98421020,A_98421021,A_98421022,A_98421023,A_98421024,A_98421025,A_98421026,A_98421028,A_98421029,A_98421030,A_98421032,A_98421034,A_98421036,A_98421038,A_98421042,A_98421044,A_98421046,A_98421048,A_98421050,A_98421052,A_98421053,A_98421054,A_98421056,A_98425000,A_98425002,A_98425004,A_98425006,A_98425008,A_98425010,A_98425012,A_98425014,A_98425015,A_98425016,A_98425018,A_98425020,A_98425022,A_98425024,A_98425026,A_98425028,A_98425030,A_98425032,A_98425036,A_98425038,A_98425040,A_98425042,A_98425044,A_98425046,A_98425048,A_98425050,A_98425052,A_98425054,A_98425056,A_98425058,A_98425060,A_98425062,A_98425064,A_98425069,A_98425070,A_98425071,A_98425072,A_98431031,A_98431032,A_98431033,A_98431034,A_98431035,A_98431036,A_98431037,A_98432200,A_98426010,A_98426020,A_98431009,A_98431011,A_98431038,A_98431039,A_98431081,A_98421003,A_98421033,A_98410200,A_92001201,A_92001202,A_92001199|DIMENSION:AUDITTRAIL|CC|DIMENSION:CATEGORY|Budget|DIMENSION:COST_CENTER|CCA_5820004|DIMENSION:RCOST_CENTER|RCCA_NONE|DIMENSION:RPTCURRENCY|LC|DIMENSION:TIME|2014.01,2014.02,2014.03,2014.04,2014.05,2014.06,2014.07,2014.08,2014.09,2014.10,2014.11,2014.12


SELECTION_KEYDATE =


MEASURES = SIGNEDDATA


TRANSFORMATION = \ROOT\WEBFOLDERS\NAM_PRIMARY\Planning\DATAMANAGER\TRANSFORMATIONFILES\TF_BADI_RETRACT.xls



  


[Message]



--------------------------------------------------------------



Task name TRANSACTION DATA SOURCE:



Task name CONVERT:



No 1 Round:


Output 1 header record(s)


Reject count: 0


Record count: 708


Skip count: 0


Accept count: 709



Task name BADI TARGET:


*************************


Start of BADI Message Log


BADI START TIMESTAMP : 2014-02-17 08:29:14


NUMBER OF RECORDS COMING INTO CUSTOM LOGIC BADI: 708


BAPI Message: I Caution: Error in integration checks; See long text


NUMBER OF RECORDS SENT TO ECC SYSTEM: 708


BADI END TIMESTAMP : 2014-02-17 08:29:16


End of BADI Message Log


***********************


Submit count: 709


Reject count: 0



model: Planning. Package status: SUCCESS

Load transaction data from R3 (FI, CO, HR, MM...) to BPC 10 directly

$
0
0

Hi everyone,

 

Anyone know if is it possible to load transaction data from ECC (FI, CO, HR, MM...) to BPC 10 directly? There is a documment titled "How to Implement Delta Loading of Transaction Data from ECC and BW 7.3 into BPC using Delta Initialization in BPC 10NW" but only refers to load data from BW.

 

 

Thanks&Regards,

Fernando.


BPC 10 - MDX PARSER creation using RSTPRFC

$
0
0

Hi all,

 

 

we have installed BPC 10 for Netweaver on top of an existing SAP BW instance.

As mentioned in the post installation steps we have created the MDX PARSER RFC (Abap Type) using RSTPRFC transaction.

Everything goes fine except for the fact that the creation of this RFC type deleted the previous MDX PARSER rfc (TCPIP Type).

 

We found SAP Note 1817817 which clearly specify this:

 

 

BW After Import ABAP RFC connection is a self call RFC which means BW NW calls itself rather than call other NW systems. The connection is defined via transaction code RSTPRFC for transport purpose. Please do not use "MDX PARSER" as RFC destination which will overwrite the hardcoded "MDX PARSER" TCP/IP RFC connection. Please refer to http://help.sap.com/saphelp_nw73/helpdata/en/45/b517e0ed2f52f5e10000000a1553f7/content.htm on how to create it and refer to note 1727052 regarding the authorization for the RFC user.

 

 

Now, that link is broken and we have no idea how to create that RFC without deleting the first one.

We tried to create a MDX_PARSER but when we try to import a transport the post import method phase endend with error.

 

Any help?

 

Thanks.

Regards.

SQL BPC 10.0 Netweaver(NW) Syntax

$
0
0


Where is the guide that contains the SQL syntax for BPC 10.0 Netweaver?  I want to learn the proprietary SQL code to write Script Logic in BPC.  Where are the resources?

Currency Conversion and US Elimination issue.

$
0
0

Hi Team,

 

I am facing an issue with Currency conversion and US Elimination.

 

Currency Conversion Output file:

 

/CPMB/MODIFY completed in 0 seconds

/CPMB/FX_RESTATMENT_LOGIC completed in 6 seconds

/CPMB/CLEAR completed in 0 seconds

 

[Selection]

 

--------------------------------------------------------------

 

SELECTION = /BPC_SNET/Consolidation/PRIVATEPUBLICATIONS/SINGHRA/TempFiles/FROM.TMP@@@SAVE@@@@@@EXPAND@@@|DIMENSION:CATEGORY|Actual|DIMENSION:COMPANYCODE|AM01|DIMENSION:SCOPE|S_NAmerica|DIMENSION:TIME|2014.08

 

 

[Message]

 

--------------------------------------------------------------

 

RUN_LOGIC:Running process exists on consolidation unit (Actual,2014.08, S_NAmerica)

 

model: Consolidation. Package status: ERROR



US Elimination:


US Elimination using Eliminations: It is successful but value is negating in same account rather than posting into USElimiation account

 

 

/CPMB/MODIFY completed in 0 seconds

/CPMB/IC_ELIMINATION_LOGIC completed in 5 seconds

/CPMB/CLEAR completed in 0 seconds

 

[Selection]

 

--------------------------------------------------------------

 

SELECTION = /BPC_SNET/Consolidation/PRIVATEPUBLICATIONS/SINGHRA/TempFiles/FROM.TMP@@@SAVE@@@@@@EXPAND@@@|DIMENSION:CATEGORY|Actual|DIMENSION:COMPANYCODE|AM01,IN11,TW04,TW65|DIMENSION:RPTCURRENCY|LC,TWD,USD,INR|DIMENSION:TIME|2014.08

 

 

[Message]

 

--------------------------------------------------------------

 

model: Consolidation. Package status: SUCCESS

 

Thanks,

Naresh .K

Longer execution of BPC10 on SAP HANA

$
0
0

Hi All - I have an issue I thought some one might be able to shed light and share his experience:

 

Its been a year we have migrated from BPC 7.5 to BPC 10 SP 12. Our Database is DB2 10.1 (750GB), BW 730, SP12.

issue is the run time of our consolidation where it runs around 77 minutes. The run time is not acceptable for business.

Migration of the BPC 7.5 to 10 has been done by this consulting company. They have spent over a year trying  to help us reduce the run time of the consolidation and they have not been able to help.

They offered to install our BPC environment in their SAP BW/HANA environment to see if running the consolidation on HANA will improve the run time:

 

I created a backup of our environment shell and they restored it on their SAP HANA cloud environment. To our surprise run time has increased by 20 minutes. My questions are as follow:

 

1- Is it that easy to export and import an BPC environment to an SAP HANA environment? is it similar to migration from 7.5 to 10?

2- Is this test valid? What happens to the backbend BW system? is it possible to migrate just the BPC module without the back-end BW system to another BW system?

3- Why would we see increase in execution time? What are the factors that can cause increase of run time in HANA environment?

 

 

Please any advise would be much appreciated.

 

Regards

Half To Date - Custom Measure - Periodic Storage

$
0
0


Here is my formula:

 

 

MEMBER [MEASURES].[YTD] AS 'IIF(([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC" OR [%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="LEQ"),-([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])), ([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])))' SOLVE_ORDER=3



MEMBER [MEASURES].[PERIODIC] AS 'IIF(([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC" OR [%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="EXP") AND NOT ([%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/PERIOD")="TOTAL" OR [%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/PERIOD")="Q1" OR [%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/PERIOD")="JAN" ), [MEASURES].[YTD]-([MEASURES].[YTD],[%TIME%].LAG(1)), [MEASURES].[YTD])' SOLVE_ORDER=3



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

 

 

This is behaving like a QTD, as the highlighted cells are not adding as expected:

 

2014-09-12_160400.jpg

 

2014-09-12_160448.jpg

 

Also, I would have expected a value in the 1st Half and 2nd Half columns.  I expect this is not working because the LEVEL is defined as YEAR for both of these members.

 

Any help would be greatly appreciated.

Viewing all 5457 articles
Browse latest View live


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