<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Does program RAALTD11 (LSMW) support tcode AS92 ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/does-program-raaltd11-lsmw-support-tcode-as92/m-p/1434510#M207339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the OSS notes it gives clear information for your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OSS NOte 94218 - RAALTD11: no change to existing master recs - AS92 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Symptom&lt;/P&gt;&lt;P&gt;The purpose of Transaction AS92 is to change individual fixed assets once they have been transferred/taken over. This is the reason the function 'Change old data' (AS92) has not been implemented in program RAALTD11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevertheless, if you attempt to transfer a file with Transaction code AS92 per RAALTD11, you find up to and including maintenance level 4.0C that error messages are generated, the reason for which is not particularly clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional key words&lt;/P&gt;&lt;P&gt;Data acquisition, AS92&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause and prerequisites&lt;/P&gt;&lt;P&gt;The system lacks this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution&lt;/P&gt;&lt;P&gt;If old data is to be changed automatically, program RAALTD01 must be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To prevent RAALTD11 immediately terminating when you use AS92 and not running up against errors, you can implement the advance corrections as set out in the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, call up Transaction SE80 "Object Browser".&lt;/P&gt;&lt;P&gt;Select Single object -&amp;gt; Other objects -&amp;gt; Edit&lt;/P&gt;&lt;P&gt;Select 'Message number', and enter 'AU' under message area and '261' under the message number.&lt;/P&gt;&lt;P&gt;Select Create.&lt;/P&gt;&lt;P&gt;Under short text enter "Transaction code not set or invalid".&lt;/P&gt;&lt;P&gt;Then Save the short text.&lt;/P&gt;&lt;P&gt;Select long text.&lt;/P&gt;&lt;P&gt;Enter the following text under "Diagnosis":&lt;/P&gt;&lt;P&gt;In the input file data record, either the transaction code (field BALTD-TCODE) was not transferred or an invalid value was.&lt;/P&gt;&lt;P&gt;Enter the following text under "System activities":&lt;/P&gt;&lt;P&gt;The fixed asset cannot be created.&lt;/P&gt;&lt;P&gt;Enter the following text under "Procedure":&lt;/P&gt;&lt;P&gt;Transfer only valid transaction codes in the input file. Transaction codes which can be processed by RAALTD11 are:&lt;/P&gt;&lt;P&gt;AS91 - Create old asset&lt;/P&gt;&lt;P&gt;AS94 - Create old asset sub-number&lt;/P&gt;&lt;P&gt;AS81 - Create old group asset&lt;/P&gt;&lt;P&gt;Save the long text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source code corrections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jul 2006 02:31:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-03T02:31:52Z</dc:date>
    <item>
      <title>Does program RAALTD11 (LSMW) support tcode AS92 ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/does-program-raaltd11-lsmw-support-tcode-as92/m-p/1434509#M207338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to mass change legacy assets. So I use LSMW, with program RAALTD11. Here are the error infomation: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AS92 E AU 261 Transaction code not specified or invalid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this program support t-code as92? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 02:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/does-program-raaltd11-lsmw-support-tcode-as92/m-p/1434509#M207338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-03T02:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Does program RAALTD11 (LSMW) support tcode AS92 ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/does-program-raaltd11-lsmw-support-tcode-as92/m-p/1434510#M207339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the OSS notes it gives clear information for your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OSS NOte 94218 - RAALTD11: no change to existing master recs - AS92 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Symptom&lt;/P&gt;&lt;P&gt;The purpose of Transaction AS92 is to change individual fixed assets once they have been transferred/taken over. This is the reason the function 'Change old data' (AS92) has not been implemented in program RAALTD11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevertheless, if you attempt to transfer a file with Transaction code AS92 per RAALTD11, you find up to and including maintenance level 4.0C that error messages are generated, the reason for which is not particularly clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional key words&lt;/P&gt;&lt;P&gt;Data acquisition, AS92&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause and prerequisites&lt;/P&gt;&lt;P&gt;The system lacks this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution&lt;/P&gt;&lt;P&gt;If old data is to be changed automatically, program RAALTD01 must be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To prevent RAALTD11 immediately terminating when you use AS92 and not running up against errors, you can implement the advance corrections as set out in the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, call up Transaction SE80 "Object Browser".&lt;/P&gt;&lt;P&gt;Select Single object -&amp;gt; Other objects -&amp;gt; Edit&lt;/P&gt;&lt;P&gt;Select 'Message number', and enter 'AU' under message area and '261' under the message number.&lt;/P&gt;&lt;P&gt;Select Create.&lt;/P&gt;&lt;P&gt;Under short text enter "Transaction code not set or invalid".&lt;/P&gt;&lt;P&gt;Then Save the short text.&lt;/P&gt;&lt;P&gt;Select long text.&lt;/P&gt;&lt;P&gt;Enter the following text under "Diagnosis":&lt;/P&gt;&lt;P&gt;In the input file data record, either the transaction code (field BALTD-TCODE) was not transferred or an invalid value was.&lt;/P&gt;&lt;P&gt;Enter the following text under "System activities":&lt;/P&gt;&lt;P&gt;The fixed asset cannot be created.&lt;/P&gt;&lt;P&gt;Enter the following text under "Procedure":&lt;/P&gt;&lt;P&gt;Transfer only valid transaction codes in the input file. Transaction codes which can be processed by RAALTD11 are:&lt;/P&gt;&lt;P&gt;AS91 - Create old asset&lt;/P&gt;&lt;P&gt;AS94 - Create old asset sub-number&lt;/P&gt;&lt;P&gt;AS81 - Create old group asset&lt;/P&gt;&lt;P&gt;Save the long text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source code corrections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 02:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/does-program-raaltd11-lsmw-support-tcode-as92/m-p/1434510#M207339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-03T02:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Does program RAALTD11 (LSMW) support tcode AS92 ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/does-program-raaltd11-lsmw-support-tcode-as92/m-p/1434511#M207340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 03:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/does-program-raaltd11-lsmw-support-tcode-as92/m-p/1434511#M207340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-03T03:16:05Z</dc:date>
    </item>
  </channel>
</rss>

