Cost Report from Service order cost

Hi Gurus,
Request you help in developing a custom report to fetch different costs involved in service order.
Let me explain the scenarios:
1. As per our current settings, if there is any goods issue against the service order the cost (cost of the material) is booked against 'Service Exchange Cost' in the value category in the order.
Reqt:- If there is any goods issue against the order, the system should show the cost of the goods (material) in the report as service exchange cost.
Please let me know from which table I can get this cost? From which table I can know whether there is a goods issue against the order or not?
Please guide me in this.
Regards,
SAM

Hi SAM,
Please use the PMCO table for order costing.
For goods issue status you can go with system status i.e. GMPS- Goods Movement Posted. This will be availed from JEST table agaionst PM Order.
Also there is field for final issue tick (KZEAR) which need to be selected during goods issue against PM Order. This status can be achieved from table AUFM against the reservations made for PM Order.
Sundar
Edited by: Sundar Desai on Mar 3, 2011 5:07 PM

Similar Messages

  • FM/Class for creating service confirmation from service order

    Hello Gurus,
    Does anyone know a FM/BAPI/Class to create service confirmation from service order ?
    With warm regards,
    Kallol Bhowmick

    Hello Kallol
    You can trigger a confirmation from service order using action profile.
    Here is how to define action profile:
    IMG > CRM > Basic Functions > Actions > Actions in Transaction
    Dialog Stucture> Action profile:
    Object type = BUS2000116
    Context class = CL_DOC_CONTEXT_CRM_ORDER
    Dialog Stucture> Action Definition:
    Processing time: Processing using selection report
    Check box schedule automatically, Changeable in dialog and executable in dialog.
    Dialog Stucture> Processing types
    Permitted processing types of actions: Select - Method Call
    Settings method call: Method - COPY_DOCUMENT (you can also try COPY_DEF_ITEMS)
    Processing Parameter:
    -Select change icon a new window opens - container editor
    -select create icon another window opens - display container editor
    Here enter following:
    Element = PROCESS_TYPE
    Name = PROCESS_TYPE
    short desp = PROCESS_TYPE
    Tab > Dtype:
    Structure = CRMC_PROC_TYPE
    Field = PROCESS_TYPE
    Tab> initial value
    Here maintain the transaction type of your confirmation.
    save your action profile. Now assign action profile to Service oder transaction type.
    I hope this info helps.
    Regards
    Rupesh Patil

  • Text Flow from service order to requisition

    Hi Everyone,
    I having a problem regarding text flow from service orders IW31/IW32 to requisition ME53N.
    I created/updated a service order in IW31/IW32 and enter some text in "Operation Short Text" column. When I release the service order the short text should ideally be reflected in purchase requisition. What's happening right now is that "If the length of text entered in IW32 is more than 40 characters then the text is reflected in requisition ME53N otherwise any updates to this column text are not reflected in ME53N".
    I debugged ME53N and found that it gets the value of text using READ_TEXT so I hope the same is stored in standard text while saving IW31/IW32. I checked the text also which is created after saving Iw32 and it contains changed data only if the length of the data is more than 40 characters.
    To me it looks like standard SAP process that the text will flow from service order to purchase requisition only if the data length is more than 40 characters. If anyone has any idea can you please share. Is there any sugesstion for correcting this. Any reason or OSS.
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Aug 13, 2008 3:30 PM

    Hi,
    my situation is:
    - a WM managed warehouse, society A;
    - a HU managed warehouse (without WM), society B;
    - a purchasing process of HU from society A towards society B.
    Society B have a scheduling agreement; when a delivery schedule appears, in society A born a sales order and a delivery. After the registration of the delivery good issue, an idoc transfer information for inbound delivery creation.
    This process is ok without WM, but with a WM managed warehouse the idoc has the following problem:
    "V51VP - item was not found - process cancelled".
    Can you help me to transfer these HU?

  • Copy data directly from service order to sales quotation

    I know the process to create the sales quotation from service order in customer interaction center but my query is that is there a way that data should be directly copied from the service notification to the service order to the quotation because I have entered the data completly in the notification .Entring the data again and again make mistakes .
    THANKS
    AVANISH GULATEE
    M-08447307358

    look for the BADIS that get triggered when you save the notification. if you find any BADI, then you can create new implementation for it and you can write the code. you can use CRM_ORDER_MAINTAIN to create service order inside that new implementation.

  • PME - Configuration Copy From Service Order Quotation to Service Order

    Hi,
    We are in requirement to copy the Product configuration in CRM 2007 from Service Order Quotation to Service Order.
    After Configuring a Product in Service order Quotation, the product configuration is not copying to the Service Order if created using follow up documents.Only Product is Copied to the followed up transaction with the copy control method in customization.
    Please advice..
    Regards,

    Hi,
    Problem solved...
    In the Copy Control of the Item Category in IMG the Process Flow option was not maintained.
    Regards,

  • "SAVEANDBACK" Button In Folloup Activity from Service order

    Hi,
    Give me solution...
    Here  Created folloup activity from service order in web ui.....In folloup activity after click the SAVEANDBACK then opend the serviceorder.....but i added the data in folloup activity... that data not refresh in serviceorder transaction.....if i  opened agin same service oreder that time .. the folloup activity data apper in service order.....after click the SAVEANDBACK button in folloup activity that not refershing the values in service order..
    Thanks
    Kooiti..

    Hello again,
    Does anyone know how to copy the Ibase from the Service order to the activity, please?
    Thank you.

  • Quotation number from Service order or notification

    Hi,
    As per the process, we create service quotation from service order using the transaction DP80. I can get the service order number from the quotation (VBAK-AUFNR). But I need to get this quotation number from service order or service notification (it is updated in the document flow). Could you please help me?
    om which tables (service order or notitification) I can get this quotation number?
    Regards,
    SAM

    Hi,
    One option I used in the past is to call FM RV_ORDER_FLOW_INFORMATION and then analyze the result given from this FM.
    Do a Where-Used List search for this FM and you will find some examples in standard SAP.
    It can be somewhat challenging to understand the outcome but I can can be done.
    I assume you want to analyze this after the service quotation has been created. If not then use available User Exits for the RRB processing creation. Search for RRB and consulting in SAP Notes.
    Good luck, Johan

  • Getting quotation number from service order

    hi
      i have a situation where i need to find the quotation number created by DP80 from a service order.
        i'm able to find service order number from quotation but that does not solve my problem. i need to find the quotation number from service order number.
       pl help.
    thanks in advance

    hi Koustav,
        I'm in same situation as yours. i need to update preceding Qutation from the service order and only  if a precticular item category is precent in service order.
    As u have already worked on Qutation n service order stuff.. can u plz suggest me some thing.
    thanks in Advance

  • Service Quotation number from Service order

    Hi,
    As per the process, we create service quotation from service order using the transaction DP80. I can get the service order number from the quotation (VBAK-AUFNR). But I need to get this quotation number from service order or service notification (it is updated in the document flow). Could you please help me?
    om which tables (service order or notitification) I can get this quotation number?
    Regards,
    SAM

    Hi Pete,
    If I pass the service ordernumber to PMSDO, I can't get the quotation number. Is there any way to find the document flow of service order or notification? Is there any table I can use for the same?
    Regards,
    SAM

  • To create project from service order

    Hi All
    Is it possible to create project (network Order ) from Service order ( SM01,SM02,SM03)??? if yes... How???
    Neil

    Are you referring to Assembl;;y processing ?... You can create service order from Sales Order, but you cannot create proejct from Service order automatically.
    With regards
    Nitin P.

  • Cost Report for service order

    Hi All,
    How to take out a cost report for a service order? like my requirement is how the cost of a Service Order  is hitting to which cost center and profit center and company code and posting of the concerned GL along with the activity type.for example i have a service order where some activity is there with various hours all togather 25 hrs, how this is costed and posted in whic cost center and GL and Porfit center along with the rate.
    Thanks,
    Prasad

    Please, try transaction KOB1.  You also should be able to drill-down to line items with a partner object view.

  • Create purchasing requisition or purchase order from service order

    Hello experts,
    we are facing the following problem:
    We are implementing Customer Service module and out of the notification we create a service order. In the service order (components tab) the technician declares the spare parts he has to order from the vendor. We do not keep stock of the spare parts so all of them have to be ordered from the vendors.
    We have managed so far to create a reservation for the stock material and a purchase requisition for the non-stock materials of the service order according to the standard sap documentation. What we need is to create a purchase requisition or a purchase order for the stock items using standard logic.
    Thanks
    George

    Hi
    Please follow the steps it will solve your scenario
    Steps involved in Service PO:
    1.Define Organizational Status for Service Categories, in IMG - MM - External Services Management.
    2.Define Service Category, Enter Service Category, Org. Service Category, External Number Assignment
    Without Validation, Acct. Category Reference & Service Category Description.
    3.Define Number Ranges for Service Category.
    4. Create Service Master Record (AC03), SAP Menu u2013 Logistics u2013 MM u2013 Service Master, Enter Service Category,
          Base unit of measure, Mat/srv.grp (007 u2013 Service), Division, Valuation class u2013 3200 & Service type.
    5.Create Service PO with Acct. Assignment u2013 Cost Center (K), Item Category u2013 D, Material Short Text, Mat. Group, Plant, Entry for Services in Item Level i.e. Service No., Quantity & Gross Price u2013 Save.
    6.Maintain Service Entry Sheet u2013 ML81N in SAP Menu u2013 Logistics u2013 MM choose PO in ML81N edit and save.
    7.Then do MIRO from PO reference u2013 Service Entry sheet.
    8.Collective Release of Service Entry Sheet u2013 ML85
    Thanks & Regards,
    Mani

  • Report on service order

    Hi Gurus,
    How to generate a report to see milage postings (activity type) ex. milage code KMSGFS on a service orders?
    Is there a standard report or transaction which I can use??
    Kindly comment with your suggestions.
    Thanks in advance!
    Bawa
    Edited by: Bawa Bawa on Jan 27, 2009 1:36 PM

    Working with the Oracle Enterprise Manager group to integrate closely with their monitoring solutions has been one of the most important advantages of joining the Oracle team. As our customers have started to use CRM more deeply as part of their business processes, CRM has quickly become Mission Critical, with 24/7 uptime requirements. Furthermore, as CRM becomes further integrated into the enterprise, knowing the status and health of the connections to multiple backend systems becomes evermore crucial.
    Through our partnership with the Oracle Enterprise Manager, we aim to support true Enterprise-class CRM. We are the only solution out there with over six million live users, and we are leveraging the knowledge gained from those customers in our Enterprise Manager integration. With the real-time monitoring and diagnosis that Oracle Enterprise Manager provides, we simplify the process of managing sophisticated CRM implementations which span organizations and systems. If you have a Siebel implementation with four servers or more, or with integrations to several systems, you owe it to yourself to check out Oracle Enterprise Manager.

  • PReq not generated from Service Order SM03 using Control Key SM02

    Hi,
    The PReq is not getting generated for Control Key SM02 for service order SM03. I am using PReq generation as "Immediately". The issue is I am filling all the required fileds in the External Processing Operation Popup Screen & saving my Service Order. After that when i check the Document flow - there is no Preq number & in Actual Data for External opration, i find the fileds i have filled in the Preq popup screen as blank (such as Material group, Purc. grp, cost element, vendor etc). I have checked the config also, but cant find any clue.
    Thanks.

    did you check the control key settings for sm02?
    is it happening for this control key with other order types nd sm03 order type with sm03 ( external services ) control key?
    is it possible to replicate it? it is also possible tht the order didnt get saved as the user didnt see some warning info in the bottom bar

  • Restrict Deletion of Components from Service Order

    Hello All,
    I noticed that I am able to delete the components from the Components tab of a Service Order even after I have completely issued the components.
    Is there a possible way to prevent deletion of components that have already been issued..?
    I think I can use the Business Transaction RMKL in the system status GMPS. But I guess this will prevent deletion of those components which have not been issued to the service order.
    What would be the best way to prevent deletion of components that have already been issued...?
    Thanks
    Jensibo

    Hello All,
    I don't know if you all received the last reply I posted against this thread... coz I am not able to find it in the thread. I had asked for your comments on any repercussions that may occur because of this config.
    Anyway, the thing is, I followed Narashiman's suggestion and although I did not use the exact config he pointed me to, I used the config in the following nodes:
    1.) Production --> Shop Floor Control --> System Modifications --> Define System Message Attributes
    2.) Production Planning & Process Industries --> Process Order --> System Modifications --> Define System Message Attributes
    and added an entry: Application Area = CN, Message No. = 750-Component & item & was already withdrawn and Category = E.
    Having done this, the system did display the "Component & item & was already withdrawn" message when I tried to delete a component that was issued to a service order, but it did not delete the component from the service order. I was able to save the service order with the issued component still in the components tab.
    Narashiman,
    to specifically respond to your latest reply, I did find the node you pointed me to. But the trouble was that it did not have an entry for CN750 in it. When I tried to add an entry, the system did not let me do so and displayed the error message "Please specify a legal value".
    So I went around opening each system message control node and finally found the two that I mentioned earlier that did work for me.
    Thanks
    Jensi

