Operations Executed at a Particular Work Center for a Sales Order

Hi All,
We are using a MTO scenario. I have to get a report in which I have to list work center wise operations (and the corresponding material) which are carried out for a particular sales order.
User will create a sales order, and then do Sales Order based MRP in MD50. System will do a BOM explosion for the header material and will generate planned orders for the production relevant materials. User will then convert all these sales order specific planned orders to production orders. For a particular sales order these would be many operations (at different BOM levels may be ) that would be carried out at a particular work center. I need to get a logic for generating this report. Is there any FM etc or table table-field fetchig logic....
Regards

hi,
maintain initial screen entry as sale order.
Pass values to AFPO table. Identify all AFPO-AUFNR values which satisfies AFPO-DAUTY = 10
Transfer AUFNR values to AFKO and check AUFPL (Routing number of operations in the order)
Transfer AUFPL  to AFVC and check the value of AFVC-ARBID (Object ID of the resource)
Transfer ARBID to CRHD and check value of ARBPL (Work Center)
Regards,
Pavan

Similar Messages

  • Require help on coast center and work center tables through sales order

    dear experts
    my requirement is to report the cm05(capacity planning ) transaction.
    The original capacity planning consists of workcenter details.
    but my client needs the report as follows
    on which sales order and on which work center we require the capacity of materials.
    any tables and fields for this report please.
    help needed.
    kindly update me.

    hi,
    Please explore table CAUFV View "Order Headers PP/CO" ,here you will find the relationships between the three.
    Regards,
    Neha

  • Error " No working/operating time maintained in work center for scheduling"

    Hello Friends,
    When i am scheduling the planned order than in scheduling log, system throwing the error "No working/operating time maintained in work center for scheduling".
    Message no. C7014
    But in workcenter, i have attached the grouping and in interval and shift for the available capacity 1, i have maintained the shifts.
    According i can see the capacity on that workcenter in CM01.
    Same error i am getting when i am scheduling the routing and check the scheduling log.
    Regards,
    Jitendra.

    Hi
    Have u checked , to maintain the time required to perform the activity in the work-center?
    please check, i think, we have to maintain for each activity type.
    regards,
    rasika

  • How to create operations without entering a performing work center

    How to create operations without entering a performing work center ? which control key should i select ?

    Hi
    QM01 is control key used for all the task lists of Quality.
    there is no such a configuration associated with control key &  usage of work center.
    Work center is used for the activity capturing perpose & control key is to control operations.
    I hope this is clear.
    Entering a work center is totally depends on the scenario & not control key.
    Regards
    Sujit

  • Standard Hours Required on a Work Center for a month along with CC

    HI Gurus,
    My requirement is :
    I need a report which fetches how many hours are required in a month on a particular cost center attached to work center for a plant.
    Is there any standard report to fetch this . If no how can we develop a report. Which tables we need to combine in CO and PP.

    Hi,
    Check report S_ALR_8703611.
    Regards.

  • To find 'Maintenance Work Center' for Equipment (without Production order)

    Hi,
    I have a Report for - 'Equipment BOM' - IB03.
    Problem: How to find the 'Maintenance work Center ' For Equipment ? (IE03--> Organization > Responsibility> Main. W.Cntr)
    [ Note: For Client -->  It's not necessary that each Equipment has Production Order, Few Equipments are taken only for Repair purpose, Equipment is there in table - EQUI,
    So - Not possible to fetch from AUFK, HIKO or any other order tables. ]

    I have a Report for - 'Equipment BOM' - IB03.
    Problem: How to find the 'Maintenance work Center ' For Equipment ? (IE03--> Organization > Responsibility> Main. W.Cntr)
    [ Note: For Client --> It's not necessary that each Equipment has Production Order, Few Equipments are taken only for Repair purpose, Equipment is there in table - EQUI,
    So - Not possible to fetch from AUFK, HIKO or any other order tables. ]
    EQUZ-GEWRK has the main work center. Pass the equipment number and valid-to date to get the main work center.
    Cheers
    Sujay

  • Tables to retrieve work center for target costs

    Dear all,
    currently i developing a report which requires me to display the work centers and their target and actual hours and costs. I tried using production order link tables but they only show work centers that are related to planned costs. May i know which tables can i refer to, in order to retrieve work centers that contribute to the target costs?
    Thanks and Regards
    YM

    I have a Report for - 'Equipment BOM' - IB03.
    Problem: How to find the 'Maintenance work Center ' For Equipment ? (IE03--> Organization > Responsibility> Main. W.Cntr)
    [ Note: For Client --> It's not necessary that each Equipment has Production Order, Few Equipments are taken only for Repair purpose, Equipment is there in table - EQUI,
    So - Not possible to fetch from AUFK, HIKO or any other order tables. ]
    EQUZ-GEWRK has the main work center. Pass the equipment number and valid-to date to get the main work center.
    Cheers
    Sujay

  • Total of particular items of various open sales orders for particular cust

    HI.. following are my Items code  :
    2009,  8010, 8016, 9831, 27363, 27361, 27360, 27181, 16095.
    i want the report that consists of all items to be delivered to the customer. I  have created the following query :
    SELECT T0.CardName AS 'Dept_Name',
    (Select SUM(isnull(T1.OpenQty,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '2009') '2009',
    (Select SUM(isnull(T1.OpenQty,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '8010') '8010',
    (Select SUM(isnull(T1.OpenQty,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '8016') '8016',
    (Select SUM(isnull(T1.OpenQty,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '9831') '9831',
    (Select SUM(isnull(T1.OpenQty,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '27363') '27363',
    (Select SUM(isnull(T1.OpenQty,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '27361') '27361',
    (Select SUM(isnull(T1.OpenQty,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '27360') '27360',
    (Select SUM(isnull(T1.OpenQty,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '27181') '27181',
    (Select SUM(isnull(T1.OpenQty,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '16095') '16095'
    FROM ORDR T0
    but i want the total of particular items of various open sales orders for particular customer.
    pls improve the above query.
    thanks
    reema

    Hi,
    Try this
    SELECT T0.CardName AS 'Dept_Name',
    (Select SUM(isnull(T1.OpenQty,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '2009') '2009',
    (Select SUM(isnull(T1.Quantity,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '2009') 'All 2009',
    (Select SUM(isnull(T1.OpenQty,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '8010') '8010',
    (Select SUM(isnull(T1.Quantity,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '8010') 'All 8010',
    (Select SUM(isnull(T1.OpenQty,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '8016') '8016',
    (Select SUM(isnull(T1.Quantity,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '8016') 'All 8016',
    (Select SUM(isnull(T1.OpenQty,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '9831') '9831',
    (Select SUM(isnull(T1.Quantity,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '9831') 'All 9831',
    (Select SUM(isnull(T1.OpenQty,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '27363') '27363',
    (Select SUM(isnull(T1.Quantity,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '27363') 'All 27363',
    (Select SUM(isnull(T1.OpenQty,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '27361') '27361',
    (Select SUM(isnull(T1.Quantity,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '27361') 'All 27361',
    (Select SUM(isnull(T1.OpenQty,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '27360') '27360',
    (Select SUM(isnull(T1.Quantity,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '27360') 'All 27360',
    (Select SUM(isnull(T1.OpenQty,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '27181') '27181',
    (Select SUM(isnull(T1.Quantity,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '27181') 'All 27181',
    (Select SUM(isnull(T1.OpenQty,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '16095') '16095'
    (Select SUM(isnull(T1.Quantity,0)) from RDR1 T1 WHERE T1.DocEntry = T0.DocEntry AND T1.ItemCode = '16095') 'All 16095'
    FROM ORDR T0
    Regards,
    Bala

  • How to check whether MRP run has been executed for a sales order or not

    Dear Experts,
    In Strategy:20, Make to Order scenario, I have run MRP for sales order in T Code:MD50,
    then how can I check whether MRP run has been executed for a sales order or not.  Is there any report where I can find some indication?
    Thanks and regards,
    Vikas

    Dear,
    In MTO scenario with Planning strategy group 20 in material master .
    After sales order is created, Run MRP , then planned order will be created then go to planned order details in MD04 or MD12 you will get sales order number in assigment tab.
    or check the Table PLAF field  PALTR ,and field name KDAUF its sales order, for all created planned order.
    Regards,
    R.Brahmankar

  • Settlement receiver (cost center) for an PM order

    Hi Gurus,
    In which table I can find the settlement receiver (cost center) for an PM order??
    Thanks.

    Settlement distribution rules are stored in table COBRB.
    Regards
    Sreenivas

  • MTO - how to prevent a second planned order for a sales order?

    Dear friends,
    We are working on Make to Order process (Planning strategy group 20).
    No Production/process order is used
    Shop floor uses a different system --> details from planned order is passed to the shop floor system; and finished product is delivered/posted into SAP Sales order stock - through interfaces
    No QM in place
    A typical day-to-day scenario –
    Sales order Qty = 100
    MRP Run à Planned order qty = 100
    Raw materials posted to ‘Sales order stock’
    Planned order is firmed
    For example if Produced qty = 90
    sales order stock of the finished product = 90
    Balance 10 cannot be produced / delivered for various reasons
    Planner posts the raw material to cost center / rejections / own stock etc., and ensures that the ‘sales order stock’ of the raw materials are zero.
    Planner deletes the planned order
    Next MRP run triggers a new planned order for the balance qty 10
    Now, the requirement is to prevent the new planned order getting generated for the balance quantity, during the subsequent MRP run (despite the shortage in the Sales order stock of the finished product).
    The following options have been evaluated –
    Once the final good receipt is done & before deleting the planned order,
    o       Change the Sales order quantity to match the total produced quantity
    o       (or) Change the schedule line category for the Sales order item from CP to CN
    §         Since the Sales order and planned order are handled by different teams, considering the frequency of correspondence/coordination needed between these two teams to get the sales order items corrected, this idea is not accepted
    §         Additional authorization for the planner to change the sales order item is not acceptable
    Include Under delivery / Unlimited tolerances
    o       at the customer (master) level
    o       (or) Sales order level…
    §         In this case, System seems to consider the tolerances only when the  delivery for the Sales order is posted; and not when the sales order stock is received within the tolerance limits;
    §         Considering the time gap between the GR and Delivery of the finished product, this option is not accepted
    Kindly suggest the other options / settings / processes, to meet this requirement
    Thank you for your time and efforts.
    With Best Regards,
    Senthil

    Closing this thread
    Thanks
    Senthil

  • Method to be used to delete a particular select parameter in a Sales order

    Hi ,
    Which Method can be used to delete a particular select parameter in a Sales order search screen using class CL_CRM_BOL_DQUERY_SERVICE

    Hi,
    Okie :) please feel free to post any problem :)
    Please apply the patch that has the fix for this issue:
    [Patch 9791839|https://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=9791839]
    The above link worked fine for me .
    Ideally, you should pick up the latest patch, which is [ Patch 11846804|https://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=11846804]
    Click on View Read me for install instructions. Let me know if you find any problem with patch install.
    Regards,
    Ajay Kumar

  • Capacity Planning for all Sales Order Items

    Sir,
    A Sales Order have 4 different line items & need to produce on single work center.
    In schedule line of sales order requirement dates are given priority wise.
    After running the MRP I have observed that for all schedule lines, all planned ordered are starting on same date & time on the given capacity.
    I need to level it manually.
    Here I have few Question.
    1) Can Capacities are Scheduled as per priority given in SO automatically.
    2) Can revised availability dates will be reflected in SO.
    3) Which reports will be useful for understanding consolidated availability date of material for given sales order/s.
    Regards

    Dear ,
    To answer the question for Capacity requirement planning on sales order I would say that MRP does  only materials planning based on demand and reciept  but never does Capacity Requirement Plannig .MRP generates Planned Order  and susequently , production order can be genreted and farther you can carry out capacity requirement planning based on the work cente available capacity , requirement and load for those MTO orders .
    But there are SAP business suit like APO-SNP APO PPDS which carriy our details scheduleing and caapcity check based on the demand situation : Sales Order ,Independent Order  and does capcaity vaialbality chek for those demands while planning .
    Now , here is the answer of your question :
    1) Can Capacities are Scheduled as per priority given in SO automatically. : Not possible  through  SAP MRP but in APO-PPDS, APO-SNP-CTM , Herustic model .
    2) Can revised availability dates will be reflected in SO. : It can be reflected as per the ATP chekc , Replishmenet Lead  Time and re-scheduling horizon maintained in OPPQ-Carry all overall plant parametres.
    3) Which reports will be useful for understanding consolidated availability date of material for given sales order/s. : You can check through MD04/MD05 or in sales order -Availaibility check -Schedule Line -Availaibility date .
    Hope your are clear about the requirememt .
    Regards
    JH
    Edited by: Jiaul Haque on Jun 5, 2010 1:59 PM
    Edited by: Jiaul Haque on Jun 5, 2010 1:59 PM

  • Equipement details history for the sales order.

    Hi,
    I want to find out the details of the equipment for a particular sales order.
    I have creatde a sales order, delivery and the billing. I used the serial number for my material.
    Now i have cancelled the billing and then reversed the PGI and then changed the serial number and then proceded with billing.
    Now in which table(s) can i find the details of the changed serial / equipment number for my sales order.
    Thanks and Regards,
    Raya.

    Hi Raya
    Your subject line and your question seem to differ so I am not sure I am understanading correctly...but if you are wanting to be able to see the change for the serial number and what the serial number used to be then...when you are in IQ09 go to enter your new serial number and execute from the detail screen go to extra and look at changes.
    Now if you are wanting to view the table of the sales order for the changes made...you can check the change log tables  cdpos and cdhdr
    You can also use transaction AUT10; put in transaction code VA02 and enter a date range to limit your search results
    Edited by: Kim Blair on Sep 7, 2011 9:24 PM
    Edited by: Kim Blair on Sep 7, 2011 9:35 PM

  • New Report for Opens Sales order and P.O from Plant and S.Loc

    Dear Gurus
    We have repory requiement for Open sales order and P.O to deliver from particular plant and S.Loc.
    If you have already developed this kiond of report help me inthis case.
    Thanks
    ramki

    closed

Maybe you are looking for

  • Why may smart playlists not show up on Apple TV?

    I am using iTunes 10.3 to make smart playlists, and am telling iTunes to sync the smart playlist to an Apple TV (1st gen.).  However, the smart playlist I tell iTunes to sync appears for a moment, then disappears after sync is complete.  The music th

  • PCC-F-02044, CMD-LINE:  Illegal or out of range value for option

    Good day, I very new to Pro*C and its compiler, i was tasked to recompile a program from a previous developer and got stuck with the above mentioned problem. The command i'm using to compile the program is: proc xxx.pc This returns the illegal or out

  • XA490AA Headset Microphone Not Working

    OP system; windows 7 - 64 bit. So i purchased a XA490AA in August this year, the sound quality is perfect and I am very pleased with the purchase however.... When first setting up my headset for the first time I remember using my microphone on skype

  • Can't take videos on 6630

    Hello! I have a Nokia 6630 for 6 days. It worked perfectly until yesterday when I tried to take a video. I entered the camera menu and pushed the right button to go to the video section and something weird happened. "Feature not supported". See the s

  • Exception while calling DOC_INFO service from a filter

    Hello All, I am coding for a requirement where I need to extract the document meta-data information (author) and sent out the mail notifications to the original doc-author whenever a workflow on a document is finished. For this I hooked a custom java