How to change application in action pane

Hi all,
I have a def with EVHOT function. And this evhot refers to another application. When function works application in action pane changes.
I need to re-change the application in CV at action pane after EVHOT function runs.
Do we have any chance for this issue?
Thanks and regards
Kadir

Hi,
There is a setting 'Save the active session CV with this workbook' in Workbook Options that allows the system to memorize the current view with a workbook. If the setting is disabled (default) and you switch to a new application using EvHOT, the application in the current view is changed which is happening in your case.
But if you enable the above setting  in your workbook options, the current view will revert to the workbook's application setting automatically when switching focus to it.
Also, please post all BPC questions to this forum SAP Planning and Consolidation, version for SAP NetWeaver
Regards,
Deepti

Similar Messages

  • How to change application in action pane CV area

    Hi all,
    I have an input schedule with EVHOT function. And this evhot refers to another application. When function works application in action pane changes.
    I need to re-change the application in CV at action pane after EVHOT function runs.
    I tried "Save the active session CV with this workbook" option but it did not help.
    Also I thought Override Current View option can solve the problem but SAP help doc says
    "The Override applies only to non EvDRE templates" but my input schedule contains evdre.
    Do we have any chance for this issue?
    Thanks and regards
    Kadir

    Hi Kadir,
    The option available for now to change the application is "MNU_ETOOLS_CHANGEAPP" which throws you a prompt for selecting the required application.
    As a work around for your issue what i suggest you is to use EVMNU instead of using EVHOT function to open the required Input Sheet(IS)/Report without switching the application but you need to hard code the Application name in that IS/Report which you open and should save those IS/Report in you current application aswell.
    If this work around doesnt suits you, you can probably come up with the exact need for swithching between application, may be you can get some other work around to solve the issue from experts here.
    Hope this helps,
    Regards,
    G.Vijaya Kumar

  • How to change application owner of EPM11 planning application ?

    Hi Gurus,
    How to change application owner of EPM11 planning application ?

    Using this query i can find the application owner in backend :
    SELECT A.OBJECT_NAME AS APPLICATION_OWNER
    FROM HSP_OBJECT A, HSP_USERS B
    WHERE A.OBJECT_ID = B.USER_ID
    AND B.ROLE = 3;
    now i want to change Application owner ....please share if you know

  • How to change application store location?

    How to change application store location?

    Step 1: Launch the iTunes program and, if you are logged in, sign-out of your Apple iTunes account (Store – > Sign-out).
    Step 2: Scroll down and click “Change Country” – select the United States flag.
    Step 3: search for the app. I know it has to be a free app. For paid apps you have to use something that is not a CC.
    Step 4: iTunes will now require you to sign-in with your AOL, MobileMe or Apple ID. Instead of logging-in with your your existing Apple ID, click the “Create New Account” button and accept the “Terms and Conditions.”
    Step 5: Use an email address that’s different from the one that’s linked to main Apple account. Under Payment Methods, choose “none” for the Credit Card section, give some dummy address and you’ll then receive a verification email.
    Step 6: Click the link in that verification email and you’re done. To recap, you have now created a US based iTunes account and this will let you you can download any free app from the iTunes store even if the app is not available in your country.

  • How to change application action for all Firefox users?

    Hi,
    Is there any way I can change application action for all FF users. I am using Firefox admin 0.5.9.3 and deploy FF 3.6 through GP.
    Thanks

    You can change the system colors based on the system you are logging on to.  We have many users here doing that. (Red for prod, Green for Dev, etc)  You cannot use the Sap signature Design theme as it does not allow color changing.  I explained this in another post and how to change it.
    Re: Set Color for several system with sap gui 7.20
    To answer your question on how to change this for ALL users... That I cannot answer as our user base differs and they change it as they wish.  Hope this helps.
    Regards,
    Zecher

  • How to Change Application Icons

    Does anyone know how to change the Icon on an application that iTunes shows the Artwork, but I can't copy or paste it to change icons. Any thought's?

    You can not change the icon for an application.

  • How to change order of action items

    I've got four photos involved in a "dissolve" action.
    When I see them in the HUD window, I would like to be able to re-order them. Can't figure out how to do this -- clicking and dragging doesn't work and I've tried do that while holding down various keys (alt, ctrl, etc), but to no avail.
    Can the order of the photos be changed in a way other than deleting and reselecting the photos?
    Thanks!

    Okay....never mind. Not sure what my problem was, but I just tried clicking and dragging again and it works.
    Time for more spiked egg nog...

  • How to change application for opening an online program?

    I am trying to open an online program for which I have previously downloaded a plug-in required to open and utilize this online application, however, my computer must be set to a default to open the program with ScriptEditor, which is not compatible for running this online program I need to use. Does anyone know how I can change these settings to open the program with my downloaded plug-in versus the ScriptEditor? Any help would be appreciated.

    If it’s actually an online program, it’d run in your web browser instead of being downloaded to your computer.
    If you downloaded a Windows program file, it can’t be run outside of Windows, CrossOver Mac, or Wine.
    (118655)

  • How to change application version?

    Hi,
    When i deploy my 11g application JDeveloper generates a version number, ... e.g. V2.0. How can i change it to an other number?
    Kind Regards,
    Andre

    Hi,
    Have you tried adding the version tag in the weblogic-application.xml file?
    something like
    <weblogic-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                          xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-application http://www.bea.com/ns/weblogic/weblogic-application/1.0/weblogic-application.xsd"
                          xmlns="http://www.bea.com/ns/weblogic/weblogic-application" version="2.22.2.2.0">-Arun
    Untested

  • How to change application store password?

    Hi,
    Im new to iphones. How do i change my itunes/application store password?
    thanks

    http://support.apple.com/kb/HE36

  • How to change application.xml

    After I create a ear deployment profile. I don't see how to customize the application.xml.
    I don't see a standard entry like
    <module>
    <ejb>beans.jar</ejb>
    </module>
    and I would like to add it.

    Ok this is very wierd...
    I added the application.xml file, and it appears in my Projcect->ViewController->Application Sources->Meta-INF folder.
    I save it as
    <module>
    <ejb>beans.jar</ejb>
    </module>
    <module>
    <web>
    <web-uri>web.war</web-uri>
    <context-root>WebkidsAdminLite</context-root>
    </web>
    </module>
    but as soon as I deploy it changes it to
    just
    <module>
    <web>
    <web-uri>web.war</web-uri>
    <context-root>WebkidsAdminLite</context-root>
    </web>
    </module>
    Any ideas what is going on here?

  • How to change Application title on screen?

    It has been a very long time since I worked with Swing and I've forgotten so much.
    I need to change the application title line when the user selects different panels to display.
    What is the property for that attribute?
    Thanks.

    burferd wrote:
    I presume there may be a setTitle() method for the main frame of the application, You presume correctly. The API will verify this. Of course it takes a String parameter.
    but how do I find it?You need to get a reference to the JFrame, and how you do this depends upon your program. If you don't have a direct reference, you can get one via the SwingUtilities.getWindowAncestor(Component c) method.

  • How to change application name i iPad 2?

    How can i change an application name in my ipad2?

    You can't change the name of any of the apps on the iPad - you can only change the names of app folders on the iPad or the name of the iPad as it appears on the left-hand side of your computer's iTunes, but you can't rename any of the apps.

  • How to Change Application-to-Spaces Assignment in Lion?

    Hi,
    Before upgrading to Lion, I had made some application-to-spaces assignments, which I'd like to change/remove. I don't seem to be able to find that option in Lion's Pref Panes (nor in the Mission Control app), and yes, a few of my applications continue to stubbornly launch into the previously assigned space and yes, they have not been updated for the Lion changes (the continue with the "Save As..." model and no leonine versions control). I suspect that there is somewhere a hidden configuration statement, and I'm not shy of editing the pref/config file with Text Wrangler or such, but don't know what to look for. I will also follow up with the individual application developer, but hope that there is a OS X system solution.
    Thanks.Tristan

    What you are looking for is Mission Control (what spaces/expose became). In System Preferences you'll see the tab for it. Open it and you can configure/re-configure as you want.
    To assign/unassign an application to a desktop (what spaces became) click the icon for the app in the dock keep the mouse button pressed. You'll see something like
    Under options is the Assign menu. That's were set the desktop (or no desktop) for the app.

  • How to change application name in system-jazn-data.xml

    I have weblogic server installed and applications deployed.
    However, I'd like to change the application name in system-jazn-data.xml, specifically, the "<name>context=APPLICATION,name=app1</name>" change "app1" to be "AllMyApp".
    Is this possible? ideally, I do not want to re-deploy the application. I'm not sure what files in application(I have both Web and EJB based applications) kept the name to point to above names in system-jazn-data.xml
    Thanks

    Hi thanks for your quick response.
    I mean to say we have deployed one application and that application appears as a web-DynPro application in PCD. Then i copied that application and pasted in the application folder as a page(PCD object). The page in the folder and application in webdynpro application both are having the same name.
    Now when i changed the name of the application in webDynPro (By re factoring) and deployed. The name in PCD in webdynPro application get changed but the PCD object in Folder becomes like a warning sign and shows that broken delta link.
    Now i want to know can i edit the link of the object so that it can point to the exect application or i have to copy the application and again paste as PCD object in the folder and then assign again to all 20 roles.
    Thanks & Regards
    Jeetendra....

