Monthly Production Report for Excise

Dear All,
I need a monthly production report for Excise purpose as per Indian statutory requirement.
The requirements are
1] There should be a date range to select the period of the report
2] It should show a report only  on those items which are marked as 'sales item' in the item master data [ so that all the other intermediaries / WIP's willn't appear in the report.
3] If one item is produced / manufactured using different production orders, We need a consolidated quantity for the period under selection.
Report Format :
Item code   - Item Description  - Planned Quantity  - Manufactured Quantity - Open Quantity
Thanks in advance,
Regards,
Suresh Kannan

Hi Suresh,
Try this query
SELECT T0.ItemCode, T1.ItemName,
SUM(T0.PlannedQty) 'Planned Qty',
SUM(T0.CmpltQty) 'Manufactured Qty', SUM(T0.PlannedQty-T0.CmpltQty-T0.RjctQty) 'Open Qty'
FROM dbo.OWOR T0
INNER JOIN dbo.OITM T1 ON T1.ItemCode = T0.ItemCode AND T1.SellItem = 'Y'
WHERE T0.RlsDate >=[%1] AND T0.RlsDate <=[%2]  and T0.Type != 'D'
GROUP BY T0.ItemCode, T1.ItemName
Regards,
Bala

Similar Messages

  • 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

  • Custom Report For Excise On Sales

    hi friends,
    i need custom report for excise on sale like below format, can you please guide me to prapare FS for below requirement.
    Material Code And Discriptiion
    Sales Order No     
    Delivery No     
    Billing No     
    Accounting No     
    Excise Invoice No     
    Sold to Party     
    Billed Qty     
    gross value     
    bed     
    ecess     
    cess     
    she     
    total excise duty     
    invoice value
    Regds
    Ashwini

    dear friend,
    you can try the standard t-code SDO1 and change the layout
    good luck!

  • SAP reporting for Month end reports for Pension (TP, USS, LGPS)

    Hi
    I wonder if anyone can help me.  We have just had SAP installed and are experiencing problems with month end reports for Pension reporting.  Can anyone point me in the right direction of the reports?  I have managed to extract some reports but they hold year to date values, not the current month and I am having problems with extracting the monthly contributory salary.
    Many thanks in advance
    Pia

    It's possible to re value asset records but the intent is not for currency adjustments.  That is almost always done in consolidations.
    It's possible to depreciate based on the current exchange rate using 95314 but this is considered a modification.  I've rarely seen it implemented.
    -nathan

  • Report for Excisable and Non Excisable vendor

    Hello
    Is there any Std report is there....it can give us the list of Excisable and Non excisable Vendors based on the Perticular Purchase Orgnisation.
    Regards
    sapman man

    Hi
    I do not think in SAP this kind of report is available.
    what you can do , if your vendor master has different  accounting group for Excisable and Non excisable vendor then you can check in standard table of vendor master like LFA1  and LFM1 or create Z report or Query.
    Awaiting your feedback.
    Kishor Rudani

  • Multi-year monthly CO report for Actual/Budget/Variance

    I have a requirement of creating a 5-year cost centre report for the following:
    Actual by month (5 years x 12)
    Budget by month (5 years x 12)
    % of the monthly amounts compared to the total (5 years x 12)
    Variance (5 years x 12)
    The request is at the cost element level, by month and for 5 years.  I am trying to decide which reporting tool is appropriate for this request.  If I use the conventional CO report format (report painter) of one column per month for actual/budget/actual %/variance, there will be a lots of columns for 5 years!
    I am familiar with reporting tools of report painter, drill-down and SAP query, although I am not sure if drill-down can be used for CCA.  Would appreciate any suggestion for: 
    1) Reporting tools for multi-year output; and
    2) Report format u2013 example of existing SAP-delivered report

    Do you intend to use a report with 240 columns? I am wondering what would be the purpose of such a large column report.
    Still if needed, you could try with painter itself, may be using page break perhaps. I am not sure of the limitation to the number of column.

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

  • Production Report for Quantity produced.

    Hi PP Gurus,
    We want to capture a report wherein we need to capture quantity produced against work center/production order. Finished product got base unit of measure and alternate unit of measure like Base UoM= EA
    Alternate UoM= Case and Bottles
    Now the requirement is report should comprise of Actual unit produced in Base UoM and all alternate UoM.
    What can be done to resolve this issue.
    Thanks & Regards,
    Abu Arbab

    Hi,
    You can create a Z development using the Order tables : AFKO /AFPO/AFUM/AFRU.
    You can provide the Order type in the table and fetch the order number and qty in BUOM. You can insert a new column for Alt UOM and calculate the production qty interms of Bottles and Cases.
    Hope this will help you.
    regards
    radhak mk

  • Report for Excise Part II Pending to Capture

    Hi,
    Is there any Std. report or Table which can provide List of GR document Number against which 'Excise Part II' is pending.
    Regards,
    VK

    Hi,
    Use following Reports;
    J1IGR - List of GR's without gate pass (Only Part 1 has been captured)
    J1I7 - Query Excise invoices (Here select appropriate Radio button "Only Part 1 Posted and Part 2 not Posted") and execute for ETT GRPO

  • How could be set monthly schedule report for 6 month automatically??

    Hello Friends,
    I have to requirment for schedule report:Means when report has been montly schedule and
    user are gettiing report through email in pdf formate:But in bex query level Monthyear(selection) has set
    intervals.My question is how could be set interval(6 months) so,automatically every month
    report will be schudle .
    Example
    When Month year (Filter):201403 to 201408 (its for month August).
    But when month will be come september.So,Data will be come automatically like that Month year:201404 to 201409.
    So, kindly advice me ASAP.
    Regards,
    Wasem

    Hi Arrijit,
    Thanks for promt reply.
    I got your concept but actually i have to need data below example.
    If schedule report (In CMC) monthly through user will be get pdf format.
    If month August below example like that
    Monthyear   XYZ values
    201402         200
    201403         300
    201404          400
    201405        500
    201406          600
    201407          600
    same as above when  September(not manually ,should be dynamically) come below example like that
    Monthyear   XYZ values
    201403         300
    201404         400
    201405          500
    201406         600
    201407          600
    201408          700
    How could be do???
    Pls advice

  • SQVI Report for Excise Invoice

    Dear Friends,
    I am trying to create a report in SQVI, where, I want the system to populate the Excise Invoice number, Commercial Invoice number & the Accounting document number.
    Let me know if anybody can help with the relevant tables that can be joined in SQVI.
    Rgds,
    Indrajit

    Hi,
    Make a joint of table J_1iexcxhdr & BSEG join RDOC field with VBELN In selection parameter company code & fiscal year to improve the performance of the report.
    Regards

  • QUERY REPORT FOR EXCISE

    Dear experts,
    I want query OF OUTGOING EXCISE INVOICE which gives following information from OUTGOING EXCISE INVOICE DOCUMENT.
    Document series, Document number, posting date, quantity, Varient(Varient No.-UDF OF ITEM MASTER Variable - 1, OITM, U_VarNum), Item code, Frame (UDF COLUMN OF ITEM MASTER Variable = 1, OITM, U_Frame), Unit Price, Taxable Value(Total (LC) OF OUTGOING EXCISE INVOICE), Excise duty value, Edu Cess Value, S & H edu Cess Value, VAT, TOTAL INVOICE VALUE (INCLUDING TAX AMOUNT), P.O. Number(CUSTOMER P.O. NO. of OEI variable = 11, U_Ponumber )
    Please do needful.
    Thanks & Regards,
    Akshata

    Ok......
    Try this too......
    SELECT S.seriesname,M.DocNum, M.DocDate as 'Date', M.CardName as 'Customer Name',
    L.itemcode,L.Dscription, L.Quantity,L.Price,L.LineTotal,I_U_VarNum,I_U_Frame,M.U_Ponumber , L.LineTotal as 'Base Amt.(Rs.)',
    (SELECT Avg(TaxRate) FROM OEI4 where statype=-90 and DocEntry=M.DocEntry And LineNum=L.LineNum) as 'ED %',
           (SELECT Sum(TaxSum) FROM OEI4 where statype=-90 and DocEntry=M.DocEntry And LineNum=L.LineNum) as 'ED (Rs.)',
    (SELECT Avg(TaxRate) FROM OEI4 where statype=-60 and DocEntry=M.DocEntry And LineNum=L.LineNum) as 'EDCS %',
           (SELECT Sum(TaxSum) FROM OEI4 where statype=-60 and DocEntry=M.DocEntry And LineNum=L.LineNum) as 'EDCS (Rs.)',
    (SELECT Avg(TaxRate) FROM OEI4 where statype=-55 and DocEntry=M.DocEntry And LineNum=L.LineNum) as 'HECS %',
           (SELECT Sum(TaxSum) FROM OEI4 where statype=-55 and DocEntry=M.DocEntry And LineNum=L.LineNum) as 'HECS (Rs.)',
    (SELECT Avg(TaxRate) FROM OEI4 where statype=1 and DocEntry=M.DocEntry And LineNum=L.LineNum) as ' VAT % ',
           (SELECT Sum(TaxSum) FROM OEI4 where statype=1 and DocEntry=M.DocEntry And LineNum=L.LineNum) as ' VAT (Rs.) ',
    (SELECT Avg(TaxRate) FROM OEI4 where statype=4 and DocEntry=M.DocEntry And LineNum=L.LineNum) as ' CST % ',
           (SELECT Sum(TaxSum) FROM OEI4 where statype=4 and DocEntry=M.DocEntry And LineNum=L.LineNum) as ' CST (Rs.) ',
    M.DocTotal as 'Total (Rs.)'
    FROM OOEI M LEFT OUTER JOIN OEI1 L on L.DocEntry=M.DocEntry
    LEFT OUTER JOIN OEI4 T on T.DocEntry=L.DocEntry and L.LineNum=T.LineNum
    LEFT OUTER JOIN OEI5 J ON M.DocEntry = J.AbsEntry
    LEFT OUTER JOIN OEI3 Q ON M.DocEntry = Q.DocEntry
    LEFT JOIN NNM1 S ON M.SERIES=S.SERIES
    LEFT JOIN OITM I ON I.ITEMCODE=L.ITEMCODE
    GROUP BY
    M.DocNum,S.seriesname,L.itemcode,L.Price,L.LineTotal,M.DocDate,M.CardName,M.NumAtCard,M.DocEntry,
    M.DiscSum,M.WTSum,M.DocTotal,I_U_VarNum,I_U_Frame,M.U_Ponumber,L.Dscription, L.Quantity, L.LineNum
    Regards,
    Rahul

  • T codes for production reports in REM

    Dear All,
    What are the std. t code for production reports in REM like daily production report,monthly production reports,shift wise production,bom reports etc.
    Thanx in advance
    rg
    Tushar

    Hi Tushar,
    Following are the standard reporting T-Codes REM
    MCP9 - SFIS: Select Run Schedule
    MCRM - Reporting Point Statistics: Selection
    MCRP - Material Consumption Analysis: Repetitive Manufacturing
    MCRK - Product Cost Analysis: Repetitive Manufacturing
    MCP6 - Goods Receipt Analysis: Repetitive Manufacturing
    MF26 - Display Reporting Point Quantity
    MF51 - Print Production Schedule
    MF52 - Display Master Production Schedule
    MF57 - Coll. Display of Planning Screens
    MF60 - Pull List 4.5
    LAS3 - Display Sequence Schedule
    If you won't find your requirement in these,you need to develop new one accordingly taking the technical consultants help.
    Regards.

  • Monthly performance report

    Dear All
    I want to generate Monthly performance report for the QM activity.. as per the below table.
    Please suggest the right way to create this query.
    Inspection description            Accepted           Rejected           Rejected %        Under test
    Raw Material                       
    Packing Material
    In-process samples
    AYK

    Hello,
    Dont know how to create in SAP Query. If your looking for ABAP query then can give some input
    You will have to a combination of QALS, QAVE, MARA Tables
    1) In QALS you will get all the lots created for particalur month when you pass from to  date in PASTRTERM (start date).
    2) Get the number of entries for the lot
    3) Pick up material also from QALS (MATNR).
    4) Pass MATNR in MARA to get the material Type (MTART)
    5) Pass the insepction lots to QAVE ( sorted for Material type) to get the UD codes for the inspection lots. ( Accepted or rejected)
    6) Calculate % Rejected
    7) Check number of entries in QAVE table also
    8) Calculate % Test = Number of entries of lot in QAVE table / Number of entries of lot in QALS table
    Regards
    gajesh

  • Error in monthly performance report.

    hi friends , we have developed a monthly perfrmance report for equipments displaying different fields like working hours,availbale hour(per month),HSD(per hour),Spares(per month ),spares(per year) etc. But for some of our plants those wer created after the development of the report, it is not working fine and that too for particular period (mm/yy) 10/2009 to 03/2010.
    The report is mainly based on log book entry.
    can anybody guide where could be the problem.It is quite clear that the problem is with some entry in the functional module as it is working fine for some plants, The report is working fine on the quality server for the given period.In report user just have to enter month and year,plant for which he wants to see the report.

    one strange thing i noticed is that , the z table from which the data is displayed on the report is taking entry for (mm/yy) in selection wrongly.say if user enter the mm/yy as : 10/2009 then the data is stored as 10/2010 for these particular plants not for all plants.. means there is prblem with fiscal year.
    I am not able to track the entry which could be common for plants or log book entry.
    ALso the problem is only for all recently created plants.
    Can anybody tell me that which entry can cause this because in ztable all the enteries are copied from standard tables and then stored in a ztable and finaly displayed in the report.
    Edited by: achalmehra on Jan 19, 2010 6:53 AM

Maybe you are looking for