Error while doing Vendor Return Delivery

Dear Gurus,
When i am making vendor return delivery( From Unrestric Stock) getting error like below:
             <b>Insufficient Quantity in the Register RGSUM</b>
Quantity in the register is the difference between Receipts and  Issues.  Since for  the particular material type and excise group there may not enough balance.
Procedure
1. Check Table J_1IRGSUM.
2. Create Receipt enter the register for the excise group.
Could you plz guide me to overcome this problem.
Regards,
Venkat

Dear Dipak,
Thanx for your reply.
I will give bit explanation abt my scenario:
  Made a Goods Receipt.......for 100kG
           After Goods mooved to QM and subsequently moved to Unrestricte stock
           When i issued that material to prodcution foud out of 100kg, 10KG are
              defective........For 10KGs i want to make Return delivery to Vendor.
           For this, i am doing GR ( thrugh MIGO) Selecting as Return Delivery and
              giving reference of GR document number( i.e 10KG receipt)....when doing
              this i am getting Error Message.
If i missed any step in between....pls point out and guide me.
For doing J1IS, i need return delivery GR number, but while Doing Return Delivery GR getting Error message like that.
Regards,
Venkat

Similar Messages

  • Legal control error while doing Vendor return

    Hi,
    While doing vendor return Delivery , I am getting error that material cannot be copy because of Legal Control

    Resolved

  • Error while doing the return delivery

    Hi Experts,
    I had created an PO with describe requirement for 50 quantity and did partial confirmation of 30 quantity.
    While doing the return delivery for 10 quantity system is throwing error
    Line 1: No goods receipt possible for purchase order 4200051444 00001
    When tried doing the same process in ECC, the return delivery is posted without error.
    We were able to do the return delivery earlier. Can anybody throw light on, for the possible reason for this error.
    Your early response is appreciated.
    Regards,
    ASGMDM

    HI,
    This is due to anyone of the following :
    01. No further confirmation expected button is checked while doing confirmation for quantity 30. Please check the same in PO, if it is checked please uncheck the same so that you can do further confirmations.
    02.Please check the confirmation status of 30 quanityt which you posted earlier. It should be having Posted in Backend. If it is not, then you cannot create return delivery for the same. Also please note that Back end GR document number for 30 quantity should be updated in the table BBP_PDBEH under the field BE_OBJECT_ID.
    Thanks
    Rajesh K

  • Error while doing Vendor returns or Material Document cancellation

    Dear Gurus,
    I am getting follwoing error while cancelling the GR  & I tried for Vendor returns. The error is " Period is locked for controlling area AA   and company code  1000"
    Kindly let me know how to solve this issue.
    Thnx
    MK

    Hi,
    Please use T.Code: OKP1 and unblock the period which you would like to post in Actual.
    Regards,

  • Vendor Return Delivery through Quality Notification.

    Hi Experts,
    I m doing vendor return delivery through quality notification with action box , after giving PO NO. & Material document no we are getting the  following error
    1) Could not create return delivery
    2) Deficit of PU IR quantity 2.000 EA
    For the GR based IV reversal after IR tick is not active.
    Kindly suggest possible reason for the same
    Thanks & Regards
    Rajesh

    Hi
    There is deficit of Quantity i.e the quantity lying in stock is less than 2. and secondly for GR based invoice verification the IR tick should be there in PO in Invoice tab.

  • Error while doing PGI for Outbound delivery using BAPI BAPI_GOODSMVT_CREATE

    Hi All,
    I am getting an below error while doing PGI for outbound delivery using the BAPI BAPI BAPI_GOODSMVT_CREATE:
    Goods movement not possible with mvmt type 601
    Can anyone suggest me what will be the solution for it?
    Regards,
    Raghuraman.k

    I tried with the above BAPI but it is not working.
    In my case a delivery has one line item with batch split and other line item without batch split.
    Below is my code :
    DATA : gwa_header_data TYPE bapiobdlvhdrcon,
           gwa_header_ctrl TYPE bapiobdlvhdrctrlcon,
           lv_delivery     TYPE bapiobdlvhdrcon-deliv_numb,
           git_item_data TYPE STANDARD TABLE OF bapiobdlvitemcon,
           gwa_item_data TYPE bapiobdlvitemcon,
           git_item_ctrl TYPE STANDARD TABLE OF bapiobdlvitemctrlcon,
           gwa_item_ctrl TYPE bapiobdlvitemctrlcon,
           git_return    TYPE STANDARD TABLE OF bapiret2,
           gwa_return    TYPE bapiret2.
    *Header data
    gwa_header_data-deliv_numb = '0808000002'.
    *Header Control data
    gwa_header_ctrl-deliv_numb = '0808000002'.
    gwa_header_ctrl-post_gi_flg = 'X'.
    *Delivery Number
    lv_delivery = '0808000002'.
    *Item data and its corresponding control data
    gwa_item_data-deliv_numb      = '0808000002'.
    gwa_item_data-deliv_item      = '900002'.
    gwa_item_data-dlv_qty         = 4.
    gwa_item_data-dlv_qty_imunit  = 4.
    gwa_item_data-fact_unit_nom   = 1.
    gwa_item_data-fact_unit_denom = 1.
    APPEND gwa_item_data TO git_item_data.
    gwa_item_ctrl-deliv_numb      = '0808000002'.
    gwa_item_ctrl-deliv_item      = '900002'.
    gwa_item_ctrl-chg_delqty      = 'X'.
    APPEND gwa_item_ctrl TO git_item_ctrl.
    gwa_item_data-deliv_numb      = '0808000002'.
    gwa_item_data-deliv_item      = '900003'.
    gwa_item_data-dlv_qty         = 6.
    gwa_item_data-dlv_qty_imunit  = 6.
    gwa_item_data-fact_unit_nom   = 1.
    gwa_item_data-fact_unit_denom = 1.
    APPEND gwa_item_data TO git_item_data.
    gwa_item_ctrl-deliv_numb      = '0808000002'.
    gwa_item_ctrl-deliv_item      = '900003'.
    gwa_item_ctrl-chg_delqty      = 'X'.
    APPEND gwa_item_ctrl TO git_item_ctrl.
    gwa_item_data-deliv_numb      = '0808000002'.
    gwa_item_data-deliv_item      = '000020'.
    gwa_item_data-dlv_qty         = 10.
    gwa_item_data-dlv_qty_imunit  = 10.
    gwa_item_data-fact_unit_nom   = 1.
    gwa_item_data-fact_unit_denom = 1.
    APPEND gwa_item_data TO git_item_data.
    gwa_item_ctrl-deliv_numb      = '0808000002'.
    gwa_item_ctrl-deliv_item      = '000020'.
    gwa_item_ctrl-chg_delqty      = 'X'.
    APPEND gwa_item_ctrl TO git_item_ctrl.
    BREAK-POINT.
    CALL FUNCTION 'BAPI_OUTB_DELIVERY_CONFIRM_DEC'
      EXPORTING
        header_data    = gwa_header_data
        header_control = gwa_header_ctrl
        delivery       = lv_delivery
      TABLES
        item_data      = git_item_data
        item_control   = git_item_ctrl
        return         = git_return.
    BREAK-POINT.
    IF git_return IS INITIAL.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    ENDIF.

  • Error while doing IV for Service Delivery Payment

    Dear Support,
      There is Problem while doing Invoice for delivery Payment(Agent commission) in case of Service Order having without
    account assingment.
    While doing Invoice for that Delivery cost , system is giving a error message 'Enter a GL Account'.
    Pls provide some solution regards .
    Ragerds
    Mukesh

    Hi,
    if your service order is a service purchase order, please read the following:
    Planned delivery costs are not supported for service orders.                    
    There is no plan to change this in the near future.  
    Delivery costs are generally not supported in external services                
    management and in case of blanket purchase orders, item category D or B.       
    Instead of representing delivery costs via conditions, in case of              
    service documents, freight costs and other, SAP recommends to add in           
    additional service lines. (note 381030 )                                                                               
    For the future we recommend to use additional service line instead              
    of planned delivery costs condition. There is no problem to post                
    invoice for different vendor for particular SES created for service             
    line that constitutes delivery costs.    
    Regards,
    Edit

  • Error while doing Rapid delivery confirmation

    Hi,
    i am encountering the following error while doing rapid delivery confirmation, "set checkbox for rapid confirmation", pls guide me where to set this check box and wat are all the necessary settings need to be done.?
    Thanks in Advance,
    V.S.Sabitha

    Hello ,
    There is a field called 'Rapid Confirm' in transaction O4H1. You need the select this first.
    Check the link for the prerequisites :
    http://help.sap.com/saphelp_oil472/helpdata/en/bf/a007362b89e30ae10000009b38f839/frameset.htm
    Regards ,
    Jerin Ipe John .

  • Error while doing outbound delivery against Purchase Order

    hello
    i m getting error while doing Outbound delivery for purchase order as follows
    EKPO-SOBKZ=E; EKPO-UMSOK=_; EKPO-KZBWS<>_ EKPO-KZVBR<>E (Note 305582) not supported (check your entry)
    Message no. M7146, i m not getting wht will be the reason,
    Regards
    NISHJ

    Please go through the note - 305582. It is clearly given the direction.
    Symptom
    You try to post a goods movement for a stock transport order from the unrestricted-use stock into the sales order stock or project stock.
    During the goods issue, the system displays error message M7146 with a text along the lines of "EKPO-SOBKZ=E; EKPO-KZVBR<>E; ... not supported".
    Cause and prerequisites
    In the goods issue for the stock transport order, the system may have to create a stock in transit which is deconstructed during the goods receipt. If the withdrawal takes place from the special stock, it is clear which is the receiving stock.
    However, if the withdrawal is carried out from the unrestricted-use stock ("Collective requirements", controlled by the dependent requirements indicator MARC-SBDKZ in the material master of the issuing plant), this results in the design problem that the control tables of the goods movement do not have any key field for the receiving stock. Therefore, the control for the receiving stock is controlled via the consumption indicator in the account assignment category of the purchase order. The consumption indicator therefore requires a specific default setting (you may have assumed you could change the design of these control tables, however this is not possible).
    Using an inappropriate consumption indicator then causes for the goods issue an incorrect or no stock in transit to be created so that the goods receipt fails.
    Solution
    Implement the program change in accordance with the correction instructions.
    Afterwards implement Note 413908 immediately if this is relevant for your release.

  • Getting the error while doing PGI for depot delivery

    Hi
    I am getting the below error while doing PGI for Depot delivery. This error is happening only when I taking the materials from stock transfer order which has more than 10 line items. Same issue is not happening when I am taking one material in Stock transfer order in & same material in depot delivery. Please see the screen shots below attachment. I have already maintained no range for the object J_1IDEPINV for year 2014.
    Regards
    PK

    Moved from SAP ERP SD Sales to Internationalization and Unicode.  Please post all your CIN related queries here.  Also ensure that before posting, you made efforts in searching in SCN or Google.  The reason for this indication is the issue you posted has already been discussed many times here and you will get some clue had you searched.
    G. Lakshmipathi

  • Error while doing inboud delivery

    1. While doing an inbound delivery for P.O
    i got the following error
    "Delivery type SP for delivery xxx not contained in table TVLK".
    solution please.
    2. While doing invoice reduction it is throwing the following error
    "tax amount different to expenditure/revenue account assignment".
    How to fix this.
    Cheers

    Yes.
    The error is coming only when you post the Inbound delivery.
    When i checked in Table TVLK i can see for Delivery type SP, there are some fields which were defined as in Delivery Type SP.
    Even after checking twice the delivery type configuration, I don't understand where i am going. It's giving me same error message: Delivery type SP for delivery xxxxxx not contained in table TVLK.
    The program you gave in your mail how to check n where to check, is that program need to be done by ABAPers?
    Thanks for your early response Jurgen L  

  • Error msg when doing a Return Delivery

    Hi All
    Can you help here please
    We are on EC SRM 4.0 and have just upgraded to SP11
    When doing a return delivery on an existing confirmation,
    sometimes we get a error message"Confirmation already exits"
    Then we cannot do anything with this confirmation
    Thanks
    Prakash

    Hi
    <b>Please go through the SAP OSS Notes below -></b>
    Note 718138 - Reading of backend purchase orders for EC POs in EBP 4.0
    Note 872011 - Return not possible for item with final_entry set
    Note 972572 - Error BBP_PD 860 for return delivery of a confirmation
    Note 1069875 - Error when second partial cancellation is posted to backend
    Note 1031297 - Movement type is always read from Customizing
    Do let me know.
    Regards
    - Atul

  • Vendor return delivery error

    Hi SAP ,
    I have very critical issue to be resolved immediately in the area of Excise for CAPITAL GOODS, please help! The things is....
    1. At GR level using mvt 101, system is posting all BEDECSSECess to correct RG23C register, fine
    Quality people have rejected goods, when Iu2019m trying to create vendor return delivery using......
    1. GR (122) >J1IS>J1IV, using this process system is posting BED+ECS to RG23C but SECess to RG23A, I wanted to know why SECess is getting post in RG23A instead RG23C. plz suggest if any config. chages to be done.
    Rgds,
    Karan

    Hi John,
    1. Check mat. type defines in J1ID.
    2. Chekc the Acct. Det. for ETT OTHR for Excise India.
    3. Check Imm. utilization from Series grp conf.
    4. During J1IV , change the Excise posting From RG23A to RG23C, save it.
    Cheeers
    Manoj

  • Error while doing GR against STO in IS Retail

    Hi.
    I am getting an Error while doing the GR against STO.
    The error is "Enter goods receipts for vendor only. Message no. M7107".  I am not able to understand the reason for the GR checking the vendor where it should consider the supplying site as vendor as the GR is being done against a delivery.
    I have checked the Inforecord and the source list which is correctly maintained
    (i doubt whether they are to be considered).
    Kindly suggest...
    Regards,
    Vinod Kapote.

    Hi Vinod Kapote,
    Check following IMG Settings in your system;
    (a) Schema for Stock transports
    (b) Shipping data for Site
    Hope you have carried out following activities;
    (1) Purchase order with document type UB
    (2) Outbound delivery using VL10B
    (3) Post Goods Issue using VL02N
    (4) Goods Receipt using MIGO
    Bye,
    Muralidhara

  • Error while doing  GR for scheduling aggrement

    Dear Experts,
    We are facing error while doing GR for scheduling aggrement.
    we have done the following steps.
    1) Scheduling aggreement in ME31L
    2) Released in ME35L
    3) Mainatined Sch.Agmt Schdule in ME38 for todays and date 200 qty and other line is 800 qty.
    When we are trying to do GR in MIGO system is giving the following message.
    Document 5500000152 does not contain any selectable items
    can I know what I have missed in the above steps.
    Please guide me to resolve this.
    Regards,
    Prasad

    Hi,
    Please check Please check if Gr is already done against this document.  Also please check whether you have attached SA in the source list with line items.
    T-code:ME01
    Enter Mat.code & Plant.
    In the next screen pl.do the following:
    Valid from - commencement date of the SA
    Valid to - End date of the SA
    Vendor - Vendor on whom the SA is released
    POrg - Your purchase organisation
    PPL - Leave it blank(This is only for interplant)
    OUn - Ordering unit
    Agreement - SA number
    Item - 1
    I hope this will resolve your issue. Thanking you

Maybe you are looking for

  • Syncing promblems!!!

    when i go to sync my music this window pops up "songs in the ipod cannot be synced because all of the playlists selected for syncing have been deleted." i think i deleted a few smartlists not knowing what they do

  • Bad color in PSE working window

    When I bring up an image to edit in PSE it's always dark and off toward the red or orange.  But, when Iook at that same inage file with another inage viewing program, then the colors look alright.  Can someone tell me how to fix this? I have attatche

  • Supplier Details -- Contacts

    Hi, I need a query to bring the suuplier name along with the contacts 1.select * from ap_suppliers -- will give the supplier_name 2. Contacts ----?? I dont want contacts at the site level but at the supplier header level.

  • BI SDK in Web Dyn Pro- Can't open Connection

    hello, I am developing a Web DynPro component which should connect to a BW 3.5 via BI SDK - XMLA. As a start i just use the code from the "How to " document for Web DynPro without any changes. I could deploy the application and it should give me the

  • Nokia's image post processing is terrible

    I know there are other posts about this but the camera is totally useless when pictures are just yellow tinted and blurry. Lumia 920. See attached pictures for difference between pre and post processed picture. Attachments: wp_ss_20130913_0011.png ‏1