Acces to SEM cockpit runtime variable in Badi SEM_CPM_PRESENTATION

Hi Gurus,
I need to access to SEM Management cockpit runtime variable in the SEM_CPM_PRESENTATION Badi in order to pass it as web report CGI parameter.
Someone knows how to instance cockpit object from the badi to get runtime variables, or where to look for that values?
Thanks in advance.
Carlos.

In the SEM menu, choose Strategic Enterprise Management > Strategy Management > Design > Various > Variables to define CPM variables.
Rgs
Antonino

Similar Messages

  • Global variable in BADI methods..

    Hi,
         How can i declare a global variable in BADI  method ,for example " Count type I".Can any one let me know ...
    Regards,
    Veera

    Hi,
    BADI is a just an interface definition that needs to be implemented by the customer. The final implementation of a BADI is always found in a class.
    You can define the variable as attribute and static if you want it to be accessed by all objects.
    I hope this answers your question
    Regards,
    Saurabh

  • A C-runtime error occured (bad allocation) from xmlViewService

    Hi There,
    I have a .NET code which calls OBI webservice xmlViewService. I observed xmlViewService.executeXMLQuery works fine when there are records between 0 - 80000, but when records go beyond 80000-100000 it fails & returns an exception "A C-runtime error occured (bad allocation)".
    I tried gradually increasing the maxRowsPerPage from 10 to 100000 but in vain.
    Below is the code am using:
    sawSessionService = new SAWSessionService(obieeWebServiceUrl);
    sawSessionService.Timeout = obieeTimeout;
    XmlViewService xmlViewService = new XmlViewService(obieeWebServiceUrl);
    xmlViewService.Timeout = obieeTimeout;
    SAWSessionParameters sawSessionParms = CreateSawSessionParameters();
    AuthResult logonResult = sawSessionService.logonex(obieeUserId, obieePassword, sawSessionParms);
    sessionID = logonResult.sessionID;
    ReportRef reportRef = new ReportRef();
    reportRef.reportPath = request.ReportPath;
    XMLQueryExecutionOptions xmlQueryOptions = new XMLQueryExecutionOptions();
    xmlQueryOptions.async = false;
    xmlQueryOptions.refresh = false;
    xmlQueryOptions.maxRowsPerPage = 100000; //10;
    xmlQueryOptions.presentationInfo = true;
    xmlQueryOptions.type = "";
    ReportParams reportParams = new ReportParams();
    QueryResults queryResults = new QueryResults();
    queryResults = xmlViewService.executeXMLQuery(reportRef, XMLQueryOutputFormat.SAWRowsetSchemaAndData, xmlQueryOptions, reportParams, sessionID);
    Please help me solving the issue. Highly Appreciate any help.
    Thanks - harry
    Edited by: 887426 on Sep 26, 2011 12:45 AM

    Hi Harry,
    We face this issue, when the criteria returns lot of data. Is the issue resolved for you now? If yes, can you share your solution.
    Thanks,
    madhu

  • VB Error  - Runtime error '49' Bad DLL  calling convention

    Hi Experts,
    When User is running report he is getting error VB Error  - Runtime error '49' Bad DLL  calling convention .
    Can you please suggest how to resolve this issue?
    User has already tried uninstalling SAP GUI and installing again.
    Thanks & Regards
    Deepak Chavan.

    Hi Deepak,
    this doesnt appear to be an SAP error.
    I did a Google search on the error & got lots of hits, including:
    http://www.bigresource.com/VB-WindowFromPoint-Bad-DLL-calling-convention-run-time-error-49--G1wKaVeqwY.html
    Its a Microsoft Visual Basic programming error code.
    Rgds,
    Colum

  • SEM Cockpit Drill Down Parameters are Missing

    Dear Team,
    I am facing a strange problem with BW-SEM Cockpit - we had imp. the SEM
    Cockpit a year ago and it was working fine with all drill down parameter within
    the internal web. but suddenly for some reason, all my cockpit KPI graphs are
    not showing the drill down parameters, I have checked my settings of each KPI
    for parameters, all are intact, no changes..
    But how come it is happing all of sudden..?
    guys kindly throw some light on this issue if any one of you have come across
    this situation..or any std. proposals/recomended sol. are welcome.
    Regards.

    You should fill checkbox 'Display Hierarchy Icons' in BEx Analyzer - anlysis mode - analysis grid. ([http://help.sap.com/saphelp_nw70/helpdata/EN/85/1321d0b7864766b5208a0b221a7608/content.htm|http://help.sap.com/saphelp_nw70/helpdata/EN/85/1321d0b7864766b5208a0b221a7608/content.htm])

  • Runtime variable for environment

    Is there a runtime variable that I can utilize within workflows that will tell me if I'm in the Production, staging, CTE environment etc...
    I would love to be able to control how workflows work based on if they are in the production or staging.
    -GT

    There is no runtime variable for environment at this time.

  • Saw: C-runtime error occured (bad allocation)

    We are running into an issue with the Prod Web Server, wherein it is suddenly stops once in a while and does not restart unless we reboot. We seem to have two issues going on
    1) What brings down the server in the first place?
    From the logs it looks like 3 of th last 4 times it failed, it was due to the Drifted Accounts report. The specific error is below. It seems that somehow this report is triggering the saw server to fail (no impact on the analytics server).
    Type: Error
    Severity: 25
    Time: Wed Oct 29 09:54:49 2008
    File: project/webcube/cubecache.cpp Line: 249
    Properties: RptPath-/shared/IRIT/45 - Service/Report #8 - Accounts Summary Report;DashPath-/shared/IR Core Service Dashboard/_portal/IR Core Service 1. Summary Reports;DashPagePath-/shared/IR Core Service Dashboard/_portal/IR Core Service 1. Summary Reports/Drifted Accounts;SID-vff5to3ductfhfrtgvc2oi8vtq;ThreadID-3428;HttpCommand-Dashboard;RSP-d:dashboard~p:u673vcdbvpa7b12p~r:anokhgbsd4jnr317;RemoteIP-10.201.0.48;User-Administrator;HttpArgs-_scid='*YuesJlTN7Y'
    Location:
    saw.cube.cache.processCube
    saw.views.pivottable.displayer
    saw.views.dashboard
    saw.subsystem.portal
    saw.httpserver.request
    saw.rpc.server.responder
    saw.rpc.server
    saw.rpc.server.handleConnection
    saw.rpc.server.dispatch
    saw.threadPool
    saw.threads
    A C-runtime error occured (bad allocation)
    2) What prevents the service from restarting unless the server is rebooted.
    If we try to restart the saw service we see the foll error message
    Type: Error
    Severity: 42
    Time: Mon Oct 20 10:02:16 2008
    File: project/webcomm/socket.cpp Line: 338
    Properties: ThreadID-5800
    Location:
    saw.rpc.server.initialize
    saw.sawserver
    saw.sawserver.initializesawserver
    saw.threads
    Port 9710 is in use on the local system. [Socket:512]
    Any experience with or insight into this error is appreciated.
    Thanks,
    TL

    Have you tried patch 7140673 - OBI PRESENTATION SERVER CRASH IN PIVOT TABLE

  • SEM - Cockpit - Related

    Hi mates..!
    This is related to SEM - CPM - Cockpit related issue.
    Actually, I have my cockpit working fine with all respct,
    but the issue is with my 'Print Preview' Button on top of
    my Management Cockpit - Tool Buttons..
    The problem is when I want to preview my Frame with the defulat selection is working fine..for ex. sale of 'Apples' for the last 6 months is my defult fruit.
    But with my drilldown parameter when I select 'Orange' the graph gets reflected, at this point if I take a print prview it is
    not reflected...it still shows 'Apple' graph..why..
    How do refresh this print preview but to capture the current frame graph..
    If any one of you have come accorss with this type of issue can please share their experience..
    your inputs will be highly respected and equally rewarded.
    Regards,

    In the SEM menu, choose Strategic Enterprise Management > Strategy Management > Design > Various > Variables to define CPM variables.
    Rgs
    Antonino

  • 10g declare :global variable error (bad bind variable)

    In a 10g form, I tried this code in the pl/sql block and in the spec of a library package
    begin
       :global.config := 'x';
    ...upon compile, I get an error
    "bad bind variable"
    ...encountered the symbol "GLOBAL" when expecting one of the following...It doesn't like :GLOBAL.variablename := 'x';
    What am I doing wrong?
    Thank you.

    globals are allowed in librarys, but in libraries you have to use COPY and NAME_IN to access objects you access via :-logic in forms-modules, e.g. setting the global would be like
    COPY('X', 'GLOBAL.CONFIG');Edited by: aweiden on 29.10.2008 19:33

  • SEM-CPM - Time Variables

    Hi All,
    Im working with CPM in order to create a cockpit.
    Right now i need to use the time variables in order to filter the information by period.
    I will appreciate if someone can give me some comments/step by step  in how to works with Time Variable in CPM ?
    Regards
    I will assign points.

    hi Marcos,
    did you have the SEM220 training material ? i think cpm time variable is discussed
    or check in sap help ... didnt work with CPM for long time
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/3a/4ba1bd2bf203cbe0000800091c1b0e/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/c2/5a4ab4770911d3b7210000e82debc6/frameset.htm
    hope this helps.

  • Migrating Customer exit  for BEX variables to BADI's

    Hi All,
    I am new to ABAP In the context of BW.
    I am  using exit RSR00001 to populate variables in BEX reports.
    I want to migrate this customer exit RSR00001 to BADI.
    Can any one please tell me how to migrate the same and how it will fire in place of exit?
    Thanks In Advance
    Dhananjay

    Hi,
    Please have a look at:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f1a7e790-0201-0010-0a8d-f08a4662562d
    Krzys

  • Passing two variables to BADI implementation for virtual chars

    I have a BADI that fills a virtual characteristic. This BADI gets a date variable value from the query. Can I send another variable value to the BADI? I want to add another retriction based on the state. If I don't add this restriction to the BADI, it will go thru all the records in the cube and make it slow. How can I do this?

    Hi there.. if that state field is available in the badi you can use that field.. check the attributes in the BADI if that field is a part of any table or is that an importing parameter..
    if <table>-<state> = 'US'.
    proceed ahead..
    endif.

  • SEM-CPM : CPM Variable

    I am interested in presenting a CPM variable visually (I am using CPM-web, or UMM_PRES_WEB).  The variable is currently used to drive the restriction of the underlying queries, however, I am interested in using this same CPM variable to provide a visual cue of what data is being shown.  So - for example- I would like to present text somewhere in the logical view and perspective view that would identify which values the CPM is set to.  I have not been able to find a way to use the CPM variable for anything other than restriction. 
    Can anyone help me with how to use the CPM variable as dynamic text as I have described?  It seems visually challenging to understand what is being related if these values cannot be presented.
    Message was edited by: Walter Todd

    Hello Walter,
    I too am seeking to do something similar. Any luck doing it? If yes, could you please share the process.
    Thanks
    Sunil

  • SEM-CPM-MC: Creating CPM variables

    Hi,
    I know this is probably not the right place to post it, but I couldnt find a better place.
    I trying to create a variable in SEM-CPM-MC, but no matter what I do, I'm only able to create a runtime variable with selection type P - Variable for single value. I can select the other values, but when I save the variable SAP automatically corrects it to Singe value again. I can also create a design variable with the other types, but not a runtime variable. How do I create a variable for which you can enter an interval?
    In the documentation it also says, that you should be able to create variables on a frame level. I don't see any button where I can create a variable on a frame level. I've done exactly as it says on help.sap.com, but I don't have a button to create a new variable on a frame level. How do I do that?
    Any help is appreciated and will be rewarded generously :o)
    Thanks,
    -J

    hi Yaj,
    yes, there are business content, sap measure catalog, measures, strategy tempates, bw infocubes, etc.
    you can activate single or mass, go to sap measure catalog, e.g you can activate node 'financial measures' for mass activation or specific measure only under that catalog.
    to activate infocubes etc, you can use rsa1(administrator workbench)->business content, detail steps see sap help
    http://help.sap.com/saphelp_bw33/helpdata/en/80/1a66d5e07211d2acb80000e829fbfe/frameset.htm
    CPM business content, see
    http://help.sap.com/saphelp_erp2005/helpdata/en/7a/72663ca0a9272ae10000000a11405a/frameset.htm
    hope this helps.

  • How will you assign Run time variables in Management Cockpit

    Hello Gentlemen,
       Can Someone tell me the how will you create runtime variables in the management cockpit. Does BW Variables any where related to this. I tried creating and use them it is not displaying anything in the cockpit presentation. It is literally blank without any bars in the graph
    Thanks
    Dev

    Hi Sindhu: Are you using the Informatica Cloud Mapping Designer? Currently the Mapping Designer does not support embedding parameters within expressions, it only supports parameterizing entire expressions.
     Cheers,Josh

Maybe you are looking for

  • Importing of WithholdingTaxcodes through DTW

    Hi All,        i have uploaded oWithholdingTaxcodes.But i got error  like this "The field is too small to accept the data". my template details RecordKey   WTcode    Account   WTName    1              WTC01     143033       WTN01    2              WT

  • Iphoto 11 causes error message

    Hi, i am using iphoto 11 under Lion, actual version of all software! Since a few days every time I open one of my iphoto libraries I get the message, that library is inconsistent and should be rapair. When I do so, iphoto deals fine with this library

  • Usage decision - Reversal

    Hi How to reverse the Usage decision if we did by mistake ?. Any help will be appreciated Thanks JJ

  • Oracle Streams - Dataguard Configuration

    Dataguard<------Streams<----Production------> Dataguard I'm planning to implement a 4-way System where My Production Database with its own Physical Standby will be streaming(Streams database) to A reporting Database with its own Physical Standby.So,E

  • PLEASE HELP. I have Windows 7 on my laptop and I am using firefox 11. Firefox has been doing good since I downloaded it but not as of today.

    Firefox is running very slow and keep's saying not responding for 3 seconds and then does it again repeatedly. Please even when I type words and letters from firefox it types very slow and what I am typing has to catch up with the last thing I typed.