Reg:Material Extension

Hi ,
             Can you please tell me , that  how to extend all the material of one plant to another plant in the same company code .
Regards,
Usha.

Hi,
You can do this through mass maintenance in MM17 or
u can use LSMW also.
Detailed doc on it - refer link
http://help.sap.com/bp_blv1600/BL_US/Documentation/Scenarios/V7G_BPP_EN_US.doc
regards,
Uzair
Edited by: Mohd Uzair Hussain on Jun 19, 2009 2:03 PM

Similar Messages

  • Material extension in different plants

    Sir,
    My Client has 11 plants in india, he wants the same material in all 11 plants hence i suggested to go in mm01 and make an extension. but their view is that as there are 20 to 30 materials added ed every month. this procedure would be time consuming. hence i need way how to maintain same material in all 11 plants simultaneously.
    Regards.

    Hi,
    Use   LSMW or BDC to extend these materials and also using tcode: MM50
    Please refer the below links.
    mass extension
    Mass Extension of Materials to various Plants
    material extension
    Hope its helps you.
    Thanks

  • Material Extension

    Hi All,
    I want to know how to extend a material to different plants using BAPI_STANDARDMATERIAL_CREATE.
    i tried but i don't know how t o give the material to extend and to give the plants, it would be great if someone can help.
    Thanks
    Malinda Wellawa

    Try using BAPI_MATERIAL_MAINTAINDATA_RT for material extension (retail).
    Try using BAPI_MATERIAL_SAVEREPLICA for Mass Maintenance of Material Data.
    Thanks,
    Balaji

  • Problem in material extension- material is blocked for one or more plant

    Hi,
    I am extending material from one plant to another plant but when i reach in accounting 1 deta system shows error material is blocked for one or more plant.
    Message no. M3562
    Diagnosis
    You wanted to make a change in the material master record which requires that the master record is blocked in all plants.
    A change of this kind includes, for example, the entry of a valuation type that allows single batch valuation, or changing of the batch management requirement if the batches have a cross-plant definition in your system.
    System Response
    The change required cannot be made until the material can be blocked by the current transaction in all plants
    How to solve it. Please guide me..

    Hi Nitesh,
    From the error desc it appears you are making a change that has an impact on more than one plant. probably while extending you are trying to change a value for the new plant where the extension is being made.
    make sure if this change is needed, its blocked in the plants for the field which has a diff value. you might have to modify the value of the field causing diff across the other plants also to make it uniform.
    regards
    sadhu kishore

  • Reg: material needs the batch management

    Hi All,
    The material needs the batch management. We have created without the batch
    first and the few movements were done, then tried to put the flag after the
    stock remove and sales order deletion, however could not process. System
    messaged as below in italic. Please let me know how we could change the MM
    date for the batch. The sales order alive now.
    The batch management requirement cannot
    be changed for the following reasons:
    SD documents exist (orders or deliveries) that have not yet been
    processed or that have been processed only in part.
    Thanks & Regards
    Siva

    Hi,
    This was asked in LE forum also, please read this thread:
    reg. activating batch management for existing materials
    You should fully process the sales documents (sales order - delivery - invoice) or you should delete them and after setting batch requirement for your material master you could recreate the them (SO, delivery).
    Regards,
    Csaba

  • Reg: Material

    Hi Experts ,
    iam Having material UM529063 ...
    Lot of materials are there in which ? iam having doubt on this material UM529063.
    Actually when i execute a report.
    1. it has to display UM-529063 ..
    Here the 3rd character was separated by Hyphen for every time whenever we wil select Material no UM529063.
    I Want to display o/p like that i.e UM-529063.
    i need the logic of this query ...
    Regs ,
    Murthy

    i think your material no is present in the MARA table is UM529063 but you want to show it as UM-529063 ... if it is so then fetch all the records into the internal table.
    now
    data : v_matnr1(2),
             V_matnr2(6),
             v_matnr(7).
    loop at itab.
    if itab-matnr = 'UM529063 '.
    v_matnr1 = itab-matnr+0(2).
    v_matnr2 = itab-matnr+2(6).
    concatenate v_matnr1 v_matnr2 into v_matnr separated by '-'.
    write : / v_matnr.
    else.
    write : / itab-matnr.
    endif.
    endloop.
    regards
    shiba dutta

  • Material extension to other plants

    Hi,
    Is there any easy way to extend material to other plants in
    SAP R/3.
    Regards,
    Fawaz

    Sorry I should have been more precise.
    For Mass Extension of Material to a plant.....
    Has anyone made a Z prog for doing the same....
    Regards,
    Fawaz

  • Material Extensions

    Can the BAPI_MATERIAL_SAVEREPLICA be used for creating extensions or do I have to use the BAPI_MATERIAL_SAVEDATA to do so.
    The disadvantage of using BAPI_MATERIAL_SAVEDATA is that you have to loop through every material and storage location in order to do so.
    Thanks a lot in advance

    BAPI_MATERIAL_SAVEREPLICA is the one

  • Reg: Material types

    H i All,
    I have special scenario, a material which is FERT in one plant is sold thru IPT to another plant which would be ROH in the receiving plant ,
    In this case how would i treat the material types for the same material code and alo let me know the respective valuation classes.
    Reg
    VKK

    Hi,
    I'm not creating two different material type but I would create the material as HALB across the plants and delare the FERT valuation class in the sending plant(i would also delcare it as RG1 in J1ID) at receiving end the valuation class would be ROH's valuation class. Is this right ?
    Reg
    VKK

  • Customer and material extension

    Hi,
    how to extend customers & materials to new plant.
    reg,
    Raghu

    Hi Raghu,
    It would be nice if you could tell what is the exact problem or what you wanted to know.
    You will do the following assignments related to Customer / Material to Plant.
    A combination of Sales Org and Distribution Channel is assigned to Plant, This used whil creating a material Master
    In Material Master - Sales Org1 View you will details about delivering Plant
    A customer master is created for a particular Account Group, Company Code and Sales Area. In Sales Area - Shipping Tab you will details about Delivering Plant
    In VD 51 you will create Customer Material Info Record. In this You can give specific information related a particular material and Customer. here again yu can give information about Delivering plant.
    Eloborate your requirement so that we can answer accordingly.
    REWARD POINTS IF IT HELPS
    Regards
    Srini

  • Mass Material extension to plants

    Dear Sapguru,
    I'm created one material.but now I have to extend it to other 5 plants.How can i do mass extension of material.
    Pls guide.

    Hi
    check following link you will get details of LSMW
    [http://www.****************/Tutorials/LSMW/MMBAPI/Page1.htm]
    Regards
    kailas ugale

  • Problem in Material Extension

    Hi!
    When I extent one material to a plant->sales organization->Dist. Channel, it is extending in all the plants assigned to that sales organization->distr. channel.
    Can anybody help me to solve this problem?
    Thanks and regards
    Biswajit

    Hi!
    Thanks to all for the reply. But I have not get any solution from these replies. My problem is when I extent the material in a single plant in a sales org., dist channel, material is extending in all the plant assigned under the sales org., dist, channel automatically. This is not the proper thing happenning.
    Pl. give the solution for this.
    Thanks
    Biswajit Datta

  • Reg : material master change history

    Hi All.
    I am changing the value of the material master characterstic assigned to class under the classification TAB of material master.
    I want to extract the last chaged date of the characterstic value.
    The material master change history ( Table CDHDR)  is not reflecting the changes done to the characterstic value.
    Can anybody please suggest me how can i extract the change history of the characterstic value of a given class for a given material.
    Thanks
    Vijay

    Hi
    If a field is changed in any transaction with a new values those changes are recorded in CDHDR and CDPOS tables with the field name, Transaction name and field old and new values, changed by and date etc
    So you have to fetch the change data history from those tables passing the
    OBJECT CLAS = MATERIAl and the Objectid = Material no and fetch the data from CDHDR first and then for all entries of CDHDR fetch the data from CDPOS and use the data and required fields
    Regards

  • Error while material extension

    I am getting below error while extending materials
    "You want to change the profit center but there are still material stocks".
    Rakesh

    Thanx for reply..
    But whay to maintain this message ae worning..
    It is working firn in Prod server but not in QA and DEV. I thnk someone has pased request and thats why the erorr. I want to rectify that.

  • Reg material return from subcontractor

    Dear all,
    We send material to subcontractor using movement type-541, but due to some problem the subcontractor has not completed the job and we need to take stock back from him and we will take with 542 mvmt, our requirement is can we generate an inspection lot for this mvmt type( we need to test material coming from subcontractor)
    Thanks i n  advance
    Madhav

    Hi,
    I would suggest to post this query in QM forum to get a better help.
    However based on my little knowledge on this, you can manually create an inspection lot via QA01. The inspection type would be 08. Maintain this inspection type in the QM view of the material master. Check with your QM personnel if this can meet your need.
    Regards,
    Vivek

Maybe you are looking for

  • Apple TV optical connection

    Hey everyone Just got Apple TV and concerned i have an issue. Updated it to 6.0.2 I have connected an optical out to my turtlebeach x41s (Xbox headphones) of which the base accepts any optical audio input.  I get no sound?!?  Works fine with xbox and

  • TaskMenu is not rendering properly using rendered attribute withSecurityCxt

    Hi All, I am trying to use this code rendered="#{!(securityContext.userInRole['ZPM_ENT_MARKETING_BUDGET_MANAGER_DUTY'])}" in the itemNode UI component of my Budget_taskmenu.xml. But UI is not rendering it properly. I have checked the same code in the

  • Need to pull INITIAL(vbap)net price of  Sales Order, after changing viaVA02

    Hi Experts, Mine is differetnt requirement.......... I created a my_Sales_order_12345678 with 2 items, as follows,(all following values/entries r for my_Sales_order_12345678) line item_10---->net_value_netpr = $100 line item_20---->net_value_netpr =

  • Resizing a photograph for print (aspect ratio)

    Hi, I am hoping someone can help me with something that seems like it should be very simple, but I can't seem to figure out. When I import my pictures from my DSLR into Bridge and then open in Photoshop the image size is varies, but typical size is 1

  • Regarding joins

    HI ANJI, can i use join conditions like this...using BSID,BSIK,LFA1 SELECT ABELNR ABUDAT AVBELN BLIFNR CORT01 CORT02 CPSTLZ CSTRAS INTO CORRESPONDING FIELDS OF TABLE ITAB FROM BSID AS A INNER JOIN BSIK AS B ON ( ABUKRS = BBUKRS ) AND ( ABELNR = BBELN