How to know SO Item status

Hi All.
I have an issue where i need to display the current status of the item from a sales order. As i came to know that the status can be Canceled, Open, InProcess, Pending or Complete. Please let me know the complete description of how these are differentiated and how to handle the logic...
Thanks in advance
Ashok

Cross post locked.

Similar Messages

  • SO Pricing User Exit - How to know which item is selected for re-pricing.

    Hello Experts,
    I have to modify material data when user does a update pricing in VA02, the problem is...How do I know which item is selected for re-pricing (in MV45AFZZ)? I am using user exit USEREXIT_PRICING_PREPARE_TKOMP.
    For Ex: If my order has 3 items and 2nd one is selected and then 'Update' is done on 'conditions' tab. Above pricing user exit is triggered 3 times for all items, so I cant check XVBAP.
    Your help will be appreciated.
    Thanks,
    Sagar

    Hi J@Y,
    Thanks for reply. But USEREXIT_PRICING_PREPARE_TKOMP is triggered for all items, so how do I know which is current item?
    If you see in debug mode, xvbap-posnr and tkomp-kposn will have 10,20,30 everytime (for 3 times). How do I know if user has selected 20?
    Thanks,
    Sagar

  • How to know that item is serially controlled or not ?

    Hi,
    How to know that the ordered item is serially controlled or not ?
    In which tables we have refere to know that ?
    Thanks

    --If the item is only serial number controlled and not lot number controlled
    select serial_number from mtl_unit_transactions a, mtl_material_transactions b, wsh_delivery_details c
    where a.transaction_id=b.transaction_id
    and b.trx_source_line_id=c.source_line_id
    and c.source_header_number=&order_number
    and b.transaction_type_id=33 --34 if it is internal order shipments
    OR (If it is lot and serial number controlled)
    select serial_number from mtl_unit_transactions a, mtl_material_transactions b, wsh_delivery_details c, mtl_transaction_lot_numbers d
    where b.transaction_id=d.transaction_id
    and a.transaction_id=d.serial_transaction_id
    and b.trx_source_line_id=c.source_line_id
    and c.source_header_number=&order_number
    and b.transaction_type_id=33 --34 if it is internal order shipments
    Thanks
    Nagamohan

  • How to know the items cost from the production order.

    Dear friends,
    When We close a production order, if we go to the summary tab we can see the total cost of the real component and cost of the real item.   My question is how to know the cost of every component used for the real product? I run the stock Audit  report, and there I see a field named Calcprice, in what table where can I find this field? to get the cost individual for each component in the moment i close the PO.
    Thanks a lot.
    Daniel

    Thanks a lot to everybody. 
    You are right Thanga,
    That is the data I need, but how can I get it via query because I dont find the field to know the cost in the exactly moment when is created the receipt of productiion.  I was trying to locate in tables IGN1 -- IGN12 but I dont get the cost field.
    Do you have any idea how can I make a report?
    Best Regards,
    Daniel

  • How to know an item is stock Blocked or not ?

    Hi ,
    Is there any table fields to know an item is stock blocked or not ?
    (Like table vbuk is having cmps0 and cmps1 for OD block and Credit Block)
    Thanks and Regards,
    KN

    Hi,
    I am an abaper my requirement is to filter our blocked orders like OD block, Credit block and Stock block.
    for OD block and Credit Block i am using VBUK-csps0 and csps1 fields.

  • How to know the record status

    dear all
    i am new in adf. i have an entity object named Employee and an updatable view object named Employeevo.
    i created a simple .jspx page to display the employee in af:form.
    the page bindings contains CreateInsert operation. user can insert new record or update a record or delete it. mh question is:
    how can i detect the record status? in other eords how can i know whether the record is in insert mode or update mode. in oracle forms ,there is a system variable ":SYSTEM.RECORD_STATUS"that can return NEW-CHANGED-QUERY.what is the equilivant for this in ADF.
    thanks in advance

    Hi.
    you can override the dodml in the EntityImpl to test what DML operation is being performed.
    @Override
    protected void doDML(int operation, TransactionEvent transactionEvent) {
            if (operation == DML_INSERT) {
                //an Insert
            } else if (operation == DML_UPDATE) {
                //an Update
            } else if (operation == DML_DELETE) {
                //a Delete
    }http://docs.oracle.com/cd/E15051_01/web.1111/b31974/appendix_mostcommon.htm
    http://www.orastudy.com/oradoc/selfstu/fusion/web.1111/b31974/appendix_formstriggers.htm

  • How to know open item or closed item

    Hi Folks
    I have developed a report on FI .
    iam displaying open items( BSIK) and closed item (BSAK)
    in one file.
    my question is there any filed available in BSIK or BSAK to user know whether that transaction is open or closed?
    becasue iam displaying all the records in one file.
    regards
    neeru

    Hi,
    Check for "Clearing Date" field.  (BSIK- AUGDT or BSAK- AUGDT).
    This field will have blank value for open items (BSIK) and date value(clearing date) for cleared item (BSAK).
    Hope this helps.
    Regards,
    Chirag
    Assign points if this helps...

  • How to check summarized item status

    I have a control block having 12 testitems as summarized of 12 months(of data block)
    My form validation is if total less than 100 then just alert the user
    Iwant to alert the user only for the respective month when the value is changed in the total.
    Iam trying to use when validate item and post change trigger for each item control item.
    But they are not firing wondering since they are summarized items.
    Can anyone help me out how to solve this.?

    I don't think when-validate-item fires for summarized items.
    You'll have to pick another trigger .
    One option might be creating a when-new-record instance trigger with this business rule.
    hope this help you
    chris

  • How to know the record status changing from NEW to INSERT while keying-in a field

    Thanks to Kevin Clarke & Steven Declercq for helping me out with my previous queries.
    Can any one out there tell me how to intercept when the reocrd status is changing from NEW to INSERT (while a field is being keyed-in in a blank(new) record).
    Thanks
    Brijesh

    Hi Kevin,
    Thanks.
    Unfortunately, I could'nt find a trigger named 'ON-DATABASE-RECORD'.
    Are you sure it exists?
    Cheers
    Brijesh

  • How to know wifi hotspot status?

    how can we detect the hotspot network when it is turned on. in windows phone 8.1 programmatically? Please help me out ?

    you can't there is no api to check if internet sharing is active
    Microsoft Certified Solutions Developer - Windows Store Apps Using C#

  • How do I get Item Level text from PO ME21N Prior To Saving The PO?

    I saw this asked a few times but no solution so I will ask again.
    Imagine that you are creating a PO in ME21N. You have some Header Level Text and then imagine you have 2 items in this PO. Each of these two items has Item Level Text.
    Once a PO is saved, I know how to use Read_Text to get the texts for the header and items. You simply pass which text you want (ex. F01) the PO number and the language and it returns the texts for the header. For item level you combine PO number and Item number you want in the Name parameter of Read Text (example 112233445500010) then tell it which text you want (ex F01) and that is how it knows which item you want the text for.
    However: When the user is first creating the PO, they want to see how it will look in printing but prior to actually saving the PO. They dont want to save the PO until they know how it will print with Print Preview.
    I was very surprised that the print preview actually worked for the Header Texts prior to saving. I debugged Read_Text and see that when it sees no PO number passed, it simply supplies the text (F01) and the language and pulls it out of an FM READ_CATALOG which I am assuming is memory. In theory, you will only have one F01 text at the header level and it makes sense to me that it is able to retrieve that.
    BUT: My Item Level Texts are not returning anything. It makes sense to me as well because you cannot simply tell it give me the F01 texts you see because if you have multiple items, you will have multiple F01 texts, one for each item number if you put text to each item.
    How can I get the item level texts out before saving the PO? Since the PO is not saved yet, there is no PO number and nothing is stored in STXH and STXL. Where are the texts stored and how can I retrieve them? I tried passing just the item number but as expected it still returned nothing.
    Any ideas?

    Ok I figured it out. I will add this for anyone else that may have this issue.
    The short version is that just like header level texts, item level texts that have not yet been officially saved to the PO are stored in a catalog. If you were to debug READ_TEXT you will see that it will look in the catalog to see if there is an entry there for the corresponding texts (ex F01, F02 etc).
    For header texts, you simply pass the language and which text you want without the PO number and it will return header texts.
    Item level however you have to specify which line item you want plus which text and then the language.
    During debugging if you debug Read_text and go to the FM READ_CATALOG you will see the following:
    READ TABLE CATALOG WITH KEY CATALOG_KEY.
    Load the table Catalog into the debugger and see how it stores them.
    In one solution I read on this forum it said to use 10 zeros and then your item number.
    Mine was stored with 10 spaces, not zeros. Loaded 10 spaces plus the item number and it returned my text with READ_TEXT.
    Hope this helps someone else one day!!

  • Change item status booked to awaiting shipping

    Hi all,
    How to change the item status from booked to awaiting shipping in OM(sales order).
    Thanks,
    bala

    Reserve the order to onhand; Remove hold if any.

  • How to get any items found upon the fill color?

    How to know any items(like textframe, pathitems) found upon the fill color object in "illustrator cs3" file through scripting. I attached the sample cs3 file(Test.eps) for reference. Please help me.
    Thanks

    Using a couple of property nodes, you can get an array of references for all of the controls on a front panel.  From there, just register the array.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines
    Attachments:
    All Controls Mouse Down.png ‏8 KB

  • How to Inactive Item Status at Org Level

    How to Inactive Item Status at Org Level and what are the implications of doing so.
    What are the prerequisits before inactivating an item status.
    The Procedure I am following is
    Changing the Item Attribute control to Org Level for Item Status
    Log on to Organization Items and Selecting the Item Status as Inactive.
    Can any one please let me know what are the pre requisits before Inactivating an Items and The procedure I am following is correct.
    Thanks
    Srinivasa Garikipati

    Hi;
    Please check serial attribute and org attribute problems with item master and see its helpful
    Also you can check:
    http://oz1-n.blogspot.com/2009/06/interview-questions-for-oracle-11i-apps.html part
    1. Once an item is assigned to an organization, is it possible to remove this association at a later time?
    2. How do I inactivate an item?
    Regard
    Helios

  • How to know what were line item dimensions

    Dear SDN,
    How to know what were made line item dimensions.
    Thankyou.

    Rahul,
    Go to the edit mode of your info cube and then check out your dimensions, there if the line item dimension check box is checked then it means that, that particular dimension is a Line item dimension.
    Regards,
    Gattu

Maybe you are looking for

  • Close and save dialog when no changes made

    Hi, Mac OS 10.8.2 / CS5.0 / file stored on networked share Why amd I getting a save changes dialog when all I have done is open and then close an InDesign document? Any ideas appreciated. /timothy

  • Values of excise invoice in to the sales Document/Billing document in depot

    Hi all, I have configured Depot sales (For Imports) successfully; I have created sales order (VA01), Delivery Document and PGI (VL01N), Excise invoice for delivery at depot (J1IJ) and Billing Document. But BED, SED, AED and CESS values are not coping

  • Why can't I use my ITunes account balance to pay for a  click wheel app?

    I have a IPod Nano 4G and would like to download one of the click wheel apps and purchase it through my ITunes account but it seems to only allow payment with credit card. Why is this?

  • How can I add the Restore Previous Session button to a custom home page?

    Just lost my full post, so, sorry for the abruptness. Here's what I have: <pre><nowiki><?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html [ <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> %htmlDTD; <!ENTITY %

  • Cover Flow locks up G4

    And some OS X screen savers do it, too.They have ever since I upgraded to X (couple years ago, maybe 3? 4?) But I just avoid them. Flurry and Computer Name are the only standard screen savers that do not lock it up. I can download screen savers from