Consume components that are consigned in service order

Dear CS gurus,
Always wanted to know if this was possible:
Current scenario
1. We need to track materials (spare parts to repair machines) that are moved to specific customer locations. In order to do that, we are using consignment fill-up (via SD).
NOTE: We cannot use SLoc to track these stock because there are just too many locations to track and a more feasible way is to use the consignment method.
2. Since those items are actually spare parts to repair machines (the machines are our asset), we will make a service order (internal work order) to capture cost of repair. We need to indicate the materials that we will use in the Components tab. Since those materials are consigned to customer's site, we won't find those items in the warehouse.
As far as I know, we cannot consume stock that are consigned ... only those in the warehouse.
The current practice is to perform a Consignment pick-up (via SD) to bring the stock from consignment back to warehouse first. Then create the service order and maintain the materials to be used in the Components tab.
My question:
1. Is there anyway to actually consume the consignment stock instead of having duplicate steps as mentioned above?
2. If not, is there a better solution for the above scenario?

Hi
If you consume spares against a Service order, system will automatically book the cost to that order.
1. Move the spares to the Customer site (Consignment stock)
2. Create a Service order when the spares are consumed
3. issue the spares against the service order MB11, 261W mvt.
4. Confirm the time
Labour and Material cost will be booked against the Service order.
Hope this is your requirement.
I Do not agree with your statement "If I were to use MIGO to "consume" the material, I would not be able to collect the cost for the repairs of the machine."
Babu

