LSMW for Equipment characteristics Update

Hi,
I am having a LSMW program for Equipment Classification (Characteristics Value)Data upgrade created in ECC 5.0 . We have upgraded to ECC 6.0 EHP 4 Now. However this program was working fine in ECC 6.0 but while upgraded to EHP 4, I'm Getting following ErrorDisplayed whie creating Batch Input Folder.
BDC_INSERT, Transaction code .. is invalid.
The Recorded program for this as given Below.
Recording EQUI_CHAR            EQUIPMENT CHARACTERISTICS LSMW
  |
  ---   IE02 Change Equipment
      |
      |--   SAPMIEQ0 0100
      |   |
      |   |-----BDC_CURSOR                     RM63E-EQUNR
      |   |-----BDC_OKCODE                     /00
      |   ------RM63E-EQUNR
                                         EQUIP_NO             EQUIPMENT NUMBER
--   SAPMIEQ0 0101
BDC_OKCODE                     =KL
BDC_SUBSCR                     SAPLITO0
BDC_SUBSCR                     SAPLITO0
BDC_SUBSCR                     SAPLITO0
BDC_SUBSCR                     SAPLITO0
BDC_SUBSCR                     SAPLITO0
BDC_SUBSCR                     SAPLITO0
BDC_SUBSCR                     SAPLITO0
BDC_SUBSCR                     SAPLITO0
BDC_SUBSCR                     SAPLITO0
BDC_SUBSCR                     SAPLITO0
BDC_CURSOR                     ITOB-SHTXT
BDC_SUBSCR                     SAPLITO0
BDC_SUBSCR                     SAPLITO0
--   SAPLCLCA 0602
BDC_CURSOR                     RMCLF-KLART
BDC_OKCODE                     =ENTE
RMCLF-KLART                                         CLASS_NO             CLASS NUMBER
--   SAPLCLFM 0500
BDC_CURSOR                     RMCLF-CLASS(01)
BDC_OKCODE                     =NEUZ
RMCLF-PAGPOS                   1
BDC_SUBSCR                     SAPLCBCM
--   SAPLCLFM 0500
BDC_CURSOR                     RMCLF-CLASS(02)
BDC_OKCODE                     /00
RMCLF-CLASS(02)                                     CLASS_NAME           CLASS_NAME
BDC_SUBSCR                     SAPLCBCM
--   SAPLCTMS 0109
BDC_CURSOR                     RCTMS-MWERT(10)
BDC_OKCODE                     =BACK
RCTMS-MNAME(01)                                     CHAR_1               CHARACTERISTICS 01
RCTMS-MNAME(02)                                     CHAR_2               CHARACTERISTICS 02
RCTMS-MNAME(03)                                     CHAR_3               CHARACTERISTICS 03
RCTMS-MNAME(04)                                     CHAR_4               CHARACTERISTICS 04
RCTMS-MNAME(05)                                     CHAR_5               CHARACTERISTICS 05
RCTMS-MNAME(06)                                     CHAR_6               CHARACTERISTICS 06
RCTMS-MNAME(07)                                     CHAR_7               CHARACTERISTICS 07
RCTMS-MNAME(08)                                     CHAR_8               CHARACTERISTICS 08
RCTMS-MNAME(09)                                     CHAR_9               CHARACTERISTICS 09
RCTMS-MNAME(10)                                     CHAR_10              CHARACTERISTICS 10
RCTMS-MWERT(01)                                     VALUE_1              VALUE 01
RCTMS-MWERT(02)                                     VALUE_2              VALUE 02
RCTMS-MWERT(03)                                     VALUE_3              VALUE 03
RCTMS-MWERT(04)                                     VALUE_4              VALUE 04
RCTMS-MWERT(05)                                     VALUE_5              VALUE 05
RCTMS-MWERT(06)                                     VALUE_6              VALUE 06
RCTMS-MWERT(07)                                     VALUE_7              VALUE 07
RCTMS-MWERT(08)                                     VALUE_8              VALUE 08
RCTMS-MWERT(09)                                     VALUE_9              VALUE 09
RCTMS-MWERT(10)                                     VALUE_10             VALUE 10
BDC_SUBSCR                     SAPLCBCM
--   SAPLCLFM 0500
BDC_CURSOR                     RMCLF-CLASS(01)
BDC_OKCODE                     =ENDE
RMCLF-PAGPOS                   1
BDC_SUBSCR                     SAPLCBCM
      ---   SAPMIEQ0 0101
          |
          |-----BDC_OKCODE                     =BU
          |-----BDC_SUBSCR                     SAPLITO0
          |-----BDC_SUBSCR                     SAPLITO0
          |-----BDC_SUBSCR                     SAPLITO0
          |-----BDC_SUBSCR                     SAPLITO0
          |-----BDC_SUBSCR                     SAPLITO0
          |-----BDC_SUBSCR                     SAPLITO0
          |-----BDC_SUBSCR                     SAPLITO0
          |-----BDC_SUBSCR                     SAPLITO0
          |-----BDC_SUBSCR                     SAPLITO0
          |-----BDC_SUBSCR                     SAPLITO0
          |-----BDC_CURSOR                     ITOB-SHTXT
          |-----BDC_SUBSCR                     SAPLITO0