Maybe you are looking for

  • Mail can't send email from 123-reg accounts

    Hi all, I've got an issue with Mac Mail can't send email from 123-reg accounts. I know there is a lot of articles on simular matters and some I have tried out with no luck, others are just speaking a whole other language. Any help would be greatly re

  • Converting SNP Planned Order /Purch Req to Prod.Order/Purch.Order

    Guys What is the standard process to Convert the SNP Planned Order /Purch Req. into a Prod.Order/Purch.Order ? Can the conversion indicator be set in APO for SNP Planned Order /Purch Req.and then transferred to R3 as Prod.Order/Purch.Order  or can th

  • Cannot deathorize computer-- menus are all greyed out

    I'm trying to deauthorize an existing computer before I sell it.  But when I click on the menus, they are mostly greyed out, including the Store menu.  so i cannot apparently login/logout much less authorize/deauthorize.  but I CAN access the store i

  • MAC os X SnowLeopard and Lion integration with edir

    Hi, I have been reading a bit on the subject as my MAC server is nearing it's end of life and I still have an OES 2 server in use (old OES sp1). Does someone know what is in plans for MAC users regarding ease of use when logging in to a SLES/OES syst

  • Connecting macbook to dial-up Internet service (MSN)

    having some difficulty doing this and receiving no help from MSN. trying to connect to msn isp and macbook not accepting msn log-in information. modem dials, says authenticating, then disconnects with "unable to verify source." Any thoughts?