Similar Messages

  • Custom report to identify items that are consigned to the customer directly

    Custom report to identify items that are consigned to the customer directly
    the above requirment related to which module and for this which tables i can use
    pls give some details about this requirment.
    thanx

    Hello,
    I believe you are on the wrong forum. Application Express is a web development tool, and from your questions you probably should look under the E-Business Suite forums (http://forums.oracle.com/forums/category.jspa?categoryID=3).
    Regards,
    Arie.

  • Identify items that are consigned to the customer directly

    pls provide the informaton about " identify items that are consigned to the customer directly"

    Hello,
    I believe you are on the wrong forum. Application Express is a web development tool, and from your questions you probably should look under the E-Business Suite forums (http://forums.oracle.com/forums/category.jspa?categoryID=3).
    Regards,
    Arie.

  • How are contract and service order related....urgent

    Hi all
    I am ABAP consultant...
    I am working on Service contract Cost Management threshold alert report...
    I want clear idea as to how are contract and service order related....
    BAsed on contract type and contract start and ,end date,sold to party....
    i need to get contract ,item , service order no: , and i have to calculate <b>INTERNAL ,EXTERNAL LABOUR, INTERNAL,EXTERNAL material COST</b>
    plz help me out...
    Thanks in advance,
    Madhavi.

    Dear Madhavi,
    http://www.erpgenie.com/abap/tables_sd.htm
    VBFA Sales Document Flow
    KONV Conditions for Transaction Data
    KONP Conditions for Items
    LIKP Delivery Header Data
    LIPS Delivery: Item data
    VBAK Sales Document: Header Data
    VBAP Sales Document: Item Data
    VBBE Sales Requirements: Individual Records
    VBEH Schedule line history
    VBEP Sales Document: Schedule Line Data
    VBLB Sales document: Release order data
    VBLK SD Document: Delivery Note Header
    VBPA Sales Document: Partner
    VBRK Billing: Header Data
    VBRP Billing: Item Data
    VBUK Sales Document: Header Status and Administrative Data
    VBUP Sales Document: Item Status
    VEKP Handling Unit - Header Table
    VEPO Packing: Handling Unit Item (Contents)
    VEPVG Delivery Due Index
    Also, go through:
    http://www.erpgenie.com/abap/tables.htm
    Regards,
    Naveen.

  • Tax condtions are missing in service order

    HI all,
    when I am creating a service order in PCUI  all the tax conditions for the service material are getting
    determined in the document.But after changing the userstatus to technically complete and after
    maintaining the MOP  in the service orderand saving the document   Billing document is generated  this
    is a scheduled job. After billing document is  created tax conditons are missing in the service order.
    Can anyone guide me  what could be the possible reasons for this?
    Regards
    Sreedhar.B

    Hi dear,
    Refer this oss notes note 1240153 and note 1141723, think it will help u

  • Deleting Partners from the Customer Master that are on Open Sales Orders.

    Does SAP handle removing the Partner from Open Sales Orders when a Partner is deleted in the Customer Master.  For us, this is not happening, this there some config that must be turned on for this to happen ? 
    Or do we have place in code in a User Exit in the Customer Master to check for Open Sales Orders and if so, block the Deleting of the Partner ?  If so, what User Exit should be used ?
    Looking to see how others have handled this.
    Thanks,
    David

    Hi David,
    Try this user exit.
    RFDRRANZ  User exits: Accounts Receivable Information System
    Regards,
    Vijay

  • How to find attacments for service orders

    Hi Friends,
    This is regarding plant maintenance(PM).
    In IW32(change in service order). we can create attachments under service notification . for suppose there are some attacments to the service order.
    I want to know if there are any attacments to perticular service order.
    Because i want to display an icon in the script if there are any attacments to the service order.
    Are there any tables that are linked with service order and attachments?
    or is there any function module?
    Please help me friends.
    thanks in adavance.
    Regards,
    Saya

    Hi,
    you may look at thread "how to make Generic Object Services visible in screen", i think it is similar to your problem. In fact, you may look for attachments with
    SELECT * UP TO 1 ROWS
    FROM srgbtbrel
    WHERE
    instid_a = g_object_gos-objkey AND
    typeid_a = g_object_gos-objtype AND
    catid_a = 'BO' ,
    where objkey is order number an objtype is business object key of the order. To show all attachments in a list you can use methods of CL_GOS_MANAGER. It is described in sap help.
    Regards,
    Christian

  • Attacments  to  service Order (PM)

    Hi Friends,
    I wish u all happy new year 2007.
    This is regarding plant maintenance(PM).
    In IW32(change in service order) I have created attachment documents under service notification .
    I want to know if there are any attacments to perticular service order.
    Because i want to display an icon in the script if there are any attacments to the service order.
    How can I find? Are  there any tables that are linked with service order and attachments?
    Please help me friends.
    thanks in adavance.
    Regards,
    Saya

    Hi,
    there are two threads in abap general forum. In fact, you may look for attachments with
    SELECT * UP TO 1 ROWS
    FROM srgbtbrel
    WHERE
    instid_a = g_object_gos-objkey AND
    typeid_a = g_object_gos-objtype AND
    catid_a = 'BO' ,
    where objkey is order number an objtype is business object key of the order. To show all attachments in a list you can use methods of CL_GOS_MANAGER. It is described in sap help.
    Regards,
    Christian

  • Service order - components to be billed thru sales order?

    Dear PMCS experts,
    I have a requirement where service order-components are to be billed thru sales order (thru special stock indicator).
    I am giving below the process flow:
    1.Pr raised in notification-service order through components tab using as "Non stock Item), and the pr is converted to PO,
    2.User does MIGO/GR for the same po. and after migo/gr, costs are booked in service order. movement type used is 101.
       My requirement, the migo/gr is to be using movement type 101 with special stock indicator, how this is possible, so that after
       migo/gr, the costs are booked to service order, and components quantities are appeared as special stock indicator (W or any
       other special stock indicator)
    3.I raise sale order in notification and take the same components in sales order manually. after sales is created, the i wanted to
      do  pgi for the same components using using special stock indicator with storage location. Actually this stock is virtual stock
      pgi  thru vl01n.
    Kindly help in customising settings in PMCS module, materials/components -account assignment settings,  so that the service order after migo/gr, the special stock indicator is activated along with 101 movement type.
    pl help
    thanks in advance.
    Regards
    Srihari

    Hi,
    It seems that you are in need of Resource related billing (RRB) with external material.
    1. Create Service notification
    2.Create service order , plan your materials ( stock and / or non stock) ---> triggers PR for Nonstock items
    3. Procure, GR and book the cost to the order.
    4.Create Debit memo request (DP90), will generate sales document for consumed components.
    5. Do the billing
    If this meets out your requirement, create DIP profile setting and assign it the Service order. POST elaborately  your requirement with an example for further clarifications.
    BAB

  • Material BOM explosion in Service Order components

    Hi experts,
    I created a Material BOM with transaction code CS01.
    Then I try to add this BOM in the component of a service order.
    What I expected is the BOM to be exploded in the service order. But this behaviour doesn't occur.
    Do you know what I can do to trigger a Material BOM explosion at service order level.
    By the way, the BOM is not exploded after the service order (in the reservation or in MIGO).
    Thank you for your help.

    Hi Özgen,
    Thank you for help.
    Special Procurement 50 didn't exist in my system.
    I created it in SPRO for the plant with the Procurement Type F (External Procurement) and the flag Phantom Item checked..
    Then I created
    - Material A (MM01)
    - Material BOM A (CS01) with:
    -- item 1 Material B (which has Spec Proc Type 50 in MM02-MRP2)
    -- item 2 Material C (which has Spec Proc Type 50 in MM02-MRP2)
    After that I created a Service Order (IW31)
    I put Material A in the Component tab with quantity 1.
    The BOM remains unexploded.
    Did I miss something?

  • Defective Parts removal in Service Order

    Hi,
    Customer's defective product is being repaired. For every part consumed for repair, a faulty part is removed from the product. The faulty parts have to be returned to the customer and customer will pay for the Service Charges and Parts consumed. How do I take the faulty parts into stock?
    Is it ok to enter the Part in the components tab page of the Service Order with a negative qty (Movement Type 262) so that it is automatically taken into stock after Service Confirmation?
    Request suggestions.
    Thanks.
    Raj

    Thanks Pete. I have a few more queries!!
    u2022     In case I am taking the faulty Parts into a different Storage Location, do you still suggest I go for Split Valuation and customized MT?
    u2022     How do I ensure all faulty parts go into stock (for every part consumed, there will be a faulty part removed)? Would you suggest I go ahead with the 'negative qty' approach?
    u2022     Also, different opinion prevails with regards to valuation of these faulty parts. Should it be treated at zero value or at the same Moving Average Price bearing in mind that Parts are billed to customer? In my case, Service Charges for Repair and Parts billing have to be separate i.e., separate monthly invoicing
    u2022     In case of Parts billing, would it be appropriate to go the SD way (create a Sales Order, Delivery, PGI, Billing document)? This way, I am ensuring stocks of faulty parts are also reduced in inventory.
    As all above queries are of the same process, I have bundled them in one msg. Request guidance please.
    Thanks again for your time.
    Raj

  • Linkage of service order with stock transfer order

    We are creating a service order for freight rate against a vendor xxx. While creating STO we assign vendor as CR (role) forwarding agent. Can we link that pricing condition of freight should pick rate directly from the ervice

    Hi,
    In service order components tab....make the item category as N-Non-stock item...
    once u save the order ,system will generate the PR ,w.r.to that create STO.
    maintain PIR ...so that system will pick value.
    Regards
    raj

  • Creation of service order from campaign element

    Hi,
    We have a requirement where service orders are to be created for all those business partners who responded to the campaign. We are using standard service order type SVRO. We have set up campaign automation by creating campaign and element, assigned target group, set decision point (rule & condition) to split target group in two; one for those who have replied to campaign and others who have not replied. These target groups are also linked to other campaign elements within the campaign.
    The question is, how to create a follow-on transactions such as service orders through campaign, so that one service order gets created for each successful BP from campaign result?
    Thanks in advance for your advice / suggestions.
    Regards
    Umesh
    Edited by: Umesh Singh on Sep 30, 2009 6:36 PM

    Hi Shatnhala,
    Thank you for your help. I'll try this and will come back to you.
    My further requirenment is to re-trigger pricing to upade latest price information on these service orders and then to create and send letter to all those customer with price informations. Can I use the same workflow with different steps to complete all these task?
    Also, how will these service orders (created through workflow) be linked with the campaign? Is their a way to link one campaign with many orders?
    Thanks
    Umesh

  • Service order creation condition

    Hi,
    Could anyone please tell me how can we insert a condition so that one type of service order can not be created after creation of service order of another type.
    Suppose if A and B type of service orders(sub-order of C) are to created sequentially...first A then B.
    Then in this case after techo of B, A must not be created....so please guide is there any option to insert this condition while we configure sub orders(Service order).
    Thanks and Regards

    Hi Gagan
    Could you please share with your solution, i am kind looking help in same are. We are using CRM 7.0, but i can not find BOL component which is ISUSRV.
    My requirement is to create Service Order from Webclient, example meter problem reporting, etc
    Please kindly reply or by email shankar no dot vangari at gmail com
    regards
    shankar

  • Pricing in Service order

    We are into the business of Building products like manufacturing of aluminum. Doors & window. Once we sold this to the customers, we have to install also. Sometimes we have to charge from the customers & sometimes not. Installation takes a lot of time i.e. 2-3 months.
    The scenario we are using now is
    n     Sales order--Del-- Billing.
    n     
    But by this we could not track how much material is install at customer site.
    For this now we are planning to make one service order ref. to the billing doc.
    In service order we are taking one service material & do the billing.
    In some cases we are not charging anything from the customer but we have to calculate internal expenses that is bear by company & pass this information to accounts.
    Could any body please suggest me how I will do the pricing in service order.
    My requirements are-
    1---I am charging installation charges from customer(for this we can use simple any condition type)
    2---I am not charging from customer but I want to show the cost that is bear by company & want to pass this to accounts/Controlling…..I need the help in this scenario
    Is there any specific condition types are there for service order.

    Dear Sunil,
    You will have to work on the item category level for this.
    1)For your first requirement define item category determination(t.code VOV4) rules which will get you a item category which is relevant for pricing. (I think you will not have any problems in defining this)
    2) In the same transaction define a item category which is an alternative entry to the above determined item category.
    3)You need to have the following settings for this alternative item category:-
       a) The pricing relevance should be 'B'.
       b) Condition type R100% with requirement 55.
    After this settings when you enter the sales order by default your services will be charged. In case you dont want to charge the customer, manually change the item category to the one defined as the alternative item category.
    Do give me the feedback of the settings.
    With Regards,
    PATHIK

Maybe you are looking for

  • I do not know , I do not own a personal home computer or laptop. Again can you help ?

    I get messages that I need java , but yet in the security setting's java is enabled , then I find messages like I need another browser, & or web browser , then if I do download an application , I can not install it. There are some programs that are o

  • Multiple cases per switch?

    I have the following piece of code in one of my methods: //determines the element of the animal on the chinese zodiac. Every 12 years is one cycle of the animals, then the element changes    float caseElement = intYear % 60;  // where intYear is the

  • ITunes deleting song of the same name

    Hi, So I recently purchased a couple of Paul McCartney albums (Tug of War and Give my regards to Broad Street). These albums both contain the song 'Wanderlus', however both versions are slightly different and I'd like to have them both. Trouble is, w

  • Where can i find 4.7.1

    since 6.0 doesn't work and i would like to still use itunes, the last version before i stupidly decided to upgrade was 4.7.1 and that actually worked. so where can i find it?

  • See exact message time (chat history in the Androi...

    Is it possible to enable displaying full timestamp in Android app chat history? After "Just now" which soon becomes actually not true and very inconvenient in some situations because it lasts for 5 (!!!) minutes, it turns to hh:mm timestamp like 11:2