How to extend material to new sto loc

Hi All
Let me know how to extend material to new storage location
Tks
Manju

Dear,
You can extend material for new storage location via MMSC.
Ans if you want to extend list of material for storage location you can use MMSC_MASS.
If you want to extend material for plant you can use MM01 - for single material and MM50 - For multiple materials.
Regards,
Mahesh Wagh

Similar Messages

  • How to extend material master product Hierarchy

    Hi,
    How to extend material master product Hierarchy
    Define Product Hierarchies (SAP Library - Material Master)
    In SAP help, the procedure is given, But in procedure we need to change standard structures and data elements.
    Need to know, This is only the possibilty?
    Need to change structure and data elements by Access key only or there is some other way.
    Regards
    Sukumar

    Hi,
    Use t.code:MM01 and in Copy From Field Give Material No ( u wan to copy) and in Next Screen Give Extending Plant & Storage Location and in Copy From Fields give Reference Plant & Storage Location.
    For more check the links for material extension.
    http://www.copacustomhelp.state.pa.us/infopak/nav/procurement/pr%20master%20data/file1434/index.htm
    http://www.copacustomhelp.state.pa.us/infopak/standard/fastpaths/mm01_content.htm
    Regards,
    Biju K

  • How to extend material/customer

    Hello Experts
                         If I want to extend one material for different plant/sales org/storage location then how can i do this . Same for the customer , if i want to extend that customer for other sales areas then how can i do that ?
    Regards-
    Abhi

    Hi,
    You can extend material to different plant and sales organisation by using the T.Code "MM01".
    Enter the material number you want to extend and enter the same under copy from.Press Enter.
    Select the required views and enter new the plant and Sales organisation you want to extend.
    In a similar way,you can extend customer data as well.
    Regards,
    Krishna.

  • Extending Material to new plants - Legal Control

    Hi All.
    I am extending a material to new plants by copying the data froma particular plant.
    Whats happening is for some plants the LEGAL CONTROIL data (Foreign Trade Import view) is automatically getting copied and populated but for some plants it is not.
    What could be the reason?
    Poitns are assured !!!

    Hi , Thanks for the reply.
    But the plants for which data is automatically getting populated , I am selecting only the Foreign Trade view and not all the views.
    Regards

  • How to extend material ....

    hi all...
    Please let me know how to extend a material if the material and customer sales organization is matching and their distribution channel is not matching....
    I need to convert material distribution channel to customer distribution channel.
    Please let me know how to do this..if there is coding for it .please send to me.
    thanks in advance

    Hi Manu,
    Let's illustrate yourrequirement with an example as under:
    Say there is one sales organizaion - 1000, 2 distibtion channel - (10 & 20) & 1 division (10). With this combination I have 2 Sales Area: 1000/10/10 &1000/20/20. Say we have Company Code 1000.
    Material Master:
    Material Master can be extended to a combination of Sales Organization & Distribution Channel. Material cannot be extended to Division, as material forms apart of the Division. Suppose, I have alreadey created Material XXXXX for combination of Sales Org. 1000 & Distribution Channel 10. Now I have an requirement of material in combination Sales Org. 1000 & Distribution Channel 20.
    Through Transaction Code MM01, we can extend an material. In Transaction Code MM01 enter material as XXXXX & reference Material as XXXXX & enter. Most of the fields will be copied from Material Master maintained earlier. Now Maintain & modifiy relevant fields & save the Material. Material Master is extended.
    Customer Master:
    Cuatomer Master can be extended to a combination of Sales Organization, Distribution Channel & Division. Suppose, I have alreadey created Customer XXXXX for combination of Sales Org. 1000, Distribution Channel 10 & Division 10. Now I have an requirement of material in combination Sales Org. 1000, Distribution Channel 20 & Division 10. Through Transaction Code XD01, we can extend an material. In Transaction Code XD01, Select Account Group, say Sold to Party (0001), enter Customer as XXXXX, Company Code 1000, Sales Organization 1000, Distribution Channel 10, Division 10 & in reference enter  Customer as XXXXX, Company Code 1000, Sales Organization 1000, Distribution Channel 20, Division 10 . Most of the fields will be copied from Customer Master maintained earlier. Now Maintain & modifiy relevant fields & save the Customer Master. Customer Master is extended.
    Hope this clarifies your doudts.
    Regards,
    Rajesh Banka
    Reward points if helpful.

  • How to extend material cross many plants using BAPI?

    Hi.
    when i use BAPI 'BAPI_MATERIAL_SAVEDATA' to extend material cross plants, i can not extent accounting view.
    code as below:
                BAPI_MARC-PLANT = IT_GOUJIAN-WERKS.
                BAPI_MARCX-PLANT = IT_GOUJIAN-WERKS.
                CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
                  EXPORTING
                    headdata            = BAPIMATHEAD
                   CLIENTDATA          = BAPI_MARA
                   CLIENTDATAX         = BAPI_MARAx
                    PLANTDATA           = BAPI_MARc
                    PLANTDATAX          = BAPI_MARcx
                   VALUATIONDATA       = BAPI_MBEW
                   VALUATIONDATAX      = BAPI_MBEWX
                  IMPORTING
                    RETURN              = IT_RETURN.
                 TABLES
                   MATERIALDESCRIPTION = IT_MATERIALDESC.
    i just change the plant data.
    any advice?

    You can extend the material in several plants using
    BAPI_MATERIAL_SAVEDATA
    All you need to do is populate the import parameter
    WA_HEADDATA-MATERIAL
    WA_HEADDATA-IND_SECTOR
    WA_HEADDATA-MATL_TYPE
    and check the views that you want to maintain in the new plant.
    Suppose you want to maintain only Basic view than..
    WA_HEADDATA-BASIC_VIEW = 'X'.
    And based on selected views , you need to populate other
    parameters.
    like I want to maintain basic view in another plant than
    I need to populate the plant data.
    WA_PLANTDATA-PLANT = <PLANT>.
    populate other fields, if required.
    WA_PLANTDATAX-PLANT = <PLANT>.
    populate flags, if required.
    and pass these parameters to the Function module.
    It should work.
    Please reward, if you find the answer useful.

  • How to extend material master?

    to extend storage location we can use T-code MMSC. similarly to extend material master any T-code or any other  procedure is there? please help me

    Hi,
    Use t.code:MM01 and in Copy From Field Give Material No ( u wan to copy) and in Next Screen Give Extending Plant & Storage Location and in Copy From Fields give Reference Plant & Storage Location.
    For more check the links for material extension.
    http://www.copacustomhelp.state.pa.us/infopak/nav/procurement/pr%20master%20data/file1434/index.htm
    http://www.copacustomhelp.state.pa.us/infopak/standard/fastpaths/mm01_content.htm
    Regards,
    Biju K

  • How to extend material to sto loc

    Hi All
    i have material at plant level
    Now i want to extand the material at storage location level
    Kindly let me know how i can do it
    Thanks
    regards
    Manju

    Hi ,
    1>
    For extension of material individually for single material and plant go for MMSC
    This will work for 1 material , 1 Plant and Multiple Slocs but these have to be given manually.
    2>
    For for mass extension at sloc level for Material Code use : MMSC_MASS
    In this T Code extend all the matcodes to all Sloc of ONE respective Plant
    Revert back for any querry

  • How to extend material in storage location automatically???

    Dear Gurus,
    We have 9 plants in this company.
    Every time we create a material we have to extend it in all plants.
    Because it takes to long to do this one by one with MM01 we use mm17 and we created there a variant that extends the materials in all plants automatically.
    Then we have 3 storage locations for each plant. we use MMSC: enter storage locations collectively, to extend each the material in all the storage locations of the company 9x3 = 27. This takes too long as a procedure.
    Is there a way to automate this procedure, via rutines, codes, variants, ABAP etc??? and how should I do that??
    Thank you in advance

    Dear Friend,
    In customization spro>>MM>>inventory management>>Plant parameters>>select your plant >>click on create storage location automatically
    click that one, if your not extended the material to the particular storage location and doing the goods receipt to the particular storage location  system  will allow you to do that
    Regards
    Pramod

  • Error while extending material for new plant

    Dear All,
    We have created new plant  through  copying old plant.
    But when I try to extend the material to the newly created plat system giving error message
    Tables TCURM and T001w inconsistent : notify your system administrator
    Msg no M3820
    Diagnosis
    Valuation is at plant level. However, inconsistencies have arisen because of the way in which the plant was configured in Customizing or because plants have not been assigned to a company code.
    kindly help me out to over come this issue as early as possible.
    Regards,
    murali.

    hi
    check following links
    [link1|Tables TCURM and T001W inconsistent; notify  your systems administrator;
    [link2|Tables TCURM and T001W Inconsistent;

  • Extending material in new plant

    I have mainteined the mm related views (basic data 1,2,Plnt storage data 1,purchasing accounting)for some materials and want to add FICO related views for the same material.But after gouing to MM02 ,im getting an error msg' Material not fully maintained for this transaction/event'.plz help as soon as possible.

    Hi,
    Some Material views extended through T.code MM50 provide the following input datas are
    Maintenance Status             :    ___ ( select drop down menu & select require material view )
    Material code                       :   ___________
    Plant                                    :   ___________
    after provided input datas and then executed. Now, one line item show and first small box tick mark and press maintenance button. The  view extended to the particular material.
    Hope, it is useful for you.
    Regards,
    K.Rajendran

  • How to extend CMIR to new sales org's and distribution channels

    Hello,
    i need to extend existing CMIR's to new sales org's and disttibutiion channel combo's, i have about 24000 records that need to be extended to around 300 new sales org's and disttibutiion channel combo's.
    is there a way to do this without having to do a lsmw recording.
    Thanks,
    Zair

    hi,
    please follow LSMW:
    Recording VD51                 VD
            VD52 Maintain Cust-Mat.Info w/Select.Scrn
                RV10A001 1000
                    BDC_CURSOR                     KUNNR
                    BDC_OKCODE                     =ONLI
                    KUNNR                          2000004531
                    VKORG                          GB20
                    VTWEG                          99
                RV10A001 1000
                    BDC_CURSOR                     KUNNR
                    BDC_OKCODE                     /00
                    KUNNR                          2000004531
                    VKORG                          GB20
                    VTWEG                          99
                RV10A001 1000
                    BDC_CURSOR                     KUNNR
                    BDC_OKCODE                     =ONLI
                    KUNNR                          2000004531
                    VKORG                          GB20
                    VTWEG                          99
                SAPMV10A 0200
                    BDC_CURSOR                     MV10A-MATNR(01)
                    BDC_OKCODE                     =SICH
    hope this clears your issue
    balajia

  • How to Remove the Requirement of Sto Loc from Supplement Delivery?

    Hi Friends
    I have customised supplementary order type, delivery type and billing type. In supplemntary delivry item category, the relevance for picking, storage location required, determine storage location, fields are unchecked. It works well with a particular customer and for a particular sales area, particular materials. In delivery, we have PGI and saved delivery. Delivry did not have picking and it did not ask for any storage location. Thus Delivery does not create any goods movement.
    But when I am trying to create the same supplementary order type for a different customer and different sales area and scrap material, the delivery has no picking but its asking for storage location to do PGI. Pls tell me what I have to do to remove the requiremnt for storage location in delivery for this particular sales area.
    Thanks
    sangeeta

    Hi,
    I hope your issue is resoved now.
    The same thread is posted in SD General.
    So close this thread if it is resolved and if there is issue then let me know the problem

  • Extend material and customer to other sales areas

    can u please let me know?
    How to extend material and customer to other sales areas? To extend material one plant to another plant what are the configuration you done in your project?

    <b>To Extend Customer master: T.code - XD01:</b>
    In XD01, enter Account Group, Customer Code, Company Code, Sales Organization, Distribution Channel & Divission. Also ensure to maintain reference Customer, reference Company Code, reference Sales Organization, reference Distribution Channel & reference Division --> Enter. Most of the fields will be copied by default, but some fields will not be copied & they have to be maintained in the same manner how we create a new customer.
    <b>To Extend Material Master: T.Code - MM01:</b>
    In MM01, Enter the Material Code & reference Material Code --> Enter.
    Select the Tab pages to be maintained & go to organization data & maintain the details like Delivering Plant & Reference plant, Storage location & reference storage location, Sales Organization & reference Sales Organization, Distribution Channel & reference Distribution channel & so on ...  --> Enter. Most of the fields will be copied by default, but some fields will not be copied & they have to be maintained in the same manner how we create a new material.
    Regards,
    Rajesh Banka
    reward point if helpful.

  • For STO with billing how to take material in plant stock without cancelling excise duty

    Hi,
    Please suggest for STO with billing how to take material back in plant stock without cancelling excise duty.
    Scenario is
    Material transffered from manufacturing plant to depot,material is in transit now, but due to some reason material calls back to manufacturing plant.
    Since the excise invoice is raised and material move out of factory client can not cancel excise invoice from legal point of view & client has to pay excise duty for the material movement.
    Please suggest how to take back goods to manufacturing plant without cancelling excise invoice.
    We have suggested client as there is no provision to take back goods to manufacturing plant without cancelling excise invoice
    and to take back material to manufacturing plant stock they have to cancel excise invoice and other related documents.
    But client is asking for another options.So requesting you to please suggest any alternative ways for same.
    Thanks,
    Amit

    client can not cancel excise invoice from legal point of view & client has to pay excise duty for the material movement
    I don't think, there is a statutory rule which says, manufacturer should not cancel the excise invoice generated on their Depot plant.  Justification can very well be given to Excise authorities and hence, ask your client to follow the normal process by treating this as Depot returns.
    G. Lakshmipathi

Maybe you are looking for

  • HP Officejet 4620 won't copy or scan but will print

    My HP Officejet 4620 all in one printer won't copy or scan, but it will print.  When trying to scan, my computer first shows a window "preparing to scan" then it changes to a window "scanner unreachable".  When trying to copy the printer indicates "n

  • Oracle Warehouse not starting October 24, 2006

    Hello all, I'm working in a project, with OWB, since 2005. Today the OWB is not opening, the white screen opens (the one that acts like the "loading" screen) and then nothing happens. If i change my windows date settings, to a date equal or lower tha

  • How to make a long animated button

    Hello Does anyone know how to make a animation on a button when you put your curser over or click the button longer then just a few frames. in other words to extend the over or down parts of the button animation. Thanks a lot.

  • ICloud memory?  Where is it?

    I uploaded an old CD I purchased back in the 90's into iTunes, I updated iTunes Match, I then Deleted the album from my iTunes on the Desktop but not from the iCloud, the Question is:  Is my macbook using memory to store the song on the cloud?  To te

  • What's up With FlashPlayer?!!!!

    I have been trying to install flash player for 3 weeks. I've done everything that I could possibly do; uninstalled reinstalled, checked registar, logged in in safe mode and downloaded zipped file. Now when I to a site I get a dialog box asking if I w