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

Similar Messages

  • Material return(sales return)-default stock updation

    Daer Gurus
    While material return(sales return), default stock updation is possible through Transfer posting or some other transcation...pls help me to give a Soln
    Regards
    Ragesh

    If a customer returns goods , you must first determine whether or not a returns delivery exists for the returns in the Sales (SD-SLS) component. You then enter the return with or without a returns delivery.
    Since returns from the customer are usually examined, the quantity returned is first posted to blocked stock returns. As is the case with goods receipt blocked stock, blocked stock returns are neither valuated nor do they count as unrestricted-use stock.
    If an examination proves that the returned quantity should be taken over into unrestricted-use stock, you enter the transfer to unrestricted-use stock in a second step. It is at that time that the valuation of the goods receipt occurs.
    If a returns delivery exists, the return should be posted in the Sales (SD-SLS) component, not in the Inventory Management component.
    Depending on how Customizing for Sales is configured (the movement type is configured in the step Define Schedule Line Category), the delivery is posted to the following stock:
    Blocked stock returns (non-valuated, not unrestricted-use) (movement type 651)
    Unrestricted-use stock (movement type 653)
    Quality inspection stock (movement type 655)
    Blocked stock (movement type 657)
    If the given quantity is posted to blocked stock returns first, you can make a manual goods movement posting in the Inventory Management component to transfer the quantity to valuated stock.
    If blocked stock returns are to be transferred into your company's own stock, you enter the transfer as a transfer posting. Choose movement type 453 (to unrestricted-use stock), 457 (to stock in quality inspection stock), or 459 (to blocked stock.
    If helps rewards points.
    Regards
    TAJUDDIN

  • 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

  • Return sales order based on sales order urgent..................

    Hi,
      I have to create return order for sales order. I am trying to create through bapi BAPI_SALESORDER_CREATEFROMDAT2. But i am getting eroor like "Unpermitted combination of business object BUS2032 and sales doc. category H".
      If i create normal sales order it is creating sales order through this bapi.
      In my case i have to create return sales order with reference to sales order. If any body is using this kind of sernario please send me with parameters..
    Thanks in advance,
    praveen

    Hi Praveen,
    The BAPI_SALESORDER_CREATEFROMDAT2 is orginally not designed for creating return sales orders.
    Way around: create BIM processing or copy FM and remove the check (which is risky, since integrity is no longer guaranteed).
    Regards,
    Frank Umans

  • Report linking  Delivery , Receipts , Purchase Return & Sales Return Entry

    We have Service Contract for Supplying Inventory to Our Indirect Customer.
    For Example:We have signed service contract with  IBM whose customer is Bank of India, now once Bank of India logs any complaint call to IBM for faulty part, IBM ask us to supply new part from our inventory to Bank of India and collect faulty part from Bank of  India, after inward of faulty part from bank of India we then send same faulty part to IBM against which IBM send us the new part hence the cycle gets completed and our inventory regain its level after four transaction.
    Each of Inventory in this transaction is managed serially
    To cater to this business scenario, we prepared Delivery Transaction against Bank of India(Bank of India is defined as customer)(For Serial no abcd1234) and prepared  sales return entry of faulty from Bank of India (For serial no pqrs6789), then prepared goods return entry (For Serial no pqrs6789) against IBM (IBM is defined as vendor) and in last prepared GRPO entry for inward of Inventory from IBM.
    In this scenario any transaction can be initiated first.
    Across all this transaction one No (RMA no  a UDF) is common same for all transaction
    So to have complete tracking of this we want to linked all this transaction i.e for one RMA no report should show all transaction linked in single row including serial no of item.
    Satish

    Hi
    Pls find the below query which i have used
    {select * from (select 'GRN' as doc_type,a.docdate,a.docnum,a.u_rmano,a.numatcard,a.cardcode,a.cardname,a.docstatus,c.itemcode,c.itemname,
    c.whscode,b.quantity,status,case when c.direction=0 then 'Inward' when c.direction=1 then 'Outward' end as direction ,d.intrserial,d.suppSerial,d.Batchid
    from opdn a inner join pdn1 b on a.docentry=b.docentry
    inner join (select * from sri1 where basetype=20) c
    on a.docnum=c.basenum and b.itemcode=c.itemcode
    inner join (select * from osri where basetype=20) d
    on a.docnum=d.basenum and b.itemcode=d.itemcode
    where not a.u_rmano is null) grn
    left outer join
    (select 'DC' as doc_type,a.docdate,a.docnum,a.u_rmano,a.numatcard,a.cardcode,a.cardname,a.docstatus,c.itemcode,c.itemname,
    c.whscode,b.quantity,status,case when c.direction=0 then 'Inward' when c.direction=1 then 'Outward' end as direction ,d.intrserial,d.suppSerial,d.Batchid
    from odln a inner join dln1 b on a.docentry=b.docentry
    inner join (select * from sri1 where basetype=15) c
    on a.docnum=c.basenum and b.itemcode=c.itemcode
    inner join (select * from osri where basetype=20 or basetype=58 or basetype=16 or basetype=67 or basetype=15 ) d
    on c.sysSerial=d.sysSerial and c.itemcode=d.itemcode
    where not a.u_rmano is null) dc
    on grn.u_rmano=dc.u_rmano
    left outer join
    (select 'SR' as doc_type,a.docdate,a.docnum,a.u_rmano,a.numatcard,a.cardcode,a.cardname,a.docstatus,c.itemcode,c.itemname,
    c.whscode,b.quantity as  srqty,status,case when c.direction=0 then 'Inward' when c.direction=1 then 'Outward' end as direction ,d.intrserial,d.suppSerial,d.Batchid,1 as [quantity]
    from ordn a inner join rdn1 b on a.docentry=b.docentry
    inner join (select * from sri1 where basetype=16) c
    on a.docnum=c.basenum and b.itemcode=c.itemcode
    inner join (select * from osri where basetype=20 or basetype=58 or basetype=16 or basetype=67 or basetype=15 ) d
    on c.sysSerial=d.sysSerial and c.itemcode=d.itemcode
    where not a.u_rmano is null
    ) sr
    on grn.u_rmano=sr.u_rmano
    left outer join
    (select 'PR' as doc_type,a.docdate,a.docnum,a.u_rmano,a.numatcard,a.cardcode,a.cardname,a.docstatus,c.itemcode,c.itemname,
    c.whscode,b.quantity as prQty,status,case when c.direction=0 then 'Inward' when c.direction=1 then 'Outward' end as direction ,d.intrserial,d.suppSerial,d.Batchid,1 as [quantity]
    from orpd a inner join rpd1 b on a.docentry=b.docentry
    inner join (select * from sri1 where basetype=21) c
    on a.docnum=c.basenum and b.itemcode=c.itemcode
    inner join (select * from osri where basetype=20 or basetype=58 or basetype=16 or basetype=67 or basetype=15 ) d
    on c.sysSerial=d.sysSerial and c.itemcode=d.itemcode
    where not a.u_rmano is null) pr
    on grn.u_rmano=pr.u_rmano}

  • Free Goods Sales Return

    Dear All ,
    I want to configure free Goods ( Exclusive ) Sales Return Process . Pl. Help me out
    Ex : 10 + 1 Free Goods and Complete sales  is returned with free goods.
    Thanks in adv
    Regards

    Hi TKG997 ,
    Assign the  the  item category  for higher level item TAN  item category to be determined should be RENN in Configuration . Then maintain Copy control settings is  required to be maintained from invoice or Return order.
    This should come through . I am not in front of the SAP system to test this requirement . Hence ,Please test and confirm .
    Thanks and regards
    Veera
    Edited by: veera PV on Jan 19, 2011 12:28 PM

  • Excise duty credit in custmore sales return

    Hi Experts
    When we receive the sale return from customer we follow the below process.
    Create sales order with order type sales return
    Create return delivery. It create stock for return material.
    VF01 Accounting entry pass in customer account.
    J1IH for cenvat credit.
    My question is that can we take this cenvat with reference to VF01 document  or any other document. I don't want to do J1IH. I I get cenvat by J1IH it show excise invoice due list.
    Regards
    Parkash

    Hi Parkash,
    Please go through the below links there are lot of threads on sales returns excise capturing.
    Go through the forum rules of engagement.
    Excise duties not flowing while creating return excise invoice
    SALES RETURN J1IH
    Excise Returns
    Sales return excise invoice
    Regards,
    S.Himavanth.

  • Sales Return Process in Excise

    Hi,
    Can any one explain me the Sales Return Process with Excise Details.
    How to deal with excise when sales are return from customer.
    Please explain me if customer returns complete material what will be the process.
    In case if customer Returns partial quantity how to process
    How will be the excise implications.
    Can u please explain me the above 2 process.
    Thanks.

    Please make a search in the forum as this question has been answered many times.  Check some of those threads
    [Excise return in Sales Return   |Excise return in Sales Return]
    [Sales return delivery process wtih Excise   |Sales return delivery process wtih Excise]
    [return in excise   |return in excise]
    [Excise Return   |Excise Return]
    [Excise Invoice Selection in Return Delivery   |Excise Invoice Selection in Return Delivery]
    thanks
    G. Lakshmipathi

  • Free Good Return after Return Sales

    Dear Gurus,
    I am doin the process of free good..scenario is that i have done the sales to my customer...now he return the good becoz of damage and he want the replacement as a free good....so wht will be the process? what i am doin is that makin the return sales order ---> PGR and after makin the order with order type SD subsiquent free delivery and makin the delivery.....now wht will be the credit memo is it will be issued to the customer or no? logically there will be no credit memo after the returns as we r replacing the good as a free good with diffrent order type SD.. but if u see the document flow u will see the return order is still being processed....so whts the best process for that?
    Thanks & Regards,
    Mohsin

    Hi
    Use Fm FORMAT_MESSAGE. After ypu get the entires in the IT_RETURN then pass the same IT to this FM FORMAT_MESSAGE with the necassary parameters so that we can read the contents of that.
    Based on this, we can delete the sales orders upon the type of error it is listed in the IT_RETURN table.
    Regards
    Lekha

  • Returns sales document for cancelled invoice

    Dear SAP Gurus,
    User has created a normal invoice with certain finished goods. Due to some reasons he cancelled this invoice with T code VF11. And then he tried to create a returns order wrt original invoice and created returns sales document without any error.
    OR --> LF --> F2 --> S1 (Cancel invoice)
                          F2 ---> RE ?
    Is this the standard behavoiur of the system or...is there any problem in copy controls config from Invoice document to Sales document.
    Request you to please suggest me how to process further..
    Thanks & regards,
    Praveen

    > My original billing document is already cancelled and when copying from F2 to RE, want an error message to be poped up saying billing document already cancelled, you cannot create a returns sales order.
    My ques. is Why will you create return sales order wrt billing document (F2) when it is not cancelled ?
    In other words, you will create return order when there is problem with material. So, for that you have to cancel the billing doc. which you already have done.
    So, when you create return order, you want the material to be entered in return order. So, you can use either original sales order or billing doc. (F2) as reference so that you need not enter all the items again in return order. You can also configure return order so that it will not take any reference while creation.
    In short, while creating return order you need to cancel the billing doc (F2) if it is there, so that all the accounting entries will be reversed and then have to create return order with ref to this billing doc. or original sales order.
    Hope you get some idea. Correct me if i am wrong anywhere
    regards,
    Sagar

  • Billing document should not be cancelled after creating return sales order

    Hi All,
    Billing document should not be cancelled after creating return sales order with reference to billing document. Please suggest configuration settings on the same.
    Sudheer.

    Hi,
    In SAP, when the sub-sequent document is existing , we can not cancel the preceeding document. Therefore if you want to cancel the billing document you need to calcel the documents which are created with reference to that.
    Check and confirm.
    Regards,
    Ravi Duggirala

  • How to Restrict Return Sales Order with reference to a cancelled invoice

    SAP Standard is allowing to create Return Sales Order with reference to a cancelled invoice which practically should not be allowed.
    Has any body worked on this problem and what could be the possible solutions so that return sales orders can not be created against a cancelled invoice.
    Kindly share your possible solutions.

    Hi Standard Process will not allow to create a Sales Order With Cancelled invoice,
    Kindly go through at Copy Controls
    T.CODE:VTAF
    in that some body might have maintained between S1 invoice to RE Sales Document.
    Remove the settings then u will be not able to create Sales Order w.r.t to Cancelled Document.
    Rewards if Usefull
    B.Shyam Sunder
    SAP SD Consultant

  • Free Goods Flow in Return Sales Order

    Dear Experts,
    I have a question that is how to make the free good item(TANN in order and RENN in returns) flow automatically in the return sales order along with the REN items. Does it involve item category proposal in copy control for billing document to sales document.
    Presently free item of preceeding billing document is not getting copied to my return order. Please inform us the config steps for the same.
    Thanks in Advance,
    Regards
    Srini

    Hi,
    This scenario is not supported by standard SAP.Please go through the OSS notes--549505 or go through the link given below
    [Constraints in Free Goods|http://help.sap.com/saphelp_47x200/helpdata/en/dd/55fa4e545a11d1a7020000e829fd11/frameset.htm]
    You may need to go for a Z development to meet your criteria.
    Regards,
    Phani Prasad

  • Free Goods are not getting exploded in to Sales Return Order

    Dear All
    I have created one order in which I am giving 13:1 (inclusive) free goods using VBN1.
    Order Qty               Converted to             Item Category 
    288  (13:1)              266  (With Price)      ZTAN
                                   22  (Free)               ZTNN
    I am having no problem upto Invoice. But while making return sales order with ref. to the invoice, it's throwing a message 'The system didn't find a valid bill of material' and free qty of 22 pcs are not getting imported into the return order.
    Please help

    Hi
    Returns Orders has document category H where the free goods are not supported may be because of this it is not get imported.See details below.
    http://help.sap.com/saphelp_47x200/helpdata/en/dd/55fa4e545a11d1a7020000e829fd11/frameset.htm
    Regards
    Ramesh

  • Free of goods should come automatically back when creates return sales order

    Dear sd experts
    I Know one thing that free goods wont come back ,, for ex when we create return sales order free goods wont come bz in VTAF copy requirement 302
    it means dont copy free goods
    Now i went VOV7--- for item category TANN-- i have maintained billing relevance A it means free goods items will come in to billing
    now when i am creating return sales order with reference to billing Free goods are not coming
                  My doubt is suppose if  my clinte asks free goods   will come automatically when creates returns how to do it ?

    Hi Ali,
    I just checked and understand in the below way:
    When I Do the PGI system is posting say 50 USD to COGS. But, when I do the Invoice ( 100 USD is credited to sales account and 100 is debited to discount account) So at the end 100 is getting Nullified. But, when we see P&L account you will COGS of 50 USD.
    I checked along with my FI consultant and she confirmed that its posting as per expected way only.
    Let me know if you need more details here.
    Regards, Sai Krishna.

Maybe you are looking for

  • Open Page in new window using action link

    How do I open a page in a new window, using action link ? If I put javascript window.open in OnClick event, the action event ins�t called.

  • How to populate the Ser Entry ext key into the Doc Head text in ML81N Txn??

    Hello all, My requirement is to to populate the Service Entry external key into the Document Header text. ( ServiceEntry - ERS Invoice (MRRL) ). through ML81N Transaction.I have checked for exits in ML81N as well as MIRO. those doesn't seem very conv

  • Problem with datagrid dataprovider

    I'm wondering why is it my search result is null after I press search button. After I press search, the datagrid is blank. But I ever test my service and it's working. Anyone has any idea how to solve it? So sorry I'm totally new to FLEX... >.< Below

  • I have a DVD stuck in the drive, how can i get it out

    how can i get a disc that is stuck in my drive out?

  • Account Receivable Calculation

    Hi, I have to write a program to calculate the amount of account receivables for a customer, do I just add the amount of all the entries in table BSID and BSAD, and also what is the Debit/Credit key used for? Please explain with more details as I hav