Creating New plant by copying Existing

Dear All,
I have to create a new plant by copying existing one, I want all the configuration that exists for existing plant in new plant.
My query is by copying plant only all the configuration for new plant will get configured. Such as account determination etc or i have to configure it manually.
Thanks
Nitesh

Hi
no for account determination
we have to put  valuvation gruoping code 0001 or any other which you want to use  manually
in T-code OMWD
for copying plant we van copy storage location ,assigement to companycode and oms2 setting also get automatically copy
Regards
Kailas

Similar Messages

  • Creating new version by copying existing version without originals

    Hi Folks ,
      Is there any way we can control copying Original files & Classifications when we create a new version of document info record using existing template .
    I have a situation that I need to copy all the information ( Like description , Object links etcc) of a existing document info record except the Classifications & Original files. This is required since the newer version of the document should have newer version of Original file attached on it.
    Any input will be highly appreciable & rewarded.
    Thanks & regards,
      Ramesh babu .P
      Fujitsu consulting , US .

    Hi Ramesh,
    you can control this in the document type customizing in transaction DC10.
    1. Choose the relevant document type
    2. Go to folder "Define object links"
        Here you can see all the maintained objects which you can link to this
        document type.
    3. Select the relevant object
    4. double click this object to display the details
    5. By "When new version" you can choose between:
        - Selection by user
        - Ignore link or
        - Copy link automatically
    This will control what happens with existing object links when you create a new version.
    I hope this information is useful for you.
    Best regards,
    Christoph Hopf

  • Creation a new plant by copying

    Dear all,
    I working in a project where we need to merge on plant to a new company code.
    I believe that can be solve with Tcode EC02, which actually will copy all characteristics from that plant to the new one under a different company code, won't it?
    This basically means that also all the information related to procedures (like release procedure), Output types for inventory management, etc, etc will be copied, meaning that we wont have to do any new development?
    I assume we will still need to do some customizing like MRP Controllers and so on, or this transaction will also copy all tables?
    Thanks a lot in advance for your confirmation,
    Mario

    Hi Suraj,
    That basically means that unless we decide to create any new development/customizing everything will be exactly copy as from the original settings, am I correct?
    My question comes due to the project where I'm working now. Customer basically wants to close one company code and take everything to another Company Code, therefore we will need to replicate everything as it is now (Plants, SLocations, Controlling Areas, Sales Orgs, etc).
    My assumption is that when we create new plants with reference from the old one, also all values under tables will be copied, so we won't have to spend time in customizing, and we will be able to focus on other activities that may require customizing or more work.
    Could you please advice me on that point?
    Thanks a lot for yor time!

  • Steps Of Creating New PLANT..

    I required Steps of creating new plant in the system
    If anybody having Document then mail me on
    [email protected]

    Dear Parmar
    Follow the IMG Path to create a new plant
    Enterprise Structure --> Definition --> Logistics-General --> Define, copy, delete, check plant.
    Once you created plant here, you have to assign to company code.  So select next to "Definition", "Assignment" will be there.  Choose this and select Logistics-General.
    Here you have to assign the plant to your company code, Business Area. 
    The next step is that you have to assign the plant to sales area.  Select OVX6 and assign.
    Thanks
    G. Lakshmipathi

  • How to create new or delete the existing row in the grid....

    hi my friends...
    i am developing report using Reuse_alv_grid_display...
    my requirement is... At runtime
              1.  i may create new row on the grid (empty row inwhich  i may enter the data).
              2.  i may delete a existing row in the grid
              3.  i may edit the existing data...
    then i have to trace the modification in the grid in one internal table...
    how can i get into this.....
    note:
    i have some idea to edit the existing record in the grid and trace those modification,
    but i don't know abt how to create new or delete the existing row....
    can you give me some idea...

    Hi deva,
    write a class which implemets these methods
    CLASS lcl_event_receiver DEFINITION.
      PUBLIC SECTION.
        METHODS:
    To handle the toolbar on alv
         handle_toolbar
           FOR EVENT toolbar OF cl_gui_alv_grid
              IMPORTING e_object e_interactive,
    To handle the buttons on the alv grid
         handle_user_command
           FOR EVENT user_command OF cl_gui_alv_grid
           IMPORTING e_ucomm.
    endclass.
    Now Implement these methods.
    CLASS lcl_event_receiver IMPLEMENTATION.
    To handle the toolbar on alv
      METHOD handle_toolbar.
       DATA ls_toolbar  TYPE stb_button.
        CLEAR gs_toolbar.
        MOVE 3 TO gs_toolbar-butn_type.
        APPEND gs_toolbar TO e_object->mt_toolbar.
        CLEAR gs_toolbar.
        PERFORM icon_create USING 'ICON_INSERT_ROW' gs_toolbar-icon.
        MOVE text-010 TO gs_toolbar-function.
        MOVE text-012 TO gs_toolbar-quickinfo.
        MOVE ' ' TO gs_toolbar-disabled.
        APPEND gs_toolbar TO e_object->mt_toolbar.
        CLEAR gs_toolbar.
        PERFORM icon_create USING 'ICON_DELETE_ROW' gs_toolbar-icon.
        MOVE text-011 TO gs_toolbar-function.
        MOVE text-013 TO gs_toolbar-quickinfo.
        MOVE ' ' TO gs_toolbar-disabled.
        APPEND gs_toolbar TO e_object->mt_toolbar.
      ENDMETHOD.
       METHOD handle_user_command.
    In this form, check the function code(e_ucomm has the function code), based on that do the required action.
    as i said yesterday(i.e for appending a row, deleting a row, modifying a row)
        PERFORM user_command USING e_ucomm.
      ENDMETHOD
    endclass.
    Before calling the alv method, create a object of this class.
    DATA :
          gref_event_receiver  TYPE REF TO lcl_event_receiver,
          gv_tables_alv          TYPE REF TO cl_gui_alv_grid.
          CREATE OBJECT gref_event_receiver.
          SET HANDLER   gref_event_receiver->handle_user_command
                        FOR gv_tables_alv.
          SET HANDLER   gref_event_receiver->handle_toolbar
                        FOR gv_tables_alv.
    check this program for event handling, it is the similar way
    demo_abap_objects_events
    Hope u understood this.
    Regards,
    Prasant
    reward if helpful

  • Difference in using EC02 and OX10 for Creating new plants

    Hello experts,
    I would like to know the impact of using both the transactions
    Thanks
    Imraan

    Dear mimraan70,
    EC01 is used for organization structure,here one compay code how many plants you assigned and how many purchase organizations assigned like you do here
    were OX10 is changing address and creating new plants etc,but in EC01 we cant create plant
    Hope this may helps you
    Prem.

  • Creating new Domain by Copying the existing domain

    Hi,
    Is there any way to create a new domain by copying the already existing domain directory and pasting it to another directory in same machine or different machine.
    Can anyone suggest me the configuration file that needs to be updated for new domain name.
    Thanks
    Harish
    Edited by: user10833531 on Dec 2, 2009 7:52 AM

    When you mention "Before posting on forum I have tried this option. I tried again but no luck." do you mean you tried pack/unpack or template approach and this did not work. Or did you just copied domain folder and renamed and start the new domain and you got errors. Copying domain may not work 100% (not in the long run). But pack/unpack or template approach should work pretty much without any errors.
    As mentioned, I would recommend template approach or pack/unpack. You can provide the internal details and risk factors involved with hard disk copy of domain folder and renaming approach to the client. If domain copy approach works, then bea/oracle would not have come up with approaches like pack/unpack or template approach at all in the very first place. Copying domain folder and renaming may still work, unless you do all regression testing that includes cluster scenario also and all usecases.
    I would still recommend for pack/unpack or template approach to copy any existing domains.
    Just incase if your domain is like Portal Domain and if you deploy portal applications on this domain, then copying domain will just not work. Every domain is very tightly coupled with ldap files and db tables for any Security Visitor Entitlements and Delegated Admin roles. If its pure weblogic server application, these things will not come into picture. But for Portal, we do have something called Propagation Tool to migrate portal app from one domain to other domain. But still the domain cannot be copied and renamed.
    HTH
    Ravi Jegga

  • How to create new plant,purchasing org,purchasing group

    hi,
    how to create:
    1. new plant
    2. purchasing org
    3. purchasing group
    4.storage location ... in SAP-GUI
    rgrds,
    Piyush

    Hi Piyush,
    As path has been already provided in previous post.
    For New Plant :
    Once you are in define-copy-delete-check plant.
    select Copy-delete-check plant
    thne press F6 for copy org. object
    Usally copy-delete-check plant is selected it will copy all exisiting tables of that plant to new plant.
    For new Purchase Org. :
    Once you are in screen select "new enteries "or "copy as" whatever you like.
    Then you have to assign purchasing orgnization to plant or company code.. in aasigment > Materials management
    for New Purchasing group :
    From path already mentioned earlier either create new or copy as ...
    moreover there is no assigment needed its just a group of purchasing . You can use p.grp with any p.org if checks are not there however these checks will be there based on procurement process. In our orgnization its there. ie System will not allow you to use some purchasing group for import / sub contracting etc.
    For new Storage location I have already posted in your previous thread.
    Regards,
    Aakash
    Edited by: Aakash Raval on Dec 29, 2008 11:15 AM

  • Creating new records while querying existing record

    Hi,
    I have one master - detail form.
    First i created 1 record. Request ID is the primary key. Now request id generated. For ex.: 10
    Request Id, date, requestor , location, status fields are in header block.
    In lines block, i hv some other fields.. and one field called 'Activity'.
    While creating first record, the activity will be 'New'.
    Then i'll query the record '10'.
    when i'm changing the activity 'New' into 'Upgrade', it should create new record with new request ID.
    How to do this?
    I hv written procedure that, i'm taking field values to local variables. Then assigning the local variable values to field values.
    It is not creating as new record. It overwriting the existing record with new values. Existing record is missing.
    Pl. give steps.
    Thanks
    Kavi

    Hi,
    Okk, you will have to do two things. Create two trigger on block level on which you want to do your changes.
    1. First trigger. (PRE-UPDATE)
    In pre-update trigger u will have to write the complete insert statement into the same table with new req id. like
    DECLARE
    vReqNo DATA_TYPE;
    BEGIN
    SELECT MAX(REQ_ID)
    INTO vReqNo
    FROM your_table;
    INSERT INTO your_table
    (req_no, fields....)
    VALUES
    (vReqNo, :forms_values);
    END;
    2. Create 2nd trigger on block level (ON-UPDATE)
    write in this trigger
    NULL;
    for viewing the inserted record. What u have to do is in ON-UPDATE after null; create one timer NO_REAPEAT.
    and in timer u will have to set the block property to req_id = generated_req_id_from_pre_update_trigger and
    execute_query;
    hope it will work...
    -Ammad

  • SharePoint 2010 - Create new site collection in existing web application with different existing content DB

    I have a SharePoint 2010 root level site collection SC1 in web application WEBAPP1. I want to create copy of that site collection in same web application WEBAPP1. Apart from Import/Export, Restore/Backup options, will following approach work? If yes , how?
    I took backup of content database of web application.
    Restored database with different name
    Mounted Content database to this WEBAPP1 by assigning new ID to DB
    Created new site collection by using this newly mounted DB
    Site collection gets created successfully but content does not appear.
    Please guide if i can achieve desired functionality by using this approach.
    If this helped you resolve your issue, please mark it Answered

    It is because the Site GUID is identical, and each GUID can only be present on the farm once. You can use Backup-SPSite/Restore-SPSite (which is full-fidelity, unlike Export-SPWeb/Import-SPWeb), which will generate a new GUID for the restore Site Collection,
    even in the same Web App.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Can we create new customer site for existing customers using custm interfc

    Hi ,
    I have a requirement :
    version -- R12 .
    We need to add new customer site for existing customers , is it possible to create it through customer interface with insert_update_flag set as U / I .
    Any help in this is grate .
    regards ,
    Azzu .

    I am pretty sure I've done this on one of my past project..
    why don't you try it out?
    Another route would be use customer APIs (TCA APIs)...which I am sure can achieve what you're looking for.
    Edited by: James Kim on Mar 17, 2010 2:48 PM

  • Effect of creating new Jobs & grades in Existing HRMS system

    Dear Experts...
    We are already live with more than 3000 empoyees with modules like payroll, OLM and PMS.
    Now all of sudden our users want to create new job for interns and create new grades for them.
    All these will be added to the existing jobs and grades...
    Will this have effect? what is impact on Payroll.. ??
    I can simply create them using Job KFF ... but something fails.. Oracle will say .. you did not follow standards....
    Any help pls ??

    Hi Rahul,
    This is a perfectly normal request from any HR user and common requirement in any HRMS system.
    You can add as many grades and jobs to your Oracle HRMS/HCM system anytime without jeopardizing your existing data as long as you're entering them from the standard screens or loading through public APIs.
    I'm not from "Oracle" but I can say that in doing so you'll be following "the standards" and Oracle will provide support in case of issues.
    As for impact on Payroll, once you've associated these new grades and jobs to your employees and if there are benefits/deductions linked to them, then yes, your payroll would be impacted. Whether it will correctly reflect on your Payroll depends on your configuration (elements, links, fast-formula, etc...).
    Anyway, you'll have to carefully do dummy runs and check the cases on a 'Test' instance before deploying onto Production Environment.
    HTH.
    Regards,
    Rajen

  • Create New Plant for Company

    Hi all,
    I want to create one new plant so obviously create business area and so on. How can i create this Plant and business area for this Plant. Please kindly tell me how can i open new Plant and business are in my Company and how can i attach with all report.
    Thanks in advance
    keyur

    Hi,
    Follow this link it may be useful,
    [http://www.sap-basis-abap.com/sapmm001.htm]
    Regards,
    Raghava Channooru

  • Trying to log in but it says my email is invalid but when I go to create new it says email exists

    I keep trying to log in but it says my email and password is invalid, when trying to retrieve password it says email is wrong, try to create new acct it says email already exists. Im trying to print pictures and I'm getting so frustrated, I don't see an option for black and white, or any other options for that matter other than basic. I have the HP Photosmart Series 5515 but I thin my basic Cannon was better, had more options, confused.

    Hi,
    May you used Snapfish to create your account?
    From the ePrint Center logon screes, click the Snapfish icon ().
    Try logging in using the selected passowrd.
    If the logon fails, try retrieving the password from the Snapfish logon and and check for any change.
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Iphoto create new event then copy photos to the new event.

    I took some pictures this afternoon and imported them into iPhoto.
    I looked for a new evernt but there wasn't one, so I checked 'last import' and there they were, but for some reason they they were there along with pictures I took almost a year ago.  I checked the clock on my camera and the dates were correct and I can't find any reason that the new pictures were grouped with ones from a year ago.
    So, I marked the new pictures, clicked 'copy', went back to 'events' and selected "new eventy" and created a new event, called "New event 8-4-13'.
    Clicked on the new event... and there was no way to copy the pictures I'd selected with 'copy' in the preceeding sentence. 
    My question:   it seems to be possible to create a New Event under the Library/Events, is there any way to actually associate pictures with this new event?

    the easiest way to do a new event is to flag the photos and use the create new event form flagged photos command
    As to your issue in finding the event - I do not understand what you have - but the most common reason for this si an incorrect sort - check the event sort - view menu ==> sort events
    LN

Maybe you are looking for

  • Target Directory in File Receiver Adapter

    Experts, I am trying for a scenario (File to File) and I am not sure if the target directory is a directory in XI server or my local machine. I used HTML client to send the message to the adapter. Also if any of you could give clear idea about source

  • Bother...IOS 8.1 but BlueTooth not connecting

    Oh dear,  I've just updated my iphone 5c with IOS 8.1 and it cannot connect via Bluetooth to my MacBook pro running Yosemite.  Sigh.  I updated my ipad air with 8.1 and it pairs with the MacBook pro.  Apart from the ipad not having a sim card the set

  • Replace comma with nothing

    Hi all In a select statement I need to delete the commnas in a string that has a number with commas. i.e replace 1,123.10 by 1123.10

  • Arrows in Photoshop CS6

    How do I draw and size arrows in CS6?

  • Elements and iPhoto

    iMac 10.8.3 I have installed Photo elements 11 in trial mode. When I select an image in iPhoto to edit in an external editor,  Elements opens with a flash screen. I select "continue Trial" and the editor opens but the image that I wish to edit does n