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

Error massage in BPC cube in backend BI system

$
0
0

Hi,

 

I am getting a error massage in BPC cube in backend BI system “Request without Monitor Log: APO Request or Terminated Request Generation” while loading from flat file, BI and BADI.

Any load I am getting same massage and “0 records transferred and 0 records added “.

Anyone come across this kind of error in BPC.

I am in BPC 7.5 NW SP11.

 

This issue with only BPC cubes not BI cubes

 

This massage started coming recently from past one week before it was working properly.

 

Your help will appreciate.

Regards,

Devi


GET THE VALUE OF CATEGORY DIM IN DYNAMIC SCRIPT

$
0
0

hi bpc gurus:

 

I have one logic script which is supossed to be called from 2 packages: PACKAGE01 and PACKAGE02, the thing is that PACKAGE01 is executed just for category=REAL so category is not prompted in the variables, since it s harcoded in the dynamic script, but PACKAGE02 is executed for any version so the category is prompted.

 

In the dynamic script of PACKAGE02 I have not been able to get the value of category dimension that user picks in the prompt values and I need it to send it to the logic script.

 

This is the LS:

 

*XDIM_MEMBERSET VERSION = $VERSION$ // THIS IS THE VARIABLE FILLED IN THE DYNAMIC SCRIPT

*XDIM_MEMBERSET SOCIEDAD = %SOCIEDAD_SET%

*XDIM_MEMBERSET TIEMPO = BAS(%TIEMPO_SET%)

 

*WHEN TIEMPO

*IS *

*REC(FACTOR = 0)

*ENDWHEN

 

*COMMIT

 

This is dynamic script of PACKAGE01:

 

PROMPT(SELECTINPUT,,,,"SOCIEDAD,%TIME_DIM%")

PROMPT(MESSAGE,PACKAGE01)

INFO(%EQU%,=)

INFO(%TAB%,:)

INFO(%VERREAL%,REAL) // CATEGORY HARCODED

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SUSER,%USER%)

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPPSET,%APPSET%)

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPP,%APP%)

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

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,LOGICFILENAME,LS_EXPRFC_COPIAFC.LGF)

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,REPLACEPARAM,VERSION%EQU%%VERREAL%)

 

This is dynamic script of PACKAGE02:

 

PROMPT(SELECTINPUT,,,,"%CATEGORY_DIM%,SOCIEDAD,%TIME_DIM%")

PROMPT(MESSAGE,PACKAGE02)

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,TAB,%TAB%)

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,EQU,%EQU%)

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SUSER,%USER%)

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPPSET,%APPSET%)

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPP,%APP%)

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

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,LOGICFILENAME,LS_EXPRFC_COPIAFC.LGF)

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,REPLACEPARAM,VERSION%EQU%%CATEGORY_DIM%)// I guess my problem is here

 

Hope there is  a way to figure it out.

 

I know I can build a LS for each package, but I m trying to make this simple and reusable.

 

regards

 

mah

Application Set Parameters Table

$
0
0

Hi,

 

Please advice which table in BW does the "SET APPLICATION PARAMETERS" entires are stored ?

 

Regards.

multiprovider issue

$
0
0

Hi Gurus

 

A client has a planning system, sitting over a multiprovider. One of the sub-cubes has actuals. In BW we can query the mutiprovider and see the actuals so I presume the bes are attached and the multiprovider is correct.

 

In BPC we see other sources but are not able to see the actuals. We have tested this with a new report to ensure it is not some code in the existing report. I assume it’s not a security issue because otherwise the user could not see the actual member of the version dimension before even running a report.

 

Can you advise whether there are other settings in BPC that would prevent us from seeing data from a single source cube.

 

Thanks

Cliff

Selection condition for more than 1 value to read data from BPC cube

$
0
0

Hi,

 

I have more than one value for a field in selection.

 

Basically, i have to read child members of SITE.

 

Say for SOUTHZM we get 3 child members

 

How to pass it in selection condition to read data from BPC Cube for all 3 members?

 

Urgenthelp needed.

 

Thanks.

Would there be a way to save a member into two dimension at once?

$
0
0

Hi gurus,

 

I am trying to find out if it's possible to create a dimension member and when I press save button the system saves this member in this dimension and another dimension.

 

For example:

 

 

I have two models:

  • Budget.
  • Countries.

 

I have two dimensions:

  • Entity  (E) - Budget
  • Zone   (E) - Counties

 

Members of Entity are:

  • E1 (Europe)
    • E11 (Spain)
      • E111 (EEEEEE)
    • E12 (Portugal)
      • E121 (EPPPPP)

 

Members of Zone are:

  • E1 (Europe)
    • E11 (Spain)
    • E12 (Portugal)

 

Now I want create E13 (Germany), would I be able to create only a member in Entity and the system saves it in Entity and Zone?

 

Thank you in advance.

Esteban

ASAP 7.1 BPC Add-on - Implementation SAP BPC

