Edit Pass Time Frame IO Budget

Hi Expert,
My user tried to edit a PO where it tied to previous year (2007) IO budget and hit error message "In document item 020 Order <IO no.>, budget  for fiscal year 2007was exceeded by x,xxx.xx.", message no. BP604.                                        
In Budget Profile (OKOB), timeframe set for Pass is only 1 (allow 1 year in the pass). When edit budget supplement (KO24) to top-up budget for the IO in year 2007, system only allow year 2008 onward and prompt "Select a year between 2008 to 2014".
Is it anyway i can enter budget IO for year 2007 without changing the budget profile configuration ? Or how can i edit PO line which tied to previous year IO budget ?
Thanks.

Dear Oscarocell ,
Thank you for using the SDN Forums,
Please try de-activating the Availability Control via transaction CJBW and then perform a commitment carryforward to bring the commitment into the current year and reduce it from there.
I hope this suggestion helps,
Kind Regards,
Brendan

Similar Messages

  • Time Frame in Budget Profile

    Hi All,
    Can any body tell me if i want to set the time frame in the budget profile, which are the fields which affect this ??
    Thanks
    Ankur

    hi,
    The time frame you are refering in budge profile is not releated to this. It allows you to create budgets in system 1yr past and 3 years future
    Example
    Current year 2009
    So system will allow you to create budget from 2008 till 2012. Budget is for a fiscal year and this setting doent control that.
    Entering a budget will allow you to do the variance calculation but does not restrict you from posting invoices. If you want to restrict then you need to create validation.
    This may help
    Regards
    Shantanu

  • Edit Scene Time Frame Count

    Created a new file & new layer with 300 frames.
    Only used 150 frames for the animation.
    How do I edit (trim) the scene / project down to JUST the frames I need (ie 300 to 150) prior to export as swf?

    When you create a new layer in a file, you don't automatically create a fixed number of frames in that layer (unless this is something new I have never heard of, which is always possible).  Whatever you publish should only incorporate the timeline that you have populated with content/frames.
    Again, if you can take a screenshot and show what you are describing, it may help clear things up.

  • Query to calculate time frames

    hello,
    id like to write a query that will calculate time frames ;
    my source table looks like this:
    company     category     date
    ORACLE     A     1/01/2012
    ORACLE     A     2/01/2012
    ORACLE     B     3/01/2012
    ORACLE     C     4/01/2012
    IBM     A     1/01/2012
    IBM     A     2/01/2012
    IBM     A     3/01/2012
    IBM     A     4/01/2012my desired result:
    company     category     from     to
    ORACLE     A     1/01/2012     2/01/2012
    ORACLE     B     3/01/2012     3/01/2012
    ORACLE     C     4/01/2012     31/12/2999
    IBM     A     1/01/2012     31/12/2999can you please guide me with use of which functions i can achieve that?
    id appreciate any tips
    thank you
    rgds
    Edited by: UserMB on Jan 11, 2012 5:14 PM

    One way...
    ME_XE?with t as
      2  (
      3    select 'ORACLE' col1, 'A' col2, to_date('1/01/2012', 'dd/mm/yyyy') col3
      4      from dual
      5    union all
      6    select 'ORACLE', 'A', to_date('2/01/2012', 'dd/mm/yyyy')
      7      from dual
      8    union all
      9    select 'ORACLE', 'B', to_date('3/01/2012', 'dd/mm/yyyy')
    10      from dual
    11    union all
    12    select 'ORACLE', 'C', to_date('4/01/2012', 'dd/mm/yyyy')
    13      from dual
    14    union all
    15    select 'IBM', 'A', to_date('1/01/2012', 'dd/mm/yyyy')
    16      from dual
    17    union all
    18    select 'IBM', 'A', to_date('2/01/2012', 'dd/mm/yyyy')
    19      from dual
    20    union all
    21    select 'IBM', 'A', to_date('3/01/2012', 'dd/mm/yyyy')
    22      from dual
    23    union all
    24    select 'IBM', 'A', to_date('4/01/2012', 'dd/mm/yyyy') from dual
    25  )
    26  select
    27    col1, col2, min(col3), case when max(col3) = max_company_date then to_date('31/12/2999','dd/mm/yyyy') else max(col3) end
    28  from
    29  (
    30    select col1, col2, col3, max(col3) over (partition by col1) as max_company_date
    31    from t
    32  )
    33  group by col1, col2, max_company_date;
    COL1               COL MIN(COL3)                  CASEWHENMAX(COL3)=MAX_COMP
    ORACLE             B   03-JAN-2012 12 00:00       03-JAN-2012 12 00:00
    ORACLE             A   01-JAN-2012 12 00:00       02-JAN-2012 12 00:00
    ORACLE             C   04-JAN-2012 12 00:00       31-DEC-2999 12 00:00
    IBM                A   01-JAN-2012 12 00:00       31-DEC-2999 12 00:00
    4 rows selected.
    Elapsed: 00:00:00.01
    ME_XE?

  • CSM ret-code time-frame

    A company I work for has a number of CSM modules (WS-X6066-SLB-APC) installed in 6513 chasis switches. The CSM modules are running version
    4.2(14)
    These CSM modules are configured to load-balance a number of vservers via serverfarms, each serverfarm containing multiple real servers.
    Here is some example configuration:
    vserver SITE
      virtual 10.1.2.3 tcp www
      serverfarm SERVERFARM
      persistent rebalance
      inservice
    serverfarm SERVERFARM
      nat server
      no nat client
      predictor leastconns
      failaction reassign
      retcode-map RETCODE-MAP
      real 10.2.3.4
       inservice
      real 10.2.3.5
       inservice
    map RETCODE-MAP retcode
      match protocol http retcode 503 503 action remove 5 reset 300
    The company is facing a problem with what seems to be related to return code checking. Every once in a while a server will suddenly not receive any traffic for 5 minutes. This always occurs right after the server has sent a HTTP 503 return code. However we cannot see in the CSM logs that the CSM module has actually disabled the real server. For other serverfarms which are running regular HTTP and/or ICMP health checks to real servers we can clearly see in the CSM logs when a real server has been temporarily disabled due to health check failures.
    The return code checking is set to disable a real server for 300 seconds after the CSM has received five HTTP 503 responses from the real server. If we check the real server log however we cannot find more than that single 503 return code right before the server stops seeing any incoming traffic unless we move back at least hours in time.
    I have tried to figure out what time frame those 5 return codes must be received within for them to count towards the maximum allowed return codes, but nowhere in no documentation can I find any information about this time frame.
    For all I know the CSM could keep track of every incoming 503 forever, until the maximum of five 503's is reached, and then the server is disabled for 300 seconds.
    Does anyone have any information about the time frame within which those return codes must be received by the CSM to count toward the maximum configured number of return codes before the configured action is taken?

    Hi Christopher
    EDIT: It might actually be me who misunderstood your reply. You probably gave me the correct answer already, that there is no time limit at all to the counter, and the counter will increase until it reaches 5 even if those 503's are spread out over several months time. Could you please confirm that this is what you meant? I'll leave my original reply down below for you to look at.
    ORIGINAL MESSAGE:
    Thanks for your reply, but I think you might have misunderstood my question, and I don't exactly blame you because I had some difficulty explaining what I meant.
    I know what each and every key word in the following line mean, and I understand the command.
    match protocol http retcode 503 503 action remove 5 reset 300
    We match the protocol http, and look for when/if the server sends a return code 503 back to a client. Each time a 503 return code is returned from the real server a counter is increased by one. When the counter reaches 5 we take the action to remove (disable) the server. 300 seconds after the server was disabled it will be enabled again, and the counter will also be reset to zero at this point.
    But I'm asking about the time frame for the counter, or rather if there is a default timer that resets the counter back to zero after a certain amount of time. Let me give you an example.
    I enable return code checking for HTTP 503 and configure it to disable a server after five HTTP 503's have been seen by the CSM
    1 minute later the server sends three HTTP 503 messages to a client. Now the return code check counter is at 3. This is where the "time frame" that I speak of begins.
    Another 6 minutes later the server sends one HTTP 503 message to a client. The time frame within wich the CSM has seen HTTP 503's is now 6 minutes, so the CSM has seen four different HTTP 503's within 6 minutes. The counter would now be at 4.
    5 months later the server sends a fifth HTTP 503 message to a client. The time frame is now five months and six minutes. Will this fifth HTTP 503 message increase the return code check counter to 5? If it does, then the server will be disabled for 300 seconds, even though it was 5 months since the previous four 503's were seen by the CSM.
    What I'm wondering is basically if there is a limited time frame (like a sliding window) after which the return code check counter is reset back to zero? I cannot find any information about this, and as far as I can see there is no command I can use to see what the return code counter is currently at either, so I cannot manually verify this.
    It would have made sense if the feature worked like this instead, and I'm still hoping that someone can provide documentation that says this is the way it is supposed to work (because if the above example is true, then the feature is broken and useless)
    I enable return code checking for HTTP 503 and configure it to disable a server after five HTTP 503's have been seen by the CSM
    1 minute later the server sends three HTTP 503 messages to a client.  Now the return code check counter is at 3. This is where the "time  frame" that I speak of begins.
    5 minutes later the counter is reset to zero, because no 503's have been seen for over five minutes.
    2 months later the server sends a HTTP 503 message to a  client. This increases the counter to one. The server is never disabled. After another 5 minutes the counter is reset back to zero again.
    I hope that the above examples make it a bit clearer what I meant with my original question.

  • Editable Countdown Timer?

    Hi there,
    Just got Keynote and excited about exploring the possibilities. One thing I'd like have for presentations is an editable countdown timer: something I could insert on a slide, punch in a duration to the presentation start, and let it countdown.
    Not sure if this is doable, though was thinking if it couldn't be done through Keynote itself, maybe a Dashboard widget overlaid would work as an alternative?
    Found a passing reference to something that sounds close at the following thread, but not sure where to go from here:
    http://discussions.apple.com/thread.jspa?messageID=1182707&#1182707
    Thanks for any help or ideas!
    iBook G4 1.33   Mac OS X (10.4.6)  

    Remembered that Apple had a download area for widgets, and rumuged around countdown timers and found one that's nice:
    http://www.apple.com/downloads/dashboard/calculate_convert/321.html
    In Keynote, I turned on the preference that allows Dashboard, Expose, and other apps to operate during a presentation. It warns that presentation performance may suffer, though not sure how much of an impact it'll actually make.
    So using the timer in Dashboard overlaid over the Keynote title slide seems like one solution (though the impact on presentation performance remains to be seen). An in-presentation counter might be nicer.
    Look forward to seeing what Kyn has in his toolbox, and not sure if there might be other things people are using, or additional thoughts/ideas on how this can be done?
    Thanks.
    iBook G4 1.33 GHz PPC Mac OS X (10.4.6)

  • Run steps in a chain at a specific time frame

    I've got an ETL process running in a scheduler chain. First steps are extracting data from remote servers. Each remote server has it's own time frame in which I can extract the data. Once the window is closing I need to kill the job immediately.
    My question is, Is it possible to define a time frame for single steps in a chain ?
    Other options i'm considering (but all are less favorable)
    Create a job with max_run_duration for each extraction step and manually time the transformation / load chain steps after. Advantage - simple, Disadvantage - A lot of ideal time.
    Same as above but make the transformation / load chain with an event based job to when all extraction jobs are done. Advantage - Less ideal time, Disadvantage - More complex, error prune.
    These two options requires a sniper job to catch JOB_OVER_MAX_DUR event and kill the job.These options also require breaking up the chain - something I would like to avoid. Another option that keeps the chain intact is
    Defining the step rule with a time based condition (and using low evaluation_interval ~ 60 seconds) But then I cannot set max_run_duration and there for cannot stop the job if it's working when the time frame is closing.
    I would appreciate any ideas on solving this problem.

    Hello,
    You can for instance execute the following when you create your Refresh Group:
    BEGIN
    DBMS_REFRESH.MAKE(
    name => '"{color:red}schema{color}"."{color:red}refresh_group_name{color}"',
    list => '',
    next_date => TRUNC(SYSDATE) + 1 + 1/24,
    interval => 'TRUNC(SYSDATE) + 1 + 1/24',
    implicit_destroy => FALSE,
    lax => FALSE,
    job => 0,
    rollback_seg => '{color:red}rollback_segment{color}',
    push_deferred_rpc => TRUE,
    refresh_after_errors => TRUE,
    purge_option => NULL,
    parallelism => NULL,
    heap_size => NULL);
    END;
    /Then you add your MV to the Refresh Group as follow:
    BEGIN
    DBMS_REFRESH.ADD(
    name => '"{color:red}schema{color}"."{color:red}refresh_group_name{color}"',
    list => '"{color:red}schema{color}"."{color:red}MV_name{color}"',
    lax => TRUE);
    END;
    NB: The syntax and option can change with the Release (this syntax is well tested on 8.1.7).
    Hope it can help.
    Best regards,
    Jean-Valentin
    Edited by: Lubiez Jean-Valentin on Dec 16, 2009 9:04 AM

  • Pass parent frame to Dialog, from panel within CardLayout

    Hi!
    I have a main class that uses card layout (EntryPoint.java), and where I instantiate all my panels from. All my panels(cards) are seperate classes.
    I have a login class(card) that I call from my main class (LoginClass.java). When it displays and the user wants to change his/her password - I created a custom dialog to pop up and handle the request. This custom dialog is another class on it's own.
    My problem is I cant seem to pass the frame to my dialog. I created a frame only in my main class, seeing the login panel is only a card displayed in my Main class.
    I have followed the example at http://java.sun.com/docs/books/tutorial/uiswing/components/dialog.html
    Can anyone please assist me? I would greatly appreciate it. ;o)
    Here is some code if it helps:
    EntryPoint.java -----------------------------
    public class EntryPoint extends JFrame {
        //instantiate the main frame
        public JFrame frame = new JFrame();
        //create a panel to add all of the components to
        private JPanel cards = new JPanel();   
        LoginClass lc = new LoginClass();
        public EntryPoint() {
            cards.add("login", lc);
            //add the panel to the frame
            frame.getContentPane().add(cards, BorderLayout.CENTER);
            frame.getContentPane().add(buttons, BorderLayout.PAGE_END);
            //Display the window.
            frame.pack();
            frame.setVisible(true);
    }LoginClass.java ----------------------------------
    public class LoginClass extends JPanel  {
        private JButton loginB = new JButton("login"');
        CustomDialog customDialog;
        public boolean loginProceed = false;
        public LoginClass() {
            //this is where it shows in the example i have to pass parameters
    //        customDialog = new CustomDialog(frame, "geisel", this);
    //        customDialog.pack();
            this.setLayout(new GridLayout());
            this.add(loginBut);
            //set action listener to button ..................
        public boolean loginBut_actionPerformed(ActionEvent e) {
           //if password needs to be changed, invoke the dialog with this text
    //                        customDialog.setLocationRelativeTo(frame);
    //                        customDialog.setVisible(true);
    //                        String s = customDialog.getValidatedText();
    //                        if (s != null) {
    //                            //The text is valid.
    //                            setLabel("Congratulations!  "
    //                                     + "You entered \""
    //                                     + s
    //                                     + "\".");
    }My actual dialog is pretty much the same as
    http://java.sun.com/docs/books/tutorial/uiswing/components/example-1dot4/CustomDialog.java
    Thanx for your help and time ;o)

    Change the constructor for LoginClass and give it an argument:
    public LoginClass(JFrame frame) {
        customDialog = new CustomDialog(frame, "geisel", this); // this line looks weird but without the code I cannot say for sure that it is wrong.
        customDialog.pack();
        this.setLayout(new GridLayout());
        this.add(loginBut);
    }By the way.. if you are instantiating a JFrame in the main class, why does the main class also extend JFrame? Pick one pattern or the other and stick with it... I recommend that you NOT extend. So your JFrame oriented class should have a member JFrame and the JPanel oriented class should have a JPanel. This is not the way most people do it, but it is better design, even if only marginally so.
    Drake

  • HT201412 After ios7, My iphone4 has gone dead twice in a time frame of around two months...even though its not happening very often but a two month Old phone going dead just after a New update is not acceptable.probably ios7 still has sum bugs dat need to

    After ios7, My iphone4 has gone dead twice in a time frame of around two months...even though its not happening very often but a two month Old phone going dead just after a New update is not acceptable.probably ios7 still has sum bugs dat need to be fixed...Can this bug expected to be fixed in the next update...

    Hi 1283ar.
    Unfortunately, iOS 7 is too hard to push for the iPhone 4 and therefore has a lot of effects turned off to try to get it to run as smoothly as possible.
    However, it becomes better and better with each update coming but it's hard to do anything about the hardware on an already released phones.
    If you still have trouble or think they are too hard. My tip is, if so, to restore your iPhone 4 and make a clean setup with no iCloud backup. But all your photos in a photostream so you can access it later.

  • How can I execute a command every 10 seconds in a specific time-frame

    Hello,
    I would like to create a script which in a specific time-frame collects some outputs and also pings every 10 seconds.
    To collect the outputs every minute from 22:00PM to 22:10PM I have the following:
    event manager applet snmp_output
    event timer cron cron-entry "0-10/1 22 * * *" maxrun 30
    action 010 cli command "enable"
    action 020 cli command "show clock"
    action 030 cli command "terminal exec prompt timestamp"
    action 040 cli command "show snmp stats oid | append bootdisk:show_snmp_stats_oid.txt "
    action 045 wait 5
    action 050 cli command "show snmp pending | append bootdisk:show_snmp_pending.txt "
    action 055 wait 5
    action 060 cli command "show snmp sessions | append bootdisk:show_snmp_sessions.txt "
    acionn 065 wait 5
    action 070 cli command "end"
    To confirm connectivity to the device doing the SNMP polls I would like to execute a ping every 10 seconds in the same timeframe.
    Cron seems only to support minutes. Is it possible to combine a watchdog timer + a cron timer?
    Can this ping function be incorporated in the SNMP output applet or will I have to write a new one?
    Will I need TCL here (I have no experience in TCL)?
    Best regards,
    Tim

    If you wanted the pings to run in parallel, you could have this applet configure another applet to do the pinging, then remove it on the last run.  This will require an amount of programmatic logic, though.  If you wanted to keep things a bit simpler, add another applet that runs at 22:00 that configures a watchdog pinging applet, then a third applet that runs at 22:10 that removes the pinging applet.
    When it comes to embedded quotes when you configure your nested pinging applet, you'll need to use $q to stand for the embedded quotes.  You'll also need to configure:
    event manager environment q "

  • Manuals users should not be able to submit a concurrent program at a specific time frame:

    Hi
    Please let me know is it possible to restrict some users to submit a Concurrent program during a selected time frame .
    Eg we have an issue in which Process Lockboxes concurrent Program is submitted by the batch user and is also by the Users manually from Front end .What I want is that during a particular time frame everyday say from 12:00 AM to 6 PM I want to restrict manual users to submit this program ,whereas the Program can be submitted by the Batch user any time  .
    Please let me if its possible to achieve this and how .
    Thanks
    Rishabh

    Please don't post duplicates -- restrict user to submit concurrent Program
    Continue the discussion in your original post.
    Thanks,
    Hussein

  • Edit capture time doesn't work for multiple images

    Hi all, hope you can help me.
    I'm trying to edit capture time for multiple images. I select the images using the grid view, and go to Metadata>Edit Capture Time>Adjust to Specified Date and Time, enter the time, and select "change all." However, it seems that some, or perhaps most of the images don't actually have a new Date Created when this process is done.
    I thought perhaps I needed to select 'write metadata to files', but the Date Created seems to revert back prior to writing to the file, or indeed, it doesn't actually change in the first place.
    Any ideas?
    Thanks,
    J

    Think I've fixed this using the following site: -
    http://www.thexlab.com/faqs/helpviewer.html
    Will update if that changes....

  • To capture the passed time in a TimedTrigger UI Element

    Hi, I want to capture the passed time in a TimedTrigger UI Element. I need to capture the passed time from init the application to the execution of an action of a button.
    ¿How can i do it?
    Regards.

    Marcel,
    You do not TimedTrigger for this at all.
    1. Create private variable startTime of type long in custom coding section of view controller (bottom of view controller source between //@begin other .. //@end):
    private long startTime;
    2. In wdDoInit of view controller assign current time:
    startTime = System.currentTimeMillis();
    3. In action handler you may get time passed as following:
    timePassed = System.currentTimeMillis() - startTime;
    The result is in milliseconds, to get seconds divide it by 1000.
    Valery Silaev
    SaM Solutions
    http://www.sam-solutions.net

  • HT1657 after renting a move and starting viewing I can not stop it and come back to in within the time frame. If i stop it it goes away not able to find it. Just like I did not rent it at all.

    after renting a move and starting viewing I can not stop it and come back to in within the time frame. If i stop it it goes away not able to find it. Just like I did not rent it at all.

    Hi,
    We have rolled out a fix for this issue.
    Please log off and log back in to your machine and the issue should be resolved automatically. In case that does not work, please manually run the msi installer posted here (may require reboot).
    For details, please refer to the KB article here: Multiple RunOnce keys created 11.0.10 and 10.1.13 Acrobat | Reader
    Please let us know if you still face any issues.
    Thanks,
    Ashu Mittal

  • FTP Adapter restrict polling frequency active time frame in a day

    Hi All,
    Is there anyway I can restrict FTP adapter polling frequency to be active during a particular time frame of the day. Say, my service should poll the incoming location for Sales order data for every hour during business hours of the day.
    Thanks,
    AG

    Hi
    SOA Suite 12c will expose Oracle ESS as the scheduler.
    ESS will allow you to schedule soa composites / OSB services etcand allow you to enable / disable them based on jobs, which is what you desire.
    12c SOA Suite is expected later this Summer.
    Cheers
    iain

Maybe you are looking for

  • Variant pricing in Sales order and Purchase Order for same Config material.

    Hi, I am stuck to a point wherein the varaint pricing is working either in Saler Order or in Purchase Order. The issue is that the Variant Condition Characteristics 'VARCONDMM' has MMCOM and VKOND in additional tab and in the multiple selection activ

  • Automatic transaciton posting for transaction VL02N

    Hi Experts         Can i know whats is the user exit for the transaction VL02N we want to use for the purpose of posting a transaction MIGO while save the outbound delivery document.         My requirement is when save the delivery document in one pl

  • Drop Cap problem

    When text in TextFrame is aligned to baseline and scaled - Drop Cap becomes too large and hangs over text. Is it an InDesign bug or I've missed something? Here is an example of such behaviour: scale is 200%, drop cap size is 8 lines. I'm using InDesi

  • Windows 7 64-bit & wireless Palm Zire 72 - can't sync?

    We've loaded the software that came with the Zire 72 on our new Dell Inspiron 1750 laptop however we can't sync.  I went to Palm's website and downloaded/installed Palm Desktop 6.2 as it said it was for 64-bit systems however we STILL can't sync. I g

  • Scheduling with AO Workbook - changing prompt values

    I saved and AO workbook on the BI platform, scheduled and executed.  The query has month and year prompts filled by exit variables.   I change the user exit for a different month year.  I schedule the workbook on the BI platform, but the workbook sti