Find total processing time from routing

Hi,
I'm writing specs for creating a production scheduling report for sales orders. I'm stuck at finding the relevant tables and fields for this particular calc. I want to find the processing time from routing.
Total Processing Time (if Procurement type = u201CEu201D, then all operations from tasklist/Routing Operations for the material number) = Setup Time + (Machine time * Operation Quantity) + (Labor time * Operation Quantity)
Any suggestions??
Thanks

Hi
Check with any one of the following table:
EAPL     Allocation of task lists to pieces of equipment
EINA     Purchasing Info Record: General Data
EINE     Purchasing Info Record: Purchasing Organization Data
ESKL     Account Assignment Specification: Service Line
ESLH     Service Package Header Data
ESLL     Lines of Service Package
INOB     Link between Internal Number and Object
KALC     Material Quantity Calculation - Formulas
KALT     Material Quantity Calculation: Header
KOCLU     Cluster for conditions in purchasing and sales
KSSK     Allocation Table: Object to Class
LFA1     Vendor Master (General Section)
MAPL     Assignment of Task Lists to Materials
MLST     Milestone
MLTX     Milestone Description
PLAB     Relationships
PLAS     Task list - selection of operations/activities
PLFH     Task list - production resources/tools
PLFL     Task list - sequences
PLFT     Process Instructions
PLFV     PI Characteristics/Sub-Operation Parameter Values
PLKO     Task list - header
PLKZ     Task list: main header
PLMK     Inspection plan characteristics
PLMW     MAPL-Dependent Charac. Specifications (Inspection Plan)
PLMZ     Allocation of bill of material items to operations
PLPH     CAPP: Sub-operations
PLPO     Task list - operation/activity
Thanks
Saravana
Reward if useful

