Production report through COOIS

I am working in dicerete and REM scenerio.Client needs report ,work center wise daily production .In report layout   through transaction COOIS when I am selecting quantity confirmed .The production order confirmed quantity is comming.But planned order confirmed quantity through backflush MFBF is not comming.
I need report in this format
I/P
plant
material
o/p
posting date   work center    confirmed quantity  total planned order quantity
Manoj

For MFBF i.e. REM orders you need to use the transaction
KKF6n  or KKBC_HOE to check the details of qty and cost and not COOIS.

Similar Messages

  • 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.

  • Shift wise production report

    hi Exprts,
    Process:
    I shift starts at 6.00 am and ends at 14.00 hrs
    II shift starts at 14.00 hrs and ends at 22.00 hrs
    III shift starts at 22.00 hrs and ends at 6.00 am (next day)
    3.We confirm the qty in the t.code CO11N
    The requirement is : How to take the Shift wise production report? , and also a report which shows consumption of components against production order in a shift.
    Regards
    Ramesh

    Dear Ramesh,
    check this link to first post the confirmation shiftwise ,both in CO11N and CO15.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0fa9a04-376a-2c10-c396-86d32ac80614?quicklink=index&overridelayout=true
    Further to this you can get the shift wise production report using COOIS.
    Regards
    S Mangalraj

  • Production Report for consumed Batches

    Hi All;
    Can anyone pls suggest a standard report where we can see the batches consumed for production/process orders on a given date range i.e the final output should give the  production/process order number with the batches consumed against them.
    Thanks

    Dear,
    MB51 with material number, plant and movement type(usually 261/262) with posting date should give me the batches used in production order.
    COOIS or COOISPI also can be used.

  • Daily/weekly/monthly production reports

    Hi Experts,
    IMy client needs daily/weekly/monthly production reports with graphical representation. I want to know in acase there are any standard reports which will be a work around solution for the above said reports.
    Thanks

    Hi nandi6346,
    Yes, COOIS : Order informaton system, it self gives graphical representation for production reports.
    Go to COOIS - execute as per required date, to get grafical representation select the coloumns you required, e.g. Production order, target qty, Confirmed Qty, Delivered Qty, Scrap Qty, etc and the click on "Display Grafic" tab, it will show you grafical report.
    Tara

  • Altering schema of tables/objects inside a crystal report through API

    hi all,
            We run crystal reports through a Java application (using CR4E API) connecting to Oracle database. All the tables/views within the report do not use fully qualified names (i.e. schemaName.objectName) instead they use the object name alone. Earlier we would run all the reports logging in as the schema owner and hence all the objects would be accessible without issue. Per a new requirement we now log in as a non-schema owner ID and the objects are now not accessible to this user id unless a fully qualified object is not provided as the default context schema will now be different.
           We tried altering the schema through the API like so,
            ITable origTable = null;
            ITable newTable = null;
            String DB_USER_NAME = username;
            String DB_PASSWORD = password;
            String TRUSTED_CONNECTION = "true";
            String SERVER_TYPE = "JDBC (JNDI)";
            String USE_JDBC = "true";
            String DATABASE_DLL = "crdb_jdbc.dll";
            String JNDI_DATASOURCE_NAME = jndiName;
            String CONNECTION_URL = connectionURL;
            String DATABASE_CLASS_NAME = driverName;
    Tables tables = clientDoc.getDatabaseController().getDatabase().getTables();
                for(int i = 0;i < tables.size();i++){
                    origTable = tables.getTable(i);
                    if (tableName == null || origTable.getName().equals(tableName)) {
                        newTable = (ITable)origTable.clone(true);
                    newTable.setQualifiedName("TestSchema." + origTable.getAlias());    <--- Set actual schema here but it still takes the alias as "command"
    Are we doing anything wrong here? It appears that the table name is always "command", internally I think CR uses the name command for its table and we are not allowed to change it. The table name, alias and qualifier name are be default set to "command" by CR. If I append schema name to the table name I get schemaName.command as against schemaName.objectName.
    Synyonyms are not an option for us for various reasons. We will not be able to go down that road no matter what. However we are looking at an API related solution here so if anyone could advise in this regard it would be very helpful.

    Lindell - your response was very helpful.  I was able to create a SQL Command on the subreport and change the subreport links on the main report to use the paramters in the SQL Command.  The report is now very fast - even when there are lots of detail records on the main report.  It is properly executing the query and not reading all 2M records into memory for each subreport.
    I'm still totally confused as to why Crystal was misbehaving so poorly and changing how the subreport queried the database when the only change was the fields used for record selection on the main report.  It really looks like a bug to me, but maybe someone can still enlighten me.
    thanks again so much.  We are in Parallel testing for a production rollout - and the users are MUCH happier now!  (which of course makes me much happier!)
    Susan
    PS I was not aware of the SQL Command - had never used it before.  Took me a little while to figure it out and how to do the linking - but it is very powerful.  Thanks again.

  • Production Report using Product groups.

    Hi PP Gurus,
    We want to develop one Production report that will include Product group.
    We are using single level Product groups. Say PG= XYZ and PG members are A, B, C, & D. Since REM without RP and with daily confirmation being used we'll sort the results through MSEG table after passing MBLNR and MJHR from table MKPF using Movement types 131 (that will exclude Reversal quantity i.e through Movement type 132).
    My requirement is to bring Product group in production report that will club above mentioned materials.
    If anybody already worked on such requirement, please help me out.
    Thanks & Regards,
    Abu Arbab

    Hi Rajesha,
    Thanks for reply.
    Since REM without RP I'm using no need of AFKO table.
    Used logic as below:
    Taking BLPK-BUDAT as input:
    1. Select PGMI-PRGR, PGMI-WERKS to get PGMI-NRMIT.
    PGMI-NRMIT = BLPK-MATNR to get BLPK-PRTNR.
    BLPK-PRTNR = BLPP-PRTNR to get BLPP-MBLNR.
    BLPP-MBLNR = MSEG-MBLNR, MSEG=MJHAR to get MSEG=ERFMG
    Sort through MSEG-BWART = 131 negative 132.
    2. Select PGMI-PRGRP, PGMI-WERKS to get PGMI-NRMIT.
    PGMI-NRMIT = BLPK-MATNR to get BLPK-MENGE.
    Sort through BLPK-VAART (B) negative BLPK-VAART (S); donu2019t select BLPK-VAART (BS).
    Addition of BLPK-MATNR corresponding to BLPK-BUDAT entered.
    Both logic are working.
    Anyways thanks for help.
    Kind Regards,
    Abu Arbab

  • Production Report required SHIFTWISE

    Hello Sirs,
    I have following requirement in SAP through ECC 6.0
    1. Production Report Shiftwise REPORT.
    2. While confirming Client wants to mention the name of the Operator who has done the Rejection (HR module not opted for).
    3. Whether we can input Breakdown  / Reqork / Scrap Details on CO11n screen and get it as a report.
    Please help
    Thanks in advance,
    Harris Panchal

    Hi,
    Shiftwise production report is not available in Standard SAP. You need to develop on your own.
    While confirming, you want to input the operator name, also you need to develop, SAP wont support this.
    Regards,
    V. Suresh

  • NVision report through Report Book generating special characters

    Problem generating nVision Tabular report using Report Book. Reports brings special characters on two tabs after half way down the report. When we run the same report through two-tier mode it comes out clean. Tested the production and test layouts, they both bring the special characters. Running Peoplesoft Application 8.8, People Tools 8.45, MS office 2000 SR-1 Professional (both on server and the client computer.
    Appreciate any input on this case.

    Hi,
    Developer 6i does not support PDF subset (that is the easiest way to achieve this). In 6i you can try the following approach.
    Reference
    How to print Turkish correctly in UNIX Oracle Reports in PDF format? (Doc ID 146596.1)
    Regards, Roberto

  • Print report through application server

    we are running our application through 9ias .we are unable to print the report through printer attached to machine other then machine having application server
    installed on it .

    Hi Arun,
    If you want users to print reports on their local printers, you must first share those local printers and install the shared printers (now network printers) in the Reposts server.
    then add keys to your cgicmd.dat to correspond to each printer of each user who want to print locally. Each user who want to print locally must use cgicmd.dat key specific to his printer.
    For example, user1 wants to print in hp laserjet 4 printer in his PC named pc1 and printer name is "hp laserjet 4" ; user2 wants to print in epson lq570 in his PC named pc2 and his printer name is "epson lq570"
    then in your cgicmd.dat file add lines similar to the following:
    laserjet: destype=printer desname="\\pc1\hp laserjet 4" server=report_servername userid=user1/password@db %*
    lq570: destype=printer desname="\\pc2\epson lq570" server=report_servername userid=user2/password@db %*
    for user1 to print to his local printer (hp laserjet 4)
    the url to print will be:
    http://<app server hostname>:<port>/reports/rwservelet/?laserjet&report=reportname.rdf
    for user 2:
    http://<app server hostname>:<port>/reports/rwservelet/?lq570&report=reportname.rdf
    To allow all users to print at any local printer of their choice, be it local or network printer consider using ORARRP (Oracle Reports Remote Printing Utility) which can be downloaded from the OTN Website.
    Try this link:
    http://otn.oracle.com/sample_code/products/reports/index.html
    Regards,
    Mike

  • Send report through Fax

    Can any body please tell me how to send a report through fax, when the fax modem is connected to the server or to any client

    Hi Yadala
    In 9i Reports Services provides you with mechenism to attach a pluggable destination which in your case can be a fax. You can refer Reports java API for pluggable destination interface and attach your own code to do this task.
    You can also refer FAX using Oracle9iAS Wireless plugin example at following url:
    http://otn.oracle.com/products/reports/pluginxchange/content.html
    This uses Oracle9iAS Wireless to fax report output.
    Thanks
    The Oracle Reports Team

  • 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

  • How to pull out productivity report ?

    Dear SAP Pros,
    How does a person pull out the Productivity report in SAP ? There is a user in Infrastructure Logistics who does not know how to pull out the Quaterly Productivity Report .
    Thanks,
    D

    Hi,
    A little clarification required here. What are they expecting on the report?
    For production orders have a look at transaction COOIS.
    Regards,

  • Reports through SSWA

    Hi all
    I am looking at publishing Oracle Reports reports through the personal home page of apps 11i (11.5.7).
    I have done this initally by using a function that calls the OraclOasis.RunReport package, but I am having issues with the security around this.
    Are there any other methods? If anyone can provide me with some places to look or some documentation to read, I would be most grateful.
    Regards
    Alex

    Since you are running through Apps please post this in Apps forum also
    For Reports docs refer links below
    Thanks
    Ratheesh
    [    All Docs     ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    ---------------------------------------------------------------------------------

  • Running Reports Through Discoverer

    Discoverer is a new product to me, I understand it is a ad hoc reporting tool but how does it intergrate with Oracle Reports? Can I run an Oracle Report through discoverer or does the user always have to build their own? I want to be able to make some basic reports available to users and allow them to run thier own as well. Any comments or suggestions would be a great help.
    Thanks
    Laura

    Hey Chris,
    currently we are not using any version of discover. We are implementing the banner Finance product from SCT and were hoping that their product Web For finance would solve our need for running reports across the web but it looks like it may not. Currently we don't have an adhoc reporting tool, so I am trying to find out as much info as possible about the product. Right now for us to run oracle Reports we need to use Citrix Server or Terminal server, however with the Reports server and this Discover tool i was hoping to move away from all this and run all of them over the web. I was hoping that I would be able to use some of my prepared Oracle reports inside discover either as templates or have them as options with the discover reports.
    Any help would be great! I guess I need someone to point me in the right direction so I can ask more pointed questions =)
    Thanks!
    laura

Maybe you are looking for

  • How to prevent a solaris user to telnet from multiple computers

    Hello, How to prevent Solaris users to telnet from multiple computers? They should be able to telnet from only one PC. Please help..

  • Can't create invoice from the delivery

    Hello. Ship out the trade order then i created the delivery and PGI successfully. But when i went to VF01 to invoice the delivery i can´t create it. I take a look to the LOG and this is what i found: Error Log              6910517662 000010 The item

  • XI to FAX

    Hi We are sending FAX from XI thru Mail adapter with the following TO attribute. "/Name=XXX/com=Vendor Company /Fax=YYYYYY/"<[email protected]> Fax is receving the message, but throwing the error saying "Imaging error encountered, fax abandoned (From

  • Can't get picture of other person whilst calling t...

    Can someone help me i seem to be able to hear people when i call them but cannot see their picture just my own in the little box, can anyone help me pls 

  • One Catalogue Multiple Computers

    Is it possible to set up one lightroom catalog on a server so that multiple computers can all have access to it?