BDC_SUBSCR                     SAPLITO0
Kindly Help me to resolve this issue. Thanks n Regards
Raj Verma
1

Raj,
You had mentioned that you were using LSMW so i had given probable problem for LSMW. But now as you are saying its BDC i would request you to check back with your abap team. In code they might have written that whn a new value is entered, refer the old value and update it.
This can be the only problem just check back with them and your problem will be solved.

Similar Messages

  • LSMW for loading characteristics

    I have created an LSMW object for loading characteristics, using RCCLBI02, CL20.  The porblem is when loading multiple characteristics for a material in a single class, after loading the 1st characteristic, it tries to create the class (again), thus errors out.  See example below:
    Material____class___     characteristic_______     value
    A_________Engines__STEEL_____________Y
    A_________Engines__MGR_______________A  
    1st record loads fine, 2nd record errors out, since it is trying to create class Engines, which already exists.
    How can one get around this?  Ultimate desire is to just load the characteristics and values, as I have created the class itself with a different LSMW load.
    Thanks,
    Tom

    Hi,
    Please let me know in how many data files you are supplying the data??
    In your example you need 2 files. For ex:
    1. Header:
    Material____class
    A_________Engines
    2. items / Characteristics:
    Material____class___ characteristic_______ value
    A_________Engines__STEEL_____________Y
    A_________Engines__MGR_______________A
    I believe you have used following LSMW object:
    Object               0130   Classification
    Method               0001   Batch input  
    Program name         RCCLBI02            
    Program type         B   Batch input     
    Hope this helps.
    Best Regards, Murugesh AS

  • LSMW for Equipment BOM

    Hi,
    I have 100 Equipments
    Some equipment have 5 BOM items, Some have 3 BOM items. It varies
    How i should create LSMW - Recording Method for this?
    I need to create two LSMWs ?
    Thnks

    hi Alagasen
    why don't you use standard object "create material BOM",change the transaction code from CS01 to IB01
    and do the mapping and upload
    regards
    Seenu

  • LSMW for equipment creation-Standard Batch/Direct Input

    Hi,
    We developed an LSMW with standard batch / direct input method for creating equipment masters.
    We used Object =0400 ( equipment ) and method = 0001 ( batch input)
    We maintained source structures and source fileds. In the source field , we maintained only those fields that we need from table IBIPEQUI but in the order given in this structure.
    Also we maintained filed mapping and field convertion rules for the above source fields.
    When we run LSMW step - Display converted data , we see that
    Transactions Read:                   1
    Records Read:                          1
    Transactions Written:                0
    Records Written:                       0
    Not sure what could have gone wrong?
    Please provide some clues to the following questions.
    1) Should the source structure be same as fields from stuc. IBIPEQUI and should it include all the fields in the source structure?
    2) Is field mapping required or not ?
    3) We are getting an error - transaction is not supported in direct input mode.
    Thanks in advance
    Rgds,
    Rajesh

    1. Source fields are( same as IBIPEQUI structure ; the tab delimited file matches with these fields)
    TCODE                          C(020)    Transaction Code
    RECORDNAME                     C(008)    Record name
    EQUNR                          C(018)    Equipment
    DATSL                          C(008)    Valid On
    EQTYP                          C(001)    Equipment category
    EQKTX                          C(040)    EQKTX
    BEGRU                          C(004)    Authorization Group
    EQART                          C(010)    Technical obj. type
    GROES                          C(018)    Size/dimensions
    INVNR                          C(025)    Inventory number
    BRGEW                          C(017)    Gross Weight
    GEWEI                          C(003)    Weight unit
    ELIEF                          C(010)    Vendor
    ANSDT                          C(008)
    ANSWT                          C(017)    Acquisition Value
    WAERS                          C(005)    Currency
    HERST                          C(030)    Manufacturer
    HERLD                          C(003)    Country of manufact.
    BAUJJ                          C(004)    Construction year
    BAUMM                          C(002)    Construction month
    TYPBZ                          C(020)    Model number
    SERGE                          C(030)    ManufSerialNumber
    MAPAR                          C(030)    ManufactPartNo.
    GERNR                          C(018)    Serial number
    GWLEN                          C(008)    Warranty end date
    KUND1                          C(010)    Customer
    KUND2                          C(010)    End customer
    KUND3                          C(010)    Operator
    SWERK                          C(004)    Maintenance plant
    STORT                          C(010)    Location
    MSGRP                          C(008)    MSGRP
    BEBER                          C(003)    Plant section
    ARBPL                          C(008)    Work center
    ABCKZ                          C(001)    ABC indicator
    EQFNR                          C(030)    Sort field
    BUKRS                          C(004)    Company Code
    ANLNR                          C(012)    Asset Number
    ANLUN                          C(004)    ANLUN
    GSBER                          C(004)    Business Area
    KOSTL                          C(010)    Cost Center
    PROID                          C(024)    PROID
    DAUFN                          C(012)    Standing order
    AUFNR                          C(012)    Order
    TIDNR                          C(025)    Technical IdentNo.
    SUBMT                          C(018)    Construction type
    HEQUI                          C(018)    Superord. Equipment
    HEQNR                          C(004)    Position
    EINZL                          C(001)    Single installation
    IWERK                          C(004)    Planning plant
    INGRP                          C(003)    Planner group
    GEWRK                          C(008)    Main work center
    WERGW                          C(004)    Plant for WorkCenter
    RBNR                           C(009)    Catalog profile
    TPLNR                          C(030)    Functional Location
    DISMANTLE                      C(001)    DismIndic.
    VKORG                          C(004)    Sales Organization
    VTWEG                          C(002)    Distribution Channel
    SPART                          C(002)    Division
    MATNR                          C(018)    Material
    SERNR                          C(018)    BOM explosion number
    WERK                           C(004)    WERK
    LAGER                          C(004)    LAGER
    CHARGE                         C(010)    CHARGE
    KUNDE                          C(010)
    KZKBL                          C(001)    Load records
    PLANV                          C(003)    PLANV
    FGRU1                          C(004)    FGRU1
    FGRU2                          C(004)    FGRU2
    STEUF                          C(004)    Control key
    STEUF_REF                      C(001)    STEUF_REF
    KTSCH                          C(007)    Standard text key
    KTSCH_REF                      C(001)    Std text referenced
    EWFORM                         C(006)    EWFORM
    EWFORM_REF                     C(001)    EWFORM_REF
    BZOFFB                         C(002)    Ref. date for start
    BZOFFB_REF                     C(001)    BZOFFB_REF
    OFFSTB                         C(007)    Offset to start
    EHOFFB                         C(003)    Unit
    OFFSTB_REF                     C(001)    OFFSTB_REF
    BZOFFE                         C(002)    Ref. date for finish
    BZOFFE_REF                     C(001)    BZOFFE_REF
    OFFSTE                         C(007)    Offset to finish
    EHOFFE                         C(003)    Unit
    OFFSTE_REF                     C(001)    OFFSTE_REF
    WARPL                          C(012)    Maintenance Plan
    IMRC_POINT                     C(012)    Measuring point
    INDAT                          C(008)    Inverse date
    INTIM                          C(006)    Processing time OC Workbe
    INBDT                          C(008)    Start-up date
    GWLDT                          C(008)    Guarantee
    AULDT                          C(008)    Delivery date
    LIZNR                          C(020)    License number
    MGANR                          C(020)    Master warranty
    REFMA                          C(018)    REFMA
    VKBUR                          C(004)    Sales Office
    VKGRP                          C(003)    Sales Group
    WARR_INBD                      C(001)    Inbound warranty
    WAGET                          C(001)    Warranty inheritance poss
    GAERB                          C(001)    Indicator: Pass on warran
    ACT_CHANGE_AA                  C(001)    ACT_CHANGE_AA
    STRNO                          C(040)    STRNO
    DATLWB                         C(008)    Date Last Goods Movmnt
    UII                            C(072)    UII
    IUID_TYPE                      C(010)    IUID Type
    UII_PLANT                      C(004)    Plant Responsible for UII
    2, source structure is assigned to target structure IBIPEQUI
    3. In the assign files step - all settings given above are correctly maintained.
    4. Field mapping
    TCODE                        Transaction Code
                        Rule :   Default Settings
                        Code:    IBIPEQUI-TCODE = 'IE01'.
    RECORDNAME                   IBIP: Name of the Data Transfer Record
                        Rule :   Default Settings
                        Code:    IBIPEQUI-RECORDNAME = 'IBIPEQUI'.
    EQUNR                        Equipment Number
                        Source:  ZIE01_002_SOURCE-EQUNR (Equipment)
                        Rule :   Transfer (MOVE)
                        Code:    if not ZIE01_002_SOURCE-EQUNR is initial.
                                   IBIPEQUI-EQUNR = ZIE01_002_SOURCE-EQUNR.
                                 endif.
    DATSL                        Date valid from
                        Source:  ZIE01_002_SOURCE-DATSL (Valid On)
                        Rule :   Transfer (MOVE)
                        Code:    if not ZIE01_002_SOURCE-DATSL is initial.
                                   IBIPEQUI-DATSL = ZIE01_002_SOURCE-DATSL.
                                 endif.
    EQTYP                        Equipment category
                        Source:  ZIE01_002_SOURCE-EQTYP (Equipment category)
                        Rule :   Transfer (MOVE)
                        Code:    if not ZIE01_002_SOURCE-EQTYP is initial.
                                   IBIPEQUI-EQTYP = ZIE01_002_SOURCE-EQTYP.
                                 endif
    When I read data with 1 record uploaded ( in the assign fields step , I did not choose "fields names at start of file" and also saved the file with tab delimited text format without field names), it shows as
    Transactions Read:                    2
    Records Read:                         2
    Transactions Written:                 2
    Records Written:                      2
    I uploaded only one record but it reads as 2 records and can not figure out why 2 records?
    Also when I checked display converted data , it shows 2 records .
    First record shows
    TCODE         Transaction Code                                             IE01
    RECORDNAME    IBIP: Name of the Data Transfer Record                       IBIPEQUI
    EQUNR         Equipment Number
    DATSL         Date valid from                                              05072010
    EQTYP         Equipment category                                           H
    EQKTX         Description of technical object                              PNEUMATIC PIPE BENDER
    BEGRU         Technical object authorization group
    EQART         Type of Technical Object                                     MECH-PRESS
    GROES         Size/dimension                                               1000X500X1500MM
    INVNR         Inventory number
    BRGEW         Gross Weight     : IBIP Character Structure                  50
    GEWEI         Weight Unit                                                  KG
    ELIEF         Vendor number
    ANSDT         Acquisition date
    ANSWT         Acquisition Value: IBIP Character Structure
    All the fields following this , are blank.
    2nd record shows
    TCODE         Transaction Code                                             IE01
    RECORDNAME    IBIP: Name of the Data Transfer Record                       IBIPEQUI
    EQUNR         Equipment Number                                             2009
    DATSL         Date valid from
    EQTYP         Equipment category                                           S
    EQKTX         Description of technical object                              1006324
    BEGRU         Technical object authorization group
    EQART         Type of Technical Object
    GROES         Size/dimension                                               20100406
    uploaded values are jumbled in 1st and 2nd record.
    Hope to receive your valuable ideas for finding out the reason and corrective action required.
    Rgds,
    Rajesh
    I
    Edited by: Rajesh63 on Jul 6, 2010 10:37 PM

  • LSMW for inspection characteristics - how to change (some) existing data

    I have created a LSMW using the standard IDOC QPMK/QPMK01. Using structures E1BPQPMK_QPMK and E1BPQPMK_QPMT I am able to create IDOCS and post them into the system using BD87.
    My requirement is to change only some fields of the characteristic, e.g. change only the sort field. At the point where I am now all information that I am not supplying to the LSMW/IDOC is deleted out of the characteristic. E.g. if I would not supply the values currently existing in the info field, they would be deleted once I post the IDOC with my changes.
    My question is: how do I setup the LSMW/create the IDOC so that it modifies only the fields that I am supplying while leaving all other fields untouched? Is this possible?
    Regards
    Martin

    I came up with the idea of reading the existing values out of the respective sap tables while doing the conversion within the LSMW step 11. This would mean that for each field I would have to setup coding in step 5 like this (example for Infofield 1):
    SELECT single DUMMY10 from QPMK into E1BPQPMK_QPMK-INFOFIELD1 where
    ZAEHLER = QPMK_UPLOAD-PLANT_QPMK and MKMNR = QPMK_UPLOAD-MSTR_CHAR and
    VERSION = QPMK_UPLOAD-VMSTR_CHAR.
    I tried this and it seems to work for this field. Quite some effort for all the fields but then it should be fine. Does anyone have some optimization proposals on this?
    Regards
    Martin

  • LSMW for equipment bom kde

    Can someone please specify the steps required to create an equipment bom lsmw

    hi Alagasen
    why don't you use standard object "create material BOM",change the transaction code from CS01 to IB01
    and do the mapping and upload
    regards
    Seenu

  • Report for equipment characteristics

    Can we be  able to display the specific characteristics of equipments in IH08 report?
    In IH08,there is a field to display class,but not characteristics.

    Hi,
    Add in the selection screen of IH08 the class type and class. Clcik in execute
    Click on the display screen - menu settings -> show hide classification
    It will give you all characteristics form the class selected in the selection screen
    Regards,
    Johan
    Edited by: Johan Zeeman on Sep 21, 2011 4:20 PM

  • Creation of lsmw for updation of position and pers area

    Hi friends,
    I am tried many time to update position and personnel area through lsmw for all employees ,at time of recording its coming.But once compltion of lsmw preparation i am uploaded my inputs through tabfile that time its updating only personnel number and infotype  and its asking the save the action screen (At the same time its showing one popup below screen like there is no recording for mp000000).Can you tell any one there whats the problem.At the same time is it possible to upload the position and personnel area through lsmw.
    Thanks,
    arjun.

    Hi Arjun
    Are you performing a hiring actions, if you are performing a hiring action, when you start with LSMW, the recording should be correct with hire date or start date, personnel number, reason for hire, position number, personal area, employee group and subgroup.
    The source field you specific should contain the required field name, type, length and field discription.  The field mapping should be done perfectly and assign the specified file in txt format and try to upload.
    If you are facing any problem, let me know.  I think I can help you
    Regards
    Santhosh.S

  • Updating Order  Functional location data for equipment

    We have scenarios where we keep de-installing equipments from one FL to another . We have mapped standing orders in equipment . The FL in standing order of this equipment doesn't change automatically . We have to manually do this  (rightclick---update refrence object).
    Is there any way we can update order's FL  directly when we change equipment's FL in equipment.
    NPB

    USER  EXIT : IEQM0003
    FM-EXIT_SAPMIEQ0_001
    Transaction code=IE02
    Logic
                    Before equipment update (save)
    1.     Find value in standing order field. (EQUZ(put equipment number in EQUNR field)  get ILOAN  value  put  it in  ILOA field and get DAUFN (standing order) )
    a.     If standing order value  data found
    i.     Find functional location of the equipment (EQUZ (Table-input field EQUNR-fetch  ILOAN) table (input field ILOAN to table ILOA output TPLNR) (A)
    ii.     Find the functional location of the order AFHI(Table)u2014(EQUNR is  inut) u2013output ILOAN numberInput ILOAN in ILOA get TPLNR  (B)
    1.     If A=B matching with that of FL of equipment being updated
    a.     u2013No action
    b.     Save equipment changes
    2.     If not matching  A <> B
    a.     Save equipment
    b.     Update orderu2019s FL with that of equipmentu2019s FL through BDC  (input order number DAUFN)
    b.     If standing order value not found
    i.     Do not take any action
    ii.     Save equipment changes
    I can't update tables directly . I don't think any BAPI's exist to update objects in order . I can not execute a BDC from user exit . Now How to  automate this ?
    NPB
    NPB

  • Interface between Legacy and SAP for Equipment Master

    Hello
    I got a requirement where I need to develop a interface between legacy system and R/3 system for Equipment Master Data update in R/3. I am thinking of getting a Idoc file from Legacy and then update the changes or any new creation of Equipments in R/3. I found a standard BAPI for this BAPI_EQUIPMENT_CREATE/CHANGE. This BAPI use a strcture BAPI_ITOB for data record of IDoc. But I got more data from legacy except what we have in BAPI_ITOB. I got Partner Data, Classification data also for Equipments. I am thinking of copying the BAPI to a Z function module and modify the Idoc structure , message type and all to capture all the data and then do a update in same way as standard transaction IE01(Equipment Create) is doing in Batch Input. Do you think if there is any better way of doing this? I am not used to transaction BAPI . just wondering if we Can use that in someway to include our modification?
    Thanks
    Harkamal

    20,000 is on quite higher side for IDOC.
    IBIP help doc says it needs 2 Kbyte for each record, i.e. 40 Mb for 20,000 rec. that should be ok. Since it has structures for Partner & classification data , I don't think u need to modify the BAPI.
    Transaction IE01 - Create equipment
    Transaction IE02 - Change equipment
    Structure - IBIPEQUI Equipment record
                     |->    IBIPNSTA     New status profile if necessary
                     |->>   IBIPSTAT     User status records
                     |->>   IBIPDOCU     Doc. from Doc. management system
                     |->>   IBIPPART     Partner details (comment below)
                     |-->>  IBIPTEXT     (see comment below)
                              for long text:          TEXT_MARK = " " empty
                              for internal comment:   TEXT_MARK = "1"
                     |-->>  IBIPCLAS    Classification record (eqpmt class)
                         |-->> IBIPFEAT     Classification characteristics,
                                               ie. features for the class
                     |-->>  IBIPBDCD     see below (from screen 102)

  • 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

  • Use OBJCLASS object of Emigall for  Class & characteristics creation in FL

    Hi Fritz,
    Good day,
    I want to use OBJCLASS object of Emigall for
    Class and characteristics cration of Functional Location, The object is
    desiged for Equipment only,
    I read the document of this object which says
    that it can be modify to use for functional location as well by changing
    some rule, I tried by changing the field "Name of database table for
    object" from the standard which is made for DEVICE/EQUIPMENT
    I need your help to modify the rule to use this object for class and
    characterstic creation for Functional Location, the migration object field is set to Device
    which I want to change to FUNCLOC  but that field is not modifiable.
    Can you help me Fritz
    Regards,
    Robert

    Robert,
    Yes you are right. The following changes have to be made:
    HEADER-OBJECT_TYPE need to be set to IFLOT (Fixed Value or Transfer field rule)
    DATA-FIELD need to be set to TPLNR  (Fixed Value or Transfer field rule)
    DATA-VALUE need to be set to either CONNOBJ or DEVLOC (Via KSM field rule)
    Kind regards,
    Fritz

  • LSMW for routing with standard batch input

    Hello All,
    I am trying to prepare one LSMW for routing upload for PP module. Routing data contains header data, operation data and master inspection characteristics data.
    I have created three source structures viz. material- task list header, task header data, operation and inspection.
    Header has been assigned to target structure BIMPL- Batch Input Structure for Allocation of Mat. to Task Lists,
    Task header data source structure has been assigned to BIPKO- Batch Input Structure for Task List Header,
    Operation source structure has been assigned to target structure BIPPO- Batch input structure for task list operation,
    and inspection source structure has been assigned to BIPMK- Inspection characteristics for batch input of task lists.
    Every source structure has been identified with an identifier value of which have been set as H, I,J,K for all source structures resp.
    The excel file has been prepared as follows,
    H     MATNR     WERKS     PLNNR     PLNAL               
    H     100045     1000     50000043     1               
    H     100045     1000     50000043     2               
    I     MATNR     WERKS     PLNNR     PLNAL     VALID_FROM     USAGE     STATUS
    I     100045     1000     50000043     1     01012000     1                1
    I     100045    1000     50000043     2     01012000     1                 1
    I have mentioned here the combination of first two structures only. But it contains data of other two source structures as well (for identifier J & K).
    The data from the excel is copied to the flat file and same is specified in LSMW in the step 'Specify file'.
    In 'Assign file' step the flat file is assigned to all the four source structure.
    Now at the time of reading data system is throwing me an error as 'Ensure field sequence is correct for data for mutiple source structures' Message no. /SAPDMC/LSMW_OBJ_060026
    How to overcome this?
    <removed by moderator> answers will be greatly appreciated........
    Mimiri
    Edited by: Thomas Zloch on Jul 11, 2011 10:16 AM

    Hello ,
    have you maintained this check box for the key fields"
    LSMW>Maintain Source fields>double click on fieds : MATNR WERKS PLNNR PLNAL
    Selection Parameter for "Import/Convert Data"-->Tick this check box
    regards

  • Equipment not updated in all tables properly

    Hi Friends
    Equipment was updated in EQUI table with limited data only and not updated in other tables EQKT, EQUZ. When I go through the IE03, there I am unable to find the equipment. Material and serial number provides the equipment, I know it, but if we check it in IQ02 for the serial number with the material, I was unable to see the equipment details those are sales and distribution tab and some tabs not updated and equipment not activated. When I tried to activate the equipment in IQ02, system allows saving the document. When I am coming back, system is giving the update termination error. I think at the time of creating user might have done some mistake, but I am unable to find it
    Could you please let me know the reason and possible solution?
    Thanks in advance
    Ravi

    hi
    After creating the equipment in IE01 ,you are not able to change in IE02 or display the same in IE03, then kindly check with your basis team for your update termination error
    regards
    thyagarajan

  • I want IDOC for Vendor master updation ( XK01 &XK02 )

    Hi
    I want to do LSMW in IDOC method for this vendor updation.
    So I want IDOC for Vendor master updation ( XK01 & XK02 ).
    I want to do both create vendor and change also.
    Regards,
    Ravi
    Edited by: kandukuri ravi on Dec 1, 2008 2:56 PM

    Hi,
        For Vendor Master using IDoc's for LSMW,Use Message Type = CREMAS and Basic Type = CREMAS05.
    For Basic type 01,02,03...05 are versions which includes more fields in basic type so better use latest version.
    Hope it will help you.
    Regards,
    Sudhakar Reddy.A

Maybe you are looking for

  • How to edit a text file inside jar

    Hi all; I have a code that created text file and put this file to other jar archive. How can I edit this text file inside jar, add string to this file ? Thanks,

  • Storage spaces - capacity penalty

    Hello Microsoft, I've built a test environment to decide whether the dual-parity is useable as a software raid solution. Test environment: - I've installed Windows 2012 R2 datacenter for this test and installed all updates on it - Added 8 more 20GB h

  • Problems Installing Software on a Mac that is both Win and Mac compatible

    I am new to Mac. My kids have a bunch of games and some educational software on CD ROM. The software case's say the CDROM is compatible with both Windows and Mac. I have not had a problem installing them on my old PC but cant get either my iMac or Ma

  • Grantor Managment solutions and BCS problem after technical upgrade.

    Hello every one, The current release SAP installation was upgraded to ECC 6.0; this was a technical upgrade and did not replace functionality such as "Former Budgeting" with the new BCS functionality.  SAP developed the Grantor Management solution ut

  • Adobe flash player installed

    I have installed adobe flash player but can see no icon wher is it ?