Issue in moving material from unres to qual using 322 mvt. type

There is a scenario in which user trying move the material from unres  to quality using movement type 322 in MB1B.
error: Stock posting possible in qm only.
Material Master: activated for the material.
query;  Is it possible to use mb1b to move from unres to qual?
What are other way to bring the unrestricted to quality, is that any material qm view setup required to achieve this.
Edited by: kkr_chandran66 on Jan 7, 2011 1:57 PM

We need to put it first into quality from unrestricted and then return.
Dear from unrestricted to QI you can bring back through MB1B 322 movement type it is standard process but in your case it is not allowing because the stock which is in unrestricted was cleared means usage decision stock posted by UD so to bring back that stock in QI again you need to reverser that UD first for that refer my previous reply and apply note which will reverse the lot.
what is the normal process steps for vendor return.{quote}
Make a returnable purchase order,do the delivery to vendor through MIGO 161 movement type with reference to the returnable purchase order.
Cheers
KK

Similar Messages

  • Issue in moving files from data fodler to processed folder in background

    Hi All,
    I am facing one issue in moving files from data fodler to processed folder in case of background execution.
    When i am executing the file in the foreground, i can move the file from Data folder to processed folder. I am using SXPG_COMMAND_EXECUTE FM to move the file from data folder to processed folder.  I can see the file in processed folder once the program is executed.
    But in case of executing the same program in background, it is giving me the error "Failed to move the file to processed folder" in the spool of SM37 and i can see the file still laying in data folder.
    I tried to check other programs which acesses the same folder as the above program, whether they are able to move. They are able to move the file to processed fodler successfully both in foreground and background mode.
    Please help me in resolving this issue.
    Thanks,
    Deepa

    Hi Sanu,
                    Please use teh following code to move the file from source to target folder.
    This is a code showing how to create and use COPY command of UNIX in ABAP
    PARAMETERS:
    Input file path
    p_input TYPE localfile,
    Processed file path
    p_proc TYPE localfile.
    Declare the Types to file data
    TYPES: BEGIN OF L_X_OUTPUT,
    sys(200), " Please note, there are asterisk before and after sys (i.e.sys)
    END OF L_X_OUTPUT.
    * Internal table to store file data
    DATA l_i_output TYPE STANDARD TABLE OF l_x_output WITH HEADER LINE.
    * Variable for the UNIX command
    DATA: l_v_unix_comm(255) TYPE c.
    Copy command of UNIX
    CONCATENATE 'mv' p_input p_proc
    INTO l_v_unix_comm SEPARATED BY space.
    For example the Copy command is stored as below
    cp u2018/data/interfaces/input/input_fileu2019 u2018/data/interfaces/processed/processed_fileu2019
    Examples of UNIX Command *u2022 mv filename1 filename2 --- moves a file (i.e. gives it a different name, or moves it into a *different directory (see below) *u2022 cp filename1 filename2 --- copies a file
    Execute the UNIX Copy command.
    This command will copy the file from input file path to the processed file path
    CALL 'SYSTEM' ID 'COMMAND' FIELD l_v_unix_comm
    ID 'TAB'
    FIELD l_i_output-sys.
    IF sy-subrc eq 0.
    write: 'File is copied successfully using UNIX command in ABAP'.
    ENDIF.

  • When moving material from Uml-zone, we -zone etc.

    When moving material from UML-zone, We-zone, etc. Can you get the system to generate individual SU#'s.
    I have 30 items of XYZ, I want to move all 30 at one time and generate 30 individual SU#'s......Is there a way?

    Yes, this is possible and standard
    If you post a material document to place the stock into the interum storage type try LT06 and use the document as a refrence, you will need to maintain the LE quantity in your material masters and the system will automaticaly propose the correct number of SU when you click "palletization".
    if you do not maintain the LE you can enter the qty as  (for example) 60 X 3000EA / 1 x 2500EA (or whatever unit of measure you use)
    This is very standard for WM and easy to do once the configuration is in place and you learn the transactions.
    LT06-LT12
    Edit: if this doesn't fit for your needs please provide more info about the transactions you currently use to put the stock into the WE-zone and how you are currently moving it out

  • Moving material from quality to unrestricted

    Hi Experts,
                     We have a scenario where the user has given the UD but the stock posting tab was missing in the QA32 screen, so stock posting could not be done. Now in the stock overview the material is available in quality stock only. We want to take the material to unrestricted stock. Inspection types 01, 08 and 09 are active in material master. Please advise how to proceed? If we try to transfer material from quality to unrestrictedthrough 321 movement in MB1B, we are getting error message "change inspection stock in QM only ". Please advise.
    Regards
    Sm.

    Hi
    08 is Stock transfer
    The QM component cannot manage stock movements for inspection lots that were created manually.
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/89/9bb43418e43b4ae10000009b38f83b/frameset.htm
    This inspection lot is created automatically during stock transfer or created manually ?
    Alagesan

  • WM-PP : Backflush a material from different bins in the same storage Type

    Hi Gurus,
    We have a business scenarion where we do manual staging for production , the staging area has different bins within the same storage type for the same material, I am wondering if there is a way to backflush the material from different storage bins upon prod. order confirmation (using a control cycle?)
    Thanks
    Kris T

    Look like it's not possible using the SAP standard.

  • Goods Issue not possible with ref to Reservation using 201 mvt type when reservation created by 311 movement type

    HI MM Folks,
    My requirement is reservation should be created with 311 movt type. When we do good issue with 201 movt type with reference to reservation
    system is throwing an error "Goods movement not possible with mvmt type 311". Due to MRP run we should create a reservation using 311 movement type but not 201 mvt type, (If we create a reservation 201 movt type, during MRP run automatically reservation quantity also taking into consideration, to avoid this we will be creating reservation as 311 movt type). Is there any enhancement to available to reach the requirement. If it is possible give me guidelines.
    your help will be highly appreciable.
    Regards
    Vinay

    Dear,
    Movement type 311 is for doing transfer posting from storage location to storage location with single step.But Movement Type 201 is to have consumption entry with respect to cost center etc...
    You are creating a reservation using 311 movement type and while posting the entry you are selecting the"Executable action in MIGO" is "A08-Transfer Posting" so system will always use the movement type used at the time of reservation only.Here you can not change.
    And more over if you process entry with 201 movement type system creates accounting documents but with movement type 311 system will not create accounting documents.
    Regards,
    Pardhu

  • How to stop user from using 961 mvt type in MB1C transaction code?

    Hi Friends,
    We have two companies. Already we have restricted end user for using 961 & 962 mvt type in MB1C transaction code in one company code 1000. Now, we want to restrict end user for using 961 & 962 mvt type in MB1C transaction code in other company code 1200.
    I have checked configuration using OMJJ transaction. But, it is there so there may be some different way of control.
    Can any body help me?
    Regards
    Siva

    Hi,
    To restrict/block the movement type,  the steps are:
    1. use transaction code OMJJ.
    2. Enter the movement type you want to block.[From 961 To 961](do for both961& 962)
    3. Select the Second option in the List which appears in the left. (Allowed Transaction).
    4. Remove the transaction codes (MB1C)from where you do not want to use that particular movement type& save.
    For user specific to block the movement type, pl consult Basis Consultant.
    Regards,
    Biju K

  • Quality issue when moving clips from events to project

    When I drags clips or parts of clips from events to my project, the quality drops significantly (blocking).
    Original clip (H264 encoded SD video) is fine, when imported into imovie it is still fine when skimmed/viewed in the event but as soon as draged into the project, the quality is bad (when skimmed/viewed in the project) and blocking occurs, especially in dark parts of the video. Of course this bad quality remains on the exported video :-(((
    Any idea where this might come from and how to overcome it ?
    Thx for your support

    Apologies for bumping this again, but I'm getting the same issue and I'm wondering if it's the original HD files that are incompatible in imovie. It's odd that only a few of us are reporting it.
    I'm capturing HD video in mov format (motion jpeg) from a panasonic FZ5 still camera. The footage has been imported via iphoto. It's 30fps - not the native uk frame rate - but I can't change this on the camara. When I edit in imovie, I get the same massive drop in quality as soon as I move an event to the timeline. Blocking especially on blocks of colour. This happens on playback from the timeline within imovie and on export. I've tried creating a project in both pal format and ntsc in case the frame rate is the issue. No joy. In Final cut the problem seems not to exist, but I'd prefer to manage these very simple home movies in imovie.
    I'm now wondering whether to switch to a different still camera like the newer panasonics or sony hx5 as these capture in avchd (presumably 25/50 fps if sold in uk) and might get over the problem. any thoughts?

  • MOVING MATERIAL FROM RETURN STOCK TO UNRESTRICTED

    Dear Gurus,
    A product is rejected by a particular customer as we were not meeting their quality specifications .the product is now in returns stock
    the product can be used for an customer since it meet their quality specifications.we want bring it into unrestricted stock but with a traceability in system.so that when an quality audit is done we can give solid reasons for moving this rejected product into unrestricted.
    Can we do this by creating a manual Notification and maintaining reason moving the product to unrestricted.
    or is there any other way of going about this so that auditors do create problem in future
    Regards
    Ram

    Hello Ram,
    You can use inspection type 05 for this purpose so that whenever post goods' receipt will be done the materials will be posted to quality inspection instead of returns stock.  You can do stock posting in this case with reference to inspection lot. You need to change the customization for this. Movement type would be 655 instead of 651.
    Best Regards,
    Anand Rao

  • Moving files from PC to MAC using iPod

    So, I followed all the directions that I found on Apple's site about moving my files from my old PC to MAC. When I go to my MAC so I can pull over the files that I have on my iPod, I must be missing something because its not doing what it should be. I should be able to find on the iPod where are the files I put on it are stored but I'm not...help!

    Look at these links.
    *How to use your iPod to move your music to a new computer*
    http://docs.info.apple.com/article.html?artnum=300173
    http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipod-to-co mputer/
     Cheers, Tom

  • Issues in mapping objects from java to flex - using flex4

    Hi,
    I have a class in java which i want to send to flex4 using BlazeDS as middleware. There are a few issues that i am facing and they are:
    When sending the object across (java to flex), the properties with boolean data type having value as true gets converted to properties with value as  false. Even after setting the value to true it still comes as false on flex side. Can't understand why this is happening.
    When sending the list of object containing property with boolean data type, the object on flex side does not show those properties at all. As of there were no boolean properties in that object.
    Last but not the least, When sending List<ContractFilterVO> contractFilterVOs to flex using remote call, the result typecasted to ArrayCollection does not show the holding objects as ContractFilterVOs but as plain default Object though having all the properties send, except the boolean one mentioned in above points. Basically it is not able to typecast the objects in arraycoolection but the same objects gets typecasted when sent individually.
    In all the above points i am using Remote Service through BlazeDS for connectivity with Java. I have done a lot of this stuff in Flex 3 but doing it for the first time in flex 4, is there anything that Flex 4 needs specific. Below is the pasted code for reference purpose.
    Flex Object
    package com.vo
         [RemoteClass(alias="com.vo.ContractFilterVO")]
    public class ContractFilterVO{
         public function ContractFilterVO(){
         public var contractCode:String;
         public var contractDescription:String;
         public var isIndexation:Boolean;
         public var isAdditional:Boolean;
    * Rmote Part of code
    var remoteObject:RemoteObject = new RemoteObject();
    remoteObject.destination="testService";
    remoteObject.addEventListener(ResultEvent.Result,handleResult);
    public function handleResult(event:ResultEvent):void{
         var contarctFilterVOs:ArrayCollection = event.result as ArrayCollection; //Point 2&3 probelem, if list sent form java
         var contarctFilterVO:ContractFilterVO= event.result as ContractFilterVO; //Point 1 probelem, if only single Object of type ContractFilterVO sent form java
    Java Object
    package com.vo
    public class ContractFilterVO implements Serializable 
         public function ContractFilterVO(){
         private static final long serialVersionUID = 8067201720546217193L;
         private String contractCode;
         private String contractDescription;
         private Boolean isIndexation;
         private Boolean isAdditional;
    I don't understand what is wron in my code on either side, it looks syntactically right. It would be great anyone could help me point out my mistake here. Waiting for right solutions...
    Thanks and Regards,
    Jigar

    Hi Jeffery,
    Thanks for your reply, it did solve my query @ point 3 as well as point 2 where the objects in arraycollection were not geting converted and boolean properties did not appear when list of an objects were received. And hey, i did have public functions for properties defined java class, just forgot to mention here in post, sorry for that.
    The solution you gave was right, but than what if i have a VO which has multiple List of objects coming from Java, than i would have to create an instance of each type of object on flex side this is too tedious, is'nt it? Is there any better solution... out there.
    And jeffery do you some tricks up your sleeve for this Boolean issues to that i am facing in point 1... Still struggling with this one...
    Anyone out there would be more than welcome to point my mistake, if any and provide tips/tricks or solutions...
    Thanks again to Jeffery...
    Waiting for more solutions sooner...
    thanks and Regards,
    Jigar

  • Issue material to particular storage location with particular mvt type

    Hi
    I have a question about production order confirmation
    If i enter the storage location in goods movement page automatically come for movement type
    ex.
    I want to issue the material to scrap location.if i enter material and storage location SCR movement type should come 531.
    Is it possible ?
    Pl guide me

    531 movement type is used for receipt of By-products. So in your case if a particular item you want to receive in scrap location by the use of 531 then you have to define the item as by-product.
    If you define the material as by-product then during production order confirmation at goods movement screen, the movement type will be automatically 531.
    The main material (manufactured material) will be received using 101 and the by-product will be received by 531.
    Please follow below steps to define the item as by-product:
    - First change the BOM of the header material (the material which is manufactured) and enter the item with negative quantity.
    - Run Re-read PP master data for the production order.
    - Try confirmation.

  • Moving music from pc to mac using ipod

    I recently bought a ipod and macbook.....all my music is on my old pc which is running xp,.....I want to move all my music from the pc to the mac using the ipod but the apple care told me the ipod is only one way.....computer to ipod.....not ipod to computer.....i called apple care and they told me to post this asking about a program that enables me to take my media on the ipod and transfer it onto a different computer
    please help

    To use the iPod as an external hard drive, follow these directions:
    http://docs.info.apple.com/article.html?artnum=61131
    To transfer everything over, follow these directions:
    http://discussions.apple.com/message.jspa?messageID=607339

  • SYSFAIL Error in SMQ2 - Transfer of material from R/3 to CRM

    Hi,
    We are using standard BDOC to transfer material from R/3 to CRM. BDOC Type is PRODUCT_MAT, Queue name is R3AD_MATERIA<Material No>.
    There are some queues which are struck in SMQ2. There are no struck queues in R/3. The struck queue has the status SYSFAIL and when I double click, it shows Message - Error in Mapping (Details: transaction SMW01)
    I checked transaction - SMW01. The queue name which is in SYSFAIL status is not coming up in SMW01.
    I do not understand whereelse I can see the detailed error message.
    This error does not occur for all articles.
    As I don't have sufficient knowledge in CRM and BDOCs, any pointers regarding the issue will be very much helpful.
    Thanks and Regards,
    Lakshmi

    Hi Lakshmi,
    Please follow as below:
    SMWP-Middleware Monitoring Cockpit- This transaction gathers a wide set of information about the status of the Middleware & Downloads in both the CRM system, the R/3. All statuses should normally be green but there may be some circumstances which stop this occurring. Expand the section Generation Information which refers to the generation of BDoc Types. Where ever you see error you can right click and Select Analysis Tool then right click and check the error.The log shows the error.
    SMQ2- Select a Queue and select Display. Queues connected to R/3 start with a queue name of R3A/D.
    Double click on the Status field i.e SYSFAIL. Reason will be shown.In your case it is u201CError in Mapping (Details: transaction SMW01)u201D. Then Continue and select a queue and select Display.You can see the Individual BDocs are beoing displayed.
    SMW01- give Bdoc Type as " Product_mat". If it is not displaying then I request you to check if all the objects are generated properly.This may also happen if the objects are not properly generated.Use tx-Genstatus. That will give you a list of error objects to be generated.
    Regards...
    Arup

  • Stock transfer 352 mvt type reversal issue

    HI
    In mb11 t.code 352 trfr pstng to stock in transit from unrestr.-use - reversal system asking account determination entry
    1000 AUM __ 3000 not possible why system asking AUM Expense/revenue from stock transfer GL account in obyc.
    same  price in supplying and receiving plant in material master while mb11 t.code 351 mvt type accounting document inventory posting (BSX) GL account is taking my system,so during reversal in mb11 352 mvt type which GL i need to assign in Expense/revenue from stock transfer (AUM) Whether i need to assign inventory posting (BSX) GL or price difference GL account.(PRD)which GL i need to assign wt is reason.plz suggest.
    Regards
    Sam

    Hello,
    Go to FS00 --> 62000026 --> Click on the edit cost element button, it will take you to cost element screen. If you have a cost element , enter the same. Otherwise create a cost element with KA01, give G/L account and controlling area, save.
    Prase

Maybe you are looking for