Call Horizon - How does it work

Hi All,
I have a doubt related to call horizon and how does it work.
We have a strategy with the following cycles:
C1 - 250 Hours
C2 - 500 Hours
C3 - 1000 Hours
C4 - 2000 Hours
In strategy, if we define a call horizon of 90% how the system generates the schedule calls?
C1 - 250 H - 250 H * 90% = 25 Hours earlier
C2 - 500 H - 500 H * 90% = 50 Hours earlier
C3 - 1000 H - 1000 H * 90% = 100 Hours earlier
C4 - 2000 H - 2000 H * 90% = ~2000 Hours earlier
Is that correct?
Regards,
Rogério Reis

hi
it is not the case of cycle unit ,it is the combination of current counter,and annual performance .
for example i have created a maintenace plan of 1000h,2000h,3000h with the call horizon as 90% and with the annual estimate as 3650 ie 10 h/day
then while scheduling system will calculate the call day as per the least couter cycle ie in normal reaching 1000 h will take 100 days ,since the 90% call horizon is there system will consider 10 days in advance or 100 hrs
hence for the next cycle aslo sysem will consider the 10 days advance or when the counter reaches 1900
regards
thyagarajan

Similar Messages

  • JDBC Adapter:- How does it work??

    Dear Friends,
    I would like to know the nuts and bolts of JDBC adapter.
    1.)How does it work internally?Internally what does sap use?
    2.)In my scenario i just need to access a sap table so Can i write my Java JDBC program to access it.?
    3.)Is there any other way to sent data from Idocs to map to a external database with out using XI.?
    thx,
    jeevan

    Hi Jeevan,
    As far as the JDBC adapter goes, internally it uses, obviously JDBC (Java DataBase Connectivity). Thus all the calls from this adapter are internally SQL Queries (Either Select, Insert, Update, Delete, Execute Stored Procedure) that are sent using Java JDBC API.
    In Sender Configuration, it needs a Select and an Update query to be configured into it. It polls the External Database at specific intervals (Polling Interval in the Channel Configuration),i.e., it connects to the Database via a JDBC Connection and runs the select query. The data from the query is sent to XI as an XML Document. The update query is used to update the DB such that the same data is not picked again in the next poll. This is generally done through a status field. The select query's Where clause should pick records with one status and the update should change all those statuses so that the select does not pick them again. Click [Here|http://help.sap.com/saphelp_nw70/helpdata/EN/22/b4d13b633f7748b4d34f3191529946/frameset.htm|SAP Help on JDBC Sender Adapter] for more details, including the format of the XML file sent.
    In receiver configuration, the channels creates SQL statements from the XML Document it receives. This can be either Select, Insert, Update, Delete or Stored Procedure Call Statements. This requires you to give the receiver channel an XML Document in a pre-defined Schema. Click [Here|http://help.sap.com/saphelp_nw70/helpdata/EN/22/b4d13b633f7748b4d34f3191529946/frameset.htm|SAP Help on JDBC Receiver Adapter] for more details including correct XML Schemas. Note that the kind of SQL Statement generated (Select, Update, etc) is dependent on the schema provided.
    Hope this was helpful!!!
    Thanks,
    Guru

  • af:statusIndicator how does it work?

    <af:statusIndicator> how does it work?
    i want, call a function javascript when <af:statusIndicator> changed icon from ""reconnecting"" to "connected".
    where do javascript functions change icons?
    please help me
    Edited by: Mehdi Jalali on Dec 31, 2012 10:31 AM

    yes, i know.
    but i want add my js and update my style pagecontent after partial-refreshed (completed ajax)
    Edited by: Mehdi Jalali on Dec 31, 2012 11:01 AM

  • What is Bootstrapping in LYNC ? how does it work?

    could anyone explain..whats bootstrapping in LYNC? how does that work? what is it used for.??

    bootstrapper.exe is called by setup.exe, bootsrapper.exe is responsible for deployment and configuration of server roles.
    The bootsrapper receive the configuration from the configuration of the topology builder
    regards Holger Technical Specialist UC

  • How does skype work

    skype is new to meso how does things work????

    Hey, i.p-13-4-1994, and welcome to Skype!
    Skype works like a telephone on your computer!You can call someone and start a call with someone else's computer or Skype software for free or call someone's phone number for a nice, low rate!You can be called by someone on your computer!You can be a part of a conference call without the hassle of fees, connection numbers, PIN numbers, etc.You can stay silent and type and exchange messages to one another. You can show and tell some photos or send some files to others.You can show your face and turn a mundane voice call into an exciting video call!So what else would you like to know? You can go ahead and ask questions like "How do I add a contact?" or "How do I start a call?" Perhaps you would like to know "How much does it cost to call my friend's mobile phone in Singapore?" or "How do you use Skype WiFi?" All are great questions, so what would you like to know?

  • The count on "Top Kudoed Authors" seems wildly inaccurate; how does that work?

    Not a biggie, but I see on the main page, and on each sub-page, a block called "top kudoed authors".  The counts and top authors vary between pages, but it is always (seemingly) wrong.  Some "top authors" have only 1 Kudos.  Top "kudo" heavyweights appear like Cicopo, but with only a tiny fraction of their actual scores.  What does this mean/ how does this work?  
    Scott
    Canon 6D, Canon T3i, EF 70-200mm L f/2.8 IS mk2; EF 24-105 f/4 L; EF-S 17-55mm f/2.8 IS; EF 85mm f/1.8; Sigma 35mm f/1.4 "Art"; EF 1.4x extender mk. 3; 3x Phottix Mitros+ speedlites
    Why do so many people say "fer-tographer"? Do they take "fertographs"?

    Hi ScottyP, thanks for posting!   We're sorry for the confusion; we think you might be seeing the "Week" view for kudos.  If you click on the "View All" option right below the leaderboard, you can sort viewable options by several different parameters, including "All Time".  This All Time view should give you a more accurate tally of a user's overall kudos.  We hope this helps!
    Jessica in Support

  • How does Iterate work inside an Action

    I'm having trouble figuring out how does <Iterate > work inside an <Action> in a workflow. My <Action> is to call a subprocess that takes several arguments and initiates an approval. Since I need to fire-off several approvals at the same time instead of chaining them I use <Iterate> that loops over a list variable.
    Now the subprocess being an approval the workflow gets suspended and divided into multiple parallel paths. My question is that how do these parallel paths assimilate together after approval or they don't assimilate at all and process in separate parallel lines or otherwise whichever approval returns first takes precedence and proceeds with rest of the activities.
    TIA,
    AndyDev

    Thanks for the reply. But this doesn't answer my question completely.
    Say within <Iterate> I specify **for='var_name' in='list_name'** will it continue to run after it has run once for each element in the list. If yes, doesn't it trigger the sub-process multiple times, something I don't want. If no, what happens next ? (that was actually my original ques).
    Say if list_name had 5 elements, it triggers one sub-process (which is a multiapproval) for each of them. What happens next ? Does it transition to next activity? Does it wait for all approvals to finish approve/reject?

  • Properties Class, How does it work

    Hi
    I was struggling to find how to use Properties Object, to read properties file, then I saw the following solution:
    fis = <classname>.getClass().getResourceAsStream("<prop file>"); (1)
    prop = new Properties();(2)
    prop.load(fis);(3)
    fis.close();(4)
    This works fine, but I am not able to understand, how does it work?
    <classname>.getClass() should return a class object, and this class must be havaing getResourceAsStream() method, which is used by the properties object. But what is the need of first getting a "class" object. Our aim is to open the Properties file, then why do we need any reference to the current class.
    Can anybody explain the jargon of the line -(1)
    Gaurav

    the Class class is defined in the lava.lang package. The java virtual machine (JVM) uses a class loader to load class definitions from wherever <g> into memory, ok? The Class class represents the JVM's internal holding of a class definition (as opposed to instances of the class itself).
    To get the Class for any class, you can use the getClass() method on any object, or you can use the <classname>.class syntax. Either way, you get an instance of Class.
    The Class class contains some utility methods about class definitions prresent in the JVM. Importantly, the Class object for a class contains a reference to the class loader that loaded the class. You get it with the getClassLoader() method. The class loader is a thing that knows how to get a class definition from a local drive, or of a jar file, or off the web (if you are using an applet), or whatever. If one class needs another class to work, the class loader knows how to get the definition for that other class.
    Say I have a class
    class Foo {
       int bar(Baz baz);
    }and another one
    class Baz {
    }And both of these are in a jar file at http://z.com/applet1.jar
    An instance of URLClassLoader will be used to fetch class Foo. When Foo needs the definition of Baz, that same loader will be used to get Baz.
    A jar file (or a directory on your local drive) can contain anything at all, not just .class files. It might contain .prioperties files. These are called "resources". If you bundle them up with your class files, then the class loader that loaded the class files can also get them. So if your widget has gif files that it uses for icons, you just bundle them all up together.
    Of course, Class.getResource() is just a convenience method for Class.getClassLoader().getResource().

  • GET bsid. How does it work?

    Hi guys,
    How does GET works?
    GET bsid.
    bsid is an logical database...
    Thanks a lot!
    Rgds,
    Mark

    Hi,
    When you link a logical database with an executable program, the GET statements determine the depth to which the logical database is read. When you call the function module LDB_PROCESS, you determine the depth by specifying a node name in the CALLBACK parameter. For each node for which you request data, a callback routine can be executed at two points. These correspond to the GET and GET LATE events in executable programs. In the table parameter CALLBACK, you specify the name of the callback routine and the required execution point for each node. A callback routine is a subroutine in the calling program or another program that is to be executed at the required point.
    For the GET event, the callback routine is executed directly after the data has been read for the node, and before the subordinate nodes are processed. For the GET_LATE event, the callback routine is processed after the subordinate nodes have been processed.
    The line type of the table parameter CALLBACK is the flat structure LDBCB from the ABAP Dictionary. It has the following components:
    LDBNODE
    Name of the node of the logical database to be read.
    GET
    A flag (contents X or SPACE), to call the corresponding callback routine at the GET event.
    GET_LATE
    A flag (contents X or SPACE), to call the corresponding callback routine at the GET LATE event.
    Also chk this for sample code
    [http://help.sap.com/saphelp_nw70/helpdata/en/9f/db9aa335c111d1829f0000e829fbfe/content.htm]
    Pls. reward if useful...

  • W530 - How does things work when having two graphics cards?

    So I have a W530 with an Intel HD Graphics 4000 and a NVIDIA Quadro K2000M.
    How does things work when the computer has two graphics cards? I mean, is only one active at a time? Or is one doing complex calculations while the other one might be the one displaying them on the screen?
    Related question:
    I just bought and installed the game Portal 2. How do I know if it is using the better graphics card (NVIDIA Quadro K2000M)? And if it is not, how do I configure Windows, Steam or Portal 2 to use it to its full potential?

    Technically, the Intel integrated graphics is always active, although it is not always in use. Nvidia graphics will turn on and off according to need. Software from Nvidia called Optimus automatically switches between integrated (Intel) and dedicated (Nvidia) graphics, according to the application. Portal 2 will run smoothly at maximum settings and native 1920x1080 resolution using the K2000M. The easiest way to see which graphics card is in use is to check the "Display GPU activity icon in notification area" option in the Desktop menu of the Nvidia control panel. It should automatically use the Nvidia graphics card when Steam is running. If it does not, you can add Steam to the program settings in Nvidia control panel and select that it should always use the Nvidia graphics.
    Also, if you are using an external monitor and the notebook monitor, then you will be using both graphics cards - the Intel graphics will drive the notebook screen and the Nvidia card will power the external display(s).
    Thinkpad W530, i7-3720QM, 1920x1080 screen, 32GB RAM, dual SSDs (Samsung 830, Crucial M4 mSATA), Quadro K2000M, 9-cell battery, DVD burner, backlit keyboard, Bluetooth, Intel 6300 wireless card

  • How does 'RHPH_STRUCTURE_READ' work ?

    Hi all,
    I am using function RHPH_STRUCTURE_READ to find my system objects, but I don't understand how it exactly works, on attribute WEGID precisely !
    Here is the list of what I need to find :
    - O objects
    - SM linked to O
    - SE linked to SM
    - E linked to SE or E linked to CE
    For the first one, I use wegid 'O-S-P' (but I don't see what it does mean).
    For the two followers, I use otype 'O' and resp. wegid 'O-SM' and 'O-SE'. Is there a way to do from SM to SE without using otype 'O' and this wegid ?
    For the last one, I didn't find how to perform it !
    Someone can explain me how does it works ? My way to test it is really risky !
    Last question, is there a way to find all my O objects without notify an objid ?
    Thanks for your help
    Regards

    DATA:  v_wegid  LIKE t778a-wegid.
    DATA: T_PLVAR LIKE P1000-PLVAR,
          T_OTYPE LIKE P1000-OTYPE,
          T_OBJID LIKE P1000-OBJID,
          T_BEGDA LIKE P1000-BEGDA,
          T_ENDDA LIKE P1000-ENDDA,
    get data for 2 levels
      CALL FUNCTION 'RHPH_STRUCTURE_READ'
           EXPORTING
                plvar             = t_plvar
                otype             = t_otype
                objid             = t_objid
                wegid             = v_wegid
                begda             = t_begda
                endda             = t_endda
              PUP_INFO          = 'X'
              WITH_STEXT        = 'X'
                tdepth            = '3'
           TABLES
                stru_tab          = orgstru_tab
           EXCEPTIONS
                catalogue_problem = 1
                root_not_found    = 2
                wegid_not_found   = 3
                OTHERS            = 4.

  • JScrollPane, JList, Resizing - How does it work?

    Hello NG,
    I have the following situation:
    3 JScrollpanes with 3 JLists to display. 2 Scrollpanes (on the right, 2. and 3.) are in a JPanel with GridBagLayout. This JPanel and the 3rd JScrollpane (on the left, 1.) are in another JPanel also with GridBagLayout. All components have a gridBagConstraints.fill = BOTH setting for resizing. The JLists will be filled from another Thread different from the EventDispatcherThread.
    The Problem:
    The JFrame with the components above will be displayed on the screen. Then the other thread fills the JList of JScrollpane(1), then the two other JScrollpanes (2 and 3). After that, a resizing occurs according to the gridBagConstraints.fill constraint to fill the space between the components. So, the 3 JScrollpanes change their size, it seem to the observer that this resizing occurs without intention.
    Is there a way to prevent this risizing? How does this resizing mechanism exactly works? Who fires which event? Does anybody knows where to find a good description of it?
    So far, I know it starts with the revalidate()-method in the JLists after changing the content of the lists. revalidate() adds the component to the RepaintManger invalidation queue for repainting. But who calls revalidate()? What will happen if the revalidate()-method will be overwritten to do nothing?
    Bye
    Raoul

    You gotta throw use a bone here... How does what work? More info please.

  • How does this work?

    This is not a complaint, but a confused sigh of admiration. I've got an email account at the university where I teach. When I got my iBook, it took me a while, and a few conversations with IT at the school, to get this account working in the Mail application. (Since I have a Verizon DSL at home, I had to include that SMTP as the outgoing server.) Anyway, I synched this mail account (along with my AOL and .Mac accounts) onto the iPhone, and it works perfectly, both incoming and outgoing. I didn't have to change any of the settings. I thought I was computer savvy, but I can't wrap my mind around this. It seems like magic. How does it work?

    The sync process with iTunes transfers the email account settings (for your chosen accounts via your iPhone sync preferences) from the Mail application on your Mac to the iPhone's email application.
    The iPhone is running OS X and the iPhone's email client can be considered a mobile version of the Mail application.

  • My iPhone was stolen and I have contacted the police who are using the meid number to locate.  How does this work and what are my chances of getting the phone back?

    My iPhone was stolen.  I used Find My iPhone app to lock it and display a message.  The phone has not connected to the internet to locate it.  I contacted the police and they have taken my meid number.  How does this work and what are my chances of getting the phone back?  Are there other ways the theif can use it.  I was told once they put in a new sim card and use it, whatever software the police have, it will show up.

    Honestly? In the US (I can't speak to other countries, though I doubt it works much differently in a lot of the world) The police took your report and filed it either in their computers or, on paper. They will now not think of this again. The only time it will cross anyones mind is if, in the course of entering information into evidence about items recovered or seized at a crime scene, the serial number of an iPhone that was found/seized happens to match yours, in which case you will be contacted.
    The police in the US can and will do nothing to 'blok' the phone and it's not worth their time to try and locate it unless you know for a fact that it was stolen by a big time drug lord, master criminal, or some other such prime target and they can get a court order to track the location of the phone in order to locate this individual for your own purposes.  If they do that, they'll probably keep him under surveilance for a year or so before they act.
    Basically, the police don't care about your phone. If they find it, they will give it back to you. They are not, however, going to go looking for it. They have better things to do.
    I'm sorry, but that's the way it is.

  • Was told a USB device would create a PDF automatically from the data contained within when plugged into my USB port. Doesn't seem to work. How does this work and how can I fix the device I received?

    Acrobat is not on the USB device - only Adobe Reader needed on the PC. How does this work? How can I fix this device if at all?

    You need to ask the people who sold it to you. Doesn't sound like it has anything to do with Reader.
    However, you should be wary of devices that automatically try to open files when plugged in. They can also infect your computers with all kinds of viruses or malware.

Maybe you are looking for

  • Can you help me on these 6 SAP BW interview questions?

    Hi, Can you help me get a better understanding of the expectations in the following interview questions? Please explain them in your on words and if you think there is an additional information, you may provide the link but I am more interested in yo

  • Sequence of variables triggered while running a query

    Hi All, Can anyone please let me know the sequence with which the (Customer exit) variables in CMOD are executed. I mean in the Processing step 2 where we have a statement Case Varnam what is the varaible sequence which enters into this statement. Re

  • 2008 MacBook Pro 17" eats airport cards

    I have a 2008 MacBook Pro which was under AppleCare support and had it's AirPort card replaced several times. A few weeks after the support expired, again the last card Apple put in started to fail and soon became unusable. The local apple store refu

  • How can I stop a migration from ext. HD to new HD on a MacBook?  It hangs up @ 3 min. Left each time.

    I am trying to add a Ned HD.  In my MacBook '08 unibody?  It has been installedand formattd.  When migrating from old hard drive to Mac, it stops with 3 min. remaining.  Tried 3 times.  Same results.  What can I do?

  • Handling Excel files

    how to read,write and update Excel files thorow java programming? my requirement is to change the cell values dynamically?is it possible in java?