Similar Messages

  • BPM Total Processing Time

    Hi,
    I am trying to calculate total processing time of the BPM. I am capturing start and the end time in BPM.Now the issue is that how di I get the difference between these two times Plesae let me know if you have any ideas on this. Also let me know is there any other standard way to acheive the same.
    Thanks
    Anand

    Hi,
    the standard way would be to use PMI (performance monitoring)
    but as far as I remember you cannot select a BPM name to monitor... only loose messsages
    BTW
    it even gives you the opportunity to save to data in a file... for audit for instance
    so the only way would be to try to create a report
    this data has to be stored somewhere...
    no other idea - sorry
    Regards,
    michal
    Message was edited by: Michal Krawczyk

  • How to find the processing time of any query?

    im using oracle express edition, can anyone help me, how to find the processing time of any query?

    Trace the query and tkprof the generated trace file.
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16638/sqltrace.htm#PFGRF01010

  • How to find query processing time?

    im using Oracle Express Edition
    i want to find the processing time of a query?,
    anyone please specify briefly how to find the query processing time
    can i get the processing time of a query by using Express edition or should i install Enterprise Edition.
    with regards,
    ravikanth.

    This link will help
    http://forums.oracle.com/forums/thread.jspa?threadID=2210335&tstart=0

  • Need to find our current time from sqlplus

    I need to find out current time from sqlplus.

    select sysdate from dual;
    Hmmm ... time to hit the manuals?!?!

  • How to find total refresh time of Materialize view?

    Hello All,
    I want to know the total refresh time of Materialize view. i m refreshing MV by below statement
    i hv not logging the start and end time of this in process.
    exec dbms_mview.refresh('EMP_MV','C','',FALSE,FALSE,0,0,0,TRUE);
    So, anybody can you please know the using which database table it cab be possible?
    Thanks in advance

    The only way you can log the refresh time for each execution is to wrap the call inside a procedure that also logs the start and end times to a logging table.
    (if you manually run the exec dbms_mview.refresh from an SQLPlus command line, you could also SET TIMING ON in SQLPlus)
    Hemant K Chitale

  • Finding Total Test Time In SequentialModel.seq

    Hi everyone, I am trying to figure out where in the SequentialModel.seq file I can pull back the "Total Main Sequence Test Time" when running in "Test UUTs" or "Single Pass" mode.  In which subsequence can I find the "Total Test Time" for one run?  Is there a variable with this information?
    Thanks so much!
    Solved!
    Go to Solution.

    A couple options here.  You can override the TestReport callback and get it by using Parameters.MainSequenceResults.TS.TotalTime.  NOTE: the TestReport callback will only work if you are NOT using On-The-Fly reporting.
    If you want to do it from the PostUUT you could do Caller.Locals.ResultList[0].TS.TotalTime.  Or RunState.Root.Locals.ResultList[0].TS.TotalTestTime.  Be careful using expressions like these.  If something else other than the model happens to trigger this callback you might not have those variables in there.  Both Caller and RunState.Root should give you the sequence context for the Test UUTs or Single Pass sequences.
    Regards,
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • How to get the total execution time from a tkprof file

    Hi,
    I have a tkprof file. How can I get the total execution time. Going through the file i guess the sum of "Total Waited" would give the total time in the section "Elapsed times include waiting on following events:"
    . The sample of tkprof is given below.
    SQL ID: gg52tq1ajzy7t Plan Hash: 3406052038
    SELECT POSTED_FLAG
    FROM
    AP_INVOICE_PAYMENTS WHERE CHECK_ID = :B1 UNION ALL SELECT POSTED_FLAG FROM
      AP_PAYMENT_HISTORY APH, AP_SYSTEM_PARAMETERS ASP WHERE CHECK_ID = :B1 AND
      NVL(APH.ORG_ID, -99) = NVL(ASP.ORG_ID, -99) AND
      (NVL(ASP.WHEN_TO_ACCOUNT_PMT, 'ALWAYS') = 'ALWAYS' OR
      (NVL(ASP.WHEN_TO_ACCOUNT_PMT, 'ALWAYS') = 'CLEARING ONLY' AND
      APH.TRANSACTION_TYPE IN ('PAYMENT CLEARING', 'PAYMENT UNCLEARING')))
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.00       0.00          0          0          0           0
    Execute    442      0.08       0.13          0          0          0           0
    Fetch      963      0.22       4.72        350      16955          0         521
    total     1406      0.31       4.85        350      16955          0         521
    Misses in library cache during parse: 1
    Optimizer mode: ALL_ROWS
    Parsing user id: 173     (recursive depth: 1)
    Number of plan statistics captured: 1
    Rows (1st) Rows (avg) Rows (max)  Row Source Operation
             1          1          1  UNION-ALL  (cr=38 pr=3 pw=0 time=139 us)
             1          1          1   TABLE ACCESS BY INDEX ROWID AP_INVOICE_PAYMENTS_ALL (cr=5 pr=0 pw=0 time=124 us cost=6 size=12 card=1)
             1          1          1    INDEX RANGE SCAN AP_INVOICE_PAYMENTS_N2 (cr=4 pr=0 pw=0 time=92 us cost=3 size=0 card=70)(object id 27741)
             0          0          0   NESTED LOOPS  (cr=33 pr=3 pw=0 time=20897 us)
             0          0          0    NESTED LOOPS  (cr=33 pr=3 pw=0 time=20891 us cost=12 size=41 card=1)
             1          1          1     TABLE ACCESS FULL AP_SYSTEM_PARAMETERS_ALL (cr=30 pr=0 pw=0 time=313 us cost=9 size=11 card=1)
             0          0          0     INDEX RANGE SCAN AP_PAYMENT_HISTORY_N1 (cr=3 pr=3 pw=0 time=20568 us cost=2 size=0 card=1)(object id 27834)
             0          0          0    TABLE ACCESS BY INDEX ROWID AP_PAYMENT_HISTORY_ALL (cr=0 pr=0 pw=0 time=0 us cost=3 size=30 card=1)
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      db file sequential read                       350        0.15          4.33
      Disk file operations I/O                        3        0.00          0.00
      latch: shared pool                              1        0.17          0.17
    ********************************************************************************

    user13019948 wrote:
    Hi,
    I have a tkprof file. How can I get the total execution time.
    call count cpu elapsed disk query current rows
    total 1406 0.31 4.85 350 16955 0 521TOTAL ELAPSED TIME is 4.85 seconds from line above

  • What formula for finding sum of Time from cells in a row?

    Is there a template on Numbers or a simple Sum formula that i can use to add hours and minutes worked so that a cell will show total number of hours and minutes worked in a day? Thanks.

    In its bare form, the required formula would be :
    =(timeOut1-timeIn1)+(timeOut2-timeIn2)+(timeOut…-timeIn…)
    this said, you must understand that Numbers has no time items.
    It has date_time ones and, if it's Numbers '09, it has duration ones.
    A cell whose format is defined to display only a time value contains always a date component.
    Near the safari window in which I am writing is a Numbers document.
    If I type 13:58:20 in cell B2, the app starts displaying 13:58 because the contents parser which is in Automatic mode recognized that my entry was resembling to a time one. So it « decided » to display only the hours and minutes of the time component.
    If I enter the Cells Inspector and define the format to date time displaying the date and the time (with seconds), I get: 2012-04-12 13:58:20
    If the process whose start was just typed is supposed to end at 18:26, I may repeat the already described process to C2 but as quite everybody knows in this Discussions forum, I'm lazy.
    So, I select every cells supposed to receive a time value and define, temporarily, their format to date_time displaying date, time with seconds. This way I will not have to repeat that for every entry.
    In C2, I type 18:26.
    The app displays : 2012-04-12 18:26:00
    Leaving space for two other tasks, in H2, I type =C2-B2
    As I am running Numbers '09, I get 4h 27m 40s which is a duration value.
    Now, we will assume that the start time remains unchanged but that the task will end tomorrow at 5:55
    If I type this value immediately in C2, the cell will contain 2012-04-12 05:55:00 and H2 will contain -8h 3m 20s which is certainly not what you want to get.
    If I wait tomorrow before typing this end time in C2, the cell will contain 2012-04-13 05:55:00 and H2 will display the wanted value : 15h 56m 40s.
    CAUTION : the application made no error, it just did exactly what I wanted it to achieve.
    Third case, I decide to type the start and the end time when the task isfinished, say on 2012-04-14,
    B2 will contain : 2012-04-14 18:26:00
    C2 will contain : 2012-04-14 05:55:00
    and one more time we will get the infamous -8h 3m 20s which is certainly not what you want to get.
    So, it's clear that a more sophisticated formula is required.
    Here I will describe the one which I use. I guess that other helpers will describe other ones. It's the rule of the game.
    I use the function TIMEVALUE.
    =(TIMEVALUE(C2)-TIMEVALUE(B2)+IF(TIMEVALUE(C2)>TIMEVALUE(B2),0,1))*24
    which will return the durations expressed in decimal hours.
    This formula is OK as long as the task duration isn’t longer than 24 hours.
    If a task duration may be greater than 24 hours, the best scheme would be to enter full date_time values.
    For several tasks, the formula would be :
    =(TIMEVALUE(C2)-TIMEVALUE(B2)+IF(TIMEVALUE(C2)>TIMEVALUE(B2),0,1)+TIMEVALUE(E2)- TIMEVALUE(D2)+IF(TIMEVALUE(E2)>TIMEVALUE(D2),0,1)+TIMEVALUE(G2)-TIMEVALUE(F2)+IF (TIMEVALUE(G2)>TIMEVALUE(F2),0,1))*24
    Yvan KOENIG (VALLAURIS, France) jeudi 12 avril 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.3
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k

  • Weird Thread problem - Not getting processing time from system?

    I have an applet that displays an animation, and tasks are divided up into separate threads. After the main display is created, I create a thread that repaints the display every 10 milliseconds and one that does the actual animation. The odd thing is, even though it is in an infinite for loop, the message (see below) only comes up once (saying "Refresh 0"), and the applet doesn't refresh unless I minimize and maximize the window. Below is a modified code snippet:
    ...imports...
    public class AnimationApplet extends Applet
    AnimationApplet a;
    public void init(){
    a = this;
    createDisplay() //gets the container and adds a Jpanel with main animation, a button and a textfield.
    new AnimateThread().start()//calls animate() method which uses a timer to daw a series of lines
    new RefreshThread().start();}
    private class RefreshThread extends Thread{
    public void run()
    int count = 0;
    for(;;){
    JOptionPane.showMessageDialog(null, "Refresh " + count);
    tp.repaint() //refresh main panel
    a.validate()
    count++;
    sleep(10);}
    }If you need to see more code, I can provide it. Thanks in advance for the help!

    Nothing I'm trying is working. Someone please help!

  • Planned orders are not taking into account the processing time

    Hi,
    Could you please tell me why planned orders quantities are not based on processing time from the material master.
    Materials was set before with 1 day in house production , no matter of lot size.
    Based on routings I updated material master with processing time depending on lot size.
    What is bottering me now is that planned orders are not taking into account processing time. (e.g.  based on my processing time 1000 pce are produced  in 3 days, but planned orders show me that 1000 pce are still need  in 1 day , but it  can not be produced in 1 day   ).
    what did I miss?
    Thanks a lot for any information!

    Hello Simona
    The in house production time from tab MRP 2 is lot size independent.
    However, on tab work scheduling you can define a lot size dependent times.
    Please observe that, if you have entered an in house production time, the processing time will not be considered. The F1 help of the field provides the following explanation:
    You can define work scheduling times in the material master record in one of two ways:
    Either you enter the in-house production time. If required, you can get the system to update this value from the routing.
    Or you enter the setup, teardown, processing, and interoperation times. If you maintain these values, the system determines the in-house production time on the basis of lot size.
    Therefore, if you want to consider the processing time, you should remove the in house processing time.
    BR
    Caetano

  • Performance Tuning -To find the execution time for Select Statement

    Hi,
    There is a program that takes 10 hrs to execute. I need tune its performance. The program is basically reading few tables like KNA1,ANLA,ANLU,ADRC etc and updates to Custom table. I did my analysis and found few performance techniques for ABAP coding.
    Now my problem is, to get this object approved I need to submit the execution statistics to client.I checked both ST05 and SE30. I heard of a Tcode where we can execute a select statement and note its time, then modify and find its improved Performance. Can anybody suggest me on this.
    Thanks,
    Rajani.

    Hi,
    This is documentation regarding performance analysis. Hope this will be useful
    It is a general practice to use           Select  *  from <database>…     This statement populates all the values of the structure in the database.
    The effect is many fold:-
    •     It increases the time to retrieve data from database
    •     There is large amount of unused data in memory
    •     It increases the processing time from work area or internal tables
    It is always a good practice to retrieve only the required fields. Always use the syntax      Select f1  f2  …  fn  from <database>…      
    e.g.     Do not use the following statement:-
         Data: i_mara like mara occurs 0 with header line.
         Data: i_marc like marc occurs 0 with header line.
         Select * from mara
              Into table i_mara
              Where matnr in s_matnr.
         Select * from marc
              Into table i_marc
              For all entries in i_mara
              Where matnr eq i_mara-matnr.
         Instead use the following statement:-
                                       Data: begin of i_mara occurs 0,
                                            Matnr like mara-matnr,
                                                  End of i_mara.
         Data: begin of i_marc occurs 0,
              Matnr like marc-matnr,
                                            Werks like marc-werks,
                                                 End of i_marc.
         Select matnr from mara
              Into table i_mara
              Where matnr in s_matnr.

  • How can I get composite processing time through Weblogic System MBean

    Hi All,
    Can anybody please tell me where to find SCA Composite processing time under 'System MBean Browser' properties?
    We have a requirement to access composite instance processing time from Oracle Weblogic MBean through java.
    Please note, component wise statistics can be found in +'oracle.dms'+ package under 'Application Defined MBean'. Also +'oracle.soa.config'+ & +'oracle.mds.lcm'+ packages under 'Application Defined MBean' doesn't provide details composite wise.

    You need LineIn. Scroll down on:
    <http://www.rogueamoeba.com/freebies/>

  • Fm for processing time in processing order operation

    Hi
    I need to obtain processing time from processing order's operations. ASAIK there are some formulas to calculate this but i cannot find it. Could you give me some tips about that? Is there a fm or bapi to obtaint this?
    regards
    Wojciech.

    Hi,
    Please let me know what is a processing order to which module it belongs so that I can help you out
    Thanks & Regards,
    Chandralekha.

  • DIR creation from routing

    Hello All,
    I have a requirement to generate a document in SAP DMS (CV01N) for the assembly instruction using the process steps from routing(CA01).This would include inserting an assembly picture (JPEG) into original file which would reside in DMS and would link back to routing using the object link. The request for this process was to avoid the manual creation of the worksheet from routing. The series of steps in routing would be pulled into a excel document inside a DIR at click of a button from the routing screen. Updating the routing from the DIR screen should be blocked wit an error message.
    Please let me know if you guys have come across such requirements and what could be the possible solutions.
    Thanks in advance,
    P-

    Hi Paddy,
    For this requirement a z-develipment needs to be done with help of respective screen exits. You need to consult with Abap'r. In standard environment it's not feasible.
    Hope this will help.
    Regards,
    Ravindra