$
0
0

          Hello All,

 

I´m trying to get information, doc, pdf, links,... about ASAP 7.1 BPC Add-on. I´m  searching information about what are the key factors  for BPC implementations, i.e, ASAP Methodology for Implementation 7.1 add-on for BPC.

 

Any usefull document or links or instructions are highly apperciated.

 

Thanks in advange.

Regards

 

Gustavo

Balance carry forward EPM 10 NW

$
0
0

Hi All,

 

I am doing Balance carry forward activity from 2013.12 to 01.2014 with standard script and script run successfully without any error. But showing as 0 records as below however i had data in previous year

 

 

 

BCF.PNG

 

used program :

 

*RUN_PROGRAM COPYOPENING
CATEGORY_R= %CATEGORY_R_SET%
RPTCURRENCY_R= %RPTCURRENCY_R_SET%
ENTITY_R= %ENTITY_R_SET%
TID_RA=%TIME_R_SET%

*ENDRUN_PROGRAM

 

 

and also executed same in UJKT and result as below

 

 

LGX:

 

*RUN_PROGRAM COPYOPENING

 

CATEGORY_R= ACTUAL

 

RPTCURRENCY_R= USD

 

ENTITY_R= US

 

TID_RA=2014.01

 

*ENDRUN_PROGRAM

 

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

 

LOG:

 

FILE:\ROOT\WEBFOLDERS\Samsung \ADMINAPP\Balance_carryforward\TEST.LGF

 

USER:XXXX

APPSET:Samsung

 

APPLICATION:Balance_carryforward

 

SCRIPT RUNNING TIME IN TOTAL:0.08 s.

 

 

 

 

 

Hence,can you please help me to find the root cause.

 

 

Ravi


BPC NW 10 standard roles to run data manager package

$
0
0

Hi,

 

We have setup BPC NW 10 environment recently. Users are not able to run the data manager package unless we provide them SAP_ALL access in the backend.

 

I'm just wondering if we have any standard roles(SAP BACK END) that will give access to run data manager package, user is part of admin team and have all task and member access profiles.

 

I looked at the security guide but couldn't find much info on giving access for data manager package.

 

Also how can we disable user logon to backend system, I tried deactivating the password that couldn't help.

 

Thanks in advance.

 

Bob

field "Answer Prompt" in program "UJD_TEST_PACKAGE"

$
0
0

Hi all,

 

Use the program UJD_TEST_PACKAGE.

What is format data field "Answer Prompt", if for example, in package characteristics "ZTIME" need to limit the value of "2014.01"?

 

Sergey

BPC: EPM General error - Failed to save data

$
0
0

Hello Experts,

 

Would you please guide us on the below issue.

 

We are getting "EPM General error Failed to save data" while trying to save report from web admin.

 

