Help: Error in LSMW migrating assets

When I use LSMW - convert data, the system end up a ABAP dump. What does it mean?
Runtime Errors         UC_OBJECTS_NOT_CONVERTIBLE
Date and Time          2008.05.23 10:28:56
Short text
     Data objects in Unicode programs cannot be converted.
发生了什么?
     Error in the ABAP Application Program
     The current ABAP program "/1CADMC/SAP_LSMW_CONV_00000012" had to be terminated
      because it has
     come across a statement that unfortunately cannot be executed.
错误分析
     The statement
        "MOVE src TO dst"
     requires that the operands "dst" and "src" are convertible.
     Since this statement is in a Unicode program, the special conversion
     rules for Unicode programs apply.
     In this case, these rules were violated.
Trigger Location of Runtime Error:
     Program Name                            /1CADMC/SAP_LSMW_CONV_00000012
     Include                                 /SAPDMC/SAP_LSMW_CONV_FORMS
     Row                                     1,080
     Module type                             (FORM)
     Module Name                             TRANSFER_RECORD
  CLEAR:
    g_cnt_idocs_package,
    gt_pack_edi_dc40[],
    gt_pack_edi_dd40[].
ENDFORM.                    "TRANSFER_IDOCS
      FORM TRANSFER_RECORD
FORM transfer_record.
  FIELD-SYMBOLS:
    <l_record>,
    <l_prev_record>.
  DATA:
    l_prev_record TYPE tumls_segment.
  DATA:
    l_len_trgstr TYPE i.
  IF g_skip_record = no AND
     g_skip_transaction = no.
    ASSIGN (g_record) TO <l_record>.
    CASE g_objecttype.
      WHEN '01' OR '02'.
        gt_buffer-record = g_record.
        gt_buffer-data = <l_record>.
        APPEND gt_buffer.
      WHEN '03' OR '04'.
        IF g_record = 'EDI_DC40'.
          IF p_trfcpt = yes.
            gt_curr_edi_dc40 = <l_record>.
            APPEND gt_curr_edi_dc40.
          ELSE.
            gt_buffer-record = g_record.
            gt_buffer-data = <l_record>.
            APPEND gt_buffer.
          ENDIF.
        ELSE.
          CLEAR edi_dd40.
          edi_dd40-segnam = g_edidd_segnam.
          edi_dd40-mandt = edi_dc40-mandt.
          edi_dd40-docnum = edi_dc40-docnum.
          ADD 1 TO g_segnum.
          edi_dd40-segnum = g_segnum.
          edi_dd40-hlevel = g_edidd_hlevel.

can anyone read?

