Create/extend materials for new plant with new profit centers

Hi.
We have created a new plant and want to create/extend the materials from an existing plant to the new plant (with new profit center). Can this be done via MM17?
Regards,
Kjettern

Hi Kjettern,
To extend the existing material to a new Plant/Profit centre, pls follow the following steps: -
1. Copy down the material number (i.e XYZ) you want to extend.
2. Go to t-code MM01.
3. Enter the material number (i.e. XYZ) you copied from (1) into the Material field and hit ENTER.
4. You will get an information on the bottom that "the material type XXX and the industry sector YYY has been copied from master record".
5. Pls note that Basic Data 1 & 2 is not changeable as the same set of material data will be used when a material is extended.
6. Hit ENTER again. To change other details other than Basic Data 1 & 2, select the views that you want.
7. You will be prompted to enter a Plant. Here you must enter the new Plant that you want to extend the material to and hit ENTER.
8. You will get a confirmation stating that the material already existed and will be extended (to the desired Plant u entered in (7)).
9. Ensure that all the data in all the important tabs are maintained, for the right Storage Location, Warehouse Num, Moving Average Price, Standard Price etc. before proceed further.
10. Hit Save. You will get a msg that "Material XYZ created".
Now you are able to use this material number in the new Plant you created.
Hope this helps.
Rgds.

