RG1 updation for Reversal of Goods Issue

Hi,
I am a SD person . We recently started RG1 for our client by deleting all the previous data from J_2IRG1BAL table & also mantaining the initial balances for finished goods .
When we do a goods reversal for a cancelled sales order ( say movement type 602 against 601 for goods issue ), according to standard SAP, the reversal entry  shows up in ROP ( Other Receiepts).
What the client is demanding that , the Goods reversal entry should show should show up in the Issue Column Only ( like IDE or IDH), with a negative sign ... so it cancels out .
Client is saying that if it is in different columns, then the excise authorities will create a problem .
How does it work for others. Is the format of RG1 specified bu indian excise authorities only ? have the excise authorities imposed some regulations on that
Thanks in advance
Anmol

For return /reversal using MB1a - please follow the steps-
MB1A- then enter movt type 262, plant & SLOC & then press enter instead of to order
& then one scrren will come where you will enter the mat no , qty & order no & save.
Earlier when you are trying to fetch the data with reference to order that message - no selectable item was coming
shakti
Edited by: SHAKTI BEHERA on Jan 19, 2012 8:22 AM

Similar Messages

  • Good Issue after delivery and packing is done and reversal of goods Issue

    Hi All,
    I have a below requirment.
    1) How we will do the goods Issue using the code. as manuvally we can do it in VL09. I have a delivery number I need to Issue goods Issue for that delivery?
    2)If I have a delivery I need to reverse the goods Issue using the abap code. How we will do that is there any function module or BAPI available to reversal of goods Issue.
    Basically I need function module or BAPI to do the Goods Issues as well as reversal of goods Issue.
    Thanks for your help on this. 
    Thanks,
    Antony.

    Hello,
    I guess you made some typo error as VL09 is for reverse of goods issue and not for doing goods issue.
    Anyways, I suppose you are dealing with Outbound delivery.
    Goods issue, VL02n OR  WS_DELIVERY_UPDATE.
    Reverse Goods issue VL09 OR 'WS_REVERSE_GOODS_ISSUE'
    BR,
    Diwakar

  • HU error when Reversing the goods issue in STO process

    Hello Gurus,
    I will explain the whole process we follow for STO:
    1. Create sales order ->Based on PR in sales order schedule lines, PO will be created -> outbound delivery -> Pack in HU -> PGI -> based on output type Idoc will be triggered -> this outbound IDOC will create the Inbound IDOC and Inbound delivery -> Here HU will copied from Outbound delivery (Means both in inbound delivery and outbound delivery HU is same)-> then do the Good receipt in Inbound delivery.
    Now when user doing the goods receipt he is getting error MSSA-SATRA exceeded by 1PCE  The reason is someone deleted the item from the sales order.  Hence when user trying to post the GR it is checking for the open sales order item in MSSA table.  Since it has been deleted from the sales order he cant able post GR.
    Now user does not wants to receive this item, hence we wants to reverse the process.
    So we followed the below process:
    1. Unassigned the HU in Inbound delivery and then deleted the Inbound delivery.
    2. Then used VL09 transaction to reverse the goods issue.  But system giving error saying that HU is already assigned to object.
    I cant able to reverse the Goods issue since the HU is same in Inbound delivery and outbound delivery.
    Kindly suggest the reversal process for the above case.  Many thanks for your help in advance.
    Awating for your valuable replies.
    Br,

    Insted of deleting the handling units you should have un assign the handling units from inbound delivery.You have deleted the handling units and the same handling units will not be available in outbound delivery Pack icon.
    Do one thing are you able to enter line item in sales order ?.If yes then create inbound delivery manually and create new handling units for the qty and do GR.
    Currently where is the stock is it transit ?.If yes then above option may work.
    If nothing is possible only an option to write a SAP oss note they will correct your outbound delivery and inbound delivery.

  • Issue in Reversal of Goods Issue

    Hi Experts,
    I am facing a strange issue during the reversal of a delivery which has a Goods Issue done for it.
    When I reverse a Goods Issue, I am seeing that the External Delivery Reference field on the Delivery Header (LIKP-LIFEX) is getting cleared in a couple of SAP environments, whereas this is not happening in the higher Production environment.
    I am not sure if this is a standard SAP functionality of clearing out the External Delivery field, but if not, then I have definitely not written any code for that.
    I have checked the code in the Delivery-related User Exits in these SAP systems to see if there is any difference in code, but I dont find any such ambiguity.
    If anyone of you has faced a similar issue, kindly help me out with this one.
    Any pointers in the direction of finding the reason for this issue will be a great help.
    Thank you.
    Regards,
    Keerthi

    Dear
    case 1 : when i use mb1a to issue good with movement type 531 in which table can i find the stock details .
    case 2. same from 262,532.
    SAP Tabel : Tabel will be AUFM and field BWART /MSEG
    1.AUFM-MSEG  for 261
    2.1.AUFM-BWART for 262 , 531 , 532
    Regards
    JH

  • How to restrict reversal of Goods issue against production order.

    Dear All,
    How to restrict reversal of Goods issue against production order if production order status is CNF or DLV.
    i want that user can not reverse the goods issued against production order, if they want to do so, then user has to reverse the GRN and reverse the GI then only.
    Please suggest the solution.
    Regards,
    Sandeep Dhruve

    Hy Sandeep,
    You have to use User Exit for this.
    The following enhancement is available for production orders:
    o   CCOWB001    User exit for modifying menu entries
    You can use this function module to deactivate menu entries or
    functions. The locked functions can then no longer be executed by the
    user.
    The enhancement CCOWB001 contains the following components:
    Function exit
    o   EXIT_SAPLCOWB_001   Good movement: Deaktivate functions
          Display documentation
    Regards,
    Dhaval
    Edited by: Dhaval Choksi on Aug 22, 2008 3:01 PM

  • Regarding Goods Reversal and Goods Issue process for Production orders

    Hi,
    I have a issue regarding <b>Goods Reversal</b> and <b>Goods Issue</b> process for <b>Production orders</b>.
    Actually I am having a Z - Function Module in that i am passing <b>production order number other details</b> to
    make the <b>Goods Reversal</b> happen.
    The code for the above is as below:
                       i_mvtit-material      = wa_mdfa-matnr.
                        i_mvtit-plant         = i_resb-werks.
                        i_mvtit-spec_stock    = 'Q'.          "New
                        i_mvtit-stge_loc      = 'ZWIP'.
                        i_mvtit-stge_type     = i_resb-lgtyp. "New
                        i_mvtit-batch         = i_resb-charg. "New
                        i_mvtit-orderid       = i_resb-aufnr.
                        i_mvtit-spec_stock    = i_resb-sobkz.
                        i_mvtit-entry_qnt     = i_resb-enmng.
                        i_mvtit-entry_uom     = i_resb-erfme.
                        i_mvtit-entry_uom_iso = i_resb-meins. "New
                        i_mvtit-wbs_elem      = v_frwbs.
                        i_mvtit-move_type     = '262'.
                        i_mvtit-xstob         = 'X'.
                        i_mvtit-gr_rcpt       = i_resb-aufnr. "New
                        i_mvtit-reserv_no     = i_resb-rsnum.
                        i_mvtit-res_item      = i_resb-rspos.
                        APPEND i_mvtit.
    * HEADER ELEMENTS
                        k_gmvt_code-gm_code    = '03'.
                        k_gmvt_head-pstng_date = sy-datum.
                        k_gmvt_head-doc_date   = sy-datum.
    * CREATE GOODS MOVEMENTS
                        CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
                          EXPORTING
                            goodsmvt_header = k_gmvt_head
                            goodsmvt_code   = k_gmvt_code
                          TABLES
                            goodsmvt_item   = i_mvtit
                            return          = i_return.
    The Above code does the <b>Goods Reversal</b> but then i will update one Z Table with fields like
    Production Order Number[AUFNR], Number of Reservation[RSNUM], Item Number of Reservation [RSPOS], Material Number [MATNR], Requirement Quantity [BDMNG], WBS element[PSPNR] etc. If Above BAPI runs sucessfully.
    That is happening correctly.
    But Then actual issue is i have do <b>Goods Issue</b> for those Z-Table records.
    There i will give Production order Number's & Storage Location in Selection-Criteria.
    Then i need to do <b>Goods Issue</b> for that order.
    The code i had written as follows.
    * POPULATE VALUES FOR BAPI CALL
            i_mvtit-material      = i_zpsi7603_01-matnr.
            i_mvtit-plant         = i_resb-werks.
            i_mvtit-spec_stock    = 'Q'.                "New
            i_mvtit-stge_loc      = p_sloc.
            i_mvtit-stge_type     = i_resb-lgtyp.       "New
            i_mvtit-batch         = i_resb-charg.
            i_mvtit-orderid       = i_resb-aufnr.
            i_mvtit-spec_stock    = i_resb-sobkz.
            i_mvtit-entry_qnt     = i_resb-enmng.
            i_mvtit-entry_uom     = i_resb-erfme.
            i_mvtit-entry_uom_iso = i_resb-meins.       "New
            i_mvtit-wbs_elem      = v_frwbs.
            i_mvtit-move_type     = c_261.
            i_mvtit-mvt_ind       = 'F'.                "New
            i_mvtit-xstob         = c_x.
            i_mvtit-gr_rcpt       = i_resb-aufnr.       "New
            i_mvtit-reserv_no     = i_resb-rsnum.
            i_mvtit-res_item      = i_resb-rspos.
            APPEND i_mvtit.
    * HEADER ELEMENTS
            k_gmvt_code-gm_code    = c_03.
            k_gmvt_head-pstng_date = sy-datum.
            k_gmvt_head-doc_date   = sy-datum.
    * CREATE GOODS MOVEMENTS
            CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
              EXPORTING
                goodsmvt_header = k_gmvt_head
                goodsmvt_code   = k_gmvt_code
              TABLES
                goodsmvt_item   = i_mvtit
                return          = i_return.
            CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
              EXPORTING
                wait = c_x.
            READ TABLE i_return INDEX 1.
            IF i_return-type EQ c_s.
              DELETE FROM zpsi7603_01 WHERE aufnr = i_resb-aufnr AND
                                            rsnum = i_resb-rsnum AND
                                            rspos = i_resb-rspos.
            ENDIF.
    If i run above code for <b>Goods Issue</b> it is giving error can anybody tell me what changes i need to do to make it work.
    The <b>Error Message</b> i am getting is as below:
    <b>Qty and / or "delivery completed" ind. or final issue ind. are missing</b>
    <b>Error Number for the above is : 264.</b>
    Can anybody solve my issue.
    Any help will be appreciated.
    Thanks in advance.
    Thanks & Regards,
    Rayeez.

    Hi,
    Thanks boss.
    It is working now correctly.
    The issue is the  i_mvtit-XSTOB should be equal space in case of Goods issue while incase of Reversal it should be equal to X.
    Thanks for ur efforts.
    I had awarded you points.
    Thanks a lot.
    Thanks & Regards,
    Rayeez.

  • Transaction for Partial (602)reversal of goods issue (601) quantity?

    Dear friends,
    I am trying to reverse the 601 goods issue through cancellation with reference (601) document in MB1A transaction, but it is giving the error and it is not allowing me to reverse,
    In VL09 there is possibility of reversing the entire document, but my requirement is i need to reverse partial quantity out of the issued quantity through 601.
    Regards,
    Archu

    hi archu,
    please refer below link
    Reverse PGI with partial quantity
    regards
    vijju

  • Data base tables for delivery & post goods issue

    Hi,
      can u plz tell me which database tables are going to update after the delivery is completed?
    which database tables are going to update after post goods issue.
    Thanks for ur help.
    Regards
    pabitra

    Hi,
    Check the folowing tables:
    LIKP : Delivery header
    LIPS : Delivery items
    VTTP : Shipment item
    VTTK : Shipment header
    VBFA : Document flow
    VBUK : Header status
    VBUP : Item status
    Regards,
    Santhosh

  • Driver update for Win 7 USB issue on nVidia chipset systems now available

    This patch is needed for the TouchSmart 600 AIO Desktop series if you haven't installed it.
    http://h30434.www3.hp.com/t5/Lockups-Freezes-Hangs/Driver-update-for-Win7-USB-issue-on-nVidia-chipse...

    The update is not part of the desktop Win7 update disc from MS or HP  - Microsoft has not yet integrated it into Win7, and it is not yet available on Windows Update (it is likely to hit there sometime in January).   It was available too late to get it out on HP Update before the holiday break.  I don't believe there have been any rolls to the Win7 upgrade disks.   I do recommend (while still on Vista) running HP Update and installing all applicable updates  - PRIOR to doing the Win7 upgrade.  Also - I'd double check the drivers page for your system for any Vista updates as well,  best to do any driver/BIOS/Video BIOS updates prior to the Win7 upgrade process.  I know that some of them were created before Windows 7 was out - and may not want to install if it sees the newer OS.
    As to the fix - this could manifest itself in many ways - but essentially - this resolves system flakyness with USB devices attached .  Some internal devices (card readers, touchscreens, some Wireless LAN interfaces) connect via USB - so they could be affected, even if you haven't hooked up anything to your system externally.
    Not sure just what problems you were experiencing, so can't say this was the cause (and will be the fix) - but if it applies to your system - I'd definitely give it a shot.    I checked a couple of systems that had this update - I see it now on the software drivers and update page for them, so it looks like it rolled out OK.
    Happy Holidays...
    -DM (an HP employee, but the time and comments here are my own, not my employers)
    -DM (HP Retiree)
    NOTE: If this helps you or solved your problem - please say thanks by clicking the white kudos star on the left.
    If you think this would also help others, please mark 'Accept as Solution' to help them find it easier.

  • What is d BAPI for reversal of Good Receipt Note(GRN) for movement type 102

    Hi ABAPers,
       I have got requirement like this , I have done Goods Receipt Note (GRN) based on Purchse order Number using '.BAPI_GOODSMVT_CREATE' with 101 movement type.
       But now my requirement is reversal of good receipt note(GRN) based on Material Document Number (or) Purchase Order Number with 102 movement type. what is the bapi name i need to use. and i need to give reason for the reversal of GRN.
    please tell me the field name for reason  in bapi.
    i have searched in the net, but i could not get proper answer to this isse.
    Highly appriciate who gives answer as early as possible. I need to complete this task EOD. please give replies.
    Thanks & Regards,
    Vinay Kumar.

    Hi,
    If your material document has specific movement type i.e. 101, if you cancel document using BAPI_GOODSMVT_CANCEL, it automatically picks associated movement type 102 defined in customizing setting, you don't need to pass 102 explicitly while cancelling.
    I have not seen reason code in this bapi, but it is required to pass reason code then you may try transaction code MBST using BDC.
    Thanks,
    Ashok Veer

  • Not able to post J1I5 (Excise Updation for reversal document)

    Hi,
    We have reversed the material document with "MBST".
    SAP does not update the reversal excise entries  for the document posted through MBST.
    SO WE ARE TRYING TO UPDATE EXCISE (PART1) THROUGH J1I5.
    Input given are Posting date, Excise Group, company code,Plant, Material document and classification as "IPD"
    We are getting the material document list after executing the J1I5 but not able to simulate and Post the same
    Error "Processing over ZERO Records.
    Thanks
    Prakash

    hI,
    Go to J1IS click cancel excise invoice (Shift+F6) , give the internal document number of your excise invoice created and year then click the cancel excise invoice , it will cancel the excise invoice .If u go to J1IS and cancel the document only the excise invoice created will be cancelled, no accounting entries will be generated. In order to capture accounting entries you have to fetch the accounting document of J1IS through table j_1iexcdtl and j_1ipart2, pass a reversal entry for the accounting document through FB08. And if you want to post again with the same material documents create the excise invoice in J1IS with respective same material document

  • Copy controls for resebvation to Goods issue

    Hi,
    i have an issue in that when i create a goods issue MB1A it does not copy the Handling type (HT) from the Reservation that I have just created and ref the goods iissue to it. It copies all the other entries material, batch, qty but not the HT.
    I have checked the "sugest items for Preselected" screen in SPRO but this does not hold any info only the handling type copy controls.
    does anyone know where this can be found so that the HT is copied across to the goods issue slip. This might be an oil and gas solution issue.
    regards
    ady owen

    that does not work, thats for creating Resevations, i need to create a goods issue referensing a Reservation which has the Handling type entered, but it does not drag the HT to the goods issue, it has to be manually typed in every time at Goods ssue stage.
    thanks but anymore thoiughts.

  • Cummulative total for quantity in goods issue row

    Dear all,
    Please advise on how it is possible to get the cummulative total of quantity in a udf in the goods issue row. Which query will work in the formatted search in the
    Kind Regards,
    Monil

    Dear Rahul,
    I have created another udf in the row which should contain the cummulative total of the quantity entered for the same item in the rows above.
    Regards,
    Monil.

  • NO TAB FOR REASON FOR REVERSAL OF GOODS

    Dear Sir,
                        My user is in MIGO -CODE he wants to cancel a material doc --by mvmt - type 202, he says where he should enter the reason. as i had gone through this MIGO -- DOC. NO entered & executed the process, but in " WHERE " tab -- the tab for reason for reverse mvmt is not appearing --.Kindlly
    clarify .
    km

    Hi
    202  reversal of  Goods receipt for a cost center
    again it is a reversal which will not required any reason
    if u are returning partial qty or full qty of material to vendor for reasons like bad quality etc. usualy we do it with Return Movements for which Resons for returning are compulsary and not for Movement reversal
    Vishal...

  • BAPI for OTHER under Goods Issue (MIGO)

    Hi Friends,
    Could you please help me which BAPI do i have to use to post a material with 202 movement type.
    Tcode : MIGO
    selection 1)  Goods Issue   2) Other
    hope you understand my query . please help me with a sample code.
    thanks& regards,
    Kat

    Hi,
    goto SE80->Application Hirarchy->Function Modules->Select Object MM->inventory management->MB->select the required BAPI from the List as Needed.
    when u get the Bapi like BAPI_GOODSMVT_CREATE go to where-used-list (ctrlshiftf3 )and look at the programs or objects that had used this BAPI u will get a clear Idea, how to pass the parameters to the FM and use it.
    hope this helps !!
    all the best !!
    thanks
    ravi

Maybe you are looking for