Delivery document change after PGI ?

Hi All,
Is any way can I change the value of the field of "Ext.delivery" in delivery document(Header-->Administration) after PGI and billing process. And the most important thing I have to mention: it was closed in previous period. Somebody can help on this issue would be appreciated.
Thanks.
mlai

Hi,
You can use the user exit MV45AFZ1 sub routine FORM USEREXIT_SAVE_DOCUMENT.
Here write a small piece of code.
if LIKP-LIFEX eq '' .
Message'External Delivery Number is not Maintained' type 'E' .
endif .
I hope this will help you to validate before save the document.
Regards,
Murali

Similar Messages

  • Delivery document creation after Posting of Goods through Purchase Order

    Dear All,
    Could you please help me out by letting me know how to create a delivery document flow i.e. entry in VBFA table after Posting of Goods through PO, I have Inbound delivery document that I know & also a succssfull Material document that is created and can be viewed through Purchase order history BY USING ME23N transaction code.
    so please let me know is there any way to create a delivery by inputing delivery no., Material Doc & Material Doc year
    Thanks,
    Sanjay

    Additonally:
    At the time of GR the inbound delivery ican be updated in MIGO also if you set the suitable indicator in:
    SPRO > LE > Shipping > Basic Shipping Functions > Configure Global Shipping Data (V_TVSHP-SPE_INB_VL_MM)
    (see OSS note 1050944)
    Even though you implement this change or w/o this change post the GR in VL32N, you won't get the document flow in table VBFA.
    You can use table EKBE to get the necessary information.
    Regards,
    Csaba

  • Restriction  of Field Change in VL02N change(After PGI)

    Hi Gurus
    In outbound delivery we are using the following fields:-
    1.     Means of Tr id:- LIKP-TRATY
    2.     Means of Tr. Type:- LIKP-TRAID
    3.     Shipping Conditions:- LIKP-VSART
    4.     Special Procedure Indicator:- LIKP-SDABW
    The same fields are being used in pricing conditions.
    However, even after PGI is done the fields can be amended in delivery using VL02N. The system does not turns the fields grey even after PGI and fields are still amendable.
    How to restrict the change.
    Thanks.

    Hi,
    You can implement Badi LE_SHP_DELIVERY_PROC with following code in method CHANGE_FIELD_ATTRIBUTES
      data: ls_attrib  type  SHP_SCREEN_ATTRIBUTES.
      ls_attrib-NAME = 'LIKP-TRAID'.
      ls_attrib-INPUT = 0.
      append ls_attrib to CT_FIELD_ATTRIBUTES.
      ls_attrib-NAME = 'LIKP-TRATY'.
      ls_attrib-INPUT = 0.
      append ls_attrib to CT_FIELD_ATTRIBUTES.
      ls_attrib-NAME = 'LIKP-VSART'.
      ls_attrib-INPUT = 0.
      append ls_attrib to CT_FIELD_ATTRIBUTES.
      ls_attrib-NAME = 'LIKP-SDABW'.
      ls_attrib-INPUT = 0.
      append ls_attrib to CT_FIELD_ATTRIBUTES.

  • Viewing/fonts of documents changed after 9.1 download

    I have many pdf documents that look totally different now, almost unreadable. The font or something has changed after I downloaded the newest version. What do I do to get back to normal?? I am writing my PhD dissertation, and cannot even read my saved documents!
    Thanks for any help.

    I actually figured it out, thanks.
    I messed around in Properties, I think I unclicked something about smoothing.
    Anyway, all documents now look the way they did when viewed online when I first saved them.
    I don't know what changed the settings, that has never happened before with an upgrading.
    Thanks for replying..

  • The appearence of tables in some Word 2010 documents changes after KB2880529

    I wanted to alert you that, since our company has applied
    KB2880529, some users are reporting Word 2010 documents (docx) having their appearence changed.
    More precisely, the issue concern the table inserted in the Word document : They are all messed up. For exemple, the begining of the table can look ok, then a few lines of the table are
    badly miss aligned (like moved 2 cm to the right), then you've got a few normal lines, then again several bads, and so on.
    Also, some of the cells, that were in the last column of the table, may appear half outside of the table.
    And the worse part is that, even if you take some time to manualy fix the table, when you save the document and re-open it, everything is bad again, and exactly as it was before... so basicaly
    the save doesn't work for the tables (it work if you change some text in the table, but not for the table itself (size of the columns, location of the columns, so on)).
    I can't profite any file because they are of a very sensitive nature and can't leave our company, even if I remove most of the content, our IT security doesn't allow it.
    Anyway :
    - we are absolutly sure it's
    KB2880529 that does that because when we uninstall the KB, and re-open the document, it look normal again.
    - it seems to concern only documents that were created using some old Word 2003 templates some time ago, and then opened in Word 2010. As far as I know it doesn't happens on 100% Word 2010
    documents.
    So, we are currently doing a package installed by SCCM 2012 in order to uninstall it on all the PC which received it a few days ago.
    Let's hope you'll correct that issue... and if possible that, in a near futur, you'll had a feature in SCCM 2012 to allow us to unintall KBs, like it was possible with WSUS.

    I'm sure there are some ways to fix the files one by one. Indeed, our tests indicate that it's possible, for exemple, to open them in "LibreOffice 4.2" (a fork of OpenOffice), which displays them correctly, and then save the file in .doc and then use
    Office 2010 to open this .doc and save it in .docx.
    But what I've forget to indicate is that the issue touch probably thousands of documents that have been placed in a "document management application" (I'm not sure how to correctly translate) over the years, documents that may be hundreds of users need to
    look at, for reference, from time to time... but basicaly the documents are "frozen" / archived, they must not be edited by anybody.
    I very much doubt you can expect MS to not apply updates, including via the next Service Pack, just because some tables in some of your documents are corrupt. Besides which, the same problem will quite likely resurface when you next upgrade to a newer version
    of Office. Ultimately, someone is going to have to check out all the documents with tables and verify their content. The scope of that project might be narrowed down after you've checked a few documents and found some common features between those with the
    corrupt tables. It's easy enough to write a macro to test the files to see which ones have tables. That can serve as the first step in narrowing the scope of the project. It's also possible have the macro that repairs the files restore their
    original time/date stamps if that's important.
    An entirely different approach would be to temporarily uninstall the update on one PC. Then use that PC to convert all the documents to PDF. Then use the PDFs in the "document management application". Since the documents "must not be edited by anybody" the
    PDF format is inherently more secure in that regard and can have security attributes set to prevent printing and/or content copying. The PDF format is also impervious to Word's tendency to change document layouts whenever you do little things like updating
    printers or changing between doc & docx formats.
    Cheers
    Paul Edstein
    [MS MVP - Word]

  • Baseline date in Accounting document changed after creation of Invoice List

    Hi all,
    1) User Requirement:-
    Creation of Invoice document(using VF01), Transfer u201CGoods Issue Dateu201D to FI accounting as a Baseline date instead of Invoice creation date.
    To meet the above requirement I did enhancement name: SDVFX008 user exit: EXIT_SAPLV60B_008.
    Its working fine and transfered goods issue date to Accounting(as baseline date) insted of  invoice date.
    2) Problem:-
    After Creation of Invoice List (VF21) system again overwriting baseline date iwith invoice list date.
    Does anyone know how to Stop overwriting baseline date in accounting while creation of invoice list.
    Thanks & Regards
    Sudheer

    Hi Valerie,
    do you recall the User Exit?
    Thanks

  • Delivery Date changed after order placed, iphone 4S

    Hi all, 
    I just noticed that the order I placed on the 12th, with a delivery date of the 21st , is now stating a delivery date of the 28th!! I called CS and of course they are saying there is nothing they can do. Has anyone else had this happen? Any suggestions? 
    It is quite disappointing, Verizon should of never promised delivery dates if they could not meet them.  Thanks!

    Check your local stores and see if they have any in stock. If so, cancel your order and go pick  one  up in store. If you look at the Apple site to order you'll notice that (at last check) the shipping is 1-2 weeks out so that's a pretty good indicator that demand was high. This would explain why your order date was pushed back. It happens all of the time. It sucks but it's bound to happen when something is selling very well.

  • Table for output type of a delivery document

    Hi guys,
    Would you know where could I find the output type of a delivery document espcially after I posted a GI in Shipment? Basically, It should reflect in devlivery document. So I am not sure if I should look at the delivery tables or goods issue.
    Help me guys!
    POints for the helpful ideas.
    THanks!

    Hi,
    There are 2things to be noted here.
    1. If your output type was already triggered once, then it should be visible in display mode also, with a Green colour button (if it is processed and the print out  is obtained). The fact that the output type is not seen in display  mode, says that the output type so far has nto been triggered.
    2. Seeing the output type coming in yellow colour in change mode of delivery document is expected. This means that the output is getting triggered now.If you save teh document now, you will get the print out.When you go in display mode again after a gap of say 1min, you can see the same output in Green colour as mentioned earlier.
    I hope this clarifies your doubt.Please let me know if you need some more info
    You can reward me if it helped you

  • I want to block SO line item wise qtg Change ,after Post goods received .

    Dear Expart
    I want to configue SO line line item wise qtg change after PGI.
    Can any one tell me the SPRO for the said configue.
    Yeasin

    Hi YEASIN,
    This option is not supported by standard functionality.
    But still you can achieve this thru User exit - MV45AFZZ -
    Ask your abaper to write the logic and input in the user exit - and issue a warning message as 'no changes can be made as Delivery for this item is completed' or wht ever way you want.
    Because we had similar issue and we had done this thr user exit and it was working fine now.
    Revert back if you need any more clarification on the same.
    Rgds
    Sunil.

  • Delivery document Output Problem.

    Hello Gurus,
    I dont want to take the print ouot of delivery document if that delivery document is not PGI.
    Is there a standard config setting for this.
    Regards
    Prashant

    Hi
    Kindly go through the below path and assign the routine "1" against the condition type in the out put procedure
    Logistics Execution
    Shipping
      Basic Shipping Functions
       Output Control
         Output Determination 
          Maintain Output Determination for Outbound Deliveries
            Maintain Output Determination Procedure
    Regards
    Damu

  • STO Partner Copy Control to Outbound Delivery Document (NL)

    Hi -
    Partner Schema CR for 0003 UB Type has been maintained in configuration, which allows CR (Freight Forwarder) partner function to be manually added to UB Document Types (Partner Determination Process u2013 0003 Stock Transfr PurOrd).
    However, even with this configuration the CR partner does not copy to the Outbound Delivery Document.
    After some analysis, I found the following:
    In program SAPLMEPO (MM06EF0P_PARTNERS) FORM PARTNERS in line 97 u201Ccheck EKKO-BSAKZ equal to spaceu201D; if purchase orders have EKKO-BSAKZ = 'T' then never determine partners. I have checked the EKKO table for field BSAKZ and all STOu2019s have a T in that field. If the code is looking for <blank> in order to apply the partner it looks like the program will not attempt to retrieve the Partner Functions with BSAKZ = T.
    All other partners are getting copied to the outbound Delivery, such as PI (Invoicing Party), DP (Delivering Plant), SH (Ship-To)etc.
    Is there a way to have Freight Forwarder partner copy control to Outbound Delivery document at time of Delivery create from either Vendor Master or Customer Master for STO (UB Purchase Order type) / Delivery type NL?
    Thank you,
    Karen

    remark: for me the check is in line 113 (SAPKH60407).
    Please read OSS note 842829:
    2. The system does not transfer the partner data from the STO to the replenishment delivery. This particularly applies to the forwarding agent. The replenishment delivery uses only the customer of the receiving plant (EKPO-WERKS) as a partner. In the replenishment delivery, this customer (EKPV-KUNNR) is the direct goods recipient. The customer is not the sold-to party or a general debtor, for whom the system would determine a (different) goods recipient using the customer master in the replenishment delivery. If the PO header contains a vendor, you can use a modification to transfer the vendor as a partner to the replenishment delivery, if required. However, this is not the standard system behavior. There is no known modification for transferring the forwarding agent.

  • Changing Inco terms after PGI

    Hello!
    We have a requirement that we occasionally need to change the inco terms (due to incorrectly entered earlier or at the lat minute they changed and for customs we need to change them). The Inco terms by themselves don't have any role to play in pricing the documents. But after the delivery is GI'd they can't be change din standard SAP. We need the ability to change the Inco terms in the delivery (after it has been GI'd) and in the invoice too if need be. Is this possible by somehow keeping these fields enabled regardless of what stage the process may have reached?
    Thanks!

    hi,
    sorry to say, when a PGI is done there is no way to change the inco terms info on the delivery document. PGI is already a step where you have recognise that the inventory have been drop from your systems.
    This is more a busienss process issue rather than a systems issue. One way is to have a report run before PGI to make sure all DO (before PGI) incoterms matches the source of the inco terms change.
    Cheers.
    Happy SAPying.
    Regards

  • Entering partner function code in Delivery after PGI

    Hi all,
           i have a requirement where in after  PGI of delivery i need to change or enter a partner fucntion -contractor code number in VL02N.please help me.
    Regards
    Prasad

    Hello
    Do [Partner Determination|Partner determination; for contractor in delivery document.
    There are lot of material available for partner determination on web.
    Kindly take use of that.
    Regards
    JP

  • After PGI what document can be generate?

    Hi experts,
    After PGI what document can be generate?
    is it possible to generate Accounting document ?

    Hi,
    After the PGi
    Value changes are posted to the balance sheet account in inventory accounting
    A material document gets created showing the changes.
    Goods issue posting is automatically recorded in the document flow
    Stock determination is executed for the vendor's consignment stock
    A worklist for the proof of delivery is generated
    Hope it helps. Please reward if useful.
    Thanks & Regards
    Sadhu Kishore

  • How can we change delivery document while doing shipment

    Hi all,
    How can we change delivery document in background while changing shipment document.My requirement is to change the netweight in delivery while doing shipment.Actually it gets blocked when we open the shipment.
    Thank You,
    Regards,

    Hi,
    if you have done the PGI(Post Goods Issue), you can't change the delivery.
    If you want to change the devlivery Qty, you should create the delivery with Partial Split (= X) and you can deliver the splitted qty with a new delivery.
    Regards,
    Baburaj

Maybe you are looking for

  • Where are "my themes" in KN6?

    I just DL'd KN6, along with OS 10.9. My old themes, ones I made, didn't survive the transition. In re-creating them, I made some mistakes (just naming them is a PIA) and I'd like to delete them, but it's apparently different than before, and I can't

  • Workflow not working in Quality Server

    Hi All, I had configured a workflow and it was working fine in the Develpment and then we moved it to Quality.I have tested it several times and it was working fine.In the quality server changes cannot be made and so evertthing would be in Dispaly mo

  • How to make Great Animation?

    Hello everyone, I have looked around some Flash site and some of the look very impresive. Here is the link to one of the. http://www.templatemonster.com/flash-templates/15990.html I was wondering, how to make these kind of Flash Animation? Is there a

  • Adjustment layer selective erase won't work

    I use adjustment layers all the time in PS elements, and usually if I create an adjustment, I can erase part of the layer with the eraser tool. This has stopped working. Now my erasor tool doesn't affect adjustment layers at all. (Photo layers work j

  • Oracle Default accounts

    Dear All below are sample of Oracle default accounts, Account: ADAMSDefault password: WOODPassword hash: 72CDEF4A3483F60DVersions affected: 9i, 9iR2Description: ADAMS is a sample schema owner and training account. It should always be removed in a pro