Maybe you are looking for

  • Facebook and Blackberry APP World problems

    I recently updated BBM and after that Facebook and Blackberry APPs not working. Have upgraded the system software, but still no luck. Have tried to go to www.blackberry.com/ to download the new version of Blackberry app world, not luck, getting error

  • Upgrading new iPod to another library

    I am giving my video iPod to my brother to replace his mini iPod. Do I need to remove all of my music, photos, and videos from the iPod before connecting it to his library or will it merely synch it and put all of his files on there? I want to ensure

  • Changes to Excel files are not getting updated

    File updates not reflected. I modified content, added data validation and saved the file back - next day file is still the way it was before modification. Other file, another site but similar situation. Content changed - form added but next day the c

  • How does JCOP collect the garble?

    I wanna know what kind of space can be coollected back by JCOP. Must it be allocate by JCSystem.*? for example, process(APDU apdu) byte[] ch = new byte[2000]; ch = null; Can the space used by ch be collected by JCOP. Thank you!

  • Oracle RAC crs无法启动的问题

    这两个节点的RAC是做为DataGuard备库. 版本:Red Linux 5.6,Oracle 10.2.0.3.0 node1->$ crsctl check crs CSS appears healthy Cannot communicate with CRS EVM appears healthy node1->$ crsctl query css votedisk 0. 0 /dev/raw/raw1 located 1 votedisk(s). node1->$ ocrcheck S