Cancel or Remove a Sales Return

By mistake, a Sales Return has been posted without being referenced to the correct Sales Order and Delivery (not used Copy To / Copy From).
Unfortunately, Cancel and Remove are 'grey' in Return. How can I 'kill' this posting and post a new one that is correctly referenced to the respective Sales Order and Delivery?
Thanks
Franz

In your case, you could add a delivery to compensate the wrong inventory from this return since the return has no link to other documents.  Then copy to a new Sales Return from original Delivery to get the right transaction.
Thanks,
Gordon

Similar Messages

  • User Exits for Invoice creation ,cancellation and sales return

    Hi Gurus,
    Pl help me it's very urgent.
    I did not find any user exit invoice creation so i wrote the following code in include program
    MV60AF0B_BELEG_SICHERN.
    This code is to update the Z*table while saving invoice ,cancellation and sales return.
    The code modification is like below
          FORM BELEG_SICHERN                                            *
          Buchen Fakturabelege                                          *
    FORM BELEG_SICHERN.
      READ TABLE XVBRK INDEX 1.
      IF SY-SUBRC NE 0.
        CALL FUNCTION 'DEQUEUE_ALL'.
        MESSAGE S032.
        EXIT.
      ENDIF.
      IF SAMH_MOD = ON.
        EXPORT XKOMFK TO MEMORY ID 'SDBILLDL'.
      ENDIF.
      DATA: CALC_TYPE.
      IF REBATE_DETERMINED = 'Y'.
        CALC_TYPE = 'A'.
      ELSE.
        CALC_TYPE = 'I'.
      ENDIF.
    *{   INSERT         RD1K903017                                        1
    Work Area*********************
    data : wa_xvbrk type VBRKVB.
    data : wa_xvbrp type vbrpvb.
    data : wa_zmigo type zmigo.
    data : wa_vbrp type vbrp.
    Internal table Creation*******
    DATA:  BEGIN OF tab_XVBRP OCCURS 100.
             INCLUDE STRUCTURE VBRPVB.
    DATA:  END OF tab_XVBRP.
    data : begin of tab_vbeln occurs 10,
           vbeln type vbrk-vbeln,
           knumv type vbrk-knumv,
           end of tab_vbeln.
    data : tab_zmigo type table of zmigo.
    data : tab_vbrp type table of vbrp.
    *****Data declaration*************
    data : v_no_of_inv type i.
    data : v_vbeln_no(10) type n.
    data : v_last_inv_no(10) type n.
    data : v_first_inv_no(10) type c.
    data : v_tot_qty type i.
    data : v_frbnr type mkpf-frbnr.
    *******Ranges*********************
    ranges : r_vbeln for vbrk-vbeln.
    *****Populating IT****************
    tab_xvbrp[] = xvbrp[].
    describe table xvbrk lines v_no_of_inv.
    *}   INSERT
      CALL FUNCTION 'RV_INVOICE_DOCUMENT_ADD'
           EXPORTING
                VBSK_I           = VBSK
                WITH_POSTING     = 'A'
                PREISFINDUNGSART = CALC_TYPE
           IMPORTING
                VBSK_E           = VBSK
           TABLES
                XKOMFK           = XKOMFK
                XTHEAD           = XTHEAD
                XVBFS            = XVBFS
                XVBSS            = XVBSS
                XVBRK            = XVBRK
                XVBRP            = XVBRP
                XVBPA            = XVBPA
                XKOMV            = XKOMV.
    *{   INSERT         RD1K903017                                        2
    data : v_count type i,v_fkimg type i .
    data : v_no_of_records(10) type n.
    wa_xvbrk = xvbrk.
    ********Selecting the last rec no from ZMIGO
          select max( sr_no ) from zmigo into v_no_of_records.
    *****If Distribution channel is not ZB*********
    if  wa_xvbrk-vtweg ne 'ZB' and ( wa_xvbrk-fkart = 'ZRIN' or wa_xvbrk-fkart = 'ZRTE' ).
    if v_no_of_inv = 1.              " Process only when there is one invoice
    loop at tab_xvbrp into wa_xvbrp  where (           matnr ne 'CDGSTP0001'       and
                                                       matnr ne 'CD-RW'            and
                                                       matnr ne 'CD-RW65OHS'       and
                                                       matnr ne 'CABLE'            and
                                                       matnr ne 'CD-R'             and
                                                       matnr ne 'CDQ80N4'          and
                                                       matnr ne 'GENERAL'          and
                                                       matnr ne 'NERO'             and
                                                       matnr ne 'OTHERS'           and
                                                       matnr ne 'SPARE PARTS'      and
                                                       matnr ne 'PROMO ITEM'       and
                                                       matnr ne 'PROMO-1'          and
                                                       matnr ne 'PROMO-2'          and
                                                       matnr ne 'PROMO-3'          and
                                                       matnr ne 'PROMO-4'          and
                                                       matnr ne 'PROMO-5'          and
                                                       matnr ne 'PROMO-6'          and
                                                       matnr ne 'PROMO-7'          and
                                                       matnr ne 'PROMO-8'          and
                                                       matnr ne 'PROMO-9'          and
                                                       matnr ne 'PROMO-10' ).
    v_fkimg = wa_xvbrp-fkimg .
    v_fkimg = v_fkimg / 1000.
                do v_fkimg times.
                  v_no_of_records = v_no_of_records + 1.
                  wa_zmigo-sr_no = v_no_of_records.
                  wa_zmigo-po_no = wa_xvbrk-vbeln.
                  wa_zmigo-item_no  = wa_xvbrp-posnr.
                 wa_zmigo-mblnr  = wa_xmkpf-mblnr.
                  wa_zmigo-doc_type = wa_xvbrk-fkart.
                  wa_zmigo-posting_date = wa_xvbrk-fkdat.
                  wa_zmigo-created_on = sy-datum.
                  wa_zmigo-created_time = sy-uzeit.
                 wa_zmigo-bill_lno = v_frbnr.
                  wa_zmigo-material = wa_xvbrp-matnr.
                 wa_zmigo-inv_no = wa_xvbrk-vbeln.
                 wa_zmigo-inv_item_no = wa_xvbrp-posnr.
                  wa_zmigo-plant = wa_xvbrp-werks.
                  wa_zmigo-inv_date = wa_xvbrk-fkdat.
                  wa_zmigo-customer = wa_xvbrk-kunag.
                  wa_zmigo-unit = 1.
                  wa_zmigo-mtype = '601'.
                  insert into zmigo values wa_zmigo.
                enddo.
                clear : wa_zmigo.
    endloop.
    clear : v_count,v_fkimg,wa_zmigo.
    refresh tab_zmigo[].
    clear v_no_of_inv.
    else.                              "When there are Split Invoices
    v_last_inv_no = wa_xvbrk-vbeln.
    v_vbeln_no = v_last_inv_no - v_no_of_inv + 1.
    v_first_inv_no = v_vbeln_no.
    sort tab_xvbrp by vbeln.
    loop at tab_xvbrp into wa_xvbrp  where (           matnr ne 'CDGSTP0001'       and
                                                       matnr ne 'CD-RW'            and
                                                       matnr ne 'CD-RW65OHS'       and
                                                       matnr ne 'CABLE'            and
                                                       matnr ne 'CD-R'             and
                                                       matnr ne 'CDQ80N4'          and
                                                       matnr ne 'GENERAL'          and
                                                       matnr ne 'NERO'             and
                                                       matnr ne 'OTHERS'           and
                                                       matnr ne 'SPARE PARTS'      and
                                                       matnr ne 'PROMO ITEM'       and
                                                       matnr ne 'PROMO-1'          and
                                                       matnr ne 'PROMO-2'          and
                                                       matnr ne 'PROMO-3'          and
                                                       matnr ne 'PROMO-4'          and
                                                       matnr ne 'PROMO-5'          and
                                                       matnr ne 'PROMO-6'          and
                                                       matnr ne 'PROMO-7'          and
                                                       matnr ne 'PROMO-8'          and
                                                       matnr ne 'PROMO-9'          and
                                                       matnr ne 'PROMO-10' ).
    v_fkimg = wa_xvbrp-fkimg .
    v_fkimg = v_fkimg / 1000.
                do v_fkimg times.
                  v_no_of_records = v_no_of_records + 1.
                  wa_zmigo-sr_no = v_no_of_records.
                  wa_zmigo-po_no = v_vbeln_no.                      "wa_vbrp-vbeln.
                  wa_zmigo-item_no  = wa_xvbrp-posnr.
                 wa_zmigo-mblnr  = wa_xmkpf-mblnr.
                  wa_zmigo-doc_type = wa_xvbrk-fkart.
                  wa_zmigo-posting_date = wa_xvbrk-fkdat.
                  wa_zmigo-created_on = sy-datum.
                  wa_zmigo-created_time = sy-uzeit.
                 wa_zmigo-bill_lno = v_frbnr.
                  wa_zmigo-material = wa_xvbrp-matnr.
                 wa_zmigo-inv_no = v_vbeln_no.
                 wa_zmigo-inv_item_no = wa_xvbrp-posnr.
                  wa_zmigo-plant = wa_xvbrp-werks.
                  wa_zmigo-inv_date = wa_xvbrk-fkdat.
                  wa_zmigo-customer = wa_xvbrk-kunag.
                  wa_zmigo-unit = 1.
                  wa_zmigo-mtype = '601'.
                  insert into zmigo values wa_zmigo.
                enddo.
                clear : wa_zmigo.
    at end of vbeln.
    v_vbeln_no = v_vbeln_no + 1.
    endat.
    clear : v_count,v_fkimg,wa_zmigo.
    refresh tab_zmigo[].
    endloop.
    endif.                             "End of first 2nd IF.
    clear : v_no_of_inv, v_vbeln_no.
    endif.
    ****************Sales return************************************
    if  wa_xvbrk-fkart = 'ZRRE' and wa_xvbrk-vtweg ne 'ZB'.
    loop at tab_xvbrp into wa_xvbrp where (            matnr ne 'CDGSTP0001'       and
                                                       matnr ne 'CD-RW'            and
                                                       matnr ne 'CD-RW65OHS'       and
                                                       matnr ne 'CABLE'            and
                                                       matnr ne 'CD-R'             and
                                                       matnr ne 'CDQ80N4'          and
                                                       matnr ne 'GENERAL'          and
                                                       matnr ne 'NERO'             and
                                                       matnr ne 'OTHERS'           and
                                                       matnr ne 'SPARE PARTS'      and
                                                       matnr ne 'PROMO ITEM'       and
                                                       matnr ne 'PROMO-1'          and
                                                       matnr ne 'PROMO-2'          and
                                                       matnr ne 'PROMO-3'          and
                                                       matnr ne 'PROMO-4'          and
                                                       matnr ne 'PROMO-5'          and
                                                       matnr ne 'PROMO-6'          and
                                                       matnr ne 'PROMO-7'          and
                                                       matnr ne 'PROMO-8'          and
                                                       matnr ne 'PROMO-9'          and
                                                       matnr ne 'PROMO-10' ).
             v_fkimg = wa_xvbrp-fkimg.
             v_fkimg = v_fkimg / 1000.
             v_tot_qty = v_tot_qty + v_fkimg.
              do v_fkimg times.
                v_no_of_records = v_no_of_records + 1.
                wa_zmigo-sr_no = v_no_of_records.
                wa_zmigo-po_no = wa_xvbrk-vbeln.
                wa_zmigo-item_no  = wa_xvbrp-posnr.
                wa_zmigo-doc_type = wa_xvbrk-fkart.
                wa_zmigo-posting_date = wa_xvbrk-fkdat.
                wa_zmigo-created_on = sy-datum.
                wa_zmigo-created_time = sy-uzeit.
                wa_zmigo-material = wa_xvbrp-matnr.
               wa_zmigo-inv_no = wa_xvbrk-vbeln.
               wa_zmigo-inv_item_no = wa_xvbrp-posnr.
                wa_zmigo-plant = wa_xvbrp-werks.
                wa_zmigo-inv_date = wa_xvbrk-fkdat.
                wa_zmigo-customer = wa_xvbrk-kunag.
                wa_zmigo-unit = 1.
                wa_zmigo-mtype = '651'.
                condense wa_xvbrk-xblnr.
                wa_zmigo-reference = wa_xvbrk-xblnr.
    ********Bill of lading no**
               select single bill_lno from zmigo_final into v_frbnr where inv_no = wa_xvbrk-xblnr and material = wa_xvbrp-matnr.
               if sy-subrc eq 0.
               wa_zmigo-bill_lno = v_frbnr.
               endif.
                insert into zmigo values wa_zmigo.
              enddo.
              clear : wa_zmigo,wa_xvbrp , v_fkimg, v_frbnr.
    endloop.
    endif.
    *******Invoice Cancellation*****************************
    if  wa_xvbrk-fkart = 'ZRS1' and wa_xvbrk-vtweg ne 'ZB'.
    delete tab_xvbrp[] where shkzg eq 'X'.
    loop at tab_xvbrp into wa_xvbrp where (            matnr ne 'CDGSTP0001'       and
                                                       matnr ne 'CD-RW'            and
                                                       matnr ne 'CD-RW65OHS'       and
                                                       matnr ne 'CABLE'            and
                                                       matnr ne 'CD-R'             and
                                                       matnr ne 'CDQ80N4'          and
                                                       matnr ne 'GENERAL'          and
                                                       matnr ne 'NERO'             and
                                                       matnr ne 'OTHERS'           and
                                                       matnr ne 'SPARE PARTS'      and
                                                       matnr ne 'PROMO ITEM'       and
                                                       matnr ne 'PROMO-1'          and
                                                       matnr ne 'PROMO-2'          and
                                                       matnr ne 'PROMO-3'          and
                                                       matnr ne 'PROMO-4'          and
                                                       matnr ne 'PROMO-5'          and
                                                       matnr ne 'PROMO-6'          and
                                                       matnr ne 'PROMO-7'          and
                                                       matnr ne 'PROMO-8'          and
                                                       matnr ne 'PROMO-9'          and
                                                       matnr ne 'PROMO-10' ).
             v_fkimg = wa_xvbrp-fkimg.
             v_fkimg = v_fkimg / 1000.
             v_tot_qty = v_tot_qty + v_fkimg.
              do v_fkimg times.
                v_no_of_records = v_no_of_records + 1.
                wa_zmigo-sr_no = v_no_of_records.
                wa_zmigo-po_no = wa_xvbrk-vbeln.
                wa_zmigo-item_no  = wa_xvbrp-posnr.
                wa_zmigo-doc_type = wa_xvbrk-fkart.
                wa_zmigo-posting_date = wa_xvbrk-fkdat.
                wa_zmigo-created_on = sy-datum.
                wa_zmigo-created_time = sy-uzeit.
                wa_zmigo-material = wa_xvbrp-matnr.
               wa_zmigo-inv_no = wa_xvbrk-vbeln.
               wa_zmigo-inv_item_no = wa_xvbrp-posnr.
                wa_zmigo-plant = wa_xvbrp-werks.
                wa_zmigo-inv_date = wa_xvbrk-fkdat.
                wa_zmigo-customer = wa_xvbrk-kunag.
                wa_zmigo-unit = 1.
                condense wa_xvbrk-zuonr.
                wa_zmigo-reference = wa_xvbrk-zuonr.
                wa_zmigo-mtype = '602'.
    ********Bill of lading no**
               select single bill_lno from zmigo_final into v_frbnr where inv_no = wa_xvbrk-xblnr and material = wa_xvbrp-matnr.
               if sy-subrc eq 0.
               wa_zmigo-bill_lno = v_frbnr.
               endif.
                insert into zmigo values wa_zmigo.
              enddo.
              clear : wa_zmigo,wa_xvbrp , v_fkimg.
    endloop.
    endif.
    clear : v_no_of_records.
    *}   INSERT
      CALL FUNCTION 'STACK_RESET'.
      R185D-DATALOSS = SPACE.
      FOLGEAUFRUF102 = SPACE.
      PERFORM SETPAR_INIT.
    *{   INSERT         RD1K903017                                        3
    *}   INSERT
      LEAVE.
    ENDFORM.
    This program is working fine for single user but in production where no of people are creating the invoices from different places the data is not getting updated in table ZMIGO.
    sometime populating with wrong data , partial data and sometimes no updation at all.
    I have used the table locking system enqueue and dequeue FM's before n after updation but still the same
    thing is happening.
    What could be the reason.
    Looking for help very urgent any other alternate option.

    Hi,
    Go thru these..
    Enhancement
    SDVFX009 Billing doc. processing KIDONO (payment reference numbe
    SDVFX010 User exit item table for the customer lines
    SDVFX011 Userexit for the komkcv- and kompcv-structures
    V05I0001 User exits for billing index
    V05N0001 User Exits for Printing Billing Docs. using POR Procedu
    V60A0001 Customer functions in the billing document
    V60P0001 Data provision for additional fields for display in lis
    V61A0001 Customer enhancement: Pricing
    SDVFX001 User exit header line in delivery to accounting
    SDVFX002 User exit for A/R line (transfer to accounting)
    SDVFX003 User exit: Cash clearing (transfer to accounting)
    SDVFX004 User exit: G/L line (transfer to accounting)
    SDVFX008 User exit: Processing of transfer structures SD-FI
    SDVFX007 User exit: Billing plan during transfer to Accounting
    SDVFX006 User exit: Tax line (transfer to accounting)
    SDVFX005 User exit: Reserves (transfer to accounting)
    Business Add-in
    SD_CIN_LV60AU02 BADI for billing
    If it is helpful rewards points
    Regards
    Pratap.M

  • Cancel a Goods Return/Sales Return Based on a GRPO

    Hello Experts,
    A wrong Sales Return document has been registerd, this document is based on a GRPO.
    What is the best way to supress the Sales return and cancel it's effect on the system. (SAP 2007 A Pl 41)
    Thanks in advance.
    Amin

    hi,
    Below statement is correct ????
    A wrong Sales Return document has been registerd, this document is based on a GRPO.
    What is the best way to supress the Sales return and cancel it's effect on the system. (SAP 2007 A Pl 41)
    Apply authorization to Sales Return as Read only / No authorization.
    To cancel effect of sales return,Create a delivery document,this will issue stock & correct JE postings
    created by sales return.
    Edited by: Jeyakanthan A on Jun 11, 2009 2:34 PM

  • FI documents during sales return & invoice cancellation

    Dear All,
    We are using two document types RA for sales return & RC for cancellation of Invoice. These documents are getting posted in Domestic Sales account.  We need to track them seperately and posted to two seperate GL A/cs. Do we need to have seperate document types for them apart from normal sales document ? What will be the account assignment to be done to have these postings done to new gl accounts ?
    Regards,
    Sadashivan

    Hi Kesh,
    The document type is common for sales as well as sales return.  Further, we are creating a new GL account for Sales Return now.  At present Sales and Sales return are commonly posted in domestic sale account. I wish to clarify that as the sales are captured through account assignment VKOA - ERL, the sales return has to be assigned through OBYC - VAX.  Is it correct ?  Like wise for cancellation of invoice is there any account assignment so that whenever the invoice is cancelled automatically posted to new gl account - "sales invoices cancelled "? That is instead of debiting sales we will be debiting sales invoice cancelled a/c credit customer a/c.
    Regards,
    Sadashivan

  • Excise Entries in case of sales return

    Dear sap mites
    Can any one guide me during sales return how excise gets reversed as we would have already paid to the govt during sales how do we take input credit back
    please do explain with  GL account entries and an example if possible will be very grateful to you
    Its of high priority as i have a presentation in front of my client

    Ideal way of Excise Entries incase of return may not be cancelling Excise Invoice through J1IIN, as it may be possible that through Excise Invoice, say 10 Quantity was despatched & Return is only 2 quantity.
    The Option widely used is as under:
    Incase of Return Sales Order:
    T.Code for copy control: VTAF
    Source Document: F2
    Target Document: RE
    Item category REN
    Considering the above settings are done:
    Create return sales order RE (with Reference to Billing Document) & the data will be copied as it is in Return Sales Order - RE. For Eg: here you require to change to quantity from 10 to 2, as you want to take back into Inventory of only 2.
    Incase of Return Delivery:
    T.Code for copy control: VTLA
    Source Document: RE
    Target Document: LR
    Item category REN
    Considering the above settings are done:
    Create Return Delivery through T.Code VL01N & do PGR (Post Goods Receipt). This will add the stock to blocked stock. This will take care of Inventory.
    To address the issue of how to take Credit for Excise, use T.Code: J1IH --> other Adjustment & based on the credit to be taken, make the necessary entry.
    Incase of Credit Memo:
    T.Code for copy control: VTFA
    Source Document: RE
    Target Document: Credit Memo
    Item category G2N (Check in System)
    First in VA02, remove the Billing Block in Return Sales Order - RE & save the document. Now in T.Code: VF01, enter Return Sales Order Number & select the appropriate Billing Type (Credit Memo) & Enter& Save. This will create Credit Memo.
    Hope this helps you.
    Regards,
    Rajesh Banka
    Reward suitable points.

  • Sales Return: credit memo Should generate automatically with goods reversal

    DEAR SD GURUS N EXPERTS,
    Currently we are using following system of Sales return.
    VA01: (Order Type: RE) --> VL01N (Return Delivery) --> VL09 (Goods Reversal) --> VA01 (Request 4 Credit Memo or remove billing bloc) --> VF01 (Credit Memo)
    But, now my client want a such configuration that entry of Credit memo should happen along with Goods Reversal (VL09) - Automatically. They don't want to carry out VF01 separately.
    Reason behind it: Customers has credit Limit, Suppose a customer has a Credit limit of 5,00,000 and we have delivered the Material of same amount. It means all the credit limit has been used. But now He has returned the material of 2,00,000. But it will not affect the credit limit until we pass Credit memo.
    Please suggest the required configuration and what we can do in such scenario. Thanks in Advance.
    DSC

    Again I can tell you that the process what you were following (reversing the goods receipt) is totally wrong and it will have a serious negative impact on inventory.  Either you should not create a return delivery or take the stocks into parent plant.  If you dont want to show in inventory, then scrap it which is a standard process.
    Coming to the requirement, there is no standard way to achieve this.  Check these threads where the same topic was discussed
    [Re: How to set up in SAP to have automatic billing after PGI |Re: How to set up in SAP to have automatic billing after PGI]
    [automatic billing|automatic billing]
    You have to apply the same logic for credit note also.
    thanks
    G. Lakshmipathi

  • Customer Sales Return in Depot

    Hii,
    There is a scenarion where in materials are sold from a Depot. The process we are following is that we are preparing the sales order, then the delivery document with respect to the sales order. After the delivery document is created we are updating the RG23D register through J1IJ, with reference to the delivery document. Then we are preparing the billing document with reference to the delivery document.
    Now during sales return we are preparing the sales return order with reference to the billing document, then the return delivery and finally the credit memo with reference to the return order.
    Now can you please let me know how we will update the RG23D register in case of sales return,
    Regards
    Ritam

    Returns from Customer to Depot
    1)  Create a Depot return sales order in VA01 with reference to original billing document
    2)  Create Delivery
    3) Create Transfer Posting using MB1B with Movement type 453 and dont forget to make a note of the material document number
    4)  Go to J1IG, click "Capture". There enter material document number and the respective series group.  Then click "details".  Now select the line and click "More documents".  Maintain the excise invoice number created at supplying plant. 
    Returns from Depot to supplying plant
    1)  Go to J1IG and click on red icon from the toolbar.  Enter material document number created during MIGO, year,series group of Depot and hit Enter button.  Now click on "Item" so that you will be taken to next screen where you can see line item for RG23D cancellation.  Save so that system prompts you asking whether you want to cancel the entry. Click YES.
    2)  Verify this by going to tables J_1IEXCHDR & J_1RG23D.  Check GRPO entry in both the tables where the status must have changed to "D"
    3)  The original excise invoice can be cancelled via J1IH and check whether DLFC entry has the status "R" and at this time entry CEIV is also created confirming excise invoice and CENVAT reversal.
    thanks
    G. Lakshmipathi

  • Reversal of Sales return for exrta stock

    Dear Expert
    as per scenario,we sold our product to customer but after dispatch, product got damaged before reched to customer due to accident.we took return all product as sale retun in SAP. Now problem is we sold 160 Handling Unit,but while taking sale return user took all 160 Handling Unit instead of 158 Handling unit.
    now 2 HU are extra in stock and we want to remove that stock from system,and we cant do 652 for that 2 HU.
    which process in sap will solve this problem.
    thanks & Regards
    Pash@SD

    thanks for reply
    if we ll use 292 (Consumption for all accnt assigmts from warehouse - reversal) Mov type what will be accounting entries will happen in SAP as this is exrta stock and we dont want to give to cutomer again,we want to remove from stock.
    thanks & regards
    Pash@ SD

  • Sales Return for Closed Invoices

    Dear All,
    I have Created a Sales Order and corresponding DC and Invoice.Since the payment is done the status of the invoice is closed.Now i get a product back and i want to do a Sales Return.How does SAP help me in doing Sales Return for Closed Invoices/ DC.
    Thanks,
    Merle

    Hi Merle,
    This depends upon your business process and how you want to handle such cases.
    In case where you dont want to cancel the incoming payment, just create a standalone AR credit note and in the reference or remarks field, you can mentioned the invoice number to be used in reporting.
    Else, you can always cancel the payment and proceed as mentioned by Imran.
    Thanks,
    Joseph

  • PGR error in sales return delivery in MTO scenario

    Hello all,
    I am working on sales return scenario and creating delivery against the sales return order VL01N. Return sales order is created against the delivery which is created against the MTO sales order.
    So I am getting an error in VLO1N at the time of PGR that sales order stock does not exist.
    Kindly help.
    Mimiri

    Hi
    Remove the requirement type from the sales order OVerview in the Procurement tab.
    in IMG---Define Procedure For Each Schedule Line Category
    remove the check boxes for your returns schedule line category DN
    regards
    Prashanth

  • Sales return with Excise

    Dear SD gurus,
    Can you please tell me, during sales return with Excise in J1IH, which process need to be selected.
    Either "Other adjustments" or cancel "excise invoice".
    regards,
    Kumar

    Dear Kumar
    For updation of excise related sales returns, run T.Code J1IH and do the following:-
    Customer Credit
    Choose the Additional excise input the original excise invoice reference, document year, company code, plant and excise group and execute. There input manually what value you need to give credit and save.
    Cenvat Debit
    Choose Other Adjustment and here also, maintain the datas whatever you input as above and save.
    thanks
    G. Lakshmipathi

  • Sales Return procedure

    Hi,
    1. Pl guide us for standard procedure for 'Sales Return' from customer with refereence to billing doc. Pl specify the relevant 'T' codes.
    2. Pl also guide us if any task needs to done thru SPRO/Transfer request to PRD.

    Hi,
    I) T.code for Sales Return VA01
       But it has to be created with reference to Invoice. to do this
       Menu Bar -
    > Sales Document--->Create with reference then you are poped up with window select the Billing tab and enter the invoice click on copy button.
    For every return order  order reason has to be used to track for what reason it has been returned.
    II) Cary on delivery process with post good receipt
    III) Before you go head with billing need to remove billing block in return order and save it, this set for control since money is going out of company.
    III) perform billing i.e, Credit memo.
    SPRO need to copy the original order type T.code VOV8 to customed one.
    Assign it to sales area where you use.
    Return order is ready to use now.
    Vth Regards
    vK

  • Sales return-excise duties

    Dear all,
    while getting back the material from the customer(sales return), my client wants all the excise duties to get updated in the input accounts so that he can claim the duties from the government just like cenvat input accounts.
    Can anyone tell me how to do the above scenario?
    Now am doing in j1ih cancellation. and if i do that, the entry is coming in the following way:
    Cenvat payable a/c dr
      to cenvat suspense a/c cr
    The client wants it in the following way
    cenvat input a/c dr
      to cenvat suspense a/c cr
    Please suggest.
    I will award full points.
    Thanks & Regards,
    AR

    Hi,
    As per excise rules, when there is any sales return then the excise on the returned goods is not entered in the normal Cenvat Input a/c but separately in Excise on Goods Returned A/c. Later when the material is re-sold, then the excise is credited from this Excise on Goods Returned account. It should not be debited to the normal Cenvat Input account.
    Regards,
    Saurabh Agarwal

  • Sales Return in Other GL

    Dear Guru's
    As per our current setting when we sale material its getting posted in Sale of FG A/c & if the material is returned back to us, at the time of sales return entry is posted to same GL i.e. Sale of FG A/c but we want to post it to Sales return GL.
    Integrated in VKOA only
    If any configuration is missing kindly let me know.
    Regards,
    Sany.

    Hi,
          You have to cancel the billing document(So that Accounting document gets cancelled) and make the necessary "VKOA" settings (Assign the Newly defined account key to the return G/L account). Now repost the billing document for which you want the amount to be posted to the return G/L. But before that You copy your princing procedure and rename it as retuns pricing procedure(With the newly created Account key assigned to Base price condition type) .Here you may have to give a different document pricing procedure than standard which is maintained for standard returns "RE". This entire setting is done in "OVKK" or If yyou want the pricing procedure only to be determined , you can maintain in "OVTP" .But for this you may need copy controls to be configured accordingly. Kindly please let me know If you need any more Information on this.
    Regards
    Ram Pedarla

  • Sales return - PGR Done in wrong Location

    Dear Expert
    AS per requiremnt our client done Customer Sales return,but he enter wrong st.location and done PGR(Mov Type 651)  in that St.Location location.Now he wan to tranferr the stocke in required St.Location.
    If we Reverse(Mov type 652 )  by VL09,is ther any account effect for the same ?
    Is there any diff process to resolve wrong PGR in sales return Process ?
    Thanks & regards
    Pash@SD

    using MB1B and Movement type 311 or 313, you can transfer stock from storage location to other storage location in same plant
    311 Transfer posting storage location to storage location in one step
    The quantity is transferred from unrestricted-use stock of the issuing storage location to unrestricted use in the receiving storage location.
    313 Stock transfer storage location to storage location in two steps - removal from storage
    The quantity is transferred from unrestricted-use stock of the issuing storage location to stock in transfer in the receiving storage location.
    See also 321, 343, 349, and 455 for other stock types

Maybe you are looking for