Document Status in overall status of delivery note?

who can tell me the usage of field 'Document Status' in overall status of delivery note?
I have read the F1 help but can't understand.
tks in advance.

Hi,
Can you tell me where you are seeing, because in my system its showing only the following -
     Not Relevant
A     Not yet processed
B     Partially processed
C     Completely processed

Similar Messages

  • Billing status in delivery not updated for free-of-charge flow

    Hi,
    I have a free-of-charge flow: sales order-delivery-invoice. The invoice has the net value 0 and do not goes in accounting. The problem is that the billing status in delivery is still "not invoiced" and because of this i can make more invoices for the same delivery/qty. Why the status in not updated? The item categ is relevant for billing (A).
    Thanks.

    You can refer SAP Note 33258 - Processing free-of-charge items.
    Where they talk about Item cat setting, use of Cond Type R100.
    Regards
    JP

  • MIGO Material document created should be passed to delivery note of migo

    Hi all,
             Please help me in the issue. I need to pass the Good reciept  number created from MIGO to be populated to the delivery note of the same MIGO transaction . how can i acheive this
    Thanks in advance

    hi,
    We may not achieve at the same time but we can use ..
    use the BADI "MB_MIGO_ITEM_BADI". and method ITEM_MODIFY .. while doing MIGO only copy the Good reciept number to the
    delivery note ....Please see the strcutures GOITEM and GOHEAD.
    Regards,
    Nagaraj

  • Goods Movement status of delivery not updated from C to A

    Hi
    I am facing a peculiar problem.
    We reversed goods issue using VL09 however the goods movement status of the delivery has not been updated. The GM status is still showing C- Completely processed.
    If we are trying to repeat the process again thinking that reversal has not been done using VL09 for that particular delivery error message is displaying already the goods reversed.
    Here we are missing the link. Though the goods reversed status has not been reflecting in the delivery.
    Regards
    Maruthi
    Edited by: MARUTHI RAM on Apr 18, 2009 1:25 AM

    1)  First check in MB51 with movement type 602 whether you could see the delivery reference
    2)  Next go to VOV7, select your item category and see what is maintained for the field "Completion Rule".  It should have been "B".
    3)  Next go to VTLA, select the item category for the combination of your order type and delivery type and see whether you have maintained "+"  for the field "Pos./neg. quantity"
    thanks
    G. Lakshmipathi

  • Create a delivery note after an advance invoice is paid

    Suppose that the use of an advance invoice is that you deliver items to your client only after your client has paid the price for these items in advance.
    Now assume the following situation:
    1.
    You book an advance invoice.
    2.
    You wait until the amount of this advance invoice is paid by your client, i.e. until you are informed by your bank on the receipt of a payment.
    3.
    You book the receipt of payment in SAP.
    4.
    After this the status of the advance invoice is set to closed by SAP.
    5.
    This document status makes it unpossible to create a delivery note related to the advance invoice - the only way is to create a seperate delivery note without any relation to the original advance invoice.
    My question: Did I get the situation right? In this case I would say that the behaviour of SAP is erroneous - or are there any implicite reasons for this design decision?
    Any idea to come along with this?
    Thanks for your help!
    Frank.

    My question was too hasty.
    As I wrote in step 4 of my initial message after booking of payment in SAP the advance invoice is closed - this is correct.
    But my conclusion in step 5 is not correct in total:
    It is correct that you cannot create a delivery note as a sequel document to the advance invoice using "copy to" in the advance invoice form, since the advance invoice is already closed -
    but you can create a sequel delivery note document using "copy from" in a delivery note form related to the already closed advance invoice!
    Hence my question is obsolete!

  • Field FKSTA- Billing status of delivery-related billing documents not getting updated

    Hi Experts,
    I have a requirement wherein I need to fetch the FKSTA - Billing status of delivery-related billing documents into the datasource 2lis_11_VASTI. I have checked a lot of threads on this topic but have not found a concrete solution yet.
    I have checked the settings in vov7 and vov8 and everything seems to be in place. I have also checked in table VBUP, when I filter based on field FKSTA = 'C', it shows me the outbound delivery document nos. But when I use the related sales document, it shows me blank values. VBUK as well doesn't show any values for field FKSTK.
    I would like to know how and where I can identify the 'billing status of delivery- related' document.
    I can see in VBUP table that if I enter the sales document no. related to the delivery document, it does not show the correct status.  I believe that the statuses should ideally get updated to the underlying VBUK and VBUP tables. Is there any way to update and align them?
    Is there a workaround, a similar field that i can use for datasource enhancement that will give me the correct values?
    Appreciate any help I can get on this as it is urgent.
    Thanks,
    AM

    Hi,
    You are correct that stauts is updated in table VBUK and VBUP.
    However, a sales order does not determine a billing status for delivery related billing, field
    VBUP-FKSTA is only determined for delivey.
    So, it is correct behavior that VBUP-FKSTA = BLANK when searching VBUP with
    VBUP-VBELN = sales order number.
    Just because of above reason, you will not find billing status field in VA03 -> goto header/item;
    you could only find billing status field for delivery in VL03N -> status overview.
    It seems that you are trying to find out sales orders that have been fully deliveried and fully billed, am I right? As far as I know, there is no directly table/field/tcode that could meet your requirement.
    You could consider following workaround:
    firstly, get a list of deliveries that have been fully billied(search VBUP with VBUP-FKSTA = C or search VBUK with VBUK-FKSTK = C);
    Secondly, using these deliveries to search table VBFA to find out related sales orders.
    Hope this helps.
    Best regards,
    Crystal

  • Invoice status is "Closed" after posting from Partial Delivery Notes

    Hi everyone,
    My add-on posts PARTIAL draft documents to posted delivery notes without reference to a Sales Order up to invoices. I've noticed that after invoice posting, my document (invoice) status was closed while my delivery notes document is open. Should'nt my invoice status still open? Please tell me if I am missing something on my code below. Thanks in advance!
    public SAPbobsCOM.Documents PostDeliveryReceipts(SAPbobsCOM.Company company, SAPbobsCOM.Documents draft, ref int result)
    SAPbobsCOM.Documents delivery = (SAPbobsCOM.Documents)company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oDeliveryNotes);
    delivery.HandWritten = SAPbobsCOM.BoYesNoEnum.tYES;
    delivery.DocDate = draft.ShipmentDate;
                delivery.DocDueDate = draft.ShipmentDate;
                delivery.CardCode = draft.CardCode;
                delivery.CardName = draft.CardName;
                delivery.NumAtCard = draft.NumAtCard;
                delivery.DocType = SAPbobsCOM.BoDocumentTypes.dDocument_Items;
    for (int i = 0; i <= draft.Lines.Count - 1; i++)
                    draft.Lines.SetCurrentLine(i);
                    //components of a bom
                    if (draft.Lines.TreeType != SAPbobsCOM.BoItemTreeTypes.iIngredient)
    delivery.Lines.ItemCode = draft.Lines.ItemCode;
                        delivery.Lines.Quantity = draft.Lines.Quantity;
                        delivery.Lines.WarehouseCode = draft.Lines.WarehouseCode;
                        delivery.Lines.VatGroup = draft.Lines.VatGroup;
                        delivery.Lines.UnitPrice = draft.Lines.UnitPrice;
                    if (i != draft.Lines.Count)
                            delivery.Lines.Add();
    return delivery;

    hello, friend.
    in addition to what the others have said, please check your customer master, particularly in the Sales Area Data > Shipping tab.  look at the partial deliveries.  there may have been settings that tell the system if a delivery has been created with reference to the sales order, the order will be completed even if the quantity is only partially delivered.  if the entry in the 'partial delivery per item' field is 'B', then this will explain your situation.
    this can also be manually set in the sales order, so you have to take a look at the order as well, at item level.
    regards.

  • How to change Billing status of delivery-related billing documents?

    Hi Experts,
    Now I meet with the problem with the billing status.
    I want to create a billing reference delivery notes, but the billing staus of delivery-related billing docuemnts is  blank, I want to chage it to 'A' so as to create a billing refer to it.
    Can anyone give me some hint to make it true?
    Thanks a lot.
    Best regards,
    Chris Gu

    Hi,
    Billing status blank means, delivery is not relevent for billing. Check the deliver document, whether it has billing relevant items in it or not. To know the billing relevence, please check your item category definition.
    For delivery relevant billing, billing relevance in item category definition (VOV7 transaction) should be 'A'.
    A: Delivery-related billing document
    Billing is based on the outbound delivery. Billing status is only updated in the outbound delivery.
    Regards,
    Satya.

  • Status of sales order and delivery notes

    Hello,
    what is the status of sales orders that permit to create delivery notes for this sales orders.
    And what is the status that block us to create delivery Notes.
    Regards.
    Zied.

    Hi..
    1. The over all status of the sales order in header shuld be Being processed...Rejection status shud be  nothing rejected..Delivery status shuld be Not delivered....Credit status shuld be Approved/released
    2. Status will be Blocked if any block is assing to the sales order or else it wud be Not blocked
    Reg,
    JJ
    Edited by: Jagsap on Nov 25, 2009 11:03 AM

  • Status of Delivery Document

    Hi..
    Is there any way to check the status of delivery documents.
    I want some delivery documents whose status is <b>'Archived'</b>.

    Hello Rammohan,
    If the delivery is archived already, than it was deleted from the data base. So, that no entries in LIKP or other delivery tables exit for this delivery anymore. You can review the delivery from the archive using the transaction SARI or also using the transaction VL03N (display the delivery) (you will get the message, that the dispayed delivery is archived already).
    Best regards,
    Lela

  • Document types Doc status RU can not reach OB or FR - IMG configuration

    Hi
    A new document status  which comes after FR has to be created. I did this but when I create a new document in CV01N, and changed the status until I reach RU, the status which I configured in IMG ánd which is the one before FR, can not be seen and chosen. Do you know how to configure the status that are allowed to come after in the IMG?
    Thanks in advance.
    Esra

    Hi Esra,
    when you defined status without prev1 to prev6 values this status is everytime possible (excetion status type primary)
    your status-network is RU->FR->OB ?
    in status FR prev1= RU
    in status OB prev1=FR
    or your status-nettwork ist FR->RU->OB ?
    in status RU prev1 = FR
    inst stauts OB prev1 = RU
    your frist status ?? ist type "P" primary with no prev1 value.
    This status can be set only one time by creating DIR. So you can define your own statusnetwork!
    Hope this will help you!
    Regard Wolfgang
    Edited by: Wolfgang Gabloner on Oct 19, 2009 4:24 PM

  • Create Delivery not allowed-status

    for an SD Order (Make to Order scenario), we are getting an eror that : ""Create delivery" not allowed (Syst Status Cost, object VB001776271717).  I am unable to understand this.  Can you please guide me.

    Hi,
    I am also getting the same error and i did costing from CK51N but still the same error.
    "Create delivery" not allowed (Sys. status Cost, object VB0000060000000010)
    Message no. BS051
    Kindly advise.
    Thanks,

  • Document Status Not Released

    Hello DMS Gurus,
    I'm trying to figure out how to control DIR so that if the document type does not have a status network defined, the Not Released red light does not show up on the DIR.  I thought maybe if I created a status for my document type but did not link it to change management, the Not Released info would not show, but you will see in my example screen shot below, it still shows.  Does anyone know how to prevent the Not Released from showing on the DIR if a status network is not defined for the DIR?
    Best regards,
    Julie Norman

    Hi Julie,
    If you are not using document status, then you select "Suppress field" for Document Status under Field Selection in DC10.
    Or
    You can also check the RELEASE FLAG under Define Document Status >> Attributes. So once you save the DIR, it will show the green light with document creation date.
    Hope this will help you.
    /Tilak Raj
    Message was edited by: Tilak Raj

  • Change Delivery Note Status

    Hi,
    I have one problem that o need help. I need to change the status of the delivery note, field VBUK-FKSTK. i searched for some exits for the tive when the user push the button to register the goods exit but i did not find it. Can anyone help in this problem? How do i change this status?
    Thanks,
    Ricardo

    thank you siva 
    you are right,but we made a mistake to reserve the goods issue use the note,
    So now the goods issue status of the delivry note is 'C',but the goods issue has been reserved,so we can't use VL09 to reserve
    it.
    I  want to know how we can change the goods issue status or how we can delete the delivry note .than you

  • Status overview iView not refreshed for performance documents on MSS

    Hi Experts,
    We are using the standard portal business package for Manager Self Service. However, recently, we found out that one iView was working before suddenly stopped working. This is the Status Overview iView for Maintain Performance Documents. When searching for the performance appraisal documents for a group of direct report employees, the status overviewtable is not refreshed. Although we do have the appraisal documents in
    R/3, the iView shows 0 results.
    we use MSS 600 SP 8 BP
    Please help.
    Thanks.

    Hi
    Can anyone please provide an input on this.
    Regards
    Sasha.

Maybe you are looking for