LSMW Error-Urgent

Dear All,
I have created one LSMW using Direct Input Method. The program used is RFBIBL00. Its taking '/' as nodata character. Due to this its giving the message
Special character for 'empty field' is / and its not processing the session.
I tried changing the nodata character by manually updating the table /SAPDMC/LSOCOD. But its not working.
Kindly suggest the solution.
Thanks in advance,
Regards,
Supriya.

Hi,
The batch is not created to check the log. It is giving the error before starting the batch of LSMW.
Regards,
Raj

Similar Messages

  • Development backup error (urgent)

    Dear All,
    I m having problem while taking development backup.log file is attached.plz advice me hoe to resolve this issue.
    Detail log: bdxxiprp.ant
    BR0051I BRBACKUP 7.00 (13)
    BR0189W Expiration period equal 0 - backup volumes could be immediately overwritten
    BR0055I Start of database backup: bdxxiprp.ant 2008-05-13 17.40.29
    BR0477I Oracle pfile E:\oracle\MRD\102\database\initMRD.ora created from spfile E:\oracle\MRD\102\database\spfileMRD.ora
    BR0280I BRBACKUP time stamp: 2008-05-13 17.40.32
    BR0319I Control file copy created: G:\oracle\MRD\sapbackup\CNTRLMRD.DBF 24461312
    BR0328E Database file Q:\SAPDATA1\SR3_1\SR3.DATA1 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file Q:\SAPDATA1\SR3_2\SR3.DATA2 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file Q:\SAPDATA1\SR3_3\SR3.DATA3 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file Q:\SAPDATA1\SR3_4\SR3.DATA4 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file G:\ORACLE\MRD\SAPDATA1\SR3_5\SR3.DATA5 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file H:\ORACLE\MRD\SAPDATA2\SR3_6\SR3.DATA6 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file H:\ORACLE\MRD\SAPDATA2\SR3_7\SR3.DATA7 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file H:\ORACLE\MRD\SAPDATA2\SR3_8\SR3.DATA8 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file H:\ORACLE\MRD\SAPDATA2\SR3_9\SR3.DATA9 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file H:\ORACLE\MRD\SAPDATA2\SR3_10\SR3.DATA10 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file I:\ORACLE\MRD\SAPDATA3\SR3_11\SR3.DATA11 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file I:\ORACLE\MRD\SAPDATA3\SR3_12\SR3.DATA12 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file I:\ORACLE\MRD\SAPDATA3\SR3_13\SR3.DATA13 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file I:\ORACLE\MRD\SAPDATA3\SR3_14\SR3.DATA14 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file I:\ORACLE\MRD\SAPDATA3\SR3_15\SR3.DATA15 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file J:\ORACLE\MRD\SAPDATA4\SR3_16\SR3.DATA16 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file J:\ORACLE\MRD\SAPDATA4\SR3_17\SR3.DATA17 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file J:\ORACLE\MRD\SAPDATA4\SR3_18\SR3.DATA18 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file J:\ORACLE\MRD\SAPDATA4\SR3_19\SR3.DATA19 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file J:\ORACLE\MRD\SAPDATA4\SR3_20\SR3.DATA20 of tablespace PSAPSR3 is already in backup status
    BR0056I End of database backup: bdxxiprp.ant 2008-05-13 17.40.35
    BR0280I BRBACKUP time stamp: 2008-05-13 17.40.35
    BR0054I BRBACKUP terminated with errors
    (URGENT.......) .
    Note : If i restart my server will it kill the process and then i again can take the backup...Plz advice
    Regard's

    Basically for some reason your DB is in backup state.
    You need to find which tablespaces are in status backup and then execute command:
    alter tablespace <tablespace_name> end backup;
    That should fix the problem
    Regards
    Juan

  • LSMW ERROR IN FOLLOWING CODE SHOWING ERROR  AT LINE NO 79

    ALL GURUs,
    I AM CREATING A NEW LSMW (RECORDING TYPE), FOR MOVEMENT TYPE 309,BUT AT THE 11TH LEVEL IN (CONVERT DATA) DUMP IS COMING SHOWING THE ERROR
    in the Include "/1CADMC/SAP_LSMW_CONV_00000124 " in line 79:
    "For type "C", a length specification from 1 to 65535 is allowed.
    PL. HELP ITS VERY URGENT.
    PONTS WILL BE REWARDED FOR CORRECT SOLUTION
    LSM Workbench: Data Conversion Program
    Program:      /1CADMC/SAP_LSMW_CONV_00000124
    Date:         11.02.2008
    Time:       19:07:03
    User:          VMDM_SUNITA
    Project:       CUTOVER
    Subproject:   BALANCES
    Object:        TRIAL
    report /1CADMC/SAP_LSMW_CONV_00000124
      message-id /sapdmc/lsmw.
    Global data definitions and table declarations
    include:
      /SAPDMC/SAP_LSMW_INC_GLOBALS.
    Additional data definitions and table declarations
    include:
      /sapdmc/sap_lsmw_conv_data.
    Target structure definitions
    data:
      begin of TRANSFERPO occurs 0,
        TABNAME(000030) type C,
        TCODE(000020) type C,
        TRANSACTION_TYPE(000003) type C,
        REFERANCE(000003) type C,
        MOVEMENT_TYPE(000003) type C,
        DOC_DATE(000010) type C,
        POSTING_DATE(000010) type C,
        OUTPUT(000001) type C,
        LINE(000004) type C,
        SOURCE_ITEM(000040) type C,
        DEST_ITEM(000040) type C,
        SOURCE_PLANT(000030) type C,
        DEST_PLANT(000030) type C,
        SOURCE_SLOC(000016) type C,
        DEST_SLOC(000016) type C,
        QUANTITY(000017) type C,
      end of TRANSFERPO .
    data:
      init_TRANSFERPO like TRANSFERPO,
      prev_TRANSFERPO like TRANSFERPO.
    Source structure definitions
    data:
      begin of LSMW_TP309,
        DOC_DATE(008) type C,
        POSTING_DATE(008) type C,
        LINE(004) type C,
        SOURCE_ITEM(018) type C,
        DEST_ITEM(018) type C,
        SOURCE_PLANT(004) type C,
        DEST_PLANT(004) type C,
        SOURCE_SLOC(004) type C,
        DEST_SLOC(004) type C,
        QUANTITY(010) type C,
      end of LSMW_TP309.
    data:
      begin of TP309 occurs 0.
            include structure LSMW_TP309.
    data:   recnr_000001 type i.
    data:
      end of TP309.
    Counters
    data:
      g_cnt_TP309  type i.
    Counter ct_xxxxxxxxxx: number of transferred records
    data:
      ct_TRANSFERPO  type i,
      cs_TRANSFERPO  type i.
    Fixedvalues
    data:
      fv_309TRF(000000) type C.
    parameters:
      p_filept no-display,
      p_trfcpt no-display,
      p_packge(5) type n no-display.
    Select-option for wildcard value in file names
    selection-screen begin of block selopts3
                     with frame title text-003.
    select-options:
      so_wldcd for /sapdmc/lsofiw-wildcardvalue no-display.
    selection-screen end of block selopts3.
    initialization.
    Object identifer
      g_project = 'CUTOVER        '.
      g_subproj = 'BALANCES       '.
      g_object = 'TRIAL          '.
      g_objecttype = '02'.
    start-of-selection.
    Initializations
      perform initializations.
    Reset counters and flags
      perform reset_counters_and_flags.
    Reset tables
      perform reset_tables.
    Create initial structures with nodata characters
      perform create_initial_structures.
    Assign values to fixedvalues
      read table gt_lsratt with key
                 ruletype = con_rule_fixedvalue
                 rulename = '309TRF'.
      if sy-subrc = 0.
        if gt_lsratt-fixedvalue is initial.
          write: / text-019, '309TRF                        '.
        else.
          fv_309TRF = gt_lsratt-fixedvalue.
        endif.
      endif.
    Execute data conversion.
      perform execute_data_conversion.
    Final message
      perform final_message.
    Close files
      perform close_files.
    Write protocol.
      perform write_protocol.
    End program
      exit.
    Form Routines
      include:
        /sapdmc/sap_lsmw_conv_forms,
        /sapdmc/sap_lsmw_conv_prot.
    *&      Form  execute_data_conversion
          text
    form execute_data_conversion.
      data: struc_length type i.
      do.
        perform read_next_record.
        if g_flg_end_of_file = yes. exit. endif.
        case g_record.
          when 'TP309'.
            if g_flg_convert_transaction = yes.
              perform convert_transaction.
              perform clear_source_tables.
            else.
              g_flg_convert_transaction = yes.
            endif.
            assign gs_buffer-data to <g_buffer_to_struc>
                   casting like lsmw_TP309.
            move-corresponding <g_buffer_to_struc> to TP309.
            TP309-recnr_000001 = g_cnt_records_read.
            append TP309.
            add 1 to g_cnt_TP309.
            add 1 to g_cnt_transactions_read.
          when others.
    perform insert_message using ... .
        endcase.
        if ( so_tcntr-option = 'BT' and
             g_cnt_transactions_read > so_tcntr-high ) or
           ( so_tcntr-option = 'EQ' and
             g_cnt_transactions_read > so_tcntr-low ).
          exit.
        endif.
      enddo.
    Process last transaction.
      perform convert_transaction.
      perform clear_source_tables.
    endform.                    "execute_data_conversion
    *&      Form  convert_transaction
          text
    form convert_transaction.
      check so_tcntr.
      loop at TP309.
        perform convert_0001. " TRANSFERPO
      ENDLOOP.
    End of transaction
      transfer_transaction.
    endform.                    "convert_transaction
    *&      Form  clear_source_tables
          text
    form clear_source_tables.
      clear TP309[].
    endform.                    "clear_source_tables
    *&      Form  create_initial_structures
          text
    form create_initial_structures.
      perform initialize_with_nodata using
              'TRANSFERPO' init_TRANSFERPO.
    endform.                    "create_initial_structures
    *&      Form  convert_0001
          text
    form convert_0001. " TRANSFERPO
      check g_skip_transaction = no.
      g_skip_record = no.
      g_record = 'TRANSFERPO'.
    --- __BEGIN_OF_RECORD__
      TRANSFERPO = INIT_TRANSFERPO.
    --- TRANSFERPO-TABNAME
      TRANSFERPO-TABNAME = 'TRANSFERPO'.
    --- TRANSFERPO-TCODE
      TRANSFERPO-TCODE = 'MIGO'.
    --- TRANSFERPO-TRANSACTION_TYPE
      TRANSFERPO-TRANSACTION_TYPE = 'A08'.
    --- TRANSFERPO-REFERANCE
      TRANSFERPO-REFERANCE = 'R10'.
    --- TRANSFERPO-MOVEMENT_TYPE
      TRANSFERPO-MOVEMENT_TYPE = '309'.
    --- TRANSFERPO-DOC_DATE
      TRANSFERPO-DOC_DATE = TP309-DOC_DATE.
    --- TRANSFERPO-POSTING_DATE
      TRANSFERPO-POSTING_DATE = TP309-POSTING_DATE.
    --- TRANSFERPO-OUTPUT
      TRANSFERPO-OUTPUT = '2'.
    --- TRANSFERPO-LINE
      TRANSFERPO-LINE = TP309-LINE.
    --- TRANSFERPO-SOURCE_ITEM
      TRANSFERPO-SOURCE_ITEM = TP309-SOURCE_ITEM.
    --- TRANSFERPO-DEST_ITEM
      TRANSFERPO-DEST_ITEM = TP309-DEST_ITEM.
    --- TRANSFERPO-SOURCE_PLANT
      TRANSFERPO-SOURCE_PLANT = TP309-SOURCE_PLANT.
    --- TRANSFERPO-DEST_PLANT
      TRANSFERPO-DEST_PLANT = TP309-DEST_PLANT.
    --- TRANSFERPO-SOURCE_SLOC
      TRANSFERPO-SOURCE_SLOC = TP309-SOURCE_SLOC.
    --- TRANSFERPO-DEST_SLOC
      TRANSFERPO-DEST_SLOC = TP309-DEST_SLOC.
    --- TRANSFERPO-QUANTITY
      TRANSFERPO-QUANTITY = TP309-QUANTITY.
    --- __END_OF_RECORD__
      transfer_record.
      g_skip_record = no.
    endform.                    "convert_0001

    the bad guy is
    data:
    fv_309TRF(000000) type C.
    check the definition of this fixed value in step 6, especially whether output length is > 0.
    Then generate the conversion program and try again.
    Cheers
    Thomas

  • LSMW error: Field name '' used more than once in file"

    Hi,
    I am doing a sample vendor master load with LSMW but while reading data I am getting an error
    "Field name '' used more than once in file
    'C:\Users\sdurgia\Desktop\LSMW\MM\vendor_master_te
    s'."
    Not getting proper reason.Can you please guide?
    Urgent please help.
    BR
    Sumeet

    Hi,
    FYI.
    LIFNR
    BUKRS
    EKORG
    KTOKK
    NAME1
    NAME2
    SORT1
    SORT2
    STREET
    HOUSE_NUM1
    STR_SUPPL1
    STR_SUPPL2
    CITY2
    CITY1
    REGION
    POST_CODE1
    LAND1
    TAXJURCODE
    PFACH
    PSTL2
    REMARK
    TEL_NUMBER
    TEL_EXTENS
    MOB_NUMBER
    FAX_NUMBER
    FAX_EXTENS
    SMTP_ADDR
    DEFLT_COMM
    KUNNR
    VBUND
    KONZS
    BEGRU
    STCD1
    STCD2
    STCD3
    STCD4
    SCACD
    SFRGR
    DLGRP
    BANKS
    BANKL
    BANKN
    KOINH
    BKONT
    LNRZA
    XZEMP
    AKONT
    ZUAWA
    FDGRV
    BEGRU1
    QSSKZ
    QSZNR
    QSZDT
    ALKTN
    ZTERM
    TOGRU
    REPRF
    KULTG
    ZWELS
    ZAHLS
    LNRZB
    HBKID
    TOGRR
    EIKTO
    WAERS
    ZTERM1
    INCO1
    INCO2
    EIKTO1
    WEBRE
    XERSY
    XERSR
    VSBED
    NAMEK
    J_1IPANO
    QLAND
    LFBW-QSREC
    XVERR
    FYTYP
    STCDT
    BKREF
    4000048674
    2550
    M004
    DHL EXPRESS (USA) INC
    PAY
    4000069273
    PO BOX 4723
    HOUSTON
    TX
    US
    77210-4723
    CONTAC: IRMA MURILLO
    800-225-5345
    281-874-0678
    [email protected]
    94-3380425
    US
    11000536
    999999
    ACCOUNT HOLDER
    221300
    1
    AP VEND
    Z011
    X
    T
    B
    USD
    Z011

  • LSMW Error in loading ROUTINGS

    Hi Experts,
    I am getting a error at step 13 while creating Batch input session using LSMW as "No Profile with entry tool task list N 1 session ROUTING".
    I tried to use the default value for BIPKO-PRFIDNETZ = (default value tht i was given).still it says same error.
    any idea...plz help me out...
    I'm using 0170 RCPTRA01 prg.
    Thanks
    Sony

    Hi,
    Maintain a profile in which the entry tool is activated in field BIPKO-PROFIDNETZ of the input file.
    You make settings for the entry tool in the control data for routings within Customizing under Production -> Basic Data -> Routing -> Control Data -> Define profiles with default values.
    Activate the entry tool
    Save the long text and set it to active.
    Cheers
    VJ
    Do a search in OSS notes you will find more info

  • LSMW Error while Transporting

    Hi All
    Hi All
    I have configured LSMW in Quality for which i have only 1 Project under which there are 13 sub Project & under each sub project there is only one Object . Totally there are 13 objects  .
    Now i want to transport all of them in to a production . so i been to T.code : LSMW then to menu path  Extras -> Generate Change Request   . After this i have created one Request . Now am getting a error as mentioned below in bold letters .
    The object R3TR TABU /SAPDMC/LSMCUST is client-specific.
    The client in which you are currently working is set as follows:
    You can make changes to client-specific objects, but these changes are not recorded. You cannot include these objects in a request and then release them.
    To solve this go through the below steps :
    Delete the object from the request.
    Change the setting for client-specific objects in this client (Transaction SM30, table T000).
    I went through the SM30 > Table T000 but it is not related to the transporting the LSMW .
    Can any one help me . how to solve this issue .
    Please let me know at the earliest .
    Thanks in Advance .

    Hi,
    just export projects on desk enough, again import another desired client.
    When you export all the sub projects select directly project, if don't wont deselect the sub projects only then under export rules export the project on desk with same name(system will provide you) txt file.
    same like import another client.. no need to any modifications..
    You can use directly.

  • G/L ACCOUNT ERROR  URGENT

    Iam getting the error is PERIOD 012/2007 IS NOT OPEND FOR ACCOUNT TYPE S AND G/L 799999.
    Please solve me problem urgent.

    hi
    FOR THIS ERROR GOTO OB52 SELECT UR VARIENT WITH A/C TYPE S AND CHANGE THE PERIOD AS PER AS UR REQUIREMENT.
    FIRST GOTO OMSY CHECK UR PERIODS ASSIGNED TO UR COMPANY CODE.THEN GOTO OB52 AND CHANGE THE PERIOD AS PER AS UR REQUIREMENT.
    REWARD POINTS IF IT HELPS

  • Tax code error - Urgent

    Hi ,
    While releasing billing doc to accounting we are getting error " Tax statement item missing for tax code R1".
    Message no. FF805
    Diagnosis
    No tax item exists for tax code R1 in a G/L account item. A possible cause is an incorrect transfer of parameters by the application to the Accounting interface.
    Procedure
    Enter an OSS message
    Please let me know how to resolve this as it is urgent.
    Regards
    Ravi Kumar

    Hi
    check 0b40 settings
    Cheers
    Muralidhar

  • Issue in lsmw ; error in read file step

    hi,
    i 'm facing some really strange issue in lsmw..
    i have created one header structure and 3 sub structures.
    until now its working fine
    but when i created 4th sub structure and in the read file step, its giving the following error :
    "Generation aborted. Reason: No fields with equal names"
    again if i delete that extra structure, its working fine..
    i really don't understand whats the problem... is there any restriction on number of structures?
    i need ur help guys
    Thanks in advance
    shekhar

    In step 13 Create Batch Input Session .....select Keep Batch input folder check box and goto step14 Run batch Input Session ....
    Slect your session name and click on Process....it will give one window and select Display Errors Only....then it will execute without press enter every screen...if any error is there it will stop and display error screen.
    Mohan

  • Activation failed due to sructure generation error.-URGENT

    i tried to check in an activity but activation failed due to the foloowing error:PLEASE HELP VERY URGENT
    Development Component Build (2008-03-14 10:09:20)
      Component name: tablist
      Component vendor: worldbank.org
      SC compartment: worldbank.org_GDB_OPERATIONS_1
      Configuration: WAS_MIGATEST_D
      Location: WAS_MIGATEST_D
      Source code location: http://sapjdi01:50000/dtr/ws/MIGATEST/worldbank.org_GDB_OPERATIONS/dev/active/DCs/worldbank.org/tablist/_comp/
      DC root folder: /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/worldbank.org/tablist/_comp/
      DC type: Web Dynpro
      Host: sapjdi01
    DC Model check:
              [dcmake] All used DCs are available locally
              [dcmake] validating dependency to build plugin "sap.com/tc/bi/bp/webDynpro"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/cmi"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/ddic/ddicruntime"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/ddic/metamodel/content"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/wd/webdynpro"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/logging"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/wdp/metamodel/content"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.aii.proxy.framework"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.aii.util.misc"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.exception"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.mw.jco"
              [dcmake] validating dependency to  public part "pp_connserv" of DC "worldbank.org/connserv"
              [dcmake] DC model check OK
    Start build plugin:
              [dcmake] using build plugin: sap.com/tc/bi/bp/webDynpro
              [dcmake] starting build plugin from : /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/bi/bp/webDynpro/_comp/gen/default/public/webDynpro/
    Build Plugin 'WebDynproPlugin', Version 6.40 SP 19 (630_VAL_REL, built on 2006-10-27 02:01:51 CEST)
       development component:  tablist (worldbank.org)
          software component:  GDB_OPERATIONS (worldbank.org)
                    location:  WAS_MIGATEST_D
                        type:  Web Dynpro
               build variant:  default
             source location:  http://sapjdi01:50000/dtr/ws/MIGATEST/worldbank.org_GDB_OPERATIONS/dev/active/
           plugin start time:  2008-03-14 10:09:21 GMT+00:00
                     Java VM:  Classic VM, 1.4.2 (IBM Corporation)
    General options:
      convert *.xlf to *.properties: yes
      include sources for debugging: yes
    Source folder META-INF exists but is empty.
    Source folder src/configuration exists but is empty.
    Plugin initialized in 1.026 seconds
    Warning: Runtime dependency to connserv (worldbank.org) not allowed (incompatible runtime type).
    Preparing data context..
    No 'default' JDK defined, will use running VM.
    Data context prepared in 0.128 seconds
    Executing macro file..
      Using macro file:     /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/bi/bp/webDynpro/_comp/gen/default/public/webDynpro/macros/build.vm
      Creating output file: /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/worldbank.org/tablist/_comp/gen/default/logs/build.xml
    Macro file executed in 3 seconds
    Starting Ant..
      Using build file:     /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/worldbank.org/tablist/_comp/gen/default/logs/build.xml
      Using build target:   build
      Generation folder:    /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/t/013EC0ABDECC3015F13C417F5CBF217B
      Using Ant version:    1.5.4
    prepare:
         [mkdir] Created dir: /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/worldbank.org/tablist/_comp/gen/default/deploy
    compile:
         [ddgen]
         [ddgen] [Info]    Property deployment is true: Deployment information is provided!
         [ddgen] [Info]    Property sourcepath: /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/worldbank.org/tablist/_comp/src/packages
         [ddgen] [Info]    Property targetpath: /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/t/013EC0ABDECC3015F13C417F5CBF217B/gdd
         [ddgen] [Info]    Property archivename: worldbank.org~tablist
         [ddgen] [Info]    Property vendor: worldbank.org
         [ddgen] [Info]    Property dcname: tablist
         [ddgen] [Info]    Property language: Available languages are automatically determined!
         [ddgen] [Info]    Property addpaths ...
         [ddgen] [Info]       SapMetamodelWebdynproContent.zip - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/bi/extmm/_comp/gen/default/public/def/lib/model
         [ddgen] [Info]       SapMetamodelDictionaryContent.zip - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/bi/extmm/_comp/gen/default/public/def/lib/model
         [ddgen] [Info]       worldbank.orgconnservpp_connserv.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/worldbank.org/connserv/_comp/gen/default/public/pp_connserv/lib/java
         [ddgen] [Info]       exception.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/com.sap.exception/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       SapDictionaryTypeServices.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/ddic/ddicruntime/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       SapDictionaryTypesRuntime.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/ddic/ddicruntime/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       jrfc.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/com.sap.mw.jco/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       SapMetamodelWebdynproContent.zip - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wdp/metamodel/content/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       aii_proxy_rt.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/com.sap.aii.proxy.framework/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       cmiapi.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/cmi/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproadmin.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynprobasesrvc.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproclientserver.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynpromodelimpl.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynpromodel_dynamicrfc.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynpropdfobject.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproprogmodel.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproruntime_designtime_coupling.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproruntime_designtime_coupling_api.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproruntime_repository.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproruntime_repository_pmr.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproservices.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       SapMetamodelDictionaryContent.zip - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/ddic/metamodel/content/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       aii_util_misc.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/com.sap.aii.util.misc/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       logging.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/logging/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       logging.perf.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/logging/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]    Initialize generation templates from configuration jar:file:/usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/bi/extddic/_comp/gen/default/public/def/lib/java/SapDictionaryGenerationCore.jar!/DictionaryGenerationConfigurationCompiled.xml
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Origin.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/PackagePointer.java
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Inves_Id.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Ccy_Code.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Subm_Type.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Uw_Upi.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Guar_Holder.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Conver_Type.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Doc_Num.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Sic_Cde.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Rcvr_Type.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Notif_Sndr.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Notif_Rcvr.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Modified_By.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Symsgid.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Status_Type.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Bapi_Msg.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Inves_Ty.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Reason_Dt.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Stl_Upi.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Balmnr.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Notif_Id.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Bapi_Line.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Frcast_Chk.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Migeo_Upi.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Waiv_Flag.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Item_Num.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Symsgno.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Status_Categ.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Mngmt_Gr.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Reg_Num.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Stat_Chng_Dt.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Migaorg_Code.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Rcvr_Grp.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Commnt_Eventtype.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Bapi_Param.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Doc_Typ.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Stl_Comment.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Src_Upi.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Notif_Eventtype.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Bapi_Mtype.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Sndr_Type.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Bapi_Fld.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Commnt_Doctype.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Cmmt_User.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Symsgv.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Sme_Share.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Description.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Balognr.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Bapilogsys.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Amount.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Status.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Reason_Type.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Comment_Id.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Time_Stamp.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Reason.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Miga_Source.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__S_Doc_Typ.gstructure
         [ddgen] [Error]   Structure org.wb.operations.stl.types.__Miga__Appl is not generated
         [ddgen] [Error]   BuiltIn Type or Simple Type expected
         [ddgen] [Info]    Catching throwable null
         [ddgen] [Info]    com.sap.dictionary.generation.ant.GenerationAntTaskError
         [ddgen]      at com.sap.dictionary.generation.ant.GenerationAnt.showCheckResult(GenerationAnt.java:171)
         [ddgen]      at com.sap.dictionary.tools.generation.Generation.generatePersistentStructure(Generation.java:480)
         [ddgen]      at com.sap.dictionary.tools.generation.console.GenerationConsole.generate(GenerationConsole.java:168)
         [ddgen]      at com.sap.dictionary.generation.ant.GenerationAnt.main(GenerationAnt.java:47)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         [ddgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         [ddgen]      at java.lang.reflect.Method.invoke(Method.java:391)
         [ddgen]      at com.sap.dictionary.generation.ant.DDGenAntTask.execute(DDGenAntTask.java:219)
         [ddgen]      at org.apache.tools.ant.Task.perform(Task.java:341)
         [ddgen]      at org.apache.tools.ant.Target.execute(Target.java:309)
         [ddgen]      at org.apache.tools.ant.Target.performTasks(Target.java:336)
         [ddgen]      at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
         [ddgen]      at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:115)
         [ddgen]      at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:65)
         [ddgen]      at com.sap.tc.buildplugin.AbstractPlugin.handleBuildStepSequence(AbstractPlugin.java:226)
         [ddgen]      at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:202)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         [ddgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         [ddgen]      at java.lang.reflect.Method.invoke(Method.java:391)
         [ddgen]      at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
         [ddgen]      at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
         [ddgen]      at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:354)
         [ddgen]      at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:176)
         [ddgen]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
         [ddgen]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1498)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.build(CBSBuildController.java:727)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.execCommand(CBSBuildController.java:503)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.evalCmdLine(CBSBuildController.java:442)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.run(CBSBuildController.java:314)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.exec(CBSBuildController.java:252)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.mainLoop(CBSBuildController.java:207)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.main(CBSBuildController.java:168)
         [ddgen] ERROR: Unknown exception during generation null (com.sap.dictionary.generation.ant.GenerationAntTaskError)
         [ddgen] ERROR: Generation failed due to errors (3 seconds)
    Ant runtime 5.593 seconds
    Ant build finished with ERRORS
    [Error]   Generation failed!
    Error: Build stopped due to an error: [Error]   Generation failed!
    Build plugin finished at 2008-03-14 10:09:32 GMT+00:00
    Total build plugin runtime: 10.143 seconds
    Build finished with ERROR

    I think the "," that comes in the flat file. CHange the number fields in the file from ",". If it has 1000 separator remove them. You need not have them in the file. In your case i think the decimals are coming as ",". In that case change your user settings for decimal places and then try to load.
    Hope this helps

  • Lsmw error 'Specify Files first' while executing option 'Read Data'.

    Hi All,
    while trying to create mass users through LSMW, i am gettign the error 'Specify Files first' while executing option 'Read Data'.
    I have specified file (.txt), manually created (with'1 tab space' between each term). i have used option 'On the PC(Frontend)'. No error while saving.
    Next- i have executed 'Assign Files', where the file appeared automatically.
    Next- Here, when i try to execute 'Read Data', i get the error 'Specify Files first'.
    Can anyone help in resolving this error.

    Hello Plaban,
    What is your purpose? Are you tring to upload the data with more file variant?                                                                               
    There are two possibilities to make file names more variable:                                                                               
    1.If you choose system dependent file names by setting the according flag (in the first step 'Maintain object attributes'), you can define file names for each system in step 'Specify files' by assigning the files to a specific system ID (with a double-click on the specified file).                                                                               
    2.You can use wildcards in the file names where you can assign several values.                                                               
    I hope this helps you.
    Regards,
    Blanca

  • Lsmw Error during the specify files

    While doing Material master upload thru lsmw...using Batch input method
    During the specify files step i am getting this error
    File Name 'Converted Data': Max. 45 Characters. Remaining data saved.
    Message no. /SAPDMC/LSMW_OBJ_060028
    Pls Guide me.......

    Hi,
    How you save your source file?  Need to be saved in  as TAB delimited file
    OK. Check link:
    http://www.sap123.com/a/98/#loading-material-masters-with-lsmw-direct-input-method
    http://www.slideshare.net/arun_bala1/sap-sd-lsmw-legacy-system-migration-workbench
    Regards,
    Biju K

  • LSMW ERROR --PLZ HELP

    Hi.. am trying to create a Sales order ..and i have assigned the source structure.
    when i run the last step( direct input method)..it is giving me the below error.
    as ..Date / /  is not valid.
    not sure what the error is.
                                                                                    Test run w/o updating data base                                                                               
    Start of processing                              
                                   V1                   091                         
    Date / / is not valid                                                                               
    Data from this document has not been saved ***
                                                                                    File path name................ ZSORDER_ZSORDE_ZSORDE.lsmw.conv                  
    Number of header records......          1                                       
    Number of partner records.....          1                                       
    Number of item records........          1                                       
    Number of saved documents.....          0                                       
    Number of incorrect documents.          1                                       
    lsmw with direct input method...could u plz also let me know what are the mandatory fields for creation of Sales order in lsmw?
    Thanks in advance.
    Suresh.

    need to assign 0's in date fields

  • Lsmw error

    hi
    experts,
      here the issue, i am uploading sales orers and delviery ordrrs through lsmw, in 9th step after specifying files and when i try to
    press read data it shows an error stating that, "unable to write to file f/lsmw/sales orders va01rec.lsmw .read.
    any help on this will be highly appreciated.
    thanks

    hi
      after trying with other path, still its shows the same issue, could you give other alternative for this.
    eagerly awaited for your response.
    thanks

  • LSMW - Error BDC_INSERT, Transaction code .. is invalid XD01

    Dear all.
    I have done the following Steps:
    1 - Maintain Object Attributes. Chose the Object type Batch Recording, then created a Record using the name (CLI_PMR). And created the Batch record and then assign the fields name.
    2 - Maintain Source Structures – Created the Struture (CLI_PMR1)
    3 - Maintain Source Fields – Assign the fields name and length that I used in my program. (CLI_PMR1).
    4 - Maintain Structure Relations – Assign the Struture (CLI_PMR1 to CLI_PMR)
    5 - Maintain Field Mapping and Conversion Rules – The normal thing in this point.
    6 - Specify Files - Specified the Legacy Data, path for the file.
    7 - Generate Read Program – Generated the Program.
    8 – Read Data – Executed this Step and every thing is correct
    9 - Generate Conversion Program – Generated the program
    10 - Convert Data – Convert data
    11 - Display Converted Data – Every thing is fine, with no errors
    12 - Create Batch Input Session- At this the error message appears Error BDC_INSERT, Transaction code .. is invalid  time.
    At the time we have created other LSMW programs for this T-Code and every thing is OK.
    I'm using the T-CODE=XD01
    Best Regards
    Pedro Miguel Rodrigues

    Hi, I had the same problem in LSMW when generating a batch input for trx IE01. The cause was that there were tab/newline-characters in my text file (some descriptions contained tab-characters). Since I used a tab delimited file, these tabs/newlines in the fields messed up my file.
    The excel file contained multiple lines per cell in some description fields. When this was exported to tab delimited text, it contained additional tabs. After checking the contents and removing the tabs/newlines from Excel and performed a new export to txt-file, it was solved.
    Best regards,
    Jan-Peter Molenaar
    SAP EAM Consultant

Maybe you are looking for