How to cancel UD & to reverse stock which posted from QI to Unrestricted?

Dear Experts,
I have created STO for stock transfer from plant 2 to plant 1. Delivery, PGI, Excise Invoice has been confirmed at plant 2. Subsequently GR has been made with ref. to delivery doc. at plant 1. Being the transfered material is subject to QM. Automatic stock posting has been happened and stock has been posted to QI stock. Subsequently UD and stock posting from QI to Unrestricted has performed.
Now problem is, as profit center for plant 2 has been maintained wrongly in material master and without checking the profit center data at plant 2 in mat.master, all the above mentioned activities has been made. So, i want to reverse all the documents(GR, GI, STO).
Kindly guide me how to proceed in the above regards. Thanks in advance.
Regards,
Kumar

May use MB01>mvt type 102 with reference to original document>pick stock from unresticted.-->save.
if this is not possible the you have to bring back the stock in QI by using SAP NOTE 175842 ,then cancel original document

Similar Messages

  • How can we find the Idoc number which posts the material document in SAP

    Hi All,
    How can we find the Idoc number which posts the material document in SAP. We could not able to find the IDOC number from the material document which was posted by Idoc.
    Thanks
    Chandru

    Hi,
    In MIGO you can go to service of object(Just above show overview) and check 5th option workflow you will find the idoc number.
    regards
    suresh

  • How to activate an iPhone in Oman which purchased from UK

    How to activate an iPhone in Oman which purchased from UK

    is the iphone locked
    if its locked and you dont have the provider sim
    i think you will not be able to activate
    if its factory unlocked you would be able to activate by using itunes
    am not that familiar with that issue, how ever thats my opinion

  • Reverse CO document post from CAT7

    Hi all,
    How to do a reversal for CO document which post from CAT7 (time sheet)?
    Thanks

    If I reverse the document through KB24N, it will prompt error message:-
    "You want to reverse a CO document which has an external reference. You cannot reverse the external document within the Controlling component. The reversal must run via the external document number."
    I can change it to warning message, but is there a better way to do this? Can we reverse via the external document dumber?
    Can this function BAPI_ACC_ACT_POSTINGS_REVERSE workable? How to execute it?
    Thanks.

  • How to find the mails triggered by which user from SOST or other transac.

    Hi Experts,
    How to find out mails triggered from SAP system by which user from SOST or some other means of mail triggering from SAP.
    Regards,
    IFF

    Hi Buddy,
    Make the question clear. You can check in SCOT transaction.
    Cheers,
    Sanil

  • NSBitmapImageRep - how can I remove or reverse an alpha channel from tiff?

    Below is some code I cobbled together to save a square preview of an image. I am looking to figure out how to remove or inverse an alpha channel mask from a tiff image, and could really use some help....
    // I have been using 256.0 and 0.4 for the last 2 arguments, though feel free test with whatever.
    - (NSString *)savePreview: (NSString *)filePath: (NSString *)saveFilePath: (NSString *)previewSize: (NSString *)compressionRatio {
    NS_DURING
    NSAutoreleasePool *memoryPool = [[NSAutoreleasePool alloc] init];
    NSImage *myImage = [[NSImage alloc] initWithContentsOfFile: filePath];
    if (myImage == nil) {
    [myImage release];
    NSLog(@"! Error loading image");
    return @"! Error loading image";
    NSImageRep *myRep = [[myImage representations] objectAtIndex: 0];
    float hres = [myRep pixelsWide]/[myImage size].width;
    float vres = [myRep pixelsHigh]/[myImage size].height;
    float newWidth = [previewSize floatValue];
    float newHeight = newWidth;
    NSImage *thumbImage = [[NSImage alloc] initWithSize: NSMakeSize(newWidth, newHeight)];
    NSAffineTransform *at = [NSAffineTransform transform];
    [myImage setScalesWhenResized: YES];
    float heightFactor = newHeight/[myImage size].height;
    float widthFactor = newWidth/[myImage size].width;
    float scale;
    if(heightFactor > widthFactor) {
    scale = widthFactor;
    } else {
    scale = heightFactor;
    [at scaleBy: scale];
    [thumbImage lockFocus];
    [[NSGraphicsContext currentContext] setImageInterpolation: NSImageInterpolationHigh]; // NSImageInterpolationNone, NSImageInterpolationLow, NSImageInterpolationHigh
    [myImage setSize: [at transformSize: [myImage size]]];
    [myImage compositeToPoint: NSMakePoint((newWidth-[myImage size].width)/2 , (newHeight-[myImage size].height)/2) operation: NSCompositeCopy];
    NSBitmapImageRep *bitmapImageRep = [[NSBitmapImageRep alloc] initWithFocusedViewRect: NSMakeRect(0, 0, [thumbImage size].width, [thumbImage size].height)];
    [thumbImage unlockFocus];
    [myImage release];
    [thumbImage release];
    NSData *bitmapData = nil;
    NSNumber *factor = [NSNumber numberWithFloat: [compressionRatio floatValue]]; // The compression factor. Used only for JPEG files. The value is a float between 0.0 and 1.0, with 0.0 being the lowest and 1.0 being the highest. It’s set when reading in and used when writing out.
    NSDictionary *props = [NSDictionary dictionaryWithObject: factor forKey: NSImageCompressionFactor];
    bitmapData = [bitmapImageRep representationUsingType: NSJPEGFileType properties: props];
    [bitmapData writeToFile: saveFilePath atomically: YES];
    [bitmapImageRep release];
    [memoryPool release];
    return @"YES";
    NS_HANDLER
    NSLog(@"Exception occured : %@", localException);
    return @"NO";
    NS_ENDHANDLER
    }

    <bump>

  • Stock transfer posting from plant 1 to plant 2 selecting VBR

    Hi All,
    A stock is transferred from Plant 1 to Plant 2 using MB1B transaction.
    Noramlly in all other similar postings it is selecting PDU Price difference relevant GL account.
    But in one transaction it is choosing VBR Consumption account.
    In Quality PDU is selected for same materials and posted correctly.
    So Compared the OMJJ in Quality with Production.
    Kindly let me know which config need to be checked.
    Regards
    Lakshmi

    Hi Lakshmi,
    Look for an entry -any entry- that has VBR for its account modification key under Account Grouping in t-code OMJJ. If you find one, compare the key fields to pinpoint the difference and determine why that particular entry applies in the production system. If you cannot, there should be a user-exit somewhere.
    Regards.

  • How i can to create a vi, which read from configuration file and i could modify this indicator and save the config data??

    Hi guys,
    I have in my application a subvi which i use to save the configuration of application. I create one file with the last saved configuration, and i would like to open this values and that i could to modify this indicator value, but i cant since to modify i need 'numeric control' and to read the data from file i need 'numeric indicator '...
    I thought, use a numeric control and use the values from file to the default values, but i didnt get to find the property node to adjust it. is it possible? or any different way to get it....??
    Also, i attached the capture file.. i would like the program DOESNT SHOW the question of
    replace the file!!. i would like directly replace the file when i push save.
    Thanks, i attached the vi.
    Attachments:
    options.vi ‏43 KB
    config.cnf ‏1 KB
    capture.GIF ‏43 KB

    Hi Dennis,
    Your 'write to sreadshhet mod' suprime the dialog of replace file or not!, i want when i push save, it show the dialog input name of file and show the default sim000 but when i push this sim000 and this file already exist, then show the dialog to replace or not, if i replace Ok not problem, but when i push cancel replace it shows error eof!!!.
    Your file, only remove this dialog and only replace the file directly.
    i put the capture, when i choose the file to save and the program say to me this file exist and it give me the option of replace or not,i want when i push cancel replace it continues running without get error.
    is it possible?.
    Thanks.
    Regards, Fonsi.
    Attachments:
    capture.GIF ‏71 KB
    example.vi ‏40 KB

  • HT1438 How to repair my iphone5 in China which buy from US?! please help!! Can I send it to US Apple? and what I need to do!?

    My Iphone5 have several problems below,last time people try to send me something to my email to check, but can't open.
    1,unexpected shutdown all the time;2,can't restart;3,can't recovery system;4,the apple logal from white become black all the time when link computer by using USB.

    You have to physically return the phone to the US...you can't mail it to Apple. You can send it to a friend/relative in the US, & they can take it to Apple for you.

  • How to know if the goods issue is posted from LIKP / LIPS

    for a delivery number in LIKP or LIPs, how will I know if the goods issue is posted? Is there any field for this?
    Please give your input.
    Thanks,
    Krishen

    Hi Kirsh,
       U can go and check the sales order status tables.
      VBUK-Header informations
      VBUP-item Informations
    Dont forget to give an point.
    Regards
    Justin

  • How to control the Cost Center incurred value posted from many transactions

    In KP60, cost center wise , element wise budget is allocated .i.e planned. Ex: 450000 is assigned and saved.
    Now ex: in FB60, when we post a vendor invoice having the value greater than the above value, system should not allow.
    Like this, the cost to the cost center can be incurred to the cost center not only in FB60 , but also from many transactions.

    Is it possible that you mean KP06? (not KP60???)
    Because if this is the case KP06 is only for planning...not budget.
    Please clarify..
    Pan

  • How we can scrap the intransit stock

    Hi Experts
    How we can scrap the intransit stock which is at header level of the plant.
    Thanks
    Niranjan

    Hi Niranjan
    If you are working on STO, there are two ways to do so
    1.Reverse the removal from storage at the issuing plant and then post the scrapping of the material at the issuing plant. In this case, the scrapping is posted on a value basis in the issuing plant.
    2..Alternatively, place the full quantity of the goods into storage at the receiving plant and then post the scrapping at the receiving plant. The scrapping is then posted on a value basis at the receiving plant.
    It is important that the quantity destroyed does not remain in stock in transfer or stock in transit, but is reported in the system as scrapped.
    Only possiblle is to cancel the material document no for scrap quantity, TO debit at the issuing plant and credit note at the receving plant to be scrapped.
    Thanks
    Satish

  • HT1918 how to cancel itunes match

    How do I cancel this?  I emailed this useless **** at apple and she gave me the wrong ansewer.  I already did put no renew of itunes match. 
    anyone know how to cancel this?
    Hello Ari,
    Lisa here, from iTunes Store Support. I understand that you would like to cancel your iTunes Match subscription. I am sure you are eager to have this issue resolved and I would be happy to assist you today!
    Please note that if you have an iTunes Match subscription, you can't change countries until the subscription has expired. Your subscription expires 08/18/2013.
    To turn off Auto-Renew for iTunes Match, follow these steps:
    1) Open iTunes.
    2) From the pull-down Store menu in the menu bar, Choose Store > Sign In.
    3) Enter your iTunes Store account name and password, then click Sign In.
    4) Go to the Store menu again, Choose Store > View My Account.
    5) Enter your account name and password a second time, then click View Account.
    You will be taken to your Apple Account Information page. On this page, simply click the "Turn Off Auto-Renew" button next to iTunes Match.
    For more information about iTunes Match, visit:
    http://www.apple.com/icloud/features/
    http://www.apple.com/itunes/whats-new/
    I hope this information is helpful! Please let me know if you require any further assistance with your account, as if you do, I would be glad to help. Thank you very much for being part of the iTunes Store family, Ari. I hope you have a great day!
    Sincerely,
    Lisa
    iTunes Store/Mac App Store Customer Support
    http://www.apple.com/support/itunes/ww
    Thank you for allowing me the opportunity to assist you.
    First Name : ari
    Last Name : newman
    Email : [email protected]
    Apple ID (Optional) : [email protected]
    Lang_Country : en_AU
    Product : iTunes Store
    Support Subject : Purchases, Billing & Redemption
    Sub Issue : itunes match
    GCRM Case ID : 413932684
    See additional info below
    Choose the iTunes Store or App Store for your country:  Australia
    Item title:  how to cancel itunes match
    Order number: 
    Details:
    Hi how do I cancel my itunes match?  I dont use and I am moving countries soon.  please let me know what I need to do to cancel iTunes Match?
    thanks
    © 2013 Microsoft
    Terms
    Privacy
    Developers
    English (United States)
    © 2013 Microsoft
    Terms
    Privacy
    Developers
    English (United States)

    Brian,
    Again, not accurate. When Match is "turned off" all of the Matched song instances are still shown in the Ibrary and all devices still stream - so, if you have your songs also stored on your local drive (which I choose to as one does not always have access to WiFi and I use the local instances of the songs for some music production/DJing), iTunes shows each song twice.  This is cumbersome if you simply want to play an album - you have to hear each song twice. There is no reason technologically they could not simply show the metadata for a song only once and simply hit the cloud object store when it it is not found as a local disk target. This would solve some of the issues and it is pretty much how any content delivery network (CDN) works - and this is how my local Genius Bar assured me it would work before I bought the service. I found they know little about Match.
    Other issues: I believe the "exclusive" Cloud Playtlist logic still stands - iTunes protests if you add a non-Matched song to a Playlist (as it assumes you want all Playlists to be cloudy). Also, the APLCARE person and I  could not figure out what "Removed" (under Cloud Status) means despite looking up several explanations on the Web. And, we found songs that were only in the cloud that should have also been on my local drive as I never deleted them. That said, it is also a pain to fully delete a song (local + the cloud). Plus, the logic in the Purchased section around what constitutes "Not On Computer" did not hold up. They have lots of logical challenges with thier workflow.
    Regardingyour suggestion, there is no way to "not use" Match. Only when one is disconnected from the iTunes store does Match seem to go away completely.The only thing you can turn off is the song syncing/matching/uploading. This amounts only to turning off a sub-process not the service.
    Match is likely fine for most who do not want to have any copy of the songs locally and are fine having access to their music only when connected via WiFi. I wanted more ubiquitous access to my collection from my iPad and my iPhone but needed to keep my songs local to my MBP too. This is not the proper use case as I have learned.
    Of course I won't renew, but I should be able to cancel a service that I am dissatisfied with.

  • How to Cancel Succesful Processed Messages

    Hi Experts,
    How to cancel the succesful processed messages which reached Integration Server and sender Adapter engine in XI.
    Thanks
    Venkat Anil

    We cannot cancel Successfully processed messages.
    However you can configure Archiving and/ or deletion of successfully processed messages to remove the entry from the DB
    Edited by: abhishek salvi on Jan 8, 2010 2:57 PM

  • How to cancel/reverse confirmation of service in SD module?

    Hello
    How to cancel/reverse confirmation of service in SD module?
    By confirmation of service I mean document which we can see in SD documents flow (if scenario is without goods movement).
    User need to delete delivery but confirmation of service and sales invoice were posted. We reversed invoice but do not know how to cancel/reverse confirmation of service.
    Additionally u2013 is there any transaction where I can look at confirmation of service? It is NOT possible to look at this document in flow documents.
    Thank you in advance.
    Arek

    Hello
    Thank you for response.
    It was NOTcreated in CS module. There is nothing in iw33.
    It is confirmation of service in SD module.
    Flow:
    - you create sales order
    - you create delivery with reference to sales order
    - you post goods issue (if quantity for picking is 0 u2013 no movement in stock) confirmation of service will be created by the system. Now I need to cancel this document.
    Best regards
    Arek

Maybe you are looking for