Order Status Report (by CO Business Transaction

Hi All,
At present, we are using standard IO Reports that give output of all the Orders (even closed ones). User wants a Report that gives output (or in other words they can select) by "status" of the order (e.g. they don't want to see whatever happended in closed orders).
I think it will be done by copy and then modify SAP standard report. Would you please suggest which field/table is used and how to go about it.
I know brought "Business Transaction" in General Data selection and created/applied a variable as ZVRNGR, but, can not proceed further as it does not select BFRE/BTAB or BABS..
In the maintenance of Number Range Interval for Controlling Documents, I do not see / can't select the elements BFRE (Released), BTAB (Technically Complete) or BABS (Closed). I think these ionle
Would anyone of you please explain the solution, with step-wise details.
Thanks in advance.
SB

Thanks Sree.
The problem is that in Report Painter's Library, view CCSS is being used and option sare limited to the fields.
One of the fields is CO Business Transaction, but, here it does not work when I select (BFRE, BTAB or BABS) for Sattus of the Order. And these 4-digit IDs are also not there in config under KANK.
Does it make any sense to you (or anyone else). I know one guy, Hein who has the idea about it.
For WBS, are you having report in Report Painter or is it ABAP?
Thanks again,
SB

Similar Messages

  • Sale Order Status Report

    Dear Expert.
    I want Sales Order Status report as below mentioned format required quarry base report from Date to To Date.
    Location-OrderSeries-OrderNo-CardCode-CardName-ItemCode-Item Descripotion-Inv.UOM-Order Qty-Allocated Qty-DeliverQty-Peniding Qty adn Pending Order Value.

    Hi,
    You can check this :
    select t3.location as 'Location',t0.series as 'Order Series',
    t0.docnum as 'Order No.',t0.cardcode as 'Business Partner Code',
    t0.cardname as 'Business Partner Name', t1.itemcode as 'Item',
    t1.dscription as 'Item Name', t2.invntryUom as 'Inventory UoM',t1.quantity as 'Order Qty',
    t1.QtyToship as 'Allocated Qty- Qty to Ship', t1.delivrdQty as 'Delivered Qty',
    t1.OrderedQty as 'Ordered Qty', t1.openCreQty as 'Pending Qty',
    t1.Opensum as 'Pending Order Row Value'
    from ORDR t0 inner join RDR1 t1 on t1.docentry = t0.docentry
    inner join OITM t2 on t2.itemcode = t1.itemcode
    inner join OLCT t3 on t3.code = t1.loccode
    where t0.docdate >= '2011.01.01' and t0.docdate <= '2011.12.31'
    Hope it helps.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • How to insert a new customized user status in an existing business transaction?

    Hi Gurus:
    We have a service request where we need a new user status, but I have in a productive system service requests created already.
    We customized the new user status for the transaction type that we are using, but how to retrieve in the old business transactions created this new user status?
    Is there a way to insert the new customizing in old transactions? Is possible to force by some ABAP code to insert the new user status in some old business transactions?
    I'll appreciate your inputs.
    Susana

    Hi Susana,
    Can you try the report of note
    1289525
    If this is not working may be you can use partaily the code of the report .
    Best regards
    Christophe

  • Sales Order Status Report

    Hi,
    Can you please guide me for Sales Order status report extractors?whether some standard extractors would be used or customized or standard is available which can further be enhanced.
    Scenario is- I have to populate report columns like
    0-25000     25001-50000     50001-100000     100001-200000     200001-500000     500000>
    And analysis has to be shown in the report rows : Sales District. In Columns only number of sales order in each district would be entered as a number. Example- of for district ZMJT there are 3 order are in pending stage having quantities 35000 then entry 3 will come in first column and so on. Following are other columns for drill down purpose.
    Input Fields:
    Date Range
    Company Code
    Currency Type
    Sales District
    Sales Group
    Analytical Fields-
    Sales Org.
    Distribution Ch.
    Division
    Sales Order No.
    Sales Order Dt.
    Sales District
    Tube Dia
    Tube Length
    Laminate Structure
    Application Category
    Customer
    Customer Group
    Sales office
    Sales region
    Sales Order Qty
    Sales order Value
    Regards,
    Ritika

    Hi,
      We have standard extractor 2LIS_11_VASTI (Sales Document Item Status) for getting the status.
    Regards,
    Vamsi Krishna

  • What is table field name for order status report  of rate per unit and  bal

    hi  i want to make FS for order status report i almost get all table and field but i don't get only two field  rate per unit and balance value  table field didn't get please help me searching in field and table
      i want to develop my status report

    Hi,
    Check tables VBAK and VBAP wherein you will get all header and item details.
    VBUK and VBUP for header and line item statuses.
    KONV would give you rates/pricing details for each condition type determines in the sales order.
    VBAK-KNUMV = KONV-KNUMV is how you relate both of them.
    Hope that helps.
    Regards,
    Amit

  • Material Order status report - Closed PO's

    Hi,
    In my "Material Order status report" I got closed PO's. I dont want any closed PO's to be displayed in my report. How to set this?
    Regards
    P.Ramprakash

    Hi,
    This is your own doveloped report or you are talking about any standared report.
    Regards,
    Manish

  • I Need Sales Order Status Reports using ALV

    Hi I Need Sales Order Status Reports using ALV.

    HI!
    For alv use REUSE_ALV_GRID_DSPLAY function module.
    For the given report fetch data from the tables:
    VBAK - sales order header
    VBAP - sales order details
    VBUK - sales order header status
    VBUP - sales order items status
    Regards
    Tamá

  • Purchase order status report

    hi,
    can any one give an idea regarding to generate a report for purchase order status
    this report gives a list of purchase orders that are against given sales order item this report also gives the delayed status of purchase orders.
    1. user will give the sales order no: , customer , plant as input
    2. based on that input if stock is available it directly goes to production order other wise it has go to purchasing order

    Dear Anil ,
    Check for a Standard Report in SD ...
    or else , you can directly extract VBBE table for Open Orders.
    Thanks,
    Krish

  • Work Order Status report

    Hi,
    Any body have ideal?
    What are the work order summary report mean for?
    I am using T-code ZPM02 to view the report but the report display the work center according to the category CRTL,REL,PCNF,CNF,TECO and CLSD with each colunmn display the figure.
    What is mean for CRTL,REL,PCNF,CNF,TECO and CLSD?

    PeteA,
    Thank you for the information, the report is indeed a customized report.
    Could advice how to diffrentiaze between customize and standard report in SAP system?
    Can the IW39 list all orders with all the status in IW39?
    The reason being I am having problem with the customize report display (work order summary report)the status diffrence with the IW39 is the detail report.I am now looking for the SAP standard report for work order summary report to compare with the customize report to verify which report are display not correct.
    Do you have any ideal others than IW39 what others report in SAP system show the work order summary report?
    Many thanks.
    Karen

  • Report Painter- Restricting Business Transactions

    Hi,
    I'm creating a report using report painter & would like to prevent Actual Overhead Distribution data (business transaction RKIV) from being reflected in this report. I can add business transactions in the report through Edit -> General Selection data. How do I block a particular business transaction in this report ?
    Regards,
    Sangeeta

    Hi Sanjeeta,
    there's several ways to do this:
    (1) On the report characteristics window, enter range of values limited the values you want. To add more range, click on the more button, and keep restricting until you have what you want. Then select "no explode".
    (2) My recommended way to do it is to create a basic SET via GS01. Table = GLPCT, Field=ACTIV.
    On the set header, Select "Suppress". Enter the values that you want included, and leave out the excluded values. You can use range of course!
    Then back on the report characteristic screen, enter you SET name and check the flag for entering sets. Select "no explode". With this option, if you ever need to change your Business transaction values, just change the SET and the report will query the updated values.
    If you use a report variant to carry out the same solution, just note that everytime you need to change the values, you have to change the variant, transport, and regenerate the report (assuming that you do not change enterprise level variants directly in production)
    Hope this helps,
    Sam

  • PPM 5.0: Assign cProjects New Status to Project Mngt business transaction?

    hello Experts,
    In SPRO -> Project Management -> Basic settings -> Create/Change Status Profile for User Status, I created my own status profile and assigned them to object types.
    Now, for status synchronisation, i need to map Project / Initiative Business Transaction to DFM Business Transaction
    ( SPRO -> Portfolio and Project Management -> Portfolio Management ->Base System Interfaces -> Decision Flow Management Settings -> Status Synchronization -> Map Project / Initiative Business Transaction to DFM Business Transaction)
    My question is : 
    How can I create my own Project Management business transactions?
    if is not possible, how can i assign the standard ones (DX01, DX02, etc) to my own status (ZST1, ZST2, etc) ?
    Thank you in advance,
    Amal

    Hello,
    Check the trasnaction BS32 for adding new business transactions.
    Cheers
    Amit

  • EDI 870 - Order Status Report

    Hi,
    I would like to know the Message type and basic type for EDI 870 (Outbound).
    In what instance it is triggered.
    Should i create an abap report ??
    Thanks in advance...

    Hi,
    I would like to know the Message type and basic type for EDI 870 (Outbound).
    I guess the message type is ORDRSP, and you can choose any IDOC Type between ORDERS01-ORDERS05, better to use ORDERS05.
    In what instance it is triggered.
    It can be configured to be triggered as soon as an Order is created using message control - output type.
    Should i create an abap report ??
    Well it depends on how you want this handled and how your customer wants the status of the orders(since you have mentioned EDI 870, i presume you want it sent via EDI). You don't need to create a report as it can be achieved by using message control.
    The flow as far as my understanding goes is as below, As soon as a Sales Order is created against the customer PO, you can choose send the status of that particular Order immediately/accumulate them to send it using a batch job. The details of the order are sent via an IDOC - In this case ORDERS05.
    There is sufficient information on the internet on how to configure using message control, go through the same.
    http://help.sap.com/saphelp_di46c2/helpdata/EN/c8/19878343b111d1896f0000e8322d00/frameset.htm
    Regards,
    Chen

  • Production order status report

    I want a report regarding the Work center reporting mentioned below.
    4 operations in the Routing for the material
    Operation 10     1111(Work center)
    Operation 20     2222(Work center)
    Operation 30     3333(Work center)
    Operation 40     4444(Work center)
    4 Orders raised for the material
    40001     Created
    40002   Released
    40003   Partially confirmed
    40004     Partially confirmed
    When I run a report for the 4th operation (4444) through COOIS, report is showing 4 orders. But 40001 and 40002 are not completed 30 operations. User wants to see the report which are awaiting for 4th operation which are completed 3rd operation.
    I can only restrict with 2 system statuses only, how can I handle the situation?
    Thanks in advance
    Sudha.

    I want to avoid CRTD, TECO,CNF statuses
    exclude CRTD and CNF in Headaer status in COOIS
    and exclude TECO in Operation status
    and check the result

  • How to refer the work order status value from a different transaction in the step handler?

    Hi All,
    I have a requirement to check the status of the work order from a different transaction before doing some logic in the current transaction. The following transactions are done to replicate the issue
    1)changing the status to ONSITE to edit the work order (transaction 1)
    2)Adding some information which will do some logic (transaction 2)
    3)Completing the work order (transaction 3)
    The transaction 2 will have some logic and will be executed only if the status is COMP but even though the status is COMP now (transaction 3) my condition check in the logic is showing as ONSITE status(transaction.status=ONSITE) and it fails. How can i get the latest status of the work order in the device? Please advice

    Hi Jason,
    The CompleteWorkOrderFinish sub action does have Apply action (screenshot 1) and the transaction definition (screenshot 2)of CompleteWorkOrderFix transaction with the only property Status which has the following settings (screenshot 3)
    Also I am trying to add a status property in EditMeterFitDetaisl transaction and update this value with the current status of the work order using object collections filtering with key value. Please let me know if that approach can be followed. Thanks

  • Material Order Status Report - Custom report error

    Hi,
    It is a Custom report to list Open PO's with the following logic.
    1. If validity date is less than today, PO is considered closed and that PO wont appear in the report.
        If point 1 failed, (means validity date in future) then goes to point 2.
    2. At item level,
       (a) Check if the quantity ordered is delivered (in service PO if planned/unplanned limit got reached)
                                     or
       (b) if Delivery completed indicator is checked
    in point 2 if either a or b is there, the PO is considered closed and should not appear in the report.
    We checked the program logic is fine.
    Problems:
    1.But the list shows few Closed PO's with Delivery comp ind checked.(Material PO's)
    2.In some service PO's the unplanned limit is not reached but so far some thing is delivered and Del   comp is marked. But still it appears in the report.
    In both cases the PO should not appear in the report. How to check?
    Regards
    Ramprakash

    Hi,
    If the logic that you checked proved correct, then you will have to get your ABAPer to debug your program to find out if change shall be made in the program logic coding.
    Cheers,
    HT

