Daily Production

Hi guru.
I have one scenario, Please advise me how to handle this.
I have 3 goods and 1 machine, all of 3 goods use the same machine for production.
My conditions is
1. the machine can produce 1 goods per day.
2. the machine can't finish product goods in 1 day.
3. I can't produce 1 goods continue more than 1 working day, Example, Today I produce product A tomorrow I must Produce Product B or C. and repeat like this untill finish all of 3 goods.
4. All of 3 goods must store for 7 days and use 2 day per goods for quality check.
Example. i have sale order of 3 goods to delivery in 31/3/2008, each goods use 5 working day to production for sale and stock.  Today (10/3)  I produce product A and if i continue to produce product A and B until meet with sale order and stock, Product C won't meet with sale order.   
<a href="http://i41.photobucket.com/albums/e271/260325/11-2.jpg">http://i41.photobucket.com/albums/e271/260325/11-2.jpg</a>
Please suggest me, how i issue production order and handle with this scenario.
Thank you in advance.

Hi,
It's not possible to see the capacity interms of nos., whereas you can see in terms of hours based on settings made in Work centre (Shift timings, available capacity, utilisation etc..)
You can see the available cap./ reqd. cap/remaining cap. in hrs. throgh CM transactions.
You can discuss with yur ABAPers to convert these hours into nos. (Logically it's is possible)
eg.. Total hrs. / shift or / day / timings from routing * no. of avaiable machine * cap. utilisation.
Madhava

Similar Messages

  • Acrobat Pro 6 Average Daily Production and Math.round problem

    Acrobat Pro 6 Average Daily Production and Math.round problem
    (Production.0) (154) (whole units) . (Production.1) (90) (fractional) / (divided by) 31 (days) results in (Average.0) (4)(whole units) . (Average.1) (10) (fractional) using :Math.round.� Noticed that 154 (whole units) . 85 through 99 (fractional) also show 4.10. (without Math.round : 5.00)
    Method:
    �Production.0� (whole units) . �Production .1� (fractional) / Days = (Average Daily Production) (�Average.0� (whole units) . (Average.1) (fractional)
    � Production.0 (value not calculated)�, � Production 1 (calculated) (event.value = util.printx("0099", (event.value)).substr(-2,2); � �Average.0 (value not calculate)�, and �Average.1 has following calculation:
    var punits = this.getField("Production.0");
    var pfrac = this.getField("Production.1");
    var average = 0.0;
    average = (punits.value + pfrac.value / 100) / this.getField("Days").value;
    this.getField("Average.0").value = average - average % 1;
    this.getField("Average.1").value = util.printx("0099", Math.round((average % 1 * 100))).substr(-2,2);
    �Math.round� appears to be a problem. Also, could you explain the purpose of �0099� . Anyway, why would 154.85 through 154.90 divided by 31 give 4,10. Also, their must be a better way, to find the average daily production. All you have to do is divided the production (whole. fractional) by the days, and display the average daily production as (whole. fractional). Any suggestions??

    There are a many loose ends in your question.
    First, I have never seen before a variable type called 'var'. Is it a java primitive or a class?
    Next, I cannot seem to find any class that has the printx method.
    When it comes to substr(-2,2), I get confused. First, I thought that it was a method of the String class, but I only got as far as substring(beginIndex, endIndex).
    If you really must break the production and average into pieces, try this:
    float average = (punits + pfrac/100) / days;
    int avg_units = (int)average;
    int avg_frac = (int)( (average - avg_units) * 100 );My guess is that util.printx("0099", x) formats x having two optional digits and two mandatory digits, showing 0-99 as 00-99, but allows to show numbers with three and four digits.
    154.85/31 = 4,9951612903225806451612903225806
    154.99/31= 4,9996774193548387096774193548387
    If you round the fraction of theese numbers multiplied by 100 ( = 99.51.. and 99.968...) you get 100, and this will be the output of printx. My guess for "4.10" is that substr(-2,2) returns the two first characters of the string, because the start index should not be zero. (According to java docs, substring throws an exception on a negative index, so what kind of class are you really using ??????)

  • Delay time data at Daily Production Report

    Hi all
    We hereby crated the Daily Production report which has the delay deatils of all depts. The delay details we are using with notifications. The problem is users required the shift wise delay according to the production.
    SAP std we couldnt keep the shift at notifications level (exit also helps but time couldnt assign). The Shift A is 7 am-3 pm, B- 3 pm to 11 pm. C- 11pm-7 am. The malfunaction start time some time may exceed from the A to B shift. But delay calculation hours is only one. With out going for hard coded how could assign the delay hours shift wise.
    At notification level is Capacity requirements will appear as per shift ?
    please suggest

    Hi,
    1.Select a capacity category for which the actual capacity requirements are to be calculated on the Capacities tab page in the resource.
    2.Choose ActCapReqmnts.
    3.The Settings for Determining the Actual Capacity Requirements dialog box appears.
    4.Set the Calc. actual cap. reqmts indicator.
    5.If the actual capacity requirements are to be calculated from activities:
    Enter one activity for each actual capacity requirement in Actual capacity requirements from activities. Determine the standard value parameter that identifies the corresponding activity.
    regards,
    Venkatesan Anandan

  • To prepare daily production report in grade wise

    Hi,
    Need your help regarding grade wise Finish Goods. My finish goods product code is in database 1601001. When bulk receipt from production how to separate grade wise quantity.
    Example:
    My production order quantity is 100000 pcs and receipt from production in stock is 95000 pcs. Now in 95000 pcs, 75000 are grade u201CAu201D quality and rest of 20000 pcs are u201CBu201D quality.
    There is any option that I can prepare daily production report in grade wise.
    Regards,
    Mizan

    Hi.....
    Go to Item master data whihc you want to maintain Gradewise.
    In general tab you find Serial or Batch Number under which just select Batch and select on every transaction......
    This will hjelp you to manage your inventory by Batches which you consider as grade......
    Regards,
    Rahul

  • Daily Production Report In coois

    Dear All
    When we r checking in Coois report for production entry Of SFG.FG--it will give us the Total qty,
    exactly we want that suppose one order qty is 15000 and i have put a production order of that Qty.  But according to Production Its going On With 500 or 600 per day produce.  then how can we see the production report of particular production confirmed qty and delivered qty  500 on which day . or we can see the Daily production report of Particular FG & SFG.
    Rgds
    Pankaj Agarwal

    Dear Pankaj,
    One way of addressing this issue is go to MB51, movement type 101 & 102 7 other relevant criteria.
    Plant n storage location.
    Execute>CtrlShftF12, you will see the list of material recvd. in the storage loc. you can also find the Production Order no.
    you can see when GR has happened against Prod. order.

  • Daily Production Report with Variance or receipt of Production

    Hi All..
    my one of the clients want the Daily Production Report with Variance or receipt of Product?
    Please let me know what does it mean and how can I fetch this report
    Thanks
    Rahul

    Hi Rahul,
    Try This
    Daily Receipt From Production report
    SELECT T1.[BaseRef] as 'Production Order No', T0.[DocNum] as 'Receipt No', T0.[DocDate] as 'Receipt Date', T0.[CardCode] as'Customer/Vendore Code', T0.[CardName], T2.[ItemCode], T2.[ItemName], T1.[Quantity] as 'Receipt Qty', T1.[OpenQty] as 'Open Qty against Pro Order' FROM OIGN T0  INNER JOIN IGN1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OITM T2 ON T1.ItemCode = T2.ItemCode WHERE T0.[DocDate] >=[%0] and  T0.[DocDate] <=[%1] and
    T1.[BaseRef] IS NOT NULL
    Summary Report For Production Order
    SELECT T0.[DocNum] as 'Production Order No', T0.[PostDate], T0.[DueDate], T0.[RlsDate], T0.[CloseDate], T2.[ItemCode], T2.[ItemName], T3.[CardCode], T3.[CardName], T0.[PlannedQty], T0.[CmpltQty], T0.[RjctQty] , (T0.[PlannedQty]-T0.[CmpltQty]-T0.[RjctQty] ) as 'Open Qty' FROM OWOR T0  INNER JOIN WOR1 T1 ON T0.DocEntry = T1.DocEntry LEFT OUTER JOIN OITM T2 ON T1.ItemCode = T2.ItemCode LEFT OUTER JOIN OCRD T3 ON T0.CardCode = T3.CardCode WHERE T0.[PostDate] >=[%0] and  T0.[PostDate] <=[%1]
    Thanks,
    Srujal Patel

  • Developed a report for the daily production done.

    hi experts,
    please give me tables and fields for following report, and also exlain me briefly,
    Developed a report for the daily production done.
    thanks in advance,
    radhakrishna

    Hi Prabhakar,
    Well you can opt for ALV display...
    You want to generate report based on plant data..
    Once the user enters the plant, you can extract the remaining info from table MARA, QALS, EKKO.
    The radio buttons will decide your selection critera.
    I dont think any functional guy will give you everthing spoon feeded. You will have to explore those tables and the relevant fields.
    In case you are finding it to difficult to get the relations between the tables or finding list of tables,
    i shall send u docs which will help u solve the problem.
    Give me ur email id
    Regards,
    Tanveer.
    Mark helpful answers
    Message was edited by: Tanveer Shaikh

  • Daily Production Plan query changes

    Dear Experts,
    I was tried  to do a daily production plan query,  but i need to add one more feild in the below query, (ie) In sale order Document, Row level feild of Quantity ( RDR1,Quantity) should be in that query,
    SELECT T0.[ItemCode],T1.[ItemName], T0.[PlannedQty] as 'Planned Qty', T0.[DocNum] as 'Doc No', T0.[PostDate], T0.[OriginNum] as 'Sale Order No', T0.[CardCode], T0.[CmpltQty] as 'Completed Qty' FROM OWOR T0 join OITM T1 on T0.Itemcode = t1.ItemCode WHERE T0.[PostDate] >='[%0]' and T0.[PostDate] <='[%1]'
    Plz help me.
    Thanks and Regards,
    Manikandan

    Hello Manikandan,
    You can add the sales order into the production order, but you should now: there is no connection defined between sales order lines and production order, only the item code can be used as reference to sales order lines
    I mean:
    *if you have the same item in sales order lines in different position the query always multiplies the result. *
    So you can join the sales order header for Origin Number and DocNum, and sales order lines by Itemcode
    SELECT
         T0.[ItemCode],T1.[ItemName], T0.[PlannedQty] as 'Planned Qty', T0.[DocNum] as 'Doc No', T0.[PostDate],
         T0.[OriginNum] as 'Sale Order No', T0.[CardCode], T0.[CmpltQty] as 'Completed Qty',
         T3.[Quantity] [Sales order Qty], T3.LineNum [Sales order Postion]
    FROM
         OWOR T0 join OITM T1 on T0.Itemcode = t1.ItemCode     
         left outer join ORDR T2 on T0.[OriginNum] = T2.[DocNum]
         left outer join RDR1 T3 on T2.[DocEntry] = T3.[DocEntry] and T3.[ItemCode] = T0.[ItemCode]
    WHERE T0.[PostDate] >='[%0]' and T0.[PostDate] <='[%1]'
    Regards
    J.

  • Daily Production reports

    Dear Frndz,
    Are there any ready-made daily production reports available in the system.If so, pls help me with what are all the reports available and the transaction code /Path of the same.
    Regards,
    Srini

    Hi,
    You can find useful reports of PP in Production--> Shop Floor Control--> Information System as below :
    COOIS - Order Information System
    CO24 - Missing Parts Info System
    MD09 - Pegged Requirements
    MD04 - Stock/Requirements List
    MMBE - Stock Overview
    CO09 - Availability Overview
    CO46 - Order Progress Report
    MD4C - Order Report
    Further you can find other reports also under information system by drilldown in following segments :
    Shop Floor Information System
    Capacity Evaluation
    Capacity Evaluation
    Use of PRT
    Controlling Reports
    Hope this helps.
    Revert if you have any doubt.
    Regards,
    Tejas

  • Daily Production:Table

    Helll Experts,
    My req is to get daily production plant wise .
    Can anybody tell me std,report to know daily production & corresponding fields & table.
    Ravi.

    No Replies Yet, thats ok.
    This has been resolved by SAP.
    Thanks,
    Ram.

  • How to see daily production qty against a Process order

    Hi Gurus,
    I have a requirement where user wants to see Actual daily production quantities against a Process order. The way client, I am working for, works is, They create One process order on 1st day of every month for one quantity. And then keep adding against that order only:-
    For eg. They craete a Process order say 1234 for 50,000.00Kg on April 1.
    And produce 5000 on 1 april, then ACtual GR qty will be shown as 5000
    Next day they produce 2000, then Actul GR quantity will be shown as 7000
    Next day they produce 3000, then Actual GR qty will be 13000....and so on..till end of the month.
    Where can I see these individual quantities?
    Please advise.
    Regards
    Prashant

    Hi Prashanth,
    In SAP A material Document will be genarated For Everey goods movement, By taking the Mat doc NO for the day for that production order you can track the GI and GR quantites.
    in CO03 we can get the material document no, by selecting GOTO---> DOCUMENTED GOODS MOVEMENT. 
    THE material document contains all the details related to the goods movemet like date,quantity,movement type.
    the configuration required to genarate the material documents. in OPL8 order type dependent parameters under IMPLEMENTATION tab you have to tick the documented goods movements.
    Thanks&Regards,
    Venkat.

  • Issue Relating to Power Cost in Daily Product Costing

    Hi,
    We are doing daily product costing. Here we want to allocate the power units of service to production cost centers proportionately on daily basis. Can anyone tell me is there any option in SAP and we need to go for development.

    hi,
    Power usage or cost can be apportioned only monthly wise not possible on daily basis. U can run the distribution or assessment cycle only for month wise, but not on daily basis.
    Regards,
    Sreekanth

  • Daily Product Cost

    Hi,
    Is it possible to get a daily product cost. Can any one explain me the implications for getting daily product cost from PP point of view and also CO point of view. Whether Repetitive manufacturing solves this issue? Please reply immediately.
    Regards
    Prashanth

    Hi Ashok,
    I am asking is it possible to get daily product cost report. What are implications or difficulties in getting daily product cost report from CO point of view. From CO point of view we need to settle the production orders daily where settlemet is a monthly activity and also the allocations. I request you to tell me what are implications in doing the daily product costing to arrive at daily product cost report.
    Regards
    Prashanth

  • Report for daily production and daily sales quantities

    Can you Please any body let me know what fields and tables should I pick to generate a report for sales qty and production qty for a material on daily basis. we are using PP PI

    Hi,
    You can use table MSEG for that purpose. Try BUDAT-MKPF as one of the selection parameters and use
    MBLNR-MKPF = MBLNR-MSEG
    MJHAR-MKPF = MJHAR-MSEG
    Sort the results in ERFMG-MSEG and ERFME-MSEG using
    BWART-MSEG = 101 minus 102 (for production)
    SOBKS-MSEG = E
    BWART-MSEG = 601 minus 602 (for sales).
    Above stuff might be useful to you for your development requirement provided you are having Sales Order specific production.
    Thanks & Regards,
    Abu Arbab A

  • Daily production report

    Hi, Is there any standard daily prod report available in sap? pls wht is the t-code?

    Dear Yadav,
    There are few reports available in standard SAP,but you have to check which one suits your business
    requirement.
    Check COOIS,CO28,MCPM,MCRE,MB51 for material document
    For further reports goto T Code SAP1->production planning->Production control or Information
    systems.
    Regards
    Mangalraj.S

  • Daily production order scheduling

    Hi Experts,
    i am using maximum lot size procedure  for the MRP Run and after MRP ,planned orders are generated based on the maximum lot size and these planned orders are further converted in to production orders.
    my requirement is how to schedule the production order on daily basis,please suggest me an appropriate solution.
    Thaks in advance.
    Regards
    Srinivas

    Hi,
    Production orders scheduled start dates are generating for the whole month for a material as same date like first working day of the month (Here i am using maximum lot size) and the orders can be only scheduled for the particular date in order dispatching transaction.
    Example,
    Material : X
    Maximum lot size : 1000 in MRP 1 view
    PIR Qty : 01.08.2008  1000 Pcs
    after MRP,
    10 Planned orders are generating with schedlued start date as 01.08.2008.
    after converting all the 10 planned orders in to production orders , then all the 10 production order are generated with scheduled stat date as 01.08.2008.
    While dispatching the production orders in CM25, the system is showing all the work centres are overloaded on 01.08.2008, because system is considering all the production order are start date as 01.08.2008.
    But  i want get the production order scheduled start dates based on the capacity availability  ,so please suggest me the appropriate solution.
    Thanks in advance.
    Regards
    Srinivas

Maybe you are looking for

  • Using Keynote with host's LCDs

    I make my living as a presenter. Always worked in PowerPoint. I end up using many different LCD projectors, but have gotten used to connecting to my PC. Just bought a MacBook to use transition to Keynote and I'm wondering what issues I should expect

  • Restoring doesn't finish

    Hi, I'm experiencing some problems with restoring my iphone4. It's not jailbroken, and all the updates were done through itunes. As I conect the iphone to itunes, it shows a message saying there's and iphone who needs to be restored. As I begin the r

  • Issues in Workflow before/after Upgrade

    Hi All,            Our project is going to upgrade from 4.7 to 6.0. The customer has some concerns over the workflows.            The concerns are: 1.What happens to all the open workflows? I mean all the workflows which are still active and running

  • [Designer 10.1.2.0.2] ORA-00904 on EXPORT

    Im getting errors on export with Repository Administration Utility : Connected to: Oracle Database 10g Release 10.1.0.2.0 - Production Export done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set Note: grants on tables/views/sequences/

  • Kernel Panic Lion 10.0.1 iMac GPU DumpGPURestart

    I posted the message below to the iMac forum - but it is clearly not a hardware problem, and also, clearly, a Lion 10.7.1 problem. I know this because I've now booted the same machine from my special Snow Leopard disk (I have it so I can run applicat