Similar Messages

  • Error when uploading Sub-asset numbers using LSMW

    Hi All,
    We have a requirement in which we need to first load Main asset numbers from Legacy system through LSMW and then in the next load the sub-assets for the Main Assets created.
    We are using Direct Input method(program RAALTD11) in LSMW for transaction code AS91 for loading Main Assets.
    And then using a file with similar structure, but with sub-asset numbers filled for creating Sub-assets using AS94 and Direct Input Method.
    While doing this, we are getting error:
    AU 256 Different asset class <asset-class> in sub-number.
    I have seen that there is a similar thread in SDN but the solution provided there is not useful to us, so I am raising again.
    I am not using Batch input method, as it is giving rise to many screen errors like "<Field> is not an input field".
    Please let me know how to get rid of this error.
    Thanks a lot .

    Hi,
    ensure that the sub-asset has the same asset class than the main asset, no matter which inout method you are using.
    best regards, Christian

  • Error in LSMW while specifying file for Material Cassification and Info Rec

    Hi Friends,
    I'm getting an error in LSMW while specifying file for Material Cassification and Info Record using batch input method.
    The error message i'm getting is:
    "Length of physical file name 'R2R_33_PURCH_INFR_1_PIR_CREATE.lsmw.conv' cannot be longer than 30 characters
    Message no. /SAPDMC/LSMW_OBJ_060049"
    I tried changing the file name but that is not working out. Please help.
    Thanks,
    Amit

    Hi,
    Just try this,
    Go to LSMW, Specify file option, use display/change (Ctrl+F1)
    Select the converted data and double click, change the file name there,
    You will be getting it as "'R2R_33_PURCH_INFR_1_PIR_CREATE"
    Just trim this to "'R2R_33_PUR_INF_1_PIR_CRE"  and try...
    Regards
    Merwyn

  • Error in dep run - Asset under construction

    Hi!
    Could someone please help me with the following:
    My customer has a large amount of assets under construction (AuC) and also other assets. None of the assets under consctruction should have a depreciation key (or depreciation key 0000) and no depreciation accounts are allocated in transaction AO93 for AuC . But my customer now has incorrectly created a few AuC (that should NOT be depreciated at all) with depreciation key LINK. What happened?
    1) Test run depreciation (AFAB) for all assets in period 1 during 2010. In test run no error log was created, everything looked fine.
    2) Executed depreciation in background.
    3) When looking at each of the assets in transaction AW01N I can see that all assets (both real assets and AuC with depreciation key) has depreciation posted in period 1. BUT, no depreciation has been posted in general ledger on any of the asset classes!
    4) I have now changed the depreciation key on all AUC in AS02 to 0000 so that no depreciation will be calculated.
    5) Trying to run AFAB again for period 2 but error message says that period 1 was terminated and that period 1 should be restarted.
    6) Trying to run period 1 again in AFAB with restart but error message says "Account 'Acc.dep. accnt.for ordinary depreciation' could not be found for area 01" and refering to all of the incorrect AuC that I have corrected (to no depreciation key)
    Please how can I go on? I want to reverse the depreciation in period 1 since I didn't get any posting i the general ledger. And then I want to make a new depreciation run only with correct assets (only depreciation on real assets, not on AuC).
    Please help!
    I am very thankful for any help!
    Many many thanks in advance!
    with regards,
    Prabhakar

    Hi,
    I had the similar situation couple of months back.  I followed below mentioned process and it worked out well.
    1) Maintain GL account for depreciation in AO90
    2) restart depreciation run for the relevant period
    3) change the depreciation key to 0000
    4) repeat depreciation run for the same period (It will post a reverse entry in the same month itself.  So the net impact of depreciation in the same month is zero).
    By the way I have a suggestion to prevent this issue in future.
    You may not be able to detect this issue on test run if you execute on foreground mode because the test run execution is restricted to 1000 assets.  If the error is on 1001th asset, you will not know. 
    Hence, always execute depreciation test run on background mode, check for any errors and execute production run only if there are no errors.
    Hope this helps....
    Best Regards,
    Madhu

  • Application is throwing NSAPI and other errors after the migration

    We started seeing NSAPI and other errors after the migration of new codes and recently make some changes
    1) During the migration, all the 4 WLS cluster instances were bounced simultaneously. What is the best practice and recommendation from BEA Oracle? Do we need to bounce it one by one for any specific reason?
    2) we recently introduced the 4th weblogic cluster instance on Solaris 10 zone. All other WLS instances are running on Solaris 8.
    Is it okay to have two different OS versions( Solaris 8 and Solaris 10) and different hardware to host WLS cluster instances? Does BEA Oracle support this kind of configuration?
    3) We are consistently seeing below errors in the iplanet web server error logs even though site is working fine
    [11/Sep/2009:08:53:50] failure ( 4453): for host XX.XX.XX.XX trying to POST /servlet/FSO, wl-proxy reports: exception occurred for backend host 'YY.YY.YY.YY/23120/0': 'CONNECTION_REFUSED [os error=0, line 1732 of URL.cpp]: Error connecting to host YY.YY.YY.YY.YY:23120'
    Do we need to upgrade our WLS proxy plugin? . Current version of WLS proxy plug-in is libproxy_61.so. Our Weblogic version is WLS 92 MP2
    I'll really appreciate if some can anwsers those questions

    OK booted in to Virtualbox, seems too be working fine this way, maybe it is the ATi drivers
    any Help would be appreciated

  • Internal error in item 0000000000: asset row is not complete

    Hello,
    First let me give a little background of what I am trying to accomplish.  I set up a new depreciation area 02, which is essentially a copy of depreciation area 01 Book Depreciation.  The purpose of my new area 02 is to post depreciation only to a seperate expense account for a small number of assets.  I set up the 02 depreciation area as a "Real Depreciation Area" with the setting "3 - Area Posts Depreciation Only" setting for Posting in GL.
    I activated my area (AFBN) and changed a few assets to my new depreciaion area 02 to my desired key.  When I try to post depreciation for one of my changed assets, I receive the error message:
    Message(s) when structuring line items for document number ERROR00001
    Internal error in item 0000000000: asset row is not complete
    I have confirmed that my account determination (AO90) settings for depreciation are set up correctly for 02 for each of my classes (comparing 01 to 02 - only difference is expense account).  I have also checked all of options in the "Overview for Experts" section and "Check Consistency" areas, as well as all of the SAP Online help for FI-AA.  I have also researched my field status group BS11 and changed a setting for Consolidation Transaction Type to be set to an optional entry.
    Thanks in advance.
    Mark

    Message(s) when structuring line items for document number ERROR00001 - Message no. AAPO510
    Diagnosis
    Messages were issued when line items were created for document ERROR00001. The related lines in the error list are from 2 to 2.
    The next lines in the error log provide more information on the errors that occurred, or information or warnings that were issued.
    System Response
    Information messages are intended to give the user information on certain actions of the program during document creation.
    Serious errors during processing can prevent the document from being posted. However, in the case of serious errors, the system continues processing and checking other line items of the same document.
    Procedure
    Information messages do not cause processing to terminate. No further action is required.
    For serious errors that cause processing to terminate, try to find the cause of the error. After you correct the error, you have to restart the posting program.
    Internal error in item 0000000000: asset row is not complete - Message no. AAPO191
    Thanks
    Edited by: Mark Vitalbo on Jul 16, 2009 8:00 PM

  • Error in LSMW getting return code 6

    Hi all,
                 i Am getting a  Error in LSMW getting return code 6 , after asign a file , in the read data step i am getting the error , please help me it is very urgent,
    sridhar

    Hi,
    If the Sy-Subrc is 0 then Success, if the Sy-SUBRC is 4 then failure, if the Sy-SUBRC = 6 then the user might be not access to read the file
    AUTHORITY-CHECK sets SY-SUBRC to 0 if the user has the necessary authorization, otherwise 4, 8, 12, 16, 24, 28, 32, or 36 depending on the cause
    Regards
    Sudheer

  • LSMW for Asset Data (Tcode-AS01)

    Hello All,
    I am working on LSMW for Asset master data creation for transaction AS01. When i go to tcode AS01 there is a field with description called "NUMBER OF SIMILAR ASSETS". The LSMW program for the asset data uses two structures BALTD and BALTB. But the field description field is not available in these stuctures. So i am not able to create asset data through t code AS01.
    Can anybody help me out. I will reward you with points. 
    Thanks,

    Hi,
    The number of similar assets
    enables you to create multiple similar assets in one master transaction. These assets initially differ from each other only by their main and/or sub-number. When you save, you can also enter a description and inventory number for each individual master record.
    This function does not allow you to create multiple assets that automatically have the same long text.
    In order to work with lsmw you are creating asset in reference to old asset number/subnumber. i think the default number of assets are 1. in case you require more assets to be created of same type you may have to pass different long texts.
    Reward if find useful.

  • KB2879017 setup error - failed to migrate dependent packages

    Hi this error "KB2879017 setup error - failed to migrate dedpendent packages" during installation of Microsoft Security pacthes at Windows XP SP3 pc . I'm using IE7 (version 7.0.5730.13) . Below logs the error. Anyone can advice?
    275.407: Destination:C:\Program Files\internet explorer\iexplore.exe (7.0.6000.21357)
    275.407: UpdateSpUpdSvcInf: Source [ProcessesToRunAfterReboot] section is empty; nothing to do.
    275.407: MigrateHotfix: Migrating hotfix KB2586448-IE8
    275.407: QFE KB2586448-IE8 has no backup directory to migrate.
    275.407: Migrating QFE KB2586448-IE8 with command line: update.exe -Z -Q -B:sp3qfe
    289.797: Update.exe failed 1603.
    289.797: MigrateHotfixes: Migration of KB2586448-IE8 failed
    289.797: DoInstallation: Migration failed
    290.641: Failed to migrate dependent packages.
    351.032: Message displayed to the user: Failed to migrate dependent packages.
    351.032: User Input: OK
    351.032: Update.exe extended error code = 0xf0ea
    351.032: Update.exe return code was masked to 0x643 for MSI custom action compliance.

    This forum is for questions and issues with the MAP Toolkit. You will need to post this question in a forum that is related to the software you are having trouble with.
    Please remember to click "Mark as Answer" on the post that helps you, and to click
    "Unmark as Answer" if a marked post does not actually answer your question. Please
    VOTE as HELPFUL if the post helps you. This can be beneficial to other community members reading the thread.

  • Hi all How take care of errors in LSMW..

    HI all,
       Can you people help where we are correcting errors in LSMW . How we have handle errors in LSMw.
    regards,
    anilreddy.

    Hi Anil,
    Please chk this thread. You will get the answer.
    ERROR HANDLING IN LSMW
    <b>Reward Points if Useful</b>
    Regards
    Gokul

  • AW01N-migrated assets deprecition calculation.

    Hi All,
    We are facing with a problem when we run the AW01N report.
    We have migrated a Asset with NBV 1898.30 on 30/03/2008 and depreciation amount for Period (2) is  84.36 (migrated value)
    And then for next period it should be
    P3 - 42.18
    P4 - 42.18
    P5 - 42.18
    P6 - 42.18
    P7 - 42.18
    P8 - 42.18
    P9 - 42.18
    P10 - 42.18
    P11 - 42.18
    P12 - 42.18
    But the system is showing some thing like this
    P3 - 48.08
    P4 - 44.15
    P5 - 44.15
    P6 - 44.15
    P7 - 44.15
    P8 - 44.15
    P9 - 44.15
    P10 - 44.15
    P11 - 44.15
    P12 - 44.15
    can any one help me how can i control so that i would be getting the first said planned depreciation. ie 42.18.
    Thanks in advance
    Bolla

    Hi,
    While migrating assets using AS91, the following needs to be considered:-
    1.) Specify Transfer Date/Last Closed Fiscal Year: If the transfer date is not the end of FY then system interprets it as transfer during FY. Since you have migrated during the yr you need to put the transfer date.
    2.) Specify Last Period Posted in Prv.System (Transf.During FY): This is required for mid-yr migration. Since you have migrated during the yr you need to put the last period as 2 and the system will start calculating from period 3.
    3.) Expired useful life is calculated by the system automatically.
    4.) Dep is calculated by the system depending on the remaining useful life.
    Plz award ponts if above info is useful.
    Regards,
    Nitish

  • LSMW/MIGRATION issues

    hi,
    can any one provide the following info. to [email protected]
    LSMW/MIGRATION issues in AP,AR,GL
    regards
    amulya

    Hi,
    Not sure if this is what you want but send you 2 guides I have for LSMW.
    I have some experience with master data migration with LSMW (customers, suppliers and chart of accounts) so if you have any questions i can try to help.
    Elisabete

  • Please help error -9808 when downloading apps in itunes store anyone can help me out

    please help error -9808 when downloading apps in itunes store anyone can help me out

    Click here >  iTunes: Advanced iTunes Store troubleshooting
    Then "expand" Specific Conditions and Alert Messages
    Then click 9808

  • Error While Executing the Asset history report S_ALR_87011990

    Hi,
    I am getting the below error while executing the Asset History Report - S_ALR_87011990
    No data was selected
    Message no. AB064
    Kindly advice me

    Hi,
    Thi may be a authorisation issue. I doubt that it will get recorded in su53 for report executing. Check with basis guy for respective asset class authorization.

  • Unable to update itunes. help. error message when trying to update to latest version of itunes. "the installer has encountered an unexpected error installing this package. this may indicate a problem with this package. error code 2721"

    unable to update itunes. help. error message when trying to update to latest version of itunes. "the installer has encountered an unexpected error installing this package. this may indicate a problem with this package. error code 2721"

    Hello chae84swangin,
    I recommend following the steps in the article below when getting an error message trying to install iTunes:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

Maybe you are looking for

  • Error in XL reporter installation

    Dear Friends, I am facing the problem in XL Reporter installation. While I was trying to install XL reporter add on in server, I am getting error. System error message was u201CMicrosoft XL is required but not installed erroru201D Can anyone face thi

  • Possible to Scan via Wireless Network?

    Is it possible to add a flatbed scanner via an Airport wireless network? I have my Airport network set up and I am able to print wirelessly. The printer is an Epson all-in-one (Stylus Photo RX 500) so it includes a scanner. I can scan when hooked dir

  • Need help with email sync utilizing gmail...

    I have the new curve 8520 and I use google sync for calendar and contacts. My question is regarding my emails syncing though. When I delete my email from my phone, it deletes from gmail, which is what I want. However, when I delete email on my my com

  • How to set MDM Push Certificate?

    I want to generate a Push Notification certificate for my MDM service, but when I upload my certificate signing request, it always tell me that my request is invalid! my certificate signing request is generated by keychain => Request a certificate fr

  • Starting a jar file.

    I am wondering if anyone might have a suggestion to this. I have created a .jar file from JBuilder using the application option in archive builder. ie the jar file should be able to start just by double clicking it. I take the jar file to one of my o