Total Planned and Total Actual Hours for service order

Hi,
Is there is any table in which I can directly find the Total Planned and Total Actual Hours for service order.Pl suggest.
Regards
SB

Sorry SB, didn't read your post properly... I thought it was costs you were after...
AFVV holds the total actual work at operation level.
PeteA

Similar Messages

  • Plan Assessment and Allocation for Service Orders (CS)

    Hello,
    I'm trying to run plan assessment (KSUB) and plan allocation (KO9E) for a service order (created via IW31), but I'm not able to do it.
    I can do assessments (KSU5) and allocations (KO8G) with real values, but since I'm not able to do it in plan mode, I can't have comparative values between real and planned values (no value is flowing to allocation secondary cost elements).
    Can anyone let me know if this is some sort of limitation for Service Orders? Because I checked SPRO in transaction code KOAI and for this type of orders there is no Indicator for Integrated Planning, nor it's possible to assign a planning profile.
    Many thanks for any help you can provide!
    Regards,
    Cátia

    I created a SAP message and they confirmed that this is not possible.

  • How to get Total Sale and Total Revenue?

    Hi,
    I have received requirement to calculate Total Sale and Total Revenue.
    what is actual difference between total sales and Total revenue?
    Is there any report or query in EBS R12 from which we can find total sale and total revenue?
    Thanks,
    Kapil
    Edited by: Kapil Mistry on Aug 2, 2012 12:10 AM
    Edited by: Kapil Mistry on Aug 2, 2012 12:11 AM

    Hi,
    Can I use Receipt details to get total revenue i.e actual income from customer ?
    Please check the following query.
    SELECT code_combination_id,
    ra.applied_customer_trx_id,
    trx_number,
    SUM( NVL( line_applied, 0 )) line_receipt,
    SUM( NVL( tax_applied, 0 )) tax_receipt,
    SUM( NVL( freight_applied, 0 )) freight_receipt,
    SUM( NVL( amount_applied, 0 )) total_receipt
    FROM ar_receivable_applications_all ra,
    ra_customer_trx_all trx,
    ar_cash_receipts_all rcpt
    WHERE
    applied_customer_trx_id = trx.customer_trx_id
    AND ra.cash_receipt_id = rcpt.cash_receipt_id
    AND application_type = 'CASH'
    AND NVL(ra.confirmed_flag, 'Y' ) = 'Y'
    AND trx.complete_flag = 'Y'
    AND trx.org_id = 204
    AND trx.customer_trx_id = 51385
    GROUP BY code_combination_id,ra.applied_customer_trx_id,trx_number
    ORDER BY 3

  • How to get Total Sales and Total Revenue?

    Hi,
    I have received requirement to calculate Total Sales and Total Revenue.
    what is actual difference between total sales and Total revenue?
    Is there any report or query in EBS R12 from which we can find total sales and total revenu?
    Thanks,
    Kapil

    Hi,
    Can I use Receipt details to get total revenue i.e actual income from customer ?
    Please check the following query.
    SELECT code_combination_id,
    ra.applied_customer_trx_id,
    trx_number,
    SUM( NVL( line_applied, 0 )) line_receipt,
    SUM( NVL( tax_applied, 0 )) tax_receipt,
    SUM( NVL( freight_applied, 0 )) freight_receipt,
    SUM( NVL( amount_applied, 0 )) total_receipt
    FROM ar_receivable_applications_all ra,
    ra_customer_trx_all trx,
    ar_cash_receipts_all rcpt
    WHERE
    applied_customer_trx_id = trx.customer_trx_id
    AND ra.cash_receipt_id = rcpt.cash_receipt_id
    AND application_type = 'CASH'
    AND NVL(ra.confirmed_flag, 'Y' ) = 'Y'
    AND trx.complete_flag = 'Y'
    AND trx.org_id = 204
    AND trx.customer_trx_id = 51385
    GROUP BY code_combination_id,ra.applied_customer_trx_id,trx_number
    ORDER BY 3

  • How to get total numbers and total price in query reports

    Hi,
    how to get total numbers and total price in query reports.for example:
    particular item is issued 3 times a week...I need total quantity of item issued
    my query...
    SELECT T0.[DocNum], T1.[ItemCode], T1.[Quantity], T1.[Price] FROM OIGE T0  INNER JOIN IGE1 T1 ON T0.DocEntry = T1.DocEntry WHERE T1.[ItemCode]  Like '%%[%1]%%'  and  T1.[U_WOType]='[%0]'

    Hi,
    Try this:
    SELECT T1.[ItemCode], SUM (T1.[Quantity]) as [Total Quantity], SUM (T1.[Quantity] * T1.[Price]) as [Total Price] FROM OIGE T0  INNER JOIN IGE1 T1 ON T0.DocEntry = T1.DocEntry WHERE T1.[ItemCode]  Like '%%[%1]%%'  and  T1.[U_WOType]='[%0]'
    Group By T1.[ItemCode]
    Beni.

  • JConsole: Meaning of TOTAL WAITED and TOTAL BLOCKED in Thread View

    I'd like to know the meaning of the TOTAL WAITED and TOTAL BLOCKED values shown on the right pane when clicking on a thread in the THREAD tab. I have reviewed the JConsole Documentation but it fails to indicate their meaning.
    Thank you,
    Juan Velez

    Blocked count is the total number of times that the thread blocked to enter or reenter a monitor. I.e. the number of times a thread has been in the java.lang.Thread.State.BLOCKED state.
    Waited count is the total number of times that the thread waited for notification. i.e. the number of times that a thread has been in the ava.lang.Thread.State.WAITING or java.lang.Thread.State.TIMED_WAITING state
    jconsole is showing the information from java.lang.management.ThreadInfo class:
    http://java.sun.com/j2se/1.5.0/docs/api/java/lang/management/ThreadInfo.html

  • IPhone 4s not being recognized and cannot be activated for service--what does this mean? I can't sync with iTunes. Please help

    iPhone not being recognized and cannot be activated for service--what does this mean? I can't sync with iTunes. Please help.
    When I connect iPhone to USB iTunes is giving me the above message. Please advise if you know the fix.
    Thanks,
    Lina1116

    did you find a fix?

  • Pricing date for Service Order and Service Confirmation

    Hi,
    I cretated a Service Confirmation as followup for Service Order.
    Client is asking "Pricing Date" should be same Same in Service Order and Service Confirmation. But, I am not seeing any such field in the screen.
    I need to check T&C field and Zone field. But, I am not seeing these fields also.
    Can you please let me know, where can I find this fields. (In which assignment block).
    Thanks,
    Sandeep
    Edited by: Sandeep Reddy on May 31, 2010 7:21 PM

    Hi,
    I think by PRICING DATE they mean BILLING DATE.
    In date profile of SERVICE ORDER and SERVICE CONFIRMATION you assign the BILLING DATE date type (i think it is there in the standard itself- however just ensure it).
    Or customize a PRINCING DATE date type in the DATE PROFILE of SERVICE ORDER and CONFIRMATION and copy the date set in SERVICE ORDER to SERVICE CONFIRMATION.
    This is one strategy you can use.
    Regards
    Surendra More

  • 'Iphone may be damaged and cannot be activated for service'

    Ive just bought a used iphone4. it arrived having been cleared and reset.
    I connected to itunes and upgraded to the new software. Then it worked for half a day. Then a message came up saying i need ot restore the phone.
    So i plugged it in again and at the end of the uprgrade sequence it comes up with-
    'Problem with the iphone - may be damaged and cannot be activated for service' - please visit apple store.
    Its obviously out of warranty and the apple store is a long way away. Ive only had it a day and im assured its never been jailbroken, dropped or water damaged.
    I know loads of people have had this message come up and people have recommened going to the apple store. But before i make the long trek i just wanted to know if anyone ever came up with a solution to fix this and use the phone again.
    Any help much appreciated. back on sh+tty blackberry!!

    Thanks for the replies guys!
    I cant access the phone it just stays on 'connect to itunes'
    Could someone quickly explain how jailbraking an iphone could cause it problems? I want to email the person I bought this from and tell them why I think they have damaged it by jailbraking it.
    I really appreciate this help bacuase ive shelled out £160 for this paperweight, Thanks.

  • I am trying to get my apps on my iphone and when i click sync it says backing up files and it takes hours for it to go up but it says can't finish back up wat do i do

    i am trying to get my apps on my iphone and when i click sync it says backing up files and it takes hours for it to go up but it says can't finish back up wat do i do

    dplum12
    What computer operating system is your Premiere Elements 12 running on? Did you have the opportunity to update 12 to 12.1 Update yet using an opened project's Help Menu/Update? If not, please do so when you get the opportunity.
    For now I will assume that your computer is Windows 7, 8, or 8.1 64 bit. Please try the following suggestions to overcome your Premiere Elements Sign In issue.
    http://www.atr935.blogspot.com/2014/04/pe12-premiere-elements-12-editor-will.html
    and, if you get any messages about Internet connect and the computer clock, please review the following
    http://www.atr935.blogspot.com/2014/04/pe12-sign-in-failure-connect-to.html
    Please let us know the outcome.
    Thank you.
    ATR

  • Quotation Creation and Billing for Service Orders--node details needed

    Hi ,
    I need to work on node "Quotation Creation and Billing for Service Orders" ....I see lot of integration with SD and FICO . Can any one give details about integrations required and what is done in this node ....
    Regards
    NPB

    There are different steps to be done for that.
    1. Create DIP Profile in ODP1 & check the consistency in ODP2 - DIP will be used to bill the customer based on resource (labor & material) usage. Creation of DIP profile has been discussed many times in this forum. Please check.
    2. Assign the Quotation document type & Billing type used in DIP profile to your sales area - Your document type should be assigned to your sales organisation, distribution channel & division combination.

  • Organization Data for Service Orders and Service Confirmation

    Hi,
    Whenever I create any Service Order or Service Confirmation, the Organization Data is automatically populated.
    My doubts are :
    1. Is is mandatory to provide Organization Data for Service Order/Confirmation Creation ?
    2. What/ Where are the customization for the Organization Management for the above scenario ?
    Thanks and Regards,
    Samantak.

    Dear Samantak,
    org determination should only be made, if you have customized it.
    So please check which org. data profil has been assigned to the involved transaction types (in SPRO Define transaction types).
    And what the profil does (the rule behind) can be found also in SPRO
    - Master Data
      - Organizational Management
        - Organizational Data Determination
          - Change Rules and Profiles
             -Maintain Organizational Data Profile
    Please check the documentation there!
    Regards, Gerhard

  • I upgraded my 3gs to 5.01 and now I get the message "iPhone may be damaged and cannot be activated for service." Whats going on?

    I upgraded my 3gs to 5.01 and now I get the message "iPhone may be damaged and cannot be activated for service." Whats going on? I can't activate my device. It is essentially bricked at this point

    Same issue c'mon apple.

  • The iPad you connected is not recognized and cannot be activated for servic

    Hi there,
    Today I've received a replacement iPad (from Apple), and surprise surprise, when I connected it to iTunes for proceed with the initial setup, the following message arised
    We're sorry, the iPad you connected is not recognized and cannot be activated for service.
    We recommend you visit your nearest Apple Store for more information.
    I've contacted with my local apple support, and they told me to try to reinstall the iPad entering in DFU mode. I did it twice, and both times the procedure went perfectly but once finished the above message appeared once again.
    They have told me to send it once again for repair, but, someone knows how to resolve this ? I've sent my previous iPad ten days ago, and now, I will have to wait other ten and I'm a little bit dissapointed.
    Well, thanks in advance and merry christmas for all of you.
    julio

    They should pay to overnight pickup and overnight delivery back to you since it's their screwup. Ask them!

  • My serial number is C38JL043DTWD but lose from last 3 week and 28 October expire for service and support coverage how can I claim?

    My serial number is C38JL043DTWD but lose from last 3 week and 28 October expire for service and support coverage how can I claim?

    Sorry, but I don't understand your question. If you are questioning the stated expiration date of your warranty, when did you buy the iPhone and from what dealer? You may wish to post in your native language if you are uncomfortable posting in English.
    Regards.

Maybe you are looking for

  • Memory is not reclaimed after deleting element through deleteDocument

    Hi, I am using xmldb 2.3.10 in a large setup. Periodically db versions are created. While trying to purge the versions I am not able to see the memory usage going down until I restart the app. But after purging the versions and then restarting the ap

  • I need help turning on my iPhone

    i need help turning on my iPhone

  • Deleted clips - exporting?

    Hello, during a general iPad cleanup I deleted some old photos. Accidentally, I also deleted an iMovie video (in Camera Roll) and some of its source files. Although I cannot export the project, I am still able to view a fluent preview of the video in

  • Automatically connect to Wireless

    I have a network profile setup in ReadyCom 4.0 for my home wireless network, however everytime I reboot, I must go into the ReadyCom software and choose to connect using the profile.  What is the easiest way of making my ideapad always connect to my

  • How do I put a youtube video on a keynote presentation

    How do I convert a youtube video into a MP4 format so I can use it in part of  my Keynote presentation?  Is there a Mac app for that? iMac  OSX 10.9.4 Keynote 6.2 2.4 GHz Intel core2 Duo 4GB 667 MHz DDR2 SDRAM