How to list the transfer posting document from quality to unrestricted

hi experts,
i can get GR documents by using MB51
but how to get list of documents from quality to unrestricted and blocked to quality tranferpostings
thank you
ganesh

You can get all the Details in MB51 by Selecting Proper Movement types.
For Eg: Gr Docs using 101, GR Blocked Using 103 and GR Blocked Released using 105 etc.
Regards,
Ashok

Similar Messages

  • How to extract the actual XML document from soap message?

    My problem is " how to extract the actual XML document from soap message? "
    i just want to extract the attachment i.e. (pure XML document without any soap header or envolope).
    i could be ver thank full if u could solve my problem.
    [email protected]

    Hi,
    This is some skeleton code for extracting an attachment from a SOAPMessage.
    import javax.activation.DataHandler.;
    import javax.xml.soap.*;
    import javax.xml.message.*;
    Iterator allAttachments = message.getAttachments();
    AttachmentPart ap1 = null;
    while(allAttachments.hasNext()){
    ap1 = (AttachmentPart)allAttachments.next();
    //Check that the attachment is correct one. By looking at its mime headers
    //Convert the attachment part into its DOM representation:
    if(ap1.getContentType() == "text/xml"){
    //Use the activation dataHandler class to extract the content, then create a StreamSource from
    //the content.
    DataHandler attachmentContent = ap1.getDataHandler();
    StreamSource attachmentStream = new StreamSource(attachmentContent.getInputStream());
    DOMResult domAttachment = getDOMResult(attachmentStream);
    domAttachment holds an xml representation of the attachment.
    Hope this helps.

  • How to find the related PI document from a material document

    Dear All experts,
        If I know the materil document number, how to find the related PI document?
    Thanks!
    Xinling

    Hello Xinling,
    You can extract the details from table MSEG.
    Regards
    Kalpana

  • Transfer posting stocks from quality inspection to unrestricted, problem

    Hello Guys,
    kindly help me i am having problems doing transfer posting (mb1b) using movement type 321. because in my stock overview (mmbe) thera are stocks in Quality Inspection, i want that to be trasfered in Unrestricted Stock. that's why i execute transfer posting but there is an error occured doing it so. the error is "change the inspection stock of material 1078 in QM only". how could i make this stocks transfer to unrestricted?
    please advise me the correct way to settled this.
    thanks and regards,

    Hello Guys,
    I am very thankful for all of you contributing to this thread of mine hope in some other time you can work it out with me again I already done all this resolutions you have mention and I also know that is all the right wya to solve this issue but i dont see my problem exists on the configuration in material tpye allocation because in our business sample the FERTin standard SAP but with us it is customized name, have different code it was not define in TLtype in material allocation for quality inspection (Q), now i know what to do to call our admin to authorized my config there.
    Thank you so much i will closed this thread now please help me in some of other query next time. hehehehe..
    Regards,

  • Posting goods from quality to unrestricted status CRTD CHCR......

    Hi Guru's,.
    I have one issue.
    In QA32 my lot is in CRTD CHCR SPRQ. I have not made quality plan for that.in MM01,quality view i activated inspection type 01.
    now in mmbe stock is showing in quality.
    i want to do transfer posting from quality to unristricted stock.i dont want to use quality plan assign to that lot.
    I tried MB1B movemet type 321. i am getting error Change the inspection stock of article 1111030200267 in QM only.
    Is any way to do that,transfer posting.
    Regards,
    siddharth

    Hi,
    As your lot has been at CRTD status you need to released by assigning inspection plan.
    In QA02 --change inspection lot or in QA32 select lot line item & click on inspection lot so that you can be able to enter in change lot.
    In which you can assign your inspection plan ,you will find icon  inspec tasl list ,click on same icon.so that you will get message inspection plan assigned , .If system wont allowe you then same screen usage ( You have to select same usage by which you created inspection plan.)
    Save the transaction & refresh the QA32 screen
    Regards
    SANIL

  • How to get the web of document from the URL

    Hi All,
    Need small help here,
    I have SharePoint doc URL as below:
    http://sharepoint.com/sub1/sub2/sub3/documents/TestFile.docx
    Here, TestFile existed in document library of Subsite i.e. sub3.
    If I give above URL as input, I should be able to get "sub3" web.
    How can achieve this programmatically. Overall we should get the leaf web from the URL.
    Thanks in advance.
    Krishnasandeep

    Hi Sanny521,
    The SPSite constructor does not care when you pass in the document library and filename as part of the url. you can use the following code:
    string myFileUrl = "http://sharepoint.com/sub1/sub2/sub3/documents/TestFile.docx";
    using (SPSite site = new SPSite(myFileUrl))
    using (SPWeb web = site.OpenWeb())
    SPFile file = web.GetFile(myFileUrl);
    string webUrl = web.ServerRelativeUrl;
    You pass the full url into the SPSIte constructor, it will retrieve the site collection, then the OpenWeb call will retrieve the proper web from the already passed full url, then you can retrieve the file and the url of the SPWeb.
    Mathieu Desmarais http://www.matdesmarais.com/

  • In order to transfer a document from Internet I am asked to save it first in my computer. In another PC I can simply open it. How can I do this in the former?

    In order to transfer a document from Internet in one of my computers, I am asked to save it first (in my computer). In another computer I am not asked to save it and I can simply open it. IO would like to have the possibility to simply open it on the first computer and save it only if I want.

    Difficult to understand why Disk Utility can be hard to find. It is listed in the Finder Menu/Services. You can also find it in your Applications Folder under Utilities.
    What Mac do you have and what version of OS X ?

  • Need information on the transfer posting from WM To IM

    Hello All,
    Is there any scenario in WM and IM, where you are doing the transfer posting in MIGO_TR and creating the material doc for it. Now the stock moves in IM but when u create TO for the material doc and confirm the TO. That's where the stock moves in WM.
    1) MB1B-311 Movt type---create TO for the mat Doc---i am moving the stock from one storage location to another location...then it moves the stock in IM, but i create TO and confirm in LT06...that's where, the stock moves in WM.
    2) MB1B---321 MOVT TYPE...LT06...the stock category changes in IM and WM respectively...
    I know the above scenarios work fine but there is any scenarios in SAP, where the posting happens first in WM and then in IM.
    i need the clarity on the below scenarios, which is similar in case.
    transfer-WM to IM
    Backflushing of WIP to an interim storage location?
    Thanks,

    As Manish mentions above, when you are performing a posting change in a WM-managed SLOC, the preferable method is to use LQ02.  This is because you already know the exact quant involved in the posting change and if your configuration is set properly, it is a single transaction for the end user.
    If you start with MIGO, you must then follow on with LU04 as a second step to convert the Posting Change Notification in the foreground - otherwise you risk carrying out a posting change on the wrong quant!
    You will first need to create custom WM movement types for the constellation of movements you want to perform these posting changes with (e.g., U > S, S > U, etc.).  For the examples I just named you can copy the appropriate 3xx WM movement as a template.  I would recommend that you set these movement types for automatic creation, automatic confirmation and post to the same bin.
    In the IMG you can go to WM > Interfaces > IM > Define Posting Changes and link the IM and WM movements and also the source/destination stock categories (or special stock).  Then in LQ02 you can simply enter the warehouse, storage type, bin and WM movement involved and you should be able to tick the quant(s) to change and post.
    One limitation of using LQ02 for initiating the posting change in WM is that you must transform the entire quant.  If, for example, you have a quant with 100 EA and only 41 EA are to be blocked, you should first quickly perform a bin-to-bin movement of the stock to be blocked to some other bin, perform the posting change, and then move it back.  This has been my experience.  If someone knows a way to do a partial posting change using LQ02 I'd love to know how to do it. 
    Good Luck!
    Jason

  • How do I transfer pdf documents from my pc to my iOS device?

    How do I transfer a pdf document from my pc to my iOS device?  How do I tranfer a pdf document from my iOS device to my pc?

    The document Charu mentioned is great, but it is slightly out of date and missing one important method that I use frequently. I like to go to http://files.acrobat.com and upload files to my Acrobat.com account. The uploader there allows me to upload multiple documents at the same time (shift clicking on them on my PC or cmd-clicking on them on my Mac). Then, I connect my Adobe Reader to my Acrobat.com account and I can see all of those files!

  • This is my first mac i have 2 hard drives installed how do i move photos or documents from one to the other

    i just bought my first imac i have 2 seperate drives on it. how do i move photos and documents from one to the other.

    This is our resident iPhoto guru, Terence Devlin's, advice:
    You can move your iPhoto Library to an external or secondary internal disk:
    1. Quit iPhoto
    2. Copy the iPhoto Library Folder as an entity from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.

  • HT2731 How can I transfer photos from my Windows computer to my Ipad. I already have the photos transfered into a photo stream file. How to activate the transfer ?

    How can I transfer photos from my Windows computer to my Ipad.
    I already have the photos transfered into a photo stream file.
    How to activate the transfer ?

    Hey Juergen119,
    I would recommend syncing your photos from your computer to your iPad by using iTunes:
    iTunes: Syncing photos
    http://support.apple.com/kb/HT4236
    First, if you want to set it up to work via iCloud, I would check and make sure My Photo Stream is set up correctly on your devices:
    To use My Photo Stream you need an iCloud account, compatible devices, and up-to-date software:
    iPhone, iPad, or iPod touch with iOS 5.1 or later
    Mac with OS X Lion v10.7.5 or later and iPhoto 9.2.2 or Aperture 3.2.3 or later
    Apple TV (2nd generation) with Apple TV Software Update 5.0 or later
    PC with Windows 7 or later and the iCloud Control Panel 2.1 or later for Windows
    For complete iCloud setup instructions, visit How to set up iCloud.
    Then, once it is set up, you can upload your photos to My Photo Stream by following these directions:
    PC with iCloud Control Panel 2.0 or later: Open a Windows Explorer window and under Favorites select iCloud Photos if you are using iCloud Control Panel 3.0 (or Photo Stream if you are using 2.0 to 2.1.2). Open My Photo Stream. Click the "Add photos" button. Select the photos to import to My Photo Stream, then click Open.
    via: iCloud: My Photo Stream FAQ
    http://support.apple.com/kb/HT4486
    Welcome to Apple Support Communities!
    All the best,
    Delgadoh

  • Auto print of Goods Issue/Transfer Posting Documents by Movement type

    Hi,
    We have created two different output types to print the layout's of Goods Issue/Transfer Posting Documents.
    The requirement is to default the message in the document by movement type (key combination)
    Meaning if it is 201 it should populate GI output type
    If it is 313 it should populate TP output type.
    we do not have any standard key combination  (NACR) by movement type wise.
    Any alternative way of meeting this requirement?
    Thanks
    Regards
    Ram

    Hello Kevin,
    I donu2019t think it is necessary to use a user exit to keep the Material B (that is transferred from Material A) in the same bin.
    This can be controlled in the customizing: indicator Post to same bin, that can be set in the WM Movement type (V_T333-KZUAP) and in the Storage type (V_T3010-KZUAP).
    Now I donu2019t know your business process but I am surprised that Material B requires more space than Material A since it is u2018bornu2019 by means of a transfer posting and not a production or packing step that makes it bigger in terms of capacity required.
    A workaround for this could be to transfer (LT10) Material A first to a separate Storage type (with the Post to same bin-flag set) that has no Capacity check and after the 309 posting transfer it back into the warehouse with LT10.
    Success and thanks beforehand for any credits!
    Kind regards,
    Bart

  • How to list the abap programs order by updated date in ECD

    Hi experts,
    how to list the abap programs order by updated date in ECD?
    thanks.

    I wrote a custom program for displaying Z* development work into an ALV report. 2500 character limit prevents me from posting, message me your email and I'll send you source code.
    Edited by: Brad Gorlicki on Feb 18, 2010 11:25 PM

  • How do I send a scanned document from my 5520 e printer to an e-mail contact

    how do I send a scanned document from printer to e-mail account  (5520 e-all-in-one series

    Hey Storm46,
    The answer to your questions is: YES.
    To do so:
    Set up a custom email for the printer through the HPConnected.com website for your printer.  For information on how to setup ePrint click here.
    Get the Scan-to-Email app for the Photosmart 5520 through the HPConnected website
    Set up this feature and it will provide you the ability to scan a document and email it from the customized email for the printer
    Scan an item and send it to your personal email
    Hope this helps,
    Jason
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------
    I am not an HP employee.

  • Posting documents from SD to FICA

    Dear gurus, when you post a document from SD to FICA, where does the account determination take places?
    According to my understanding the account determination take place in SD, and FICA only puts the main and sub transactions taken from the customizing (Integration FICA - SD), and you dont need to configure the actual account determination for those main and sub transactions in FICA, am I right?
    Best regards.

    Hi William
    Could you explain in detail how it works ? I am trying to post documents from normal SD to FICA (Extended) I mean not industry specifit FICA. But I getting the following Error.  
    You cannot derive main/sub-transaction from SD information F2 TAN MWS
    Message no. >R017
    Diagnosis
    The main transaction or sub-transaction for FI-CA Contract Accounts Receivable and Payable could not be derived using the SD information (sales) billing type F2, item category TAN, material account assignment group  and account key MWS in the application area.
    Procedure
    Check and, if necessary, correct the entry.
    Procedure for System Administration
    If the entry is correct, check and change the system settings where necessary.
    To do so, choose Maintain Etries or Customizing.
    Please do explain bit detailed.
    Thanks in Advance
    Ratnakar K

Maybe you are looking for

  • Satellite Pro A10: No sound after upgrade to Win XP Home SP2

    Hi, Just used the recovery discs on my Sat Pro A10, no problem with sound, and then upgraded XP Home to SP2, no sound. From what I have read elsewhere, this is a problem, and there doesn't appear to be an answer. I have spent hours searching for upda

  • Distiller 9 issue after a new update to Adobe Acrobat Pro (version 9.3)

    After installing the update, I was asked to reboot my HP Pavilion dv9617nr Notebook Computer (Windows Vista Home Edition). After the reboot, I was given an error message which explained that the ICC Color profiles in Adobe Distiller 9 could not be fo

  • Median function in BEx query based webi report

    Hi Experts,           I have a requirement to have a median function in a chart in my webi report. I'm using BO 4.0 SP2 Fix pack 2.9 and using IDT connection to connect BEx queries. I have 3 dimension objects in X axis and Median as y axis. When i'm

  • ITunes Match supports up to 10 devices. I can only have 5!

    It clearly says on the apple website "iTunes Match supports up to 10 devices - including your computer, iPhone, iPod touch, iPad and Apple TV." I have iTunes Match on my iphone, ipad, two computers and my Apple TV and it won't let me add any more dev

  • Vector smart object from PS to AI

    Hi... System: Win XP, CS4 Is it possible to copy a vector smart pbject from PS to AI? Note from PS to AI? HAve tried dragging and dropping... it doesn't seem to work.