Similar Messages

  • How to create group bom for multiple plants with different company codes

    Dear all,
    In my current scenario we have 5 Company codes with a plant with each company. The same kind of materials exist in all the 5 plants, so what i want is when i create any BOM, that BOM has to extend in all the company codes, as with GROUP BOM i can able to extend the same in only one company code.
    So how to do this?
    Thanks in Advance
    Bhushan

    For that first extend all the materials to all the plants... In one plant create a BOM for the material..
    In all other polants in CS01,   click COpy from .. There you mention the matreial and the plant in which the BOm is alerady available..
    karthick

  • How to create a notification for new virtual machines created on Hyper-v Using SCOM or another way?

    Hi ,
    We need to  to create a notification for new virtual machines created on Hyper-v Using SCOM or another way
    thanks

    http://sincealtair.blogspot.com/2010/04/how-to-ask-questions-in-technical-forum.html
    Not nearly enough information.
    If you are asking about SCOM, it is better to ask in the SCOM forum -
    http://social.technet.microsoft.com/Forums/en-US/home?forum=operationsmanagergeneral
    .:|:.:|:. tim

  • How to Upload the Materials for one Plant and then copy the same to all oth

    Hi All,
       I am using Material Types NonStock, Service, Spare Parts and Trading.
       How to Upload the Materials for one Plant and then copy the same to all other plants.
    can anybody give response for this requirement.
    Regards...
    <b></b>

    Hi,
    Using MM01 Only we can upload Plant Details.
    If you want to extend to other plant also, Use MM01 and select Plant view and give new plant details.
    If you want to copy from one plant to another plant after selecting Plant view , next screen you can select From Plant and To Plant Details.
    Reward Points If it helps you.
    Regards,
    Murali K

  • New cash journal for new profit center gives error of profit center

    Dear Friends
    I have configured a new Cash G/L for new profit center .But while posting throug T-code FBCJ the entry it gives following error .
    Field Profit Ctr is a required field for G/L account 1000 207001550
    Message no. F5808
    Diagnosis
    The value for field "Profit Ctr" in the interface to Financial Accounting is an initial value but you are required to make an entry in the field selection for G/L account "207001550" in company code "1000" linked to the field selection for posting key "50".
    System Response
    Error
    Procedure
    It might be an error in the configuration of the G/L account field selection. The initial application, used to call up the interface must otherwise define a value for field "Profit Ctr". If this is the case, contact the consultant responsible for the application used to call up the interface or get in contact with SAP directly.
    But its working file with another Cash G/L While the Field Status is same as the field status of another cash G/L.

    through Transaction 3KEH, Default Profit Center can be set against Required GL (i.e Cash account in your case)
    Warm Regards...

  • I want to create home page for my application with short URL

    I want to create home page for my application with short URL
    as when I want user to use my application user must go to URL like this
    http://127.0.0.1:7101/My-Project/faces/app/empModule/allEmployees/viewMyEmployees.jspxI want the user to use short URL , How can I use shorter URL not all this one.
    I want shorter URL for my application not to write full path .
    thanks in advance.
    Edited by: user611775 on Oct 31, 2010 10:21 PM

    Well,
    it's up to you. The first part (Mcit-Project-ViewController-context-root) is the context root which you define in the view controller project. 'faces' is the name the servlet filter reacts on. You can't omit it but shorten it in web.xml. The rest is your directory structure. I'm not sure how to shorten this other as to move the jspx files back into the web root folder.
    By the way an ADF faces app never uses the .jspx at the end of the url. If you specify '.jspx', you only render the page but don't start the work flow.
    Timo

  • BAPI For Create Goods Issue for Sales order with picked quantity

    Hi friends,
            Is there any BAPI available to create Goods issue For sales order with picked quantity...............?
    we hv used BAPI_OUTB_DELIVERY_CREATE_SLS
    with sales order .......its creating delivery order but not doing goods issue with piked quantity........

    pls,reply its argent

  • How to create a record for table PLAF with order type 'NB'.

    How to create a record for table PLAF with order type 'NB'(standard purchase order).
    who can tell me the T-code or some usefull information?
    Thanks.

    Hi
    This will be updated automatically when generate planned orders thru MRP. (MD02)
    regards
    Srinivas

  • Create a value for Decision table with gc_option_not_initial.

    Dear Expert,
    I am filling in a decision table with coding. I load an excel file, create a range for eatch value with the folling method:
       cl_fdt_convenience=>create_simple_range( EXPORTING iv_application_id = lv_application_id
                                                                                  iv_option = if_fdt_range=>gc_option_equal
                                                                                  iv_test_parameter = lv_id
                                                                                  iv_low = lv_value
                                                                                  iv_activate = abap_false
                                                                        IMPORTING ev_range_id = ls_table_data-expression_id ).
                INSERT ls_table_data INTO TABLE lts_table_data.
                CLEAR  ls_table_data-expression_id.
    But the following code is not working:
       cl_fdt_convenience=>create_simple_range( EXPORTING iv_application_id = lv_application_id
                                                                                  iv_option = if_fdt_range=>gc_option_not_initial
                                                                                  iv_test_parameter = lv_id
                                                                                  iv_activate = abap_false
                                                                        IMPORTING ev_range_id = ls_table_data-expression_id ).
                INSERT ls_table_data INTO TABLE lts_table_data.
                CLEAR  ls_table_data-expression_id.
    What is wrong?
    How to create than a range for a decision table cell with option: 'not initial'?
    Thank you very much in advance?
    Best regards
    Ahmed

    I found the same problem in the comments of this post Filtering Rules using SAP HANA Decision Table.
    A possible solution is to implement a solution directly in SQLScript. Hints can be found in Filtering Rules using SAP HANA Decision Table

  • How to create sql query for item master with operator LIKE with variables?

    hi all,
    How to create sql query for item master with
    operator LIKE(Contains,Start With,End With) with variables using query generator in SAP B1 ?
    Jeyakanthan

    Hi Jeyakanthan,
    here is an example (put the like statement into the where field)
    SELECT T0.CardCode, T0.CardName FROM OITM T0 WHERE T0.CardName Like '%%test%%'
    The %% sign is a wildcard. If you need start with write 'test%%' and otherwise ends with '%%test'. For contains you need '%%test%%'. You also could combinate this statements like 'test%%abc%%'. This means starts with test and contains abc.
    Regards Steffen

  • Having Multiple Material Codes with Different Profit Centers in one Plant

    Hi,
    Can someone explain me what impact it will have, if there are different Material Codes with multiple profit centers in a single plant? For example, say Material 1 has Profit Center as PC1 and Material 2 has Profit Center as PC2 and they are in a single plant. Will this have impact on Financial Transactions?
    Thanks and Regards,
    Sameer Joshi

    Hi Sameer
    No negative impact.. It is very much possible and logical
    All the purchases made - > Stocks and vendor liability will be tagged to the PC of the Material
    All the sales made -> COGS, Revenue and Customer Liability will be tagged to the PC of the material, unless you overwrite using a Substitution
    Br, Ajay M

  • Add New Profit Centers in KE32 / KE35

    Hi Gurus,
    I need to Add new profit centers which are newly created in KE32 / KE35 T.Codes.
    Please suggest how to include in as much detailed steps as possible.
    Thanks in advance.

    Dear,
    If you are implementing New GL then do not worry about the old data to upadate to meet new gl or document splitting requirement. In New G/L implementation Data Migration is one of the crucial phase of the project. You may have to use SAP GL Migration Services to migrate all data into New GL....
    So incorporate all necessary requirement at that time only and check nothing is left to ensure and fructify New G/L and Document Splitting implementation.
    Regardsm
    Chintan Joshi

  • LSMW for extending materials to new set of plants

    Hello All,
    Our requirement is to extend some hundreds of materials to a set of few plants. Can this be done in LSMW? Or should BDC be used??
    Please elaborate on this.
    Regards
    Mahesh

    Hi Girish,
    How can I extend materials to a new plant and Sales Org.  through LSMW?
    I use the Standard Batch Object 0020, program RMDATIND for creating new Materials the first time (this qworks fine), but there is no option 'Extend to existing material'  or there is no field called Reference Material...
    Maybe it is because we use internal numbering of the new Materials that makes it unpossible to extend materials to existing material-numbers?
    Thank you, regards, Walter.

  • MM LSMW extending materials to new plant

    Hi Experts,
    I got a requirement, where I need to create a LSMW for extending the materials for a new plant. Should I use MM01 or MM02 Direct Input Method of LSMW(RMDATIND). Kindly help me with this.
    Regards,
    Riya

    why dont you try it yourself manually before you try to do it with a load program.
    Just execute MM02 in your system and try to extend it to a new plant, you will immediatly have your answer.
    Change: you can only change what exists
    Create: you create something that does not exist.
    Can you change the plant data that does not yet exist in material master?

  • Error creating work order for new notification - Related SyncBO not present

    Hi,
    We are working with MAM3.0 standard application.
    We age getting an  error while creating work order for a NEW notification.
    In this scenario both notification and corresponding work order are also not created.
    Here is the error for MAM30001 Sync BO in MEREP_MONI:_
    Reading inbox record (mobile ID=0000001444, seq, no.=29, rcd_cntr=1, data=TOP0001000000
    External format successfully converted to internal format: ldata=TOP0001000000000000000
    Related SyncBO MAM30_010 with Sync key 0000000028 is not present on the device.
    Return code 1 (DOWNLOADER)                                                   
       Here is the error for MAM30010 Sync BO in MEREP_MONI:_
    Return code from RFC BAPI Wrapper call:Order NEW does not exist
    Return code from RFC BAPI Wrapper call:The order/network type  is not defined
    Return code from RFC BAPI Wrapper call:Order NEW does not exist
    Return code 0 (UPDATE MEREP_506-STATUS)                                      
    Can any body please tell me what is the sollutions for this error
    your help in this regard is appreciable.
    Regards,
    Murthy

    Hi Murthy,
    II have no idea what patch level you are on. A while back we had similar issues with some clients. There are several patches around that area available. Perhaps you should have a look into patch 959732.
    Hope that helps.
    Regards,
    Oliver

Maybe you are looking for

  • Combining Aperture Libraries

    I am running Aperture 3.0 on a macbook with about 1,000 images in it and have another library (about 5,000 pics) on an external hard drive.  Can someone advise on the best way to import the images from the external hard drive into Aperture on my macb

  • EclipseLink Direct Map with Joining mapping issue

    Hi EclipseLink Team, We encountered an issue to map an attribute as Direct Map with Join Fetch enabled in EclipseLink Workbench 1.1.1 (Build v20090430-r4097). Basically, we have the following data model: SESSION SESS_NO (PK), PARAM_SESS SESS_NO (FK)

  • I removed my English keyboard and locked the iPhone in iOS 8 and now I have the iPhone locked on Arabic keyboad

    I removed my English keyboard and locked the iPhone and now the iPhone locked on Arabic keyboard

  • Transactions Problem in JPA

    Hi, In Our Application i want to use Bean ManagedTransactions instead of ContainerManagedTransactions(I am using Oracle TopLink JPA ) . For this purpose there is two transaction types are available that are ResourceLocalTranactions and JTA Transactio

  • Canon Rebel T3 "Unavailable"

    Hey guys, i was choosing to buy the Canon Rebel T3 but mostly at all of my locations they are listed as "unavailable" but before they were labeled as "unavailable" then "ship to store" then they they were "available" again then back to "unavailable".