How to change the plant in the order

Hi,
   I want to change the plant in the order....when i tried fast change in edit,am getting plant cannot be copied message 1236
But for the order there is no further documents generated,i have created and saved now i want to change the plant....
Any options pls
Venugopal

Hi,
As per your statement, you have just created Sales Order (w/o reference) and no further processes have been done(i.e. Delivery or billing etc..)
Then, you may change it with T.code: VA02.
Or simply delete the item from the order, maintain right plant with Company Code, Material Master, Sales Area and re-enter it in to Sales order.
Best regards,
Amit.

Similar Messages

  • How to change a plant in sales order for main item of BOM

    Dear Gorus,
    Please tell me how we can change plant of main item of a BOM?
    Actually, I have maintained a LUMF BOM. The main item and components of this are maintained for two different plants.  BOM is also maintained for both the plants and it explodes smoothly in sales order once I provide the plant. But as per our reqirement sometime we need to change the plant. Here system does not allow to change the plant of main item of BOM as it is in gray mode now.
    Please guide me how can I change the plant? Is it possible by configuration or should I go for userexit?
    If the userexit required please tell me which userexit I have to use because I already discussed and checked with my ABAPer. we could not find the right userexit.
    Thnaks in advance.
    regards,
    Sanjay

    Dear Sanju,
    Could you please explain what you have done for the same?
    Thanks & Regards
    Piyush

  • How to change planning plant in Maintenance order

    Hi experts ...
    In maintenance order , depending on equipment , the planning plant gets defaulted . If Equipment is installed in another FL whose planning plant is different , the order's planning plant doesn't change (Greyed) . Is there anyway to change planning plant in orders
    NPB

    We have maitenance and planning plant same .Equipment was in maintenance plant XYZ and planning plant XYZ earlier . Now the same equipment is in maintainance plant ABC and planning plant ABC . In order , I am able to change maintenance plant  to ABC , but unable to change the planning plant to ABC .
    If I do not change planning plant and change only maintenence plant , what are the effects in cost reporting ? Since ultimately cost is settled to equipment cost center (which is now changed to ABC cost center) , I feel there will not be any effect . Old planning plant may only affect search right ? ....Please advise ...
    NPB

  • As an update, I installed an update 5.7on my Mac laptop, now the Lightroom 5.0 has become a "Lightroom Mobile" version.  How can change it back to the laptop version?

    As an update, I installed an update 5.7on my Mac laptop, now the Lightroom 5.0 has become a "Lightroom Mobile" version.  How can change it back to the laptop version 5.7?
    Thanks for any help you can provide.

    LR on your laptop is still a desktop version.  It is just now able to upload to the cloud to replicate photos to either http://lightroom.adobe.com/ or an iPad that has LR Mobile installed.
    I think you probably just want to change the LR 5 identity plate back so it doesn’t mention LR Mobile all the time.  Hover over the identity-plate area, and click on the little triangle that appears, then choose Change Identity Plate.

  • How to change a setting in the Java Control Panel with command line

    Hi,
    I am trying to figure out how to change a setting in the Java Control Panel with command line or with a script. I want to enable "Use SSL 2.0 compatible ClientHello format"
    I can't seem to find any documentation on how to change settings in the Java Control Panel via the command line
    Edited by: 897133 on Nov 14, 2011 7:15 AM

    OK figured it out. This is for the next person seeking the same solution.
    When you click on the Java Control Panel (found in the Control panel) in any version of Windows, it first looks for a System Wide Java Configuration (found here: C:\Windows\Sun\Java\Deployment). At this point you must be wondering why you don't have this folder (C:\Windows\Sun\Java\Deployment) or why its empty. Well, for an enterprise environment, you have to create it and place something in it - it doesn't exist by default. So you'll need a script (I used Autoit) to create the directory structure and place the the two files into it. The two files are "deployment.properties" and "deployment.config".
    Example: When you click on the Java Control Panel it first checks to see if this directory exists (C:\Windows\Sun\Java\Deployment) and then checks if there is a "deployment.config". If there is one it opens it and reads it. If it doesn't exist, Java creates user settings found here C:\Users\USERNAME\AppData\LocalLow\Sun\Java\Deployment on Windows 7.
    __deployment.config__
    It should look like this inside:
    *#deployment.config*
    *#Mon Nov 14 13:06:38 AST 2011*
    *# The First line below specifies if this config is mandatory which is simple enough*
    *# The second line just tells Java where to the properties of your Java Configuration*
    *# NOTE: These java settings will be applied to each user file and will overwrite existing ones*
    deployment.system.config.mandatory=True
    deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.properties
    If you look in C:\Users\USERNAME\AppData\LocalLow\Sun\Java\Deployment on Windows 7 for example you will find "deployment.properties". You can use this as your default example and add your settings to it.
    How?
    Easy. If you want to add *"Use SSL 2.0 compatible ClientHello format"*
    Add this line:
    deployment.security.SSLv2Hello=true
    Maybe you want to disable Java update (which is a big problem for enterprises)
    Add these lines:
    deployment.javaws.autodownload=NEVER
    deployment.javaws.autodownload.locked=
    Below is a basic AutoIt script you could use (It compiles the files into the executable. When you compile the script the two Java files must be in the directory you specify in the FileInstall line, which can be anything you choose. It will also create your directory structure):
    #NoTrayIcon
    #RequireAdmin
    #Region ;**** Directives created by AutoIt3Wrapper_GUI ****
    #AutoIt3Wrapper_UseX64=n
    #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
    Func _JavaConfig()
         $ConfigFile_1 = @TempDir & "\deployment.properties"
         $ConfigFile_2 = @TempDir & "\deployment.config"
         FileInstall ("D:\My Documents\Autoit\Java config\deployment.properties", $ConfigFile_1)
    FileInstall ("D:\My Documents\Autoit\Java config\deployment.config", $ConfigFile_2)
         FileCopy($ConfigFile_1, @WindowsDir & "\Sun\Java\Deployment\", 9)
         FileCopy($ConfigFile_2, @WindowsDir & "\Sun\Java\Deployment\", 9)
         Sleep(10000)
         FileDelete(@TempDir & "\deployment.properties")
         FileDelete(@TempDir & "\deployment.config")
    EndFunc
    _JavaConfig()
    Now if you have SCUP and have setup Self Cert for your organization, you just need to create a SCUP update for JRE.
    Edited by: 897133 on Nov 16, 2011 4:53 AM

  • How to change a connection with the database in Runtime?

    How to change a connection with the database in Runtime?
    My connection was made using ADF Business component (ApplicationModule).
    ADF Swing.
    JDeveloper Studio 11.1.1.4.0.

    When deploying ADF applications with database connection, you should be using JDBC data sources configured in the weblogic server.
    You could change the JDBC data sources to a different DB instance or location - by changing the JDBC data source and restarting the weblogic server.
    For more details, check
    http://techiecook.wordpress.com/2010/12/02/oracle-weblogic-adf-datasources/
    Thanks,
    Navaneeth

  • Error Message V1810 - Make to Order No Change delivery plant in Sales Order

    Hello, for a client where I'm setting the flow intercompany , but i have  an error on the Sales Order when I must be change delivery plant.
    Scenario: Make to Order, Product configuration, Sales Order BOM created by  CS60
    Step:
    1 - I create sales order fo company X delivery plant 1000
    2 - Creates Order BOM on plant 2000 Company Y
    3 - creates MRP Planned Order
    4 - Convert Planned Order to Production Order
    For different issues can happen that you decide to ship the goods to a different plant than the X. Production Plant remains 2000.
    If I try to change the plant on the Order system stops me with the following error:
    Message V1810 - Plant can no longer be changed
    Diagnosis
    The plant can no longer be changed in the Following situations:
    The item has been assigned to a project.
    There is a production order for the order item but it is not a staticassembly order.
    Already have accrued costs.
    For the very complex structure of the product I can not delete the production order and sales order BOM.
    How do I handle these cases?
    Can anyone help me?
    Best regards
    Giuseppe

    Hi Guiseppe,
    can you please answer some questionsa to understand your requirement.
    if you want to transfer the goods from plant to plant you can do it through Stcok transfer MB1B t code.
    1.then why you want to change the plant? in which element you are trying to do in sales order or production order?
    2.you mention it as intercompany and MTO can you be clear for whoom you got the sales order(internal or External Customer?

  • Change of plant in sales order.

    One type of sales order that we use is sales that we don't have stock and we get them only if there is a customer asking fro this. At sales order by changing the item category, the schedule line is changed and a purchase requisition is being created.
    At the point of the sales order we agree with the customer to get the items from plant A.
    We transform the purchase requisition to purchase order and we get the items as it is suggested in plant A.
    For any reason, the customer wants to get the items now from plant B.
    How is it possible to change the plant in the sales order, move the items from plant A to plant B, so to make the delivery from plant B, as the customer wants.

    Hi
    I think it is possible to change the Plant in Change mode (VA02) until you donu2019t make the delivery for the sales order.
    Now for Stock Transfer use the below procedure:
    [FORUM|stock transfer from plant to plant;
    Regards
    Edited by: SAP2020 on Nov 25, 2009 9:56 AM

  • Change  of Plant in sales order line item

    Hi folks,
         Can someone guide me how to change the line item sales order --plant after saving.
    it is coming as grayed once entered.
    Regards
    Srshkumar

    Hi,
    Good To see few replies, But the field(Plant) is coming grayed after entering the plant in the line Item.
    Need few more suggestions.
    Regards
    Srshkumar

  • How to change pricing Conditions in Sales order in change sales order bapi

    Hi Experts,
    How to change pricing Conditions in Sales order in change sales order bapi.
    I have used the 2 function modules bapi-changesalesorder and sd salesdocument change, But it is creating the new record , instead of changing the existing one, Could please assist regarding the same
    Thanks in Advance .
    NLN

    HI NLN
      I have just tried on my system and managed to overwrite the existing price by passing the following parameters.
      <b>Import Paramters:</b>
         SALESDOCUMENT - Sales Document Number
         ORDER_HEADER_INX - UPDATEFLAG as <b>'U'</b>.
         LOGIC_SWITCH - Import Structure - Pass 'X' to LOGIC_SWITCH-COND_HANDL.
      <b>Tables:</b>
         CONDITIONS_IN - ITM_NUMBER,
                         COND_COUNT, -> Condition counter same as KONV-ZAEHK generally it is <b>'01'</b>
                         COND_TYPE,
                         COND_VALUE,
                         CURRENCY.
         CONDITIONS_INX - ITM_NUMBER,
                          COND_COUNT,
                          COND_TYPE,
                          UPDATEFLAG as <b>'U'</b>,
                          CURRENCY.
       Hope i have clarified your query.
    Kind Regards
    Eswar

  • How to change Payment Terms in multiple orders at same time?

    How to change Payment Terms in multiple orders at same time?
    I have got 10,000 Order, I need to change the payment terms for all these Orders.
    Can I Know the way out for this.
    Regards,
    Dantham Conpolwedson
    Edited by: Dantham Conpolwedson on Mar 25, 2009 11:18 AM

    Hi
    There are as many options for that
    You can go for
    1)MASS t code
    2) LSMW  (by recording)
    3)BDC (by recording)
    and the most easiest way is by doing the MASS tcode
    goto MASS and enter the object type as BUS2032
    execute now select the sales order haeader data and execute and now enter the sales doc from and to range and execute now all the sales dox will be displayed
    and from the menu click on select fields  and select the terms of payment
    now select the terms of payment row and enter the new values  and click on carry out new changes
    regards

  • Scheduling Parametrs for the Plant and Production Order Type

    hi SAP Gurus,
    Pls it is very urget
    Pls let me know how to maitain the Scheduling parameters for the combination of Plant and Production Order type.
    Pls provide me the Path also.....
    Points will be rewarded .....
    Ranjit Kumar

    hi Murthy,
    thanks for the solution... Problem resolved.
    Assigned points...
    Ranjit

  • How to change tempo without affecting the music (only the grid)

    This is a very basic problem. I have been laying songs (audio files) onto logic and recording vocals over them, and now that I am finished with the recording, i realize that in order to copy and paste the choruses EXACTLY throughout the songs, which can be quite arduous the way I have been trying to do it, one needs to have matched the proper tempo with the the music being used.
    I neglected to do this at the start of these projects, and it has come back to bite me because when I try to change the tempo now, it completely throws my vocals out of whack because my voice is off beat. This is where the problem lies. I know had I addressed this at the beginning, I would be smooth sailing.
    I also tried setting the tempo at the proper rate on a new logic project, but when I drag everything over from the original project, the same problem occurs.
    In reality, I need the grid to match up so I have the proper means to line up my vocals exactly so the choruses are consistent throughout the song (obviously I can do it manually in a way regular listeners might not notice, but Im dissatisfied with that, I want it to be perfect)
    Again, I know that if I had matched the tempo properly with the audio file (the music) at the beginning, there would be no problems, and I'd be able to record over it and then use the bars to align my vocals perfectly.
    If some one would be so kind as to get back to me on this, it would be highly appreciated

    You're close!
    1• Open the automation event list on a track that contains automation. You will now see what looks like a normal event list but it's displaying only the automation data on that track
    2• Click the hierarchy arrow to take you "up a level" so that the automation event list (AEL) now shows you the names of all of the automation regions within the (hidden) automation arrange page. What you'll see is a list of items all starting at bar 1 1 1 1 called "Automation". (If the position of the items is not 1 1 1 1, you have a problem. See below).
    3• Select All (CMD-A) and then use whatever method you prefer to SMPTE-lock them (menu item or key command)
    = OR =
    Do Step #1. Then hit CMD-1 to open a new Arrange window. When you do this right after opening an AEL you will see the automation arrange page. Move the AEL out of the way or simply close it. Then, similar to Step #3, select all of the automation regions in the automation arrange page (CMD-A) and SMPTE-lock them.
    Note: if your automation events are not all starting at 1 1 1 1 then it's an indication that your song's start marker was moved to before bar 1 and you're on your way to having a corrupted song.
    Final caveat: don't attempt to write new automation while the old automation data is SMPTE-locked. It'll create a nice lil' mess. So after you're done changing the tempo (or whatever your reason for SMPTE-locking regions and automation), the first thing you should do is unlock them both before proceeding with any additional recordings. It's very easy to forget that the automation data is locked because you can't see that it's in a locked state unless you're looking at the AEL or the automation arrange page.
    Message was edited by: iSchwartz

  • How to change Font Type of the Title Text of a JFrame?

    Hi,
    I want to set a different Font Type for the Title text of the titlebar of my JFrame.
    Is it possible? Can anyone show me how if it is?
    Thanks.
    Niteen

    Michael,
    Thanks. It works!
    But there was a problem. I was not using the :-
    JFrame.setDefaultLookAndFeelDecorated(true);
    so I have to use it now.
    Is it possible to do it without the default decorated look and feel? Because the default LNF title bar has too much height and I am cramped for space.
    I know that's no excuse. I tried but it doesn't work.. I am using a extended JFrame like this:-
    class Testing extends JFrame
    public Testing()
    setSize(300,100);
    setLocation(400,200);
    Container container = getContentPane();
    /* add components to this container here */
    setVisible(true);
    When I use getComponent() for the container, I get an ArrayIndexOutOfBound Exception.
    When I set the argument to getComponent(0), the font in the title bar is not changed.
    What else should I do?
    Thanks.
    Niteen.

  • How to change Apple Id for the cloud

    Currently my Apple ID is an email address which I have been using for decades.  In the near future the email server will be decommissioned and I will no longer be able to use it.  In preparation of the change over I want to change my current email address to an icloud email address (@icloud.com).  I have gone into the site to Manage Apple ID to change the email address but it won't let me as I get an error message that Apple ID must not use a domain owned by Apple.  How can I change my Apple ID and Primary eMail Address to an @cloud.com account without losing all the info already on my current icloud?

    First save any photo stream photos that you want to keep on your device by opening the photo stream album, tapping Edit, tap the photos, tap Share, tap Save to Camera Roll.  If you are syncing Notes with iCloud, email them to yourself as you will have to recreate these after changing accounts.  Finally, if you are syncing any iWork documents with iCloud go to the settings for these apps and turn iCloud sycing to Off.
    Then go to Settings>iCloud, tap Delete Account, choose Keep on My iPad when prompted.  (This will only delete the account from your device, not from iCloud.  If your daughter is keeping the existing account her devices will not be effected by this.)  Then sign back in with your new ID to create a new iCloud account, turn on your iCloud data syncing, choose Merge when prompted to upload the data to the new account.  Then recreate any Notes from the emails sent earlier and turn on iCloud syncing with iWork again, if appropriate.
    existing iCloud old email address with the old account.  If you still want to access it on your iPad, you'll have to go to Settings>Mail,Contacts,Calendars>Add Account>iCloud and sign in with the old account ID.  This email will be fetch only, not push.
    Once your iPad has migrated to the new account, if you also want to move your Mac to this account go to System Preferences>iCloud, sign out, then sign in with the new ID.

Maybe you are looking for