Lsmw- retail material

hi all
i am new to lsmw and trying to create a retail material through lsmw. i chose business object method with business object as bus1001001.method is 'CLONE'
everything has gone well and i could create a material too.
but in unit field,(i.e the display of all types of units) the legacy data contains 4 rows of units. when i transfer them the new created material displays only one line of units. the other three rows in material display (code transaction- mm43)are empty.
i have tried using on_change_transfer and transfer_transaction too but that doesnt seem to make any difference.
your reply will be a great help. thanks and regards

I have an LSMW which creates alternitive UOMs.
Object type is IDoc
Message Type ARTMAS
Basic Type ARTMAS02
Structure Relationships
E1BPE1MATHEAD
E1BPE1MARMRTX
E1BPE1MAMTRT
E1BPE1MEANRT
Fields
ARTICLE_NUMBER                 C(018)    Article Number                     
OLD_EAN                        C(018)    Old EAN number                     
NEW_EAN                        C(018)    New ean number                     
NEW_UOM                        C(005)    New unit of measure                
NUMERATOR                      C(006)    Numerator for conversion to base UoM
DENOMINATOR                    C(006)    Denomator to convert to base UoM   
EANTP                          C(002)    EAN type (HE, UC, Z3 etc)          
Hope this helps
SC

Similar Messages

  • Help urgent plz - lsmw retail material.

    hi all, i am posting my message again as this problem seems to have taken me too.
    i am new to lsmw and trying to create a retail material through lsmw. i chose business object method with
    business object as bus1001001.method is 'clone'
    everything has gone well and i could create a material too.
    but in unit field,(i.e the display of all types of units) the legacy data contains 4 rows of units. when i transfer them the new created material displays only one line of units. the other three rows in material display (code transaction- mm43)are empty.
    i have tried using on_change_transfer too but that doesnt seem to make any difference.
    your reply will be a great help. thanks and regards
    ps: i tried with batch input recording method too. but there ,after execution all the rows are filled with the first line of data from the source file. so a failure again.

    I have an LSMW which creates alternitive UOMs.
    Object type is IDoc
    Message Type ARTMAS
    Basic Type ARTMAS02
    Structure Relationships
    E1BPE1MATHEAD
    E1BPE1MARMRTX
    E1BPE1MAMTRT
    E1BPE1MEANRT
    Fields
    ARTICLE_NUMBER                 C(018)    Article Number                     
    OLD_EAN                        C(018)    Old EAN number                     
    NEW_EAN                        C(018)    New ean number                     
    NEW_UOM                        C(005)    New unit of measure                
    NUMERATOR                      C(006)    Numerator for conversion to base UoM
    DENOMINATOR                    C(006)    Denomator to convert to base UoM   
    EANTP                          C(002)    EAN type (HE, UC, Z3 etc)          
    Hope this helps
    SC

  • Issue in LSMW for material master using standard input program RMDATIND!!

    Hello guys,
    I have a issue in LSMW for material master.
    I have a custom field in MARA table. which I want to add in my LSMW.
    I added the field in BMMH1 structure. I'm passing the value to this field, But it is not populated in the table when I run it.
    Is there anything else I need to do apart from addition of field in the structure BMMH1.
    Thanks in advance for your help.
    Regards,
    Sumeet....

    see oss note 44410, it gives you a step by step overview.
    https://service.sap.com/sap/support/notes/44410

  • Delete retail material via batch job?

    Hey guys,
    is there a way to delete a retail material via batch job? I know with transaction MM16 you can schedule a job to do that. But how can i do that without using transaction MM16. Is it possible to this via IDoc?
        thx,
          Wei-Ming

    Check OSS 35615 & 93732.
    Cheers

  • Any send is-retail material and transaction codes

    Hi,
    i am new to is-retail. i need is-retail material and transaction codes.
    1.how can i found article hierarchy?
    2.transaction code for article creation?
    3.transaction for country, zone, state, city, store, concepts?
    4.transaction code for product category?
    Regards,
    venkat.

    Please look at
    Master Data in SAP Retail: Some deep hints
    Regards
    B

  • REQUIRED IS RETAIL MATERIAL

    i required some IS-Retail material .. plz forward some material

    Dear Mohd Amir,
             Please go through this link it will help you about SAP retail
    http://help.sap.com/saphelp_47x200/helpdata/en/50/94f500470e11d1894a0000e8323352/frameset.htm
    I hope it will help you
    Regards,
    Murali.

  • LSMW for Material master data

    Hi,
    Anybody can help me, how to make LSMW for Material master data.
    Thanks in Advance
    Arjun

    pls follow the thread:
    http://help.sap.com/saphelp_46c/helpdata/en/f6/ca0766a7a911d1950500a0c930e0da/frameset.htm
    regards,
    indranil

  • LSMW for material master upload

    Hi gurus
    i have one problem while uploading material master with LSMW.
    I have murged 2 company codes in one so while creating material master system is asking me tax classification data in sales view for 2 country sales org and distrubition channel. I am using sap std LSMW for material master creation.
    system is giving me error as " tax classification data not maintained completely".
    need your valuable help to solve this problem

    Tax classification data is mandatory field in Sales view of MM01.
    Check out you mapping for the tax classification fields. usually classification value is 0 OR 1.
    You can first test the values in MM01 Sales View with the legacy data you have and this way you will able to find the mandatory fields also and can see the valid values for the fields.
    Remember you may have more than one Tax Classification values depending on the country code.
    For that you can add those many columns in legacy data file and map them.
    Hope it helps.

  • LSMW FOR MATERIAL MASTER USING BAPI_MATERIAL_SAVEDATA -Adding Custom Fields

    Hi Gurus,
    I'm developing LSMW for Material Master Upload using BAPI method.
    Object:BUS1001006
    BAPI:BAPI_MATERIAL_SAVEDATA
    MESSAGE TYPE: MATMAS_BAPI
    BASIC TYPE : MATMAS_BAPI03.
    There is a requirement to use/map a custom field. Upon research custom field can be added to the parameter EXTENSIONIN and EXTENSIONINX, but I have no Idea on how to do it with LSMW. Please advise what approach is needed.
    Thanks and Regards,
    Jay

    Hi Gurus,
    I got the following code below.
    The custom field won't get updated.... Please advise on what should I do... I've checked different forums and still can't come up with the solution... Please advise..
    REPORT ztest_extend_matmas1.
    STRUCTURE
    TABLES:
    bapimathead, "Headerdata
    bapi_mara, "Clientdata
    bapi_marax, "Clientdatax
    bapi_marc, "Plantdata
    bapi_marcx, "Plantdatax
    bapi_makt, "Material description
    bapiparex, "Extensionstruktur
    bapiparexx,
    bapiret2. "Return messages
    DATA:
    bapi_te_mara LIKE bapi_te_mara,
    bapi_te_marax LIKE bapi_te_marax,
    v_file TYPE string.
    INTERNAL TABLE
    *to store the output data
    DATA:BEGIN OF it_material_number OCCURS 0.
            INCLUDE STRUCTURE bapimatinr.
    DATA:END OF it_material_number.
    *for materialtext
    DATA:BEGIN OF it_materialdesc OCCURS 0.
            INCLUDE STRUCTURE bapi_makt .
    DATA:END OF it_materialdesc.
    *für z-feld
    DATA:BEGIN OF it_bapiparex OCCURS 0.
            INCLUDE STRUCTURE bapiparex.
    DATA:END OF it_bapiparex.
    *für z-feldx
    DATA:BEGIN OF it_bapiparexx OCCURS 0.
            INCLUDE STRUCTURE bapiparexx.
    DATA:END OF it_bapiparexx.
    *to return messages
    DATA:BEGIN OF it_return2 OCCURS 0.
            INCLUDE STRUCTURE bapiret2.
    DATA:END OF it_return2.
    DATA:BEGIN OF it_return OCCURS 0.
            INCLUDE STRUCTURE bapiret1.
    DATA:END OF it_return.
    DATA
    lt_messages      TYPE bapiret2_t.
    PROCESSING
    *bapimathead-material = it_material_number-material.
    bapimathead-material = '100-2520'.
    bapimathead-ind_sector = 'P'.
    bapimathead-matl_type = 'AEM'.
    bapimathead-basic_view = 'X'.
    bapimathead-purchase_view = 'X'.
    bapimathead-inp_fld_check = 'I'.
    *bapimathead-BASIC_VIEW = 'X'.
    *bapimathead-SALES_VIEW = 'X'.
    *bapimathead-PURCHASE_VIEW = 'X'.
    *bapimathead-MRP_VIEW = 'X'.
    *bapimathead-FORECAST_VIEW = 'X'.
    *bapimathead-WORK_SCHED_VIEW = 'X'.
    *bapimathead-PRT_VIEW = 'X'.
    *bapimathead-STORAGE_VIEW = 'X'.
    *bapimathead-WAREHOUSE_VIEW = 'X'.
    bapi_mara-matl_group = '0001'.
    bapi_mara-old_mat_no = '100-251'.
    bapi_mara-base_uom = 'ST'.
    bapi_marax-matl_group = 'X'.
    bapi_marax-old_mat_no = 'X'.
    bapi_marax-base_uom = 'X'.
    bapi_marc-plant = '1000'.
    bapi_marcx-plant = '1000'.
    it_materialdesc-langu = 'EN'.
    it_materialdesc-matl_desc = 'DESC'.
    APPEND it_materialdesc.
    *bapi_te_mara-material = it_material_number-material.
    bapimathead-material = '100-2520'.
    *bapi_te_mara-zzforst = '4148'.
    bapi_te_mara-material = '100-2520'.
    bapi_te_mara-zzmar_field1 = '4148'.
    *bapi_te_marax-material = it_material_number-material.
    bapimathead-material = '100-2520'.
    *bapi_te_marax-zzforst = 'X'.
    bapi_te_marax-material  = '100-2520'.
    bapi_te_marax-zzmar_field1 = 'X'.
    it_bapiparex-structure = 'BAPI_TE_MARA'.
    it_bapiparex-valuepart1 = bapi_te_mara.
    APPEND it_bapiparex.
    it_bapiparexx-structure = 'BAPI_TE_MARAX'.
    it_bapiparexx-valuepart1 = bapi_te_marax.
    APPEND it_bapiparexx.
    CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
      EXPORTING
        headdata            = bapimathead
        clientdata          = bapi_mara
        clientdatax         = bapi_marax
        plantdata           = bapi_marc
        plantdatax          = bapi_marcx
      IMPORTING
        return              = it_return2
      TABLES
        materialdescription = it_materialdesc
        extensionin         = it_bapiparex
        extensioninx        = it_bapiparexx
        returnmessages      = lt_messages.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    THanks and Regards,
    Jay
    Edited by: jhayyy on May 17, 2011 6:54 AM

  • LSMW FOR MATERIAL MASTER USING BAPI_MATERIAL_SAVEDATA

    Hi Gurus,
    Im trying to develop lsmw for material master upload using bapi method.
    Object:BUS1001006
    BAPI:BAPI_MATERIAL_SAVEDATA
    MESSAGE TYPE: MATMAS_BAPI
    BASIC TYPE : MATMAS_BAPI01.
    I m unable to find parameters to load gross_weight volume and volume unit and also problem loading the custom fields of material master. Any body who has worked on this one, can you please help me.
    Thanks
    venkat

    The BAPI_MATERAIL_SAVEDATA support the gross_weight or the volume via the tables UNITSOFMEASURE and UNITSOFMEASUREX.
    eg.
    UNIT_OF_WT =KG
    ALT_UNIT = PCS
    NUMERATOR = 1
    DENOMINATR =1
    GROSS_WT =1000
    All the customer specific field are supported by the EXTENSIONIN and EXTENSIONINX tables.

  • Classification view creation via LSMW for Material master

    Hi,
    We are planning to have an LSMW for creation of material master along with classification view for configurable materials.
    Though we see a flag to indicate classification view  - XEIC1                        Indicator: take Classification view into account
    We do not see a structure where in we can pass all the characteristics and the corresponding values.
    Is this something possible only with BAPIs such as -> BAPI_OBJCL_CREATE after creation of other view for that material.
    Regards,
    HR

    Hi,
    Thanks for the response. This is helpful.
    However, we were intending to use a single LSMW for creation of all views of material master including classification view. Right now we are using Program RMDATIND as direct input method in LSMW.
    Please let me know if there is a way to use single LSMW for creation of all views of material master.
    Thanks
    HR
    Edited by: Hema Rao on Jan 8, 2009 7:58 AM

  • LSMW--Create Material master data

    Hi,
    When I use LSMW to create material master data, I set up all step, but when I go to last step "13 Run Batch Input Session", there is error message like "Select at least one view" in moudle SAPLMGMM, screen 0070, anybody can tell me what is problem, thanks a lot.

    Hi,
    This is due to error while recording for MM01,
    Please do a Repeat recording and ensure that once the material number, industry sector and material type is entered, on the next screen you need to select all or at least a single view to create the MMR.
    Regards
    Merwyn

  • LSMW datamigration material master with multiple distribution channels

    Hi,
    We plan on using the LSMW to migrate our customer's material master to a ECC 6.0 system.
    Currently we use the BMM00 and BMMH1 structures, but there I can specify only one distribution channel.
    Does anyone know how to include multiple distribution channels in LSMW material master migration?
    Thanks in advance for your support.
    Edited by: Mohammed Qasim Malik on Jan 21, 2008 10:01 AM

    you need an extra record in your source per distibution channel.
    Alternative you can create the extra record with a small Abap  code in LSMW in section __END_OF_RECORD__
    There you habe in standard the code:
    transfer_record.
    just add after this statement a statement that gets the additional wanted distribution channel into the  distribution channel field.
    BMM00-VTWEG =  'xx'.
    transfer_record.

  • LSMW  -  MB1C  material with serial number

    Hi  experts,
    Is it possible to get material with serial numbers in inicial stock entry MB1C transaction recording type LSMW.
    how to do LSMW for Materials with serial numbers.
    Thanksin Advance,
    Anthyodaya.

    Hi ,
    I have one material  with 7 qty so serial number also different numbers of 7 . so where can i enter the 7 serial numbers in the excel sheet. i have to create 7 lines with same material or is there any another way.
    can u pls explain me clear. i am doing RECORDING method.
    Regards,
    Anthyodaya.

  • LSMW and material view

    Hi,
    I'm using LSMW to upload material master data. The import method is "standard batch/direct input": object "0020" (material master), method "0000", program name "rmdatind" and program type "D" (direct input).
    I have created a project/subproject for basic view 1 & 2 and it works fine.
    I have created a second subproject for division view (MRP......) but when i run it, the system asks me all the mandatory fields fior basics views 1 &2. The problem is: how makes the system know that i want to add views to an existing not to create a new item??
    The common field in my to data files is MATNR
    Can some one help me with this problem?
    Thanks

    I solved the error on field MARC-MMSTA. It was a mistake in the field mapping.
    And now it works with only MATNR, MBRSH, MTART
    Thanks
    Edited by: Simon MAES on Jun 22, 2009 3:42 PM