Maybe you are looking for

  • How can I update my iMac 2009 to be able to use apple tv?

    I do have an iMac since 2009 and I have just now received the apple tv as a present, I found I cannot use airplay with my "old" iMac... Any solution? Can I update or install something into my iMac to be able to use apple tv? Thanks for the support!

  • HT2452 My iMac was stolen the receipt doesn't have the serial number but I did register the computer when I purchased it how do I get the serial number

    My iMac was stolen the receipt doesn't have the serial number but I did register the computer so Aplle must have a record of it. How do I get it.

  • Registered plsql callback not notified

    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 Production system: Two-instance RAC Testing system: Single instance I have a PL/SQL procedure registered through DBMS_AQ.REGISTER to be notified when messages come in on a particular queue. Wh

  • Too Much Stuff

    This is a Ps question, but I have the same problem with AE, bridge, and others.  In the past I had Ps CS2 and AE CS3 (which came with Bridge 3).  I have upgraded to CS5 Production Suite which includes Ps, AE, etc. but, of course, all CS5.  Prior to i

  • Configuration of Oracle9iAS

    I install the Oracle9iAS on Windows 2000 Server,now I can go to the http://<hostname>:80 to view the Oracle AS Page,but when I select "Mod plsql Configuration Menu" to add DAD,the 503 "Service Temporarily Unvaiable" error occurs. Version:Oracle9iAS v