Maybe you are looking for

  • Boot-camp assistant won't recognize my DVD-RW

    So I have put a DVD-RW on so it could burn the Windows 7 to my DVD. I've seen a lot of answers to this question but it doesn't quite work. I've a iMac 21' and tried to do this quite many times. What I do is I put the DVD in, start installing and then

  • Reading input reference/data files written by other applications

    How can I read  rather large file into LABVIEW? THE file organized as follows: (record ( "ANTENNA_TYPE" "5 ft. ") ( "FREQ" 1060) ( "START_FREQ" 1030) ( "STOP_FREQ" 1090) ( "CHANNEL" "SUM, SINGLE BOX") ( "DIPOLE" "U1-10") ( "AMPLITUDE" 0) ( "AMP_TOL"

  • Automatic back up of cfm files when any file changed or added to server.

    Is this possible?  Can it be done with Coldfusion or would another language be prefered?  I find myself always creating a backup zip manually everytime we push files to our production site.  And, to have this automated would be a great timesaver.

  • Time Machine can see my old backups, but not open them

    I have been using Time Machine with a Time Capsule (1TB) since last June (on this machine) - quite a few backups in there. Last night when I went to backup, first time in a few days, it said the machine had never been backed up and started the prepar

  • Lightroom 5 Trial Download

    I started downloading the Lightroom 5 Trial something like half a lifetime ago.  Seemed to be going OK after I disabled the pop-up blocker, but  4 hours later it was still running and showing no signs of actually getting anywhere; and then Firefox se