Maybe you are looking for

  • FCP 7 will not see my Canon XHA1S

    I have just bought a new *Canon XHA1S* HD Camcorder and made a few clips, all HD 1080i 50 (PAL). I have tried connect the camera via the 400 (6 pin) Firewire socket on the camera to the 800 on the MAC Pro. No matter what I try the MAC has no idea it

  • Can't get tree to work right

    i have written an sql to create a tree but i am now getting the error: ORA-20001: read_meta_data error: ORA-01436: CONNECT BY loop in user data below is my sql select case when connect_by_isleaf = 1 then 0             when level = 1             then

  • Problems with eMac G4 10.3.9

    I hope I don't have to restore my computer, since I don't want to lose my playlists in itunes These are my problems: My clock doesn't work right anymore It doesn't shut down properly (shuts down half way, screen remains on - i have to force shut down

  • Time Received 2 hours off

    My Mac time is correct, but the time received in the window of Mac Mail is incorrect. It's 2 hours behind. The day is correct. The time on the email itself is correct. What is causing this and is there a way to correct it? Thanks.

  • CS4 Photoshop extend appears Error:130:9

    Hi, I haven't use the Photoshop for months, and when I try to run it today, it pops up a message asking for reset the computer. It also show the Error: 130:9., and then the photoshop auto closed. What should I do? I am using in window XP, with Creati