Want to reverse the PGI scrapping (551) delivery or material document

Hi,
I have PGI'ed GI scrapping using movement type 551  - using MB11. TO congfirmed, PGI done. Now business wants to reverse the Goods isue.
when i try the reversal using VL09 against delivery, MIGO, MBST i get the error as follows.
Goods movement not possible with mvmt type 552
can anybody help me how to reverse the PGI.

It looks like cannot be reversed. I tried all the options. even if MB1A is used with movement Type 551 the case is same.
while reversing the Material document through MBST, MIGO or reverse delivery VL09 results in error.
How ever i did the scrapping reversal using the following link 
http://www.purdue.edu/onepurduehelp/content/fi_mm_scrapping_reversal_movement_type_552/wi/html/index.htm
I would still love to know if i can do the reversal against OB delivery or material document in the case of reversal

Similar Messages

  • Error while reversing the PGI

    Hi All,
    We got the following error message while reversing the PGI.
    " Goods issue for the delivery 123456 cannot be cancelled for the following reasons.
    Deficit of Customer stock unr. 2 EA : Material  Plant  V ".
      Message No : M7021.
    pease help on this.

    hi
    Check some where in delivery exit some one has put check to check free stock at the time of PGI and the system is checking the same at the time of reversal too. The sy-ucom is VABU_T for PGI give this logic like
    if Sy-ucom is VABU_T then only check for free stock.
    Please check and post the solution too. So it will helpful for all.
    Thx.

  • Hi, I recently purchased the 10GB storage accidentally and want to reverse the transaction. Is this possible?

    Is it possible to cancel a 10GB storage that i purchased from i cloud for €16. I purchased it accidentally the other day and want to reverse the transaction!?

    Find My iPhone Activation Lock
    Find My iPhone Activation Lock- Removing a device from a previous owner’s account
    The problem is covered in the above links. Unless you know the Apple ID and password used to set up the Find My Phone lock originally, then the phone is useless. If you have proof of ownership and that you are the original purchaser, then you can ask Apple to release it from the activation lock.

  • I want to delete the last 2 sheets in a Pages document.  I select them in the thumbnails. But I can't delete them.  The 1st pages, the ones I want to keep, are the ones that are deleted.  What do I do?

    I want to delete the last 2 sheets in a Pages document.  I select them in the thumbnails, but can't delete them.
    When I choose delete, the 1st five pages are deleted.
    What do I do?

    "2) The last page, p 6,  is not in a Section.  When I delete p 6 ....pages 2 - 6 are deleted.
    Only page 1 remains."
    Every page in a Pages word processing document is "in a section". It may be the only page in its section, or it may be in the same section as several other pages. From the behaviour you are describing, I'd suspect your document has two sections: section 1 contains only Page 1, section 2 contains pages 2 to 6.
    When you click on the Page 6 icon in the sidebar to the left of the page, you'll see a yellow border around all or part of that page icon.
    If the yellow border contains only page 6, then Page 6 is in a section by itself, and pressing delete will delete only page 6.
    If the yellow border contains page 6 AND any other pages, then all of the pages within that yellow border are in the same section, and pressing delete (while the icons are selected) will delete all of the pages in that section.
    To delete only page 6 (the last page in the document) you need to either:
    Delete any text content (including invisible characters, and preferably including any other objects) on that page, following the suggestions by Peter above,
    OR
    Click immediately after the last text character on Page 5, then go Insert > Section Break to place Page 6 into a section of its own. Then click on the Page 6 icon in the sidebar, check that the yellow border encloses only page 6, and press delete.
    Regards,
    Barry
    PS: It's pretty easy to add extra pages to a document without seeing the invisible characters that cause the page to appear. Not as easy as it was in Appleworks, fortunately where the personal record for one of my Grade 5 students was a 3 page document with over 1000 extra blank pages sent to a printer. AppleWorks read the enter key as a column break (which acts like a page break on a single column document). On a keyboard with a number pad, enter is in a very convenient location to rest a book (or an arm) while thinking about your writing (or chatting with your neighbor).

  • Return Delivery of Material Document as in MIGO.

    Hi  guys,
    Is there any bapi or function  module that  simulates the Return Delivery of Material Document as done in MIGO transaction.
    I have checked BAPI_GOODSMVT_CREATE but, this is not exactly matching the Return Delivery process(i.e, therez no field for item number of material document although material document field exists in GOODSMVT_ITEM) . If there is an other bapi or function module, kindly suggest.
    Many thanks in advance.
    Nithin

    Hi Nithin,
    Check FM  <b>BAPI_GOODSMVT_CREATE</b> documentation. In that check this
    6. GM_Code 06: Reversal of goods movements.
    Regards,
    Balavardhan.K

  • Creation of outbound delivery against Material Document

    Dear All,
    Is it possible to create outbound delivery against material document.
    Material document is created with MB1B.
    I have the material document number only
    Thanks in advance.
    Sumeet

    Hi,
    Please check the below links
    http://help.sap.com/bp_bblibrary/500/html/W41_EN_DE.htm
    http://help.sap.com/bp_cpwsd604/BBLibrary/HTML/298_EN_CO.htm
    Kuber

  • Function Module to know the Acc doc no for a Material document.

    Dear Friends,
    What is the Function Module to know the Acc doc no for a Material document? Please help. Thanks in advance.
    Regards,
    RAMAN

    Hi Raman,
    I am not sure about your requirement,
    But i remember when i required the same like you i went to vrpma table to get the account document,
    I just did like a blind fold,
    as my company does all the billing accounts in the same month, my search criteria was blind.
    Also try with MKPF-XBLNR with the VBRK-XBLNR and get VBRK-VBELN
    from there goto BSEG.
    Thansk & regards,
    Dileep .C

  • Function module to reverse the PGI

    Hi,
    I am using the function module JIT06_REVERSE_GOODS_ISSUE to cancel the PGI.
    but i am getting dump.how to use this FM?

    Hi Lakshmi,
    I also had some problems with FMs to revrese the GI. Then i tried with BDC for VL09 transaction. It is working fine.Even BDC is also very simple. We have to give only the
    delivery number.
    Check below code.
          REFRESH: i_bdcdata[], i_bdcmsgcoll[].
          PERFORM: bdc_screen USING 'RVV50L09'    '1000',
                   bdc_data   USING 'BDC_OKCODE'  '=ONLI',
                   bdc_data   USING 'I_VBELN-LOW' po_vbeln.
          CALL TRANSACTION c_vl09
               USING       i_bdcdata
               MODE        w_mode
               UPDATE      c_s
               MESSAGES INTO i_bdcmsgcoll.
    After this process the messages as per ur requirement.
    FORM bdc_screen USING  p_program
                           p_dynpro.
      CLEAR wa_bdcdata.
      MOVE: p_program TO wa_bdcdata-program,
            p_dynpro  TO wa_bdcdata-dynpro,
            c_x       TO wa_bdcdata-dynbegin.
      APPEND wa_bdcdata TO i_bdcdata.
    ENDFORM.                    " bdc_screen
    FORM bdc_data USING  p_fnam
                         p_fval.
      CLEAR wa_bdcdata.
      MOVE: p_fnam TO wa_bdcdata-fnam,
            p_fval TO wa_bdcdata-fval.
      APPEND wa_bdcdata TO i_bdcdata.
    ENDFORM.                    " bdc_data
    Thanks,
    Vinod.
    Edited by: Vinod Kumar Vemuru on Apr 11, 2008 10:26 AM

  • How to find Who did the PGI for Outbound delivery??

    Dear Experts,
    I want to find out who has done the Post Goods Issue for an outbound Delivery
    Please let me know what field and which table?
    Can I get this information from VL06O report?
    Thanks,
    Shetty

    Additionally to Sanjay's post:
    VL02N > Environment > Changes - here you can check who set the total goods movement status to "C".
    Change related data is stored in CDHDR and CDPOS data tables (in case of GI CDPOS-FNAME = "WADAT_IST").
    If you decide to use material document then the userID is stored in MKPF-USNAM. Delivery number is usually stored in MKPF-XBLNR (or you can find the material document from delivery via VBFA, but MKPF should be easier...)
    In VL06O you don't have this information. Maybe you should create ZVL06O or another report (development; if MB51 is not acceptable).
    Edited by: Csaba Szommer on Aug 10, 2010 9:33 AM

  • Our company portal is not compatible with the latest version so I want to reverse the last upgrade

    I upgrade Mozilla to the latest release and I cannot log into company intranet because is not supported. I need to reverse the upgrade or to reinstall Mozilla to an earlier version before 6.0
    thanks,

    Firefox 3.6.24 can be found here:
    http://www.mozilla.com/en-US/firefox/all-older.html
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • Delivery & Invoice: Material Document Posting

    Hi MM Gurus
    Our customer doesn't like Sales Order DO posting Cost of goods sold associated with Post goods issue material document.
    Reason , It could be couple of month before invoice is due & hence COGS entry will sit in P/L without accompaning entry of Customer revenue.
    They want invoice posting should carryout all posting right from inventory/COGS/Customer Revenue/Customer payment.
    Is is possible with configuration only( No development)
    Best Regards,
    Jatin

    Dear Jatin
    You need to ask your client --if delivery happened in this month & billing can happen ONLY IN NEXT MONTH.
    During PGI-if Your Books of Account need to be handled in  a manner,
    to plan your Costings,followed by other calculations.
    Business cannot postpone their COGS planning based on the Customer invoice date.
    i will ask one Question: During PGI--stock accounts need to credited to have a clear-cut idea on Exact inventory--other wise Business cannot plan costings,Affects all other customers.
    I think you need to educate the client or Inform us what was the exact problem..
    Phanikumar

  • Link Between delivery and material document

    Dear All,
    how do we link between delivery document,
    and between delivery document and accounting document,
    with regards
    Mohammed Raees

    Hi there,
    Material doc is the PGI document which is created whenever there is material movement either GR or GI. In VL02N --> document flow, select the GD goods issue & click on display document. It will take you to the material doc. There is a field called material slip in that. The value stored in material display is the delivery num. That is how you link the delivery & material doc.
    From the material doc if you click on accounting docs, it will give you the A/c document num & the costing doc num (if available).
    From the material doc, select the item & click on details from ityem, it will give you the GL account for which the GI is posted.
    Regards,
    Sivanand

  • MM: Delivery and material document

    Hi Gurus,
    We have PP-PI industry and we have configured SAP in all areas like MM,SD,PP, WMQM with handling unit.
    Now for some materials when we receive or issue we get a delivery and for some materials we receive material document. Can you please tell me what triggers this?
    Please reply  as soon as possible.
    Thanks
    Shiv

    Hi Shiv shanker,
    The delivery triggers when there is stock transfer between two plants with SD involved or when there is a confirmation control key assigned to a vendor.
    Material document triggers when ever there is any movement of goods from one place to other, and it indicates the material movements.
    Hope this clears,
    Pavan

  • HT201302 iOS: Importing personal photos and videos from iOS devices to your computer, but I want to reverse the process and copy images from my desktop Windows PC to my new iPad Mini.  Is this possible in some more direct way than through copying several

    Instead of copying images (jpgs, etc) from my iPad Mini to my desktop PC, I'd like to do the opposite, that is, copy existing images from my PC files to my Mini without going through a multi-email process which involves resizing the images by experiment.
    I hope someday Adobe Lightroom can add this feature, but I'll settle for some simple transfer, perhaps by cable between my PC and my Mini.
    Jim Mohundro

    You can do it via your computer's iTunes. If you are on iTunes 11 on your computer then you may want to re-enable the left-hand sidebar via View > Show Sidebar (option-command-S on a Mac, control-S on a PC), which might make it easier to navigate and my instructions may make more sense.
    To sync photos, connect and select your iPad on the left-hand side of your computer's iTunes (if you've enabled the sidebar), and on the right-hand side there should be a series of tabs, one of which should be Photos - if you select that tab you can then select which photo folders to sync to the iPad. There is a bit more info on this page. You will need to sync all the photos that you want on the iPad together in one go as only the most recent photo sync remains on the iPad - synced photos can't be deleted directly on the iPad, instead they are deleted by not including them in the next photo sync.
    If you haven't enabled the sidebar, then from your library click 'iPad' at the top right of the screen and you should get a series of buttons along the top of the screen, including one for Photos

  • I want to reverse the 6 update on my ipod 4.

    I don't like the new update but I can't reverse it using the "restore from backup" because the update made my ipod "too new" for my current itunes software.

    All we can say in this Apple forum is that downgrading the iOS is not supported by Apple.

Maybe you are looking for

  • Should I buy 2x1GB or 2x2GB ?

    Hi! I am thinking of adding 2x2GB SuperTalent(54€) next to the 2x1GB SuperTalent which are already in the system. 1. What kind of issues should I expect with all four banks filled? Since I have heard that the memory controller on Athlon's don't handl

  • HT1711 Can I no longer just type in the name of a band to see what songs are available by that artist?! If so, where do I do that at?

    Can I no longer just type in the name of an artist to se what songs are available by them? And if so, where do I so that?

  • How can i restore if screen is black?

    i got the black screen on my i phone 5 took it back to store , its about 2 weeks past apples 1 yr warranty but service provider is going to warranty it because i have ins.but i have now backed up my phone to my mac but how can i clear phone to exchan

  • Image can't display

    Hi All, I 'm using this code in my JFrame image = new imageIcon("http://www.mywebserver.com/imgae1.gif"); but image can't show up after the program start, anyone can help me? Thanks

  • Wireless to wired networks?

    Hi all, basically I have a netgear wireless modem router that is situated in one room. I have in another room several computers, consoles etc (that don't have wireless) which are all connected together by a switch. Now I would like these computers/co