Sales return PGR  issue for E stock

Dear Sapients,
Scenario
I have created sales order stock, with account assignment u201CMu201Dand not with C (sales Order).Because we procure the stock at the time of sales Inquiry and w.r.t sales Inquiry.
SAP system will allow delivery and PGI w.r.t sales order, BUT stock will be taken from the sales inquiry only. This meets our requirement. We can do Billing and Customer Cheque receipts and posting.
Issue
When there is a sales return, the system does not allow doing a PGR.
Error
Special Stock E not supported (check your entry)
Message no. M7146
Analysis
From my understanding, there is no value string/Quantity string for the movement type for sales return with the required conditions.
Query(Need help to understand this )
Is it sap standard that special stock with indicator u201CEu201D are not subjected for Sales return (PGR).I want to do PGR for sales return stock. What are the settings to do the task.

Try this case ,if suits you.
Automatic purchase requisitions can be created with the following settings in mrp view.
-Procurement type:F
-Special procurement:30 (subcontracting).
When a sales order is created for materials having the above settings,subcontracting purchase requisition get created automatically.
When a GR is done for such purchase orders the error message "M7 146 Special Stock not supported" is thrown.This error is thrown when there is a subcomponent with itemcatagery 'D'.
Best Regards,
Ankur

Similar Messages

  • Restrict Goods Issue for Reserved Stock

    Hi Experts,
    My requirement is to restrict goods issue of stock qty which is reserved.
    For that i have created checking rule and assigned to MIGO_GI because we need to consider only reservation .
    Now when i create manual reservation system gives msg as per config.
    e.g current unristricted stock is 100 qty
    manual  reservation  created for  10 qty
    System gives msg if i issue material more than 90 qty. It is working properly
    Now pb is system is not considering reservation created by  process order confimation.
    I already assing checking rule with Checking grp for availability check and also set properties.
    in include dependant reservation i set - x - Include all reservations.
    I need to restrict goods issue for reserved stock for reservation created by process order.
    Thanks in Advance
    Janak

    Hi Janak,
    When a reservation is created automatically or manual, it will depicts the requirement of the material for the specific department/process. BUt it doesnot restrict or label the material as reserved. This is because the acutal requirement/consumption may vary from the reserved quantity. Also the stock still remains in the un-restricted stock and hence its open to be issued.
    Now if you want restrict the stock for automatic reservation, then you can make an enhancement wherein the stock is moved to required stock type. But this will block the stock for the order even if it is not required.
    Regards

  • 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

  • Excise invoice issue for non stock orders

    Hi,
    We are unable to create excise invoice for non stock materials. When we try to create excise invoice with refernce to the billing document, the following error appears (message no 81681: reference document of 2917 is not delivery document). This process was working properly before updating patches, but after the updation, we are not able to generate excise invoice for non stock materials. (FYI: In the case of non stock order we are using order related billing). Any solution to resolve this error??
    regards
    John
    Edited by: Gino12 on Oct 28, 2010 10:00 AM

    For sales with material type NLAG, Item category TAX and schedule line category CX contain the standard settings along with copy control settings (VTFL, item level requirement 004) that suit your case.

  • Sales returns process issue

    Hello Experts,
    There is the below scenario from the user, what is to be done in the below case for returns. which documents were unnecessarily created? which documents are to be cancelled. Please advise
    1. Customer 100 Nos with invoice # 1
    2. Customer sent back 50 Nos as low quality parts.
    3. Customer sent 50 Nos replacement against rejection by fresh sales order-del-invoice(fresh cycle created) # 2
    4. Customer paid entire payment of invoice # 1
    5. Customer is issued credit note against # 2
    Regards,
    Raj.

    Hi
    What I understand from your explanation is that,
    Customer had purchased 100 units from you for which he has already made the Payment.
    Subsequently, he has returned 50 units(low quality) for which you have already replaced him by fresh 50 units of goods.
    You must have made an order type SDF(Subsequent delivery free-of-charge) for this replacement.
    So, now you do not have to issue him a Credit note as you have already replaced the goods. Therefore,simply cancel the Credit note.
    If the Customer returns any goods to you due to some complaint, then either we issue a Credit note for it or we send replacement(fresh goods) through order type SDF followed by a Delivery. We do not create both.
    Therefore, cancel the Credit note as you have already replaced the goods.

  • GR document and posting date issue for initial stock upload are overidden

    Hi all
    Loading initial stock into the system using standard idoc message type MBGMCR and basic type MBGMCR02.
    We are trying to post the intial stock upload with posting and document dates in past with this idoc. The Idoc is accepted with these dates but while posting the system is overiding these dates and posting the document with system date. Any clue as to what is happening?
    Regards,
    Amit

    Hi Jurgen
    I am aware about the posting being possible till the last period.
    But the system over-riding the posting and document dates in the IDoc even if I chose previos day's date in the current period. The dates in the IDoc are correct to be in the past. The IDoc is accepted by the system with the document and posting dates in the past.
    But dates in the document after posting are system dates. Very unsual. Please let me know the reasons.
    Thanks for the reply.
    Cheers,
    Amit

  • Sale Order SP issue for userwise

    Dear Expert,
    I have three user 01,02,03 & everyone add sale order ,but i want to give edit option to 01 user only so i create following SP
    IF @transaction_type ='U'And @object_type ='17'
    BEGIN
    If Exists(SELECT T1.DocEntry from ORDR T1
    Inner Join dbo.OUSR T2 On T1.userSign = T2.UserId
    WHERE T1.docentry = @list_of_cols_val_tab_del AND T2.USERID != 01)
    Begin
    SELECT @error = 1, @error_message ='This user is Not Allowed to update sale Order'
    End
    END
    If i wrong Correct me because above result not working properly

    Hi Jay,
    Please check below.
    IF @transaction_type ='U'And @object_type ='17'
    BEGIN
    If Exists(SELECT T1.DocEntry from ORDR T1
    Inner Join dbo.OUSR T2 On T1.userSign = T2.UserId
    WHERE T1.docentry = @list_of_cols_val_tab_del AND T1.userSign <> '01')
    Begin
    SELECT @error = 1, @error_message ='This user is Not Allowed to update sale Order'
    End
    END
    Hope this helps
    Regards::::
    Atul Chakraborty

  • Sales return- Rejection of stock

    Hello all,
    I am working on sales return (customer complaint) cycle.
    I have maintained inspection type 06 in the material master.
    The movement type I am using is 651.
    As soon as the delivery is created, the inspection lot is created against the delivery.
    I do RR & UD for that.
    If UD code is accepted and I do PGR in the delivery then the stock comes under 'Returns'. This is fine.
    But when I reject the lot, the entry should be created in the blocked stock at the time of PGR in delivery, which is not happening.
    Instead it's giving me an error 'Status of inspection lot XXXXXXXXXXX / partial lot 000000 does not allow good issue'
    What's wrong?
    Mimiri

    Sujit,
    I don't intend to use 05 though it's stock relevant.
    06 is working fine for me.
    My only question is at the time of UD if I accept the lot and then do PGR in the delivery then the goods recipt is done in returns.
    What happens wrongly if the UD is rejected and then I try to do PGR then system gives error message thet the status of the inspection lot doesn't allow good movement.
    As per my assumption it should go to block stock if the lot is rejected.
    Am I making some mistake or is this a standard SAP practice?
    One more question is SAP has designed 06 specially for sales returns then just for stock relevancy why do we need to use 05?
    And whta should be the standard practice if we go only for 06? Any SAP library document for this?
    Mimiri

  • Negative stock caused by vl06g for consingment stock W

    Hi Gurus,
    We are facing following problem in our company.
    When we post collectively goods issues for consignment stock (W) for previous period thorugh transaction VL06G, system lets negative stock while it shouldn't.
    When we post GI for current period everything works fine - system doesn't let us proceed GI if we don't have enough stock.
    Below listed our settings:
    1. we didn't allow negative stock in valuation area- OMJ1,
    2. availability check of item category KAN (consingment pick-up) is on,
    3. in material master- in "Sales/General:Plant" View, negative stock is not ticked.
    Thank you

    Hi,
    As Jürgen said price can't be negative. You need to correct MAP first before posting the invoice. Try running consistency check (Tcode: MB5K) you might know the reason why system is showing -ve moving average price and then you can correct.
    Regards,
    Rakesh

  • Able to post Invoice for Blocked stock from quality

    Hi
    I did GR for material against PO for 50 pcs, During QA32 stock posting i posted 30 pcs to Unres. stock(101) and 20 pieces to blocked stock(350) storage locations.
    Now when I am trying to  create  MIRO invoice verification, I am getting all the 50 pcs and available to post also for the entire quantity. How the system is allowing me to carryout Invoice verification for the blocked stock 20 pcs also ???
    It should allow me to process the 30 pcs only which are in unres. stock .
    How do I block the blocked stock from getting invoiced ?
    Please help
    Thanks
    Samuel

    Dear Jurgen
    Thanks for the reply,  master does contain the control key, I also have the inpsection set_up for the materials. During PO in delivery tab at item level I am getting stock type as Quality Inspection. During GR, lot is getting generated and we are able to Stock post it using QA11. Every thing works fine till the stock is there in Quality till the run of Txn QA11. But once stock is out of quality we are having the issue for the stock posted to blocked, I can understand MIRO picking up Unrestricted Quantity of the Lot but why it is also picking the quantity posted to blocked stock as we do not want to pay the vendor for this stock quanitity till we clear it.
    Is there any normal config setting to stop it form geting picked during MIRO.
    Thanks

  • Sales Return to another plant

    My client sells the materials from plant A, but all the sales return are to be received in plant B.
    In plant B it is only kept at for storage and repair. After repair we send the material back to customer.
    Is it possible to do this?
    Regards
    Edited by: RAVI PASWAN on Sep 23, 2009 10:45 PM

    hi,
    maintain shipping condition- 07 (sales return)  in VOV8 for return order type(RE)(shipping tab -- shipping condition)
    maintain plant determination in OVL2
    shipping condition /  loading group / plant
    07           /           loading group(material master) /      plant B
    this will solve your problem
    regards
    senya

  • Tables used when creating a sales return with and without refrence

    Hiya gurus,
                    I am developing a report to display sales order and sales return created from one partiular storage location and for one particular division. I need to get the tables used when creating the sales order and the sales return's.
                   For sale order I would be using VBAK and VBAP but for sale return with refrence and without refrence i am not sure which tables to look for.
                 kindly please let me know which tables i go for to get the sale return data.
                Thanking you very much, your efforts are deply appreciated
    Cheers,
    ZIa

    Hi,
    U can see VBFA tablefor CompleteDocu flow with differentconditions.
    Regards,

  • Error while doing PGR (post goods issue for sales order return)

    Hello Gurus,
    I'm trying to do PGR for a sales order return. But system shows the following message: "Shortfall below the specified stock level or quantity amounting to 100 UN". (Message number : M7021)
    I've made some searches in SD forum but I didn't fnd appropriate answers.
    What does it mean ? How can I fix it ?
    Thank you,
    Bahia.

    Hi
    "Special Stock E not supported (check your entry)".
    This means your sales order (in your case the returns order ) is created with an item category which is marked with special stock indicator E  in VOV7 and the system is checking for that special stocks and it is not finding that
    When you mark any item category  with special stock indicator it can be E or Q or W ( it can be anything ) system will check for that particular stock category and not the general unrestricted stocks
    For you mistake can be two things
    1. Right now REN or RENN is wrongly marked with special stock indicator E  in VOV7
    If so remove that and try a fresh cycle
    2.The process you are right now doing is returns
    The original sale would have happened with special stock indicator E marked in its item category
    That means it is special stock
    That stock you might be trying to take it into general stocks now
    In that case right now you need to mark REN or RENN with special stock indicator E
    Note whenever you put your hand in VOV7 create a fresh order cycle and test and dont test it with already created order
    Note touching requirement classes are all big things to do in a project and not advisable lot many mistakes we can correct itself if we know order type ,item category and schedule line category
    Regards
    Raja

  • Sales Returns for Excisable Finished Stock

    Dear All,
    I have read a post below with regards to sales returns for finished stock which updates RG1 register, as I understand RG1 register is a quantity register, and the movement types define the sales returns qty wise, However I have the following queries
    If I send 10 qty of material to my customer the same is captured through my normal sales scenario where I create an outgoing excise invoice, however if the customer sends 3qtys back then I create Return Sales Order, Return Inbound Delivery and a Credit Memo, however from an excise point of view I need to use the t-code J1IH as suggested in the below post and click on additional excise and give the required details. However at the bottom there is a radio button tab RG23 A and RG23 C where in the system by default it is selected as RG23A.
    My question is I will input an outgoing excise invoice where I need to give partial credit for the part qtys which the customer has returned and if  I do click on RG23A tab( Since there is Radio Button) does it have any impact on the register RG23A value wise, as per my understanding RG23A is used from a purchase point of view for raw materials and RG23C is for purchase finished product and why is there no Radio Button indicating RG1 and it does have any impact on other register as well.
    Customer Returns for Excisable Finished materials RG1 registers update
    Kind Regards
    Atul Keshav
    Edited by: Gojolly99 on Jul 10, 2011 8:21 AM
    Edited by: Gojolly99 on Jul 10, 2011 8:38 AM

    Dear Siddhartha,
    This functionality was available in standard it self, Chose order type RE, Configure Delivery (PGR) and billing documents for the order type. It will reversal automatically the excise and sales etc..
    In sales, customer will get debit and sales will get credit, so once you can take return this will get reverse including excise, sales and cst  / vat.
    if it is use ful reward me
    Reg
    Eswar

  • Movemen tye for stock against SO (Unrestricted) during Sales return deliver

    Hi,
    I wanted to trasfer stock against sales order (unrestricted) during PGI of Sales return deliver.
    Currently we are using Movement type-653 but it transfer stock to unrestricted location which we want to take against sales order-unrestricted.
    Please suggest movement type for same or do we need to create new movement type for same.?
    BR,
    Ajit raut

    As per my opinion , it is not possible.First you have to put the Stock in Unrestricted use then you can assign it to any Sales Order.
    It can come in Sales order - Unrestricted Only when in Your Sales Cycle - Returns , you create a Returns Order wrt any Sales Order which is not Possible.
    So better to do the PGR and then assign the stock with a new Sales Order.
    Best Regards,
    Ankur

Maybe you are looking for