EVHOT -- Locking the current view

Hello experts,
We have a situation where we are using EVHOT to open a detail input schedule from a summary input schedule. The detail schedule captures and submits data,using a selection criteria from a summary level input schedule, we don't have any problem if the users uses in the order i mean open detail input schedule by clicking on a link in the summary input schedule and do the data submission,
But the user wants to open another report and changing the current view before actually submitting the data using a detail input schedule, during this time the detail input schedule is using the current view other than from summary input schedle and causing data submission for another intersection, which we don't want to happen.
how do we lock the current view of a input schedule, which is opened using a EVHOT function.and also these two input schedules are in one application only
I tried to enable the 'workbook option 'Saving the session CV with the workbook', but it didn't help.
Any thoughts on this please let me know
Thanks

Hi Prabha,
Can you maybe reference the page key range of input schedule 1 in your evhot input schedule, instead of using current view?
Regards,
Sabine

Similar Messages

  • How to use the current view in script logic - %DIMENSIONNAME_SET% not work

    Hello,
    I have the requirement to use the values from the current view in the script logic. User would like to use the members which were selected from the current view in the calculation.
    We are using SAP BPC 7.0 SP06
    I have prepared the following scrpit:
    *XDIM_MEMBERSET TIME=$YEARS001$.NA
    *XDIM_MEMBERSET ACCOUNT=BAS(PLVEH_EXP)
    *SELECT(%CBU%,ID,BUSINESSAREA,[ID]='%BUSINESSAREA_SET%'")
    *SELECT(%CIO%,ID,INTERNALORDER,[ID]='%INTERNALORDER_SET%'")
    *RUNALLOCATION
    *FACTOR=USING
    *DIM BUSINESSAREA WHAT=BANA;WHERE=%CBU%;USING=<<<
    *DIM INTERNALORDER WHAT=IONA;WHERE=%CIO%;USING=<<<
    *DIM INDICATORS WHAT=INVEHPRI;WHERE=INPXQ;USING=INVEHQUA
    *ENDALLOCATION
    I have read in the sdn that it is possible to get the current values using %DIMENSIONNAME_SET% variable and use it but it returns all the members that were selected in the datapackage.
    I would like to know if there is any special consideration regarging the use of variable or if there is another way to solve it.
    Thanks in advance.

    Hi,
    If you want the code to be executed for the current view selected, you can place the code in Default logic which executes the logic for what ever current view values you send the data through Input schedule.
    The key word you have mentined is for script running through Data Manager which gets the value selected through user promt.
    Hope this helps,
    Regards,
    G.Vijaya Kumar.

  • Changes in the Dimensions not reflected in the Current View and Excel Sheet

    Hi Experts,
    We're using BPC MS Platform Version 7.0.112 and we're having problems. When we make changes in the dimension members like adding members or making changes in the hierarchy or groupings, it takes time for the changes to reflect in current view or in the excel sheet. After full processing of the dimension we can see the changes we've made when we reopen the dimension member but when we try to use the member we've added in the template, it's not yet in the current view. I've already tried, full processing of all the dimensions, processing application and reassigning aql index, refresh dimension members and yet the changes we've made doesnt appear in the current view. And what's odd is that sometimes the changes we've made would appear after a day or two or nothing at all.
    What could be possibly causing this issue?
    Thanks,
    Marvin

    Hi Dzmitry,
    Thanks for your response, I'm just wondering whats causing this? We never had this issue on older versions of BPC though, so it would really help if we would know the cause of this. Basicaly when do changes in a dimension, after processing (Full Process, System Offline and Process through member sheet), we just had to set the AppSet status to available and refresh the dimension members in Excel and all the changes would already be visible.
    Thanks,
    Marvin

  • How can I print the "current view" of my pdf

    I am trying to print a magnified image on a pdf document (the current view).  How can I do this?

    Hi lucysue,
    Screen magnification is a bit different from print magnification. To print an image larger than the original dimensions, you need to set the scaling option in the Print dialog box (provided that your printer supports scaling).
    Best,
    Sara

  • How to lock the current tab

    Hi all,
      I have placed a tab control to the application, in one tab panel I am running a heavy code which takes couple minutes to be done. During the code running time, I want to lock the current tab so it can't switch to different tab. Is that any way to do that in CVI? Thanks.
    Solved!
    Go to Solution.

    Hi dragondriver,
      I don't think you can lock a tab, but you could programatically dim all the other tabs on the same event that starts your heavy processing and then undim them one it finished.
    Hope this helps,
    Bogdan

  • Impossible to bring up the info pane about a todo item outside the current view

    Can anyone reproduce this?
    1) Set iCal to hide todo items whose deadlines are outside the current view.
    2) Create a todo item whose deadline is outside the current view.
    3) Search for the todo item.
    4) In the search results, double-click on the todo item.
    Expected Results:
    The same thing happens as with events: the view switches to the week containing the event, and its info pane is displayed.
    Actual Results:
    Nothing happens.

    Your site was built using tables, whose sizes are defined in your site.
    If we look at your first table definition, we can see:
    <table width="861" height="1449" border="3" cellpadding="0" cellspacing="0" bordercolor="#868787">
    Your table has a width of 861 pixels and an overall height of 1449 pixels. Anything you put into that overall box must fit those dimensions, else
    it won't be visible. Anything you add above it will push everything down. You can redefine your sizing to let you edit more inside of the table elements.
    This is why, when you type in more text, things act weird. If you are in Dreamweaver, you must find the right cell to put your text into and then enter
    text there. Unfortunately, this is going to push things around, which were all lined up using tables. And this gets everything offset with respect to
    everything else in your website.
    And that is why everyone is saying, "Start Over!"
    I just inherited a website that has been put together using tables. I'm going to have to expend considerable effort in rewriting the entire design of the
    website because of that. because everything I intend to add to the pages on the site is going to need to be deconstructed in order to get it to work
    properly if I'm adding text and pictures that need to line up with each other.
    You need something done quick and dirty and the only way I can recommend you do that is to use Dreamweaver to show you the tables you have
    and put what you need in a new table that is defined above or below the tables you all ready have defined. Do that and then get back to someone here
    who knows how to make a website correctly to clean up your entire website and make it editable -- which will cost you some money, but it will be
    money well-spent.
    I like to quote this maxim: Good, Fast, Cheap. Pick any two. This works for website design. You can get it fast and cheap, but it won't be good. I
    think you may have chosen that route.

  • How to get the current view name is displaying?

    Hi Experts,
    I have a requirement that I have to know the current view is displaying. At the header of the page, there is a component (BTCHIST) which is fix and common for the all others. It has a button called Finish. When the user clicks on it, it has a different behavior depending on the current view.
    Does anyone know any method in order to get this information? I searched up in CRM_UI_FRAME, however I didnu2019t find anything.
    Regards,
    André

    Hi,
    You need to redefine the method IF_BSP_WD_HISTORY_STATE_DESCR~GET_STATE_DESCRIPTION of the controller class to change the view description. Unfortunately, the effort is huge and we cannot do it dynamically and needs to be done for each view in question.
    Regards
    Prasenjit

  • How come the current view button does not work?

    How come the current view button does not work?

    Sorry, I have no idea what you are asking; please provide some details, and/or a screenshot if possible: https://forums.adobe.com/thread/1070933

  • Infopath Form error - validation errors that are not in the current view?

    Hey Experts,
    I have a Sharepoint 2010 server running on Server 2008. We have a list that has a custom form created using infopath for editing and new creations.
    The problem appeared after a server restart.
    Users can no longer create a new item in the list when they do they get this error:
    The form contains the following errors:
    Field or group: my:Author
    Error: Cannot be blank
    When I try and preview it in infopath2010 it also does the same thing but provides a more detailed error:
    Infopath cannot submit the form because it contatains validation errors that are not in the current view. Errors are marked with a red astrick or red dashed boarder.
    If you cannot find an error in otherviews, there might be a problem with the forms design.
    I checked all thru the form for my:Author field and can't find it on the page as a control or in the list of fields. Any recommendations?
    Thanks!

    Didn't know you also created this as a thread.  If you send me a direct email in the future, please let me know you also created a thread so that I can answer publicly to help others and to get credit for the time/effort spent.  Thanks.SharePoint Architect || Microsoft MVP ||
    My Blog
    Planet Technologies ||
    SharePoint Task Force

  • Unable to upload "filescopied_48862.txt" to update the current view of the

    Hi Team,
    While applying applications patch I am getting the below error in the patch log file.
    Start Processing Snapshot Info
    AutoPatch error:
    Unable to upload "filescopied_48862.txt" to update the current view of the snapshot.
    But when I checked in the ad_bugs table it is showing the bug_number.Actually this patch has to change the version of file fadp6.lpc,but it is not changing it.
    We already have updated current view snapshot.
    Please suggest me on this.
    Thanks,
    Suresh

    Hi Hussein,
    Thanks for quick reply and the details are:
    Q)Please post the application release, database version and OS.
    ApplicationRelease:R12.1.1
    Database Version:11.1.0.7
    OS:Windows Server 2008(32 bit)
    Q).What is the patch number?
    12338963
    Q).Is this the complete error message?
    In the whole patch log file this is the only error it is showing.
    Q).Did the patch continue to run after this error and completed successfully?
    Yes It has continued to run after this error and completed successfully.
    Q).Please apply the patch again from the beginning and see if you encounter the same issue.
    I have applied the patch again from the beginning and we are getting the same error.
    The only error in patch log file it is showing is:
    Start Processing Snapshot Info
    AutoPatch error:
    Unable to upload "filescopied_48862.txt" to update the current view of the snapshot.
    Q).What is the version of fadp6.lpc you already have? What is the version of fadp6.lpc delivered by this patch? Have you verified the timestamp of the file?
    fadp6.lpc 120.36.12010000.7 and the timestamp is:2009/07/28 07:55:40
    Version of fadp6.lpc delivered by this patch is:120.36.12010000.13
    Thanks,
    Suresh

  • Aggregator did not receive statistics from [sb03] for the current view

    I'm receiving a warning message in a BEA Aqualogic Service Bus console "Aggregator did not receive statistics from [sb03, sb05, sb06, sb04, sb02, sb01] for the current view".
    I don´t have any idea what is the root cause of this issue.
    Thanks,
    Norberto Enomoto

    Norberto,
    I've found this link with a list of SB Runtime Messages.
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/messages/alsb/kernel/l10n/ServiceDomainMBean.html
    One of this refer to the problem you're having:
    BEA-473051
    Error: Aggregator did not receive statistics from servers for the current view
    Description
         There is a communication failure between Aggregator server and other managed servers. One of the managed servers failed to send statistics to the managed server on which Aggregator is running.
    Cause
         Communication failure between managed servers.
    Action
         Wait for some time and try again.
    Att.
    José Compadre Junior
    Edited by: user10076953 on 22/03/2010 11:09
    Edited by: user10076953 on 22/03/2010 11:09

  • Alternatives to the current view with BPC for Word?

    Has anyone been able to use something other than the current view to retrieve data using BPC for Word?
    The documentation and training just shows how to use the current view and does not mention any other method to alter or preset the dimension member values.
    Is there any functionality to retrieve data besides the current view?

    To retrieve data you are using a function like evget for example.
    Evget is using the curentview if no parameters are specified or it is using the parameters if you provide some of them.
    So I don't see any problem to specify parameters to get data into word. It is no diference between the functtions used into word or webexcel.
    Regards
    Sorin Radulescu

  • About adpatch and Attempting to instantiate the current-view snapshot...

    when we install any patch 1st time with adpatch utility.
    it start gathring snapshot information with following message
    Attempting to instantiate the current-view snapshot...
    how can I force to adpatch utility to do above?
    Regards
    Chirag Patel

    Thanks Fadi,
    1)
    i tried what u said.
    but still it is the same error.
    AutoPatch error:
    Error while executing statement
    AutoPatch error:
    ORA-06550: line 3, column 10:
    PLS-00302: component 'IS_PATCH_APPLIED2' must be declared
    ORA-06550: line 3, column 1:
    PL/SQL: Statement ignored
    AutoPatch error:
    adppdepIsPatchApplied() returned FALSE
    See messages above for details.
    You should check the file
    /home/appldev1/dev1appl/admin/dev1/log/adpatch.6502082.log\
    2) it means every time when we apply patch, then adpatch update snapshot automatically ?
    Regards
    Chirag
    Nairobi

  • How do i print the current view on a pdf file

    How do i print a current view on a pdf file i am looking at,  i dont want to print the current page i want to zoom in and print that zoom.

    Dansyacht wrote:
    Shift-Option 4 with allow you to capture a portion of the screen (the area you want to print) with the mouse.
    Shift-Cmd 4 lets you select a portion of the screen
    Shift-Cmd 3 takes the entire screen (no selection necessary)
    There is a "hidden" setting accessible from the command line ("defaults" command) to change the default screenshot format from png to pdf. Since I always forget the command, I use the free TinkerTool to access/change that setting and others. Screenshot format is found in TinkerTool under "General".

  • How can I find the center of the current view

    How can I find the center of the current view

    Oracle permitted renaming the snapshot in the earlier versions of 8i. However, it does not permit renaming the materialized view in 9i or 10g.
    SQL> rename mymatview to mymatview2;
    rename mymatview to mymatview2
    ERROR at line 1:
    ORA-32318: cannot rename a materialized view
    SQL> disconnect
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - 64bit Production
    With the Partitioning, Oracle Label Security, OLAP and Data Mining options
    SQL> rename mymatview to mymatview2;
    rename mymatview to mymatview2
    ERROR at line 1:
    ORA-32318: cannot rename a materialized view
    SQL> disconnect
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.3.0 - 64bit Production
    With the Partitioning option
    JServer Release 9.2.0.3.0 - Production

Maybe you are looking for

  • How to draw a JPanel in an offscreen image

    I am still working on painting a JPanel on an offline image I found the following rules : - JPanel.setBounds shall be called - the JPanel does not redraw an offline image, on should explicitly override paint() to paint the children components - the C

  • Need help with downloading apps

    Hi I'm trying to upload some apps from creative cloud and it keeps saying that it has been downloaded already but won't show up on my application folder. I installed a trial version but deleted perhaps it things that it been installed already. Any he

  • Re. TV connection below.

    Able to connect TV to my DV7 laptop running Vista with no problem!

  • Error while running Parameterized test

    Hi, I'm currently working on a really simple Parameterized TestCase. I'm using flexunit 4.0-rc1 and flexmojos 3.5.0. When I do 'mvn clean test' I get the following error: <testsuite errors="0" failures="1" name="com.finams.bnpflexlib.utils.StringUtil

  • Document changes once saved?

    My wife is working on a school project and she copied and pasted a template from her teacher into "pages". It has numbered bullets and broken into paragraphs. Anyway, it looks good when pasted and everything is lined up correct. Well after saving it