Material Master Load Problem

Hi,
I am using LSMW to load the material master and using the standard program RMDATIND.
I am able to create the material but it does not fill the storage location even there is a storage location in the input file.
It does not give any error. It says material created successfully. But when i go to MM03 and check the material it don't have the storage location associated with that material.
Please help. Let me know if I am missing some thing. Appreciate you guys help.
Rohit

Hi Darhan ,
I checked the mapping. It is fine and able to get the storage location from the file. I found out that I have to check the field XE1L1 for storage location view. I checked that field it created the material for that storage location. But now problem is it does not created the other view if I set this field. It creates the warning with message  "The data for the maintenance statuses BG cannot be transferred"
Please suggest.
Thanks

Similar Messages

  • Material master creation problem in sales org views

    Hi
    I have faced problem while creating material master
    In mm01 >then select the org views basic data1&2 , sales org data1&2, purchaing, accounting and costing views >thanclick org levels> here enter the plant , stor loc, sales org & dist.chanel >then enter fill the all fields and save this is original procedure
    but problem occured at ... in org levels without dist.chan ( only enter plant ,sales org stor loc ) also system goes to sales org data-2
    in our development system .. in select sales org 1& 2 ... system should ask sales ogr &dist,chanel at org ..level scren ..if we does't ente dist.ch .. system does't allow the material master...actually like this in production system also worked  earler....but now our production system not worked like this procedure ...
    pls ..guide me to solve this issue any one
    regards
    sesidhar

    hi
    we have 1  sales org ,4 dist.chanel and 1 plant
    4 distbution channels are also assigned to sales org and plant
    but problem is ..when create material amster ...if select the select views sales orgdata 1,2 and sales gnerael plant data
    than press enter ... here system ask the palnt (mandatory), sales org(mandatory) and dist channel9optional).in production sysstem....
    plant          1000
    sale org     zosd
    DC             .........(BLANK)
    IF press enter system allow  to ... sales org data 2
    if DC ....(BLANK) System does 't allow to next screen sales org data 2
    how can i change this optional to mandatory in DC

  • Material master loading in bi

    Hi,
    iam new to Material Master Extraction and loading, can some one tell the process about 0material_attr in sap bi from replication to reporting level what care should be taken....
    appriciate your help.
    Kiran

    Hi,
    once you replicated teh 0material_attr and text daat sources,, try to load teh data , before taht install teh objects of tarnasfer rules, update rules  of 0 material
    right click on dat source and create tarnsfr rules---- shows teh conete 0materaila_attr  the do that -- it auto matically goes to the  business conetent  the craete the info packege and load the data..
    i think in 7.0 version for 0 matereial  SAP delivered the transformations , you can use the same
    once you install all the transfer rules& Update rules or transformations
    then craete teh infopackege  and load the data.
    Thansk & Regarsd,
    sathish

  • Material master tax problem

    in the material master sales view  the tax category and tax class is automatically comming when creating the material master.
    We are getting two countries and and tax category etc.
    my doubt is that why the country key , tax category , tax class is automatically comming and also why two countries are comming where are the settings mainatined to come automatically
    our sales organazation is defined in one company code only.
    please tell me

    Hi
    Then the problem should be in the SPRO>Sales and Distribution>Basic Functions-->Taxes-, Here you check for how many countries the tax condition type has been assigned . Also check for your plant & sales orgn  , which country you have given are they same or different.
    There are two possibilities
    Firstly check  wheather , MWST condition type  have been assigned to IN & AU , so just check
    Secondly also check wheather sales orgn & Plant have been assigned same countries or different countries
    Regards
    Srinath

  • Material master uploding problem

    Dear All,
    i have uploaded material through our custamized T.code . i have defined material number only in text file ( note pad).in our customized T.code in put datas are plant, M.type , S.Org, Channed , S.Location  and tthere are two selection mode is there 1. extend the material master and change the material master . i have choosed change the material master . After uploading the text file i got the error for all the material , "enter a validity date ". i don't know where should i enter the validity date . could you please tell me regt on this problem .
    Regt
    kt

    hi ,
    this is right that only abaper can help you..in customised material master,
    in matrial master ...there is VALIDITY date of PRODUCT ....or matrial may be i guess your material is subjected to PRODUCT CHANGES ..if matarial is going under any changes ..this is to be specify when that matarial is valid for USE.
    its in BASIC DATA 1 , sales org 1 ,purchasing ,MRP
    above are transaction dependent variables which are concerned to product changes, hence is necessary to enter valid dates there.
    first plz chk with abaper..
    Kaustubh

  • Material master price problem

    Sir in material material master ( MM03 ) accounting view we mention price of material , there my system is showing me price in 70.000,000 format , means if i want seventy thousand then after 70 one fullstop appears and in place of fullstop comma appears .What to do to get correct no. sequence ?
    Moderator: please do not cross-post the same issue into several forums. Thread locked.

    Hi Frnd,
    Please run SU3.
    Enter the User ID. Go to Default Screen and change the decimal notation according to requirement.
    Assign Points if found Useful
    Regards,
    Jigar

  • Material Master upload problem (LSMW)

    Hi
      I am using Standard Batch input program (RMDATIND)  for MM upload i need to validate the old material number if it is already existed in MARA it should throw an error at the end of the processing saying that "Old material number" already existing in MARA . Flat file will have thousands of records.
    One solution like, we can move all the error records in one internal table in code of Filed mapping conversion rule step , but the problem is where we can write the error records?
    Another question when we use Standard program for conversion is it possible to show error log at the end of the processing?
    Its very urgent  Kindly help me ........
    Rgds,
    bhanu.......

    Hi,
      YOu can populate error messages in LSMW. To achieve this you add code in LSMW.  Follow the below procedure to add code in LSMW.
    In Display FieldMapping and Conversion rule Step of LSMW click the button Display Variant. A screen will pop up. Check the boxes - Global Definitions and ABAP Sub Programs. This will allow you to add code in LSMW.
    At check the error records follow the below mentioned procedure...
    <b>Error messages in the conversion log</b>
    How can user-defined error messages be added to the conversion log?
    1.     Use of  WRITE  command in the Coding
    a.     Example: WRITE: ‚Error during conversion of field xxx’
    2.     In the editor use ‚Insert -> Message’ to use a message already existing in the SAP system.
    a.     Example (Coding after using the menu function and filling the fields):
    WA_ERRORTAB-ID = '/SAPDMC/LSMW'.
    WA_ERRORTAB-MSGNO = 012.                         
    WA_ERRORTAB-PAR1 = 'A'.                          
    WA_ERRORTAB-PAR2 = 'B'.                          
    WA_ERRORTAB-PAR3 = 'C'.                          
    WA_ERRORTAB-PAR4 = 'D'.                          
    INSERT WA_ERRORTAB INTO TABLE G_ERROR_TAB. 
    The message will be added to the log.
    For further reference click the link below
    http://www.erpgenie.com/sapgenie/docs/Lsmw.zip.
    Regards,
    Vara

  • Material Master load in SAP BW

    Hello,
    I need to load fron SAP ECC Article Characteristics Color and Size. I have created Generic and variant articles by color and size and I want to load in Bi the relation between variant article-size-color.
    Is there any table in ECC to create a custom datasource or an standard one exists?
    Thanks in advance for your help.
    Aralar

    Hi,
    I feel, you posted question in a wrong Forum..Please post your question to the below forum.
    [SAP ERP - Logistics Materials Management (SAP MM)|SAP ERP - Logistics Materials Management (SAP MM)]
    Hope you will get quicker replies...
    Best Regards,
    Shiv

  • Material Master data problem

    Hello,
    In our scenario, there are 2 plants in one company code. We created a material in one plant and then extend the same in another plant also. Now if I am changing the material for one plant than this material is getting changed in other plant also and vice-versa. Even the fields which are plant dependent are also getting changed.
    Please suggest the reason.
    Puneet

    if it really happens, then it might have its origin in using exits, BAPIs etc.
    IT is certainly not standard.
    But you did not tell the field for that this is happening. there are many fields at "plant-specific" views like Purchasing or storage location view which  are NOT plant specific,. so when you change such field then it looks like it changes as well for the other plant.
    it is possible to access the purchasing data view without entering a plant number, then you will only get the "global" fields.
    try it.

  • Maintaining Numeric Values in Alphanumeric field of Material Master

    Hello Everyone!
    Currently we are in midst of an SAP Project implementation. The problem arising is that we are using External Number for material codes which has already been used by the business in the legacy system. So the material code field has been set to Alphanumeric data type.
    During the data upload of material master a problem has been identified that some of the material codes that needs to be uploaded are number in nature or start with a numeral e.g 1234-5674-9, 1234-9876-D. While creating them the system generates the following error.
    Number 1234-5674-9 not defined for material type ICI PNT - Trading Goods
    Message no. M3318
    Diagnosis
    Every material type has a speific number range for external number assignment. The material number you have entered does not lie within the number range for this material type.
    Procedure
    Choose a material number that lies within the number range of your material type.
    Is there a way through which we can maintain such external numbers with Alphanumeric field.
    - Best Regards

    Hi Khalid,
    You assign as follows for external number range to your group
    From Number                                      to Number                                                                                EXT
    A                                                         ZZZZZZZZ( enter the number
                                                                    characters( Z) as required for your client)                                    Tick the Ext box
    By this setting you can assign ALPHA NUMERICAL external numbers
    Cheers
    Chris
    Edited by: CHRIS MM on Dec 27, 2010 9:27 AM

  • Uplaoding material master with LSMW

    Hi,
           I want to  create new 1000 material , i want to know the process for uplaaoding sales text and purchase order text is it  possbile with normal recording or for text uplaoding i have to folow different procedure,
      regards,
       zafar

    you should never load materials by recording method. Use standard/direct input method, BAPI or IDOC method.
    Material master is too dynamic to use a static recording.
    However, in any method it is possible to load texts.
    Texts can even be loaded with an extra LSMW import method after material master load.

  • Unable to use SCAT to upload material master in ECC 6

    HI
    I am unable to use SCAT to upload material master in ECC 6,
    an error is triggering
    "Releases higher than 6.40 are not permitted
    Message no. TT005
    Diagnosis
    With Web Application Server Release 6.40, you cannot create new automated CATT test cases. However, you can create manual CATT test cases"
    canany body please help me to use SCAT
    Sreeram

    you have to read yourself:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/1b/e81c3b84e65e7be10000000a11402f/frameset.htm
    I certainly do not use SCAT or SECATT to load master data, especially not material master.
    A material master has  dynamic screens, based on the material type the view selection will be different, based on entries made in MRP view fields become hidden or mandatory. Such things canot be done with a static recording.
    SAP provides batch input programs and BAPIs for material master load and additonally loading per IDOC in LSMW (which offers as well batch input and Bapi methods)

  • Problem loading material master (IS Mill) data from ECC to BI

    Hi Gurus,
    We have a problem loading Material master data from ECC to BI 7.0 SP 18.
    The scenario is :
    The ECC is with IS Mill... due to which the Material field MATNR is of length 40 instead of standard 18 characters.
    That is data element MATNR has 18 chars and its output length is 40 chars.
    When is table MARA browsed using SE16, the material with more than 18 chars.... shows only first 18 characters and are ended with !.
    OMSL setting shows length as 40.
    When the extractor checker runs 0MATERIAL_TEXT or 0MATERIAL_ATTR it gives correct output ..... which is more than 18 characters... not ended with !
    Till here no problem.
    On BI side, after replication of the datasource, i checked data element MATNR ... but it has length as 18 chars and output length as 18 chars.
    OMSL setting cannot be set more than 18.
    Infopackage has pulled data till PSA successfully. I checked the PSA data .... here to the material with more than 18 chars is ended with !.
    When the data is further pushed to 0MATERIAL infoobject, it throws following error for all materials irrespetive of its length (example below):
    0MATERIAL : Data record 768 ('SIT_PL_B01L_10_01!E '): Version 'SIT_PL_B01L_10_01! ' is not valid
    0MATERIAL : Data record 165 ('RLIRS52 E '): Version 'RLIRS52 ' is not valid
    Diagnosis
         Data record 768 & with the key 'SIT_PL_B01L_10_01!E &' is invalid in value 'SIT_PL_B01L_10_01! &' of the attribute/characteristic 0MATERIAL.
    System Response
         The system has recognized that the value mentioned above is invalid, and has processed this general error message. A subsequent message may give  you more information on the error. This message refers to the same value, even though it does not state this explicitly.
    I did search for SAP note related to this... but could not find any.
    There is one SAP note (Note 960868) which mentions about this, but the correction was then shipped with BI SP 9.... we are running on SP 18.
    Requesting you all experts for help.
    Best Regards,
    Deepak

    Hi,
    follow bellow steps:
    1. you need to activate the Datasouce in BI side.
    Goto RSA1>  Datasource> Select Datasource> Double click> Check fileds and Activate.
    2. Replicate the Datasource into BI side.
    3. Check the RFC connections by useing SM59.
    Regards.

  • Redoing the Intial load of Material Master data

    Hi,
    The requirement is to flow the data between R3 and CRM.Business partners, Material and Sales documents.
    I have created Customer and Material in R3 and in CRM r3ac1 i set filter conditions for material and customer .
    Data successfully flowed from R3 to CRM this is confirmed in CRM (SMQ2) when i activated it showed a green light.
    I used tcode COMMPR01 in SD tab it is not showing particular sales org 5030.
    For BP it shows sysfail in SMQ2 when i tried to check it shows message BP number already exists.
               Iam doing the Intiaload of Material Master data second time .so what precautions i have to take before starting the Intial Load .
    Plz Clarify.
    Thanx's in Advance.
    Regards,
    Jack.

    HI Jack,
    Regarding the customers:
    You could be getting the message due to a variety of resons. Perhaps you are using overlapping BP number ranges in CRM and R/3?
    The other reason could be due to client copies in one or both systems thus leading to data flowing to the wrong clients.
    Regarding Materials:
    Make sure that that org mapping has been correctly  maintained in the CRM Org Model and that this org unit has not been filtered out in the fitler settings.
    If the mapping exists correctly, then you will see a BDOC with an error. You will also see the sent data in the BDOC.
    This is easy to check. Just change a Sales Area dependent attribute for a material in R/3 and see if the change is sent to CRM. If yes, then check the BDOC and the BDOC log. If the problem is in the org Mapping this will show up in the BDOC Log.
    Another thing you can check is the buffer. Perhaps the cache/buffer is not getting updated after the download.
    Regards,
    Shiv

  • Material Master Data load failed

    Hi All,
    I am loading material master data. I have around 8055 records in R/3. The load has failed with an error "Non-updated Idocs found in Business Information Warehouse" and asking me to process the IDocs manually. I have checked in WE05 for the IDocs and found 3 Idocs with status 64(IDoc ready to be transferred to application).
    But when I checked in the manage screen of the 0MATERIAL I could find the Transfered and Updated records as 8055. I have even checked the data in 0MATERIAL and found that all the data(8055 records) has already been uploaded.
    Why is it still showing an error(load failed) even when all the data has been uploaded? What should I do now?
    Best Regards,
    Nene.

    hi Nene/Sankar,
    for material text no language please check Note 546346 - Material texts: no selection on languages
    and for why idocs problem, check e.g Note 561880 - Requests hang because IDocs are not processed, Note 555229 - IDocs hang in status 64 for tRFC with immediate processing.
    hope this helps.
    Note 546346 - Material texts: no selection on languages
    Summary
    Symptom
    When loading material texts from R/3 into the Business Information Warehouse, you cannot select languages.
    Other terms
    DataSource, 0MATERIAL_TEXT, InfoSource, InfoObject, 0MATERIAL, SPRAS, LANGU, 0LANGU, MAT_BW, extraction, selection field, delta extraction, ALE, delta, change pointer
    Reason and Prerequisites
    As of PI/PI-A 2001_2 Support Package 6, the selection option for the 'SPRAS' field in the OLTP system was undone in the 0MATERIAL_TEXT DataSource. (Refer here to note 505952).
    Solution
    As of PI/PI-A 2002_1 Support Package 4, the 'SPRAS' field is provided for selection again with the 0MATERIAL_TEXT DataSource in the OLTP system. When loading the material texts from BW, the language is still not provided for selection in the scheduler, instead all languages of the language vector in BW are implicitly requested from the source system. However, during the delta update in the source system, the change pointers for all languages in the source system are now set to processed, regardless of whether the language was requested by BW or not.
    Import
    Support Package 4 for PI/PI-A 2002_1_31I - PI/PI-A 2002_1_45B
    Support Package 4 for PI 2002_1_46B - PI 2002_1_46C
    Support Package 3 for PI 2002_1_470
    In transaction RSA5, copy the D version of the 0MATERIAL_TEXT DataSource to the A version.
    Then replicate the DataSources for 0MATERIAL in the BW system. The 'SPRAS' field is then flagged again as a selection field in the transfer structure of the 0MATERIAL InfoSource. The transfer rules remain unchanged. Activate the transfer rules and perform a delta initialization again.
    Note 561880 - Requests hang because IDocs are not processed
    Symptom
    Data extraction in a BW or SEM BW system from an external OLTP System (such as R/3) or an internal (via DataMart) OLTP System hangs with the 'Yellow' status in the load monitor.
    After a timeout, the request status finally switches to 'Red'.
    Information IDocs with the status '64' are displayed in the 'Detail' tab.
    Other terms
    IDoc, tRFC, ALE, status 64
    Reason and Prerequisites
    Status information on load requests is transferred in the form of IDocs.
    IDocs are processed in the BW ALE model using tRFC in online work processes (DIA).
    IDoc types for BW (RSINFO, RSRQST, RSSEND) are processed immediately.
    If no free online work process is available, the IDocs remain and must then be restarted to transfer the request information.With the conversion to asynchronous processing, it can often happen that no DIA is available for tRFC for a short period of time (see note 535172).
    The IDoc status 64 can be caused by other factors such as a rollback in the application updating the IDocs. See the relevant notes.
    Furthermore, you can also display these IDocs after the solution mentioned below, however, this is only intended as information.
    You must therefore analyze the status text.
    Solution
    We recommend asynchronous processing for Business Warehouse.
    To do this, you need the corrections from note 535172 as well as note 555229 or the relevant Support Packages.
    The "BATCHJOB" entry in the TEDEF table mentioned in note 555229 is generated automatically in the BW system when you import Support Package 08 for BW 3.0B (Support Package 2 for 3.1 Content).For other releases and Support Package levels, you must manually implement the entry via transaction SE16.
    Depending on the Basis Support Package imported, you may also have to implement the source code corrections from note 555229.
    The following basic recommendations apply in avoiding bottlenecks in the dialog processing and checking of IDocs for BW:
    1. Make sure there is always sufficient DIA, that is, at least 1 DIA more than all other work processes altogether, for example, 8 DIA for a total of 15 work processes (see also note 74141).
       TIP: 2 UPD process are sufficient in BW, BW does not need any UP2.
    2. Unprocessed Info IDocs should be processed manually within the request in BW;in the 'Detail' tab, you can start each IDoc again by selecting 'Update manually' (right mouse button).
    3. Use BD87 to check the system daily (or whenever a problem arises) for IDocs that have not yet been processed and reactivate if necessary.
    However, make sure beforehand that these IDocs can actually be assigned to the current status of requests.
       TIP: Also check transaction SM58 for problematic tRFC entries.
    IMPORTANT: Notes 535172, 555229 and the above recommendations are relevant (unless otherwise specified) both for BW and for SAP source systems.

Maybe you are looking for