STO of Returns Status Stock

Hi
I have some stock in Plant A (in Italy) which has been returned from a customer and is in 'Returns R ' Status.
We need to move this stock to Plant B (In France) where it can be inspected and decision made whether to release to Unrestricted or to Block it.
A MB1B 455mvt could be done but we really need it to follow the STO process so we have a delivery note and documentation for it.
It seems there is no possibility for this.
Does anyone have experience other than changing the stock to Unrestricted prior to and after back to Reurns following shipment?
Thanks
LH

hi,
  rajendra it  is nothing to do with movement type,
but in sto if you want system to consider sales order stock ,u will have to change following things,
1) mrp type
2) stratergy group,
2) mrp group.
with necessary atp and tor customising for checking group RP.
and also requirement class triggering should happen based on above new customising.
as a result system would definetely consider sale order stock for sto confirmation .
please reward if helps !!!!!

Similar Messages

  • While using LT0G( Return to Stock from Delievry),item is Locked

    Hi All,
    We created an Intercompany STO, created delivery and since Storage Location was Warehouse Mnagaed created a TO for picking and di Goods Issue on that.Later it was realised some materials were wrongly included in delivery.So Goods Issue was reversed (VL09) and then while trying to reverse TO using LT0G we encountered a strange issue:
    1) One of the material included in delivery had delivered quantity as 108, during picking (TO creation) 70 units of the material got picked from one storage Bin and 38 from other Bin.
    Now in LT0G, i get the 2 line items created for this material however line item with only 38 quantity is active and allows to be returned to stock from Delivery, line item for remaining 70 units is locked and available quantity field is blank.Why it shows as locked? How can i unlock that? This is critical as we need to delete the picked material soon.
    Thanks,
    Anshul

    Select the locked item (set somehow the cursor on it), and click on "Log" button. What is the error message you get?
    Is the stock available?
    Isn't possible that someone already created the return TO for that item?
    LT0G is a troublesome transaction...(e.g. in case of stock determination group is set in material master it won't work; if not dynamic bin was used for picking you also may have problems, etc). Please check OSS notes there are many...
    You can try to process the item (try to create TO for that item) that is selectable and after that try LT0G again...
    (on selection screen of LT0G use "TO item view" radio button)
    remark:
    If you wants to delete the delivery you can do it w/o reversing the TO in LT0G. If the picking status is "C" you can delete the delivery and move the quant from 916 to normal storage type using LT01 / LT10...
    Regards,
    Csaba

  • Table of balance stock split by status stock on posting date

    Could you please suggest me for  the table of balance stock split by status stock on posting date?
    MCHB can not support my requirement because it  has current stocks.

    I give you for exsample data.
    Stock on 01.03.2011  (This is a selection date)
    Material code   ||  Batch  ||   Base unit  ||  Unrestricted use stock   || Stock in quality inspection  ||  Blocked stock
    A0001              || 09K1    ||    EA           ||     10                                ||              2                             ||
    A0002              || 10K1    ||    EA           ||                                         ||              9                             ||   3
    Stock on 31.03.2011  (This is a selection date)
    Material code   ||  Batch  ||   Base unit  ||  Unrestricted use stock   || Stock in quality inspection  ||  Blocked stock
    A0001              || 09K1    ||    EA           ||     5                                  ||              2                             ||   1
    A0002              || 10K1    ||    EA           ||      6                                 ||                                             ||

  • How to do STO of expired batch stock

    Hi,
    How can I do STO for expired batch stock? i need to do it for scrapping which is handled in other plant.
    Thanks in advance.
    Ninad

    Hi
    I suppose the expired batch is blocked stock & for doing the STO, we need to bring the stock to unrestricted. What you can do is, create one separate new storage location in which there wont be any other stock available. Move the expired blocked stock to unrestricted stock in this storage location. Process the STO cycle with this storage location. In recieving location, stock can be again recieved in quality stock & can be treated for further process i.e scrapping.
    Thanks
    Sachin

  • Returns status code '500' (Internal Server Error) in response

    Hi,
    I got error like
    HTTP connection to http://XXX.com:50600/sap/xi/cache?sap-client=001 returns status code '500' (Internal Server Error) in response
    I did check this Discussion HTTP returns status is 500(Internal Server Error)
    But I don't understand can someone help me in detail.
    Thanks
    Kamal

    Hi All,
    When I check RFC destination configuration with following information.
    RFC Destination as "INTEGRATION_DIRECTORY_HMI"
    Connection Type: H
    Under Technical Setting TAB
    Target Host: write the host name
    Path Prefix: /dir/CacheRefresh
    Service No: enter J2ee port no (e.g. 50000)
    Under Logon/Security TAB
    select Basic Authontication radio button
    SSL select inactive
    Under Logon:
    Lang: EN
    Client: enter client
    User: XIISUSER
    Password: *******
    Under Special Option TAB
    HTTP Setting:
    HTTP Ver: HTTP 1.0
    Compression: inactive
    Compressed response: NO
    HTTP Cookies: Yes (All)
    This is the test result.
    Status HTTP response : 403
    Status text : Forbidden
    Duration test call : 163 ms
    Please help me.
    Thanks,
    Kamal

  • How can I check the return status of a request using URLConnection?

    Hi,
    I am using the classes URL and URLConnection to connect to a remote server and make a POST request. The code extract is:
    URL u = new URL("http://.....");
    URLConnection con = u.openConnection();
    con.setDoInput(true);
    con.setDoOutput(true);
    con.setUseCaches(false);
    con.setRequestProperty("Content-Type", "application/x-www-form-urlencoded");
    DataOutputStream out = new DataOutputStream(con.getOutputStream());
    out.writeBytes(........);
    out.flush();
    out.close();
    Next, I would like to check the return status of my request. I need to see if the server returned status 200 (OK) or an error (e.g. 404). Is there a way to check this?
    If you are aware of another way I can achieve this whole thing I would be grateful if you could let me know.
    Thanks very much for your help!

    URLConnection doesn't have a getResponseCode
    method...
    But I found a link
    http://bugs.sun.com/bugdatabase/view_bug.do;:WuuT?bug_
    id=4191207
    that helped me found out that there is another class
    called HttpURLConnection:
    ((HttpURLConnection)conn).getResponseCode( )You should read the API:
    http://java.sun.com/j2se/1.5.0/docs/api/java/net/URL.html#openConnection()
    "If for the URL's protocol (such as HTTP or JAR), there exists a public, specialized URLConnection subclass belonging to one of the following packages or one of their subpackages: java.lang, java.io, java.util, java.net, the connection returned will be of that subclass. For example, for HTTP an HttpURLConnection will be returned,..."

  • That logic not to pay the money To customer once he returned the stock

    Dear SD Experts
    I Dont want to disturb This link Flow, so that is the reason i am asking my doubt here
    Return Sales order - update of Item category change
    I Am very interestingly to know what is That logic not to pay the money To customer once he returned the stock , then changing The item category in returns ....Please  explain

    Venu,
    Is the return authorized by the company?  If yes, what are the terms of return. If the company has a explicit policy like:  "Only replacement, but no credit", your logic can stand.  The reason could be that the item once opened, cannot be or should not be reused.  Like onetime-use plastic molds. Once molded, it has no value. Or opened onetime-use sanitized surgical instruments. 
    Another scenario I can think of is that it is a custom made goods.  For example, you want a chopping board with your name engraved on it, Before delivery, the maker takes an approval from you after showing the design work.  You approve the design, and give a go ahead. In such a scenario, the product is of no use to the seller.
    Any any of the case, like Moazza said the policy should be very explicit.
    Thanks

  • R12 update_vendor_site return status

    I am trying to update an existing supplier site and making this call :
    pos_vendor_pub_pkg.update_vendor_site(
    p_vendor_site_rec => vendor_site_rec,
    x_return_status => l_return_status,
    x_msg_count => l_msg_count,
    x_msg_data => l_msg_data);
    The return status is : "U" and the return message is "FND". I assume that successfull update should return me status "S" with no messages.
    Seems like "FND" stands for found ( which is normal in case of Update ) What does status "U" mean? Was the site successfully updated?
    thanks in advance.

    This API does not exist in R12.
    I have read in the API definition that it does not update TCA info. I assume this is why the update does not work in R12.
    Does anyone know how to update a vendor site or contact in R12???
    Thanks

  • Return sales stock from customer

    Dear All
    for Return goods from customer,after posting the return delivery and goods recipet (the stock is posting in to movement type 651)  and not available in the unrestricted use stock, then how to make these stock to use as unrestricted use and saleable to other customers.
    Please give the soluation for this problem, its top urgent.
    Thanks in advance.

    Hi,
    When Cuistomer Return Stocks are processed by default it goes to "Returns Blocked Stock" Not valauated for Movement type 651,
    You can trasnfer post it to Unrestrcited using Mvmt Type 453
    If you want directly into unrestrcited then use 653
    Regards

  • PO/STO Creation based on Stock Levels

    Dear all,
    We have the following scenario to be configured.
    1. When PO/STO being created, if stock is available in DC, STO should be created.
    2. If Stock in DC is zero, PO should be raised against a specific vendor
    How can this be achieved?
    Thanks,
    Satish

    Hi
    What is DC?
    If you use MRP type VB in material master MRP view and maintain reorder level as 100 EA, then whenever stock fall below 100 EA in that Plant a PR will be generated.
    If you have sourcelist and info record with fixed vendor then source assigned PR will be generated then that PR can be made as automatic PO in ME59.
    If you have scheduling agreement and sourcelist with MRP relevency indicator 2, then instead of PR, schedule line will be created during MRP run if the stock is below 100EA
    Hope it will solve your problem
    Regards
    Antony

  • Returns Order stock usage

    Hi,
    In our systems we have defined Returned Sales Orders as ZRE. When we return the stocks along with a Returns Delivery (Goods Receipt) stocks will be in a Returns Bin in a particular warehouse.
    But these stocks are not bound to a Sales Order Line Item. What is the movement we should use to assign that stock into another Sales Order if we are planning to
    ship them out ? And these Returned Goods seems to have "No Value".
    Appreciate your advice regarding this!
    Thanks in advance,
    Tarika

    For FG Material we have activated Inspection Type '06' - Returns from Customer Inspection and Inspection Plan with Usage 'Goods Issue 06' also created.
    SAP has returns set up to create 06 inspection lots. These are not stock relevant. In this case the inventory goes into the return stock category and another move must be done to move the material to unrestricted or blocked as needed it will not allow to move to QI
    If the material should go into QI stock and be under QI control, then config must be changed to use the 05 inspection type instead of 06.
    We create return sale order material comes in returns and we need Inspection lot with '06'. so in MB1B using mvt type 457 trying to move stocks from returns to quality but system is not allowing to transfer stock it gives error Change Inspection stock in QM only.
    In SPRO SD schedule line category for returns(DN) change movement type to 655 and make relevant settings for QM movement types.
    Check below relevant thread for more information
    sales return
    Cheers
    KK

  • Return to stock from Delivery in WM

    Hi All,
    We have one case related to WM. 
    User wants to do return to stock from delivery.  The process is user created Sales order, Out bound delivery ,T.O and T.O  confirmation.  Now, the stock is  LS26 in  916 storage type (Shipping Area delivery).
    Anybody can please tell me the step, how can i return the stock to same bin.
    Thanks in Advance
    Regards
    Chandru.

    Dear,
    With transaction LT0G, enter the delivery and, if you created more than one TO, select the view at TO level, here select also the WM movement type you want the sistem should use. In the list the system will show you, you can also change the quantity you wan to return back.
    Regards,
    Daniele

  • Return consignment stock to blocked stock

    Hi All,
         I want to be able to return consignment stock through sd (pick up)directly to blocked stock .
    Movement type 632 is now used to transfer consignment stock to own unrestricted.
    What can i do ? is it possible  to put material in block stock with movement type 632
    In MM02, I enter the material code for which I am  creating consignment pick up and selected "Quality Management" view. & assign inspection type  06- Inspection for Returns from Customer
    & marked post to insp  stock.

    Hi
    Option 1
    For your consignment pick up schedule line category F0 or F1 the standard movement type is 632
    only
    You are not adviced to tamper the standard settings
    With  632 movement type stocks will be in  own unrestricted
    You can move them to QI inspection in t code MB1B with movement type 322 which should be he correct process
    Option 2
    But if the business demands then in your schedule line category F0 or F1 change the movement type to either 
    655---goes to QI inspection straight away (you can move them back to unrestricted  t code MB1B with movement type 321)
    or
    657----blocked stocks (you can move them back to unrestricted  t code MB1B with movement type 343)
    But avoid option 2
    Regards
    Raja

  • On-Demand process: Return status?

    I have a ODP that is called as a application process from an instance of the htmldb_Get object.
    The ODP returns the standard output using htp.p that is injected into the DOM of the calling page as appropriate.
    Along with this, I also need to return a "return status" that would determine further execution in the calling function. 0 for no errors, 1 for error and so on.
    I guess this is where it makes sense to return a structured output from the ODP using either XML or JSON, right? The output stream or "payload" could contain the real output that is consumed by the calling process and the out-of-band status code that I need.
    What is the most elegant, "infrastructure" way to do this sort of thing?
    Are there readymade JSON encoders for PL/SQL that can be used here?
    Thanks

    Vikas,
    I have not tried the package available at:
    http://reseau.erasme.org/Librairie-JSON
    Regards
    Roelie

  • How to remove or return status of Device on PC for find it?

    Remove Device from PC but My's iPhone was lost, How to remove or return status of Device on PC for find it?
    If it automatically reappears in the devices list. If you still have access to the device, you can prevent it from reappearing by turning off Find My iPhone?
    Please suggest me

    I did copy it to my desktop, but it still won't let me open it.  I think the file on the disc might be corrupt or something like that though the cd itself checks out fine as far as viruses go.  I was able to verify the disc, but that's about it.  My husband tried it on his iMac and we have the same issue.  It's unzipping the folder, but won't let us open the folder on both the Mac Book Pro or the iMac by double clicking, going to file/open or right clicking.  It just keeps saying the same message as I posted above.  I think I'm just going to have the client put the pictures on either a memory card or a USB memory stick so she won't have to compress the files for zipping purposes.  It's been too frustrating trying to open this folder on this cd she gave me.  She said she created/zipped the cd on her Mac Book Pro but it sure won't open on mine.

Maybe you are looking for

  • HP 4500 envoy will not print in window 7

    The installation process goes as far as getting ready to gather the information about the printer then it locks up and stops running.   When I try to run the wizard to fix it, it tells me that XML files failed to load.   Do I need to get an updates f

  • Hard drive failure… 3 1 TB drives  dead?

    I have had three 1 TB drives fail after very little use. The first two drives were Western Digital Green  1 TB drives.   Best Buy was overstocked and selling the Mac version of its USB Western Digital drives.  I took the drives out of the cases and I

  • How do I record voice on Final Cut Pro

    Hi everyone. I have a question. How do I record audio from a microphone plugged to my mac on the FCP. And in case I decide to use Soundtrack which settings do I have to put to then pass this audio to a FCP project done with Apple Pro Res 422. Thanks

  • Cannot multi-select rows in a table

    I have created a view with a table that is bound to a context node. the context node has the properties "Cardinality" = 1..n and "Selection" = 1..n. the table has the property "selectionMode" = 1. I am not able to multi-select the rows in the table.

  • PR overall release workflow

    Hi All, I am working on PR overall release workflow (WS20000077) and had activated workflow for PR rejection 'wf_pur_rejo' (WS65400029). When i create a PR using ME51N workitem gets created. When we reject the PR by executing the workitem i receive t