Steps: Loging to BPC web admin client (http://(server):port/sap/bpc/) -> Open EPM Office Add-in Excel and create a report and try to save data.

 

We get the error: Failed to save data

 

Additional details of error:

 

The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error.

 

Please find the attachment for details.

 

Regards,

 

Saravanan Payani..

BPC10 - How Active Protect in Excel Files in SERVER ?

$
0
0

bpc_lock_on_xls.jpg

 

 

 

 

 

 

 

Hi, any know this setting ?

 

We need open Excel Input File from Server one time and all users after read only the file excel. Than you.

CONDITIONAL MDX

$
0
0

Hello everyone, I made a script but I dont know why? dont work?

 

*XDIM_MEMBERSET ESCENARIO = REAL

*XDIM_MEMBERSET ORIGENDATOS = BW

*XDIM_MEMBERSET TIEMPO = 2012.07

*XDIM_MEMBERSET CTAGYG = 61210301A

*XDIM_MEMBERSET MONEDARPT = LC

 

 

[CTAGYG].[#61210301A] =( [CTAGYG].[61210301A]>5000? [CTAGYG].[61210301A] : 5000 )

 

I'm leaving the log in UKJT

 

LGX:

 

 

*XDIM_MEMBERSET ESCENARIO = REAL

*XDIM_MEMBERSET ORIGENDATOS = BW

*XDIM_MEMBERSET TIEMPO = 2012.07

*XDIM_MEMBERSET CTAGYG = 61210301A

*XDIM_MEMBERSET MONEDARPT = LC

[CTAGYG].[#61210301A] =( [CTAGYG].[61210301A]>5000? [CTAGYG].[61210301A] : 5000 )

 

 

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

LOG:

 

 

FILE:\ROOT\WEBFOLDERS\CABCORP_D \ADMINAPP\GYG\TEST.LGF

USER:AVALENZUELA

APPSET:CABCORP_D

APPLICATION:GYG

 

 

FORMULA : [CTAGYG].[61210301A]=( [CTAGYG].[61210301A]>5000? [CTAGYG].[61210301A] : 5000 )

 

 

CALCULATION BEGIN:

------------ ABAP Code Generation Error:4 -------------

MESSAGEGZGIncomplete arithmetic expression: ")" missing at end of statement.

Line12 WordCOMPUTE

-------- Code ---------

program.

class main definition.

public section.

methods METH1 importing

P1 type decfloat34

exporting RET type decfloat34

raising CX_SY_ZERODIVIDE.

endclass.

class main implementation.

method METH1.

"( [CTAGYG].[61210301A]>5000? [CTAGYG].[61210301A] : 5000 )

RET = ( P1.

if RET > 5000.

RET = P1.

else.

RET = 5000 ).

endif.

endmethod.

endclass.

-------- Input formulas ---------

( [CTAGYG].[61210301A]>5000? [CTAGYG].[61210301A] : 5000 )

------------ ABAP Code Generation Error Ends ------------

 

 

UJK_EXECUTION_EXCEPTION:Runtime error Program generation error

 

 

I put the ")" in the end but show me the next log:

 

UJK_VALIDATION_EXCEPTION:LINE 7 syntax error: " missing ; before statement"

While running DM Package, selection Dim not get populate to select the member

$
0
0

Hello Friends,

 

In Data Manger Package for Currency Conversion I have select the Dimension called STAT_TYPE_DIM but while running the DM Package it is not showing the Dimension in selection parameter.

 

INPUT SELECTION : "%ENTITY_DIM%,%TIME_DIM%,%STAT_TYPE_DIM%"

 

Other two Dimensions are get populated in Selection parameter except "STAT_TYPE"

 

I have use the below script logic for running this DM package:

 

*SELECT(%CURRCAT%,"[ID]","CATEGORY","[CCAT] = 'Y'")

*SELECT(%YEAR%,"[YEAR]","CATEGORY","[ID] = '%CURRCAT%'")

*SELECT(%MONTHS%,"[ID]","TIME","[LEVEL] = 'MONTH' AND [YEAR] >= '%YEAR%'")

*XDIM_MEMBERSET STAT_TYPE = %STAT_TYPE_SET%

 

*FOR %TIME% = %MONTHS%

 

*RUN_PROGRAM CURR_CONVERSION

CATEGORY = %CURRCAT%

CURRENCY = CAD,USD

TID_RA = %TIME%

OTHER = [AUDITTRAIL=Input,Other,Calc]

RATEENTITY = Global

*ENDRUN_PROGRAM

 

*NEXT

 

 

Can any one please share there thought of process which help me to resolve this issue.

 

Thanks in advance.

 

Rajesh.

BPC BADI's

$
0
0

Hi,

 

I am a beginner in BPC programming, My BPC system is connected to BW system and the data is fetched from there. my question is suppose if I want to write an implementation for "UJ_CUSTOM_LOGIC"  where I have to create the BADI implementation, ie I need to create in se19 of my BW system or BPC Netweaver 7.5 is having any GUI of it's on?


When is BPC 7.5 NW rolling off support?

$
0
0

Hi,

 

I have a quick question, when is SAP planning to roll off support for SAP BPC 7.5 NW and will only support EPM10? I mean, which year? Can I get a note number or some document where SAP has published this? My management needs to make some decisions based on this information.

 

Your help and inputs will be greatly appreciated.

 

Thanks,

Abhishek

BPC 7.5 Currency Conversion

$
0
0

Hi,

 

I am trying to run currency conversion as parallel tasks for each single month to have a faster run. But whenever I release two or more CC tasks with different months only one get finished and rest all get cancelled.

 

Any idea how I can run them successfully in parallel. Is it possible to run in parallel?

 

-S

Audit report for Data Manager package "organize package list" operations

$
0
0

A customer claims that a Data Manager package misteriously dissapeared after they removed the "user" rights from the package (but left "admin").

 

I have not been able to reproduce this behaviour, and the client has not seen the behavious since as well.

 

However, user is convinced that they are the only person who was connected to their environment that day and no one else could have accidentally deleted the package.

 

I would like to know if anyone knows if there is any auditing available, either by default or which can be turned on, that will audit any changes to the data manager packages (copy, move, delete, etc.) with user ID and timestamp so we can either verify if anyone did actually delete the package on the same day it was modified or at least activate auditing to capture the event if it occurs again in the future.

 

Regards,

Peter Kreutlein

BPC 10. on hana

$
0
0

HI All,

 

Does anyone have  an idea about BPC on hana?

 

kindly help to provide the information / Docs for the same

 

 

 

 

 

Regards

Bhupendra Arya

Sample questions for C_EPMBPC_10 certification

$
0
0

Hi all,

 

I'm going to try the certification C_EPMBPC in two weeks.

 

I'm on self study mode with manuals BPC410, BPC420, BPC430 and BPC440.

 

It would be good to have some sample questions in order to ckeck my knowledge.

 

Does anybody have some sample questions for this certification?

 

Thanks in advance

 

João

Viewing all 5414 articles
Browse latest View live


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