<?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: creating legacy master data:Tcode: AS91 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-legacy-master-data-tcode-as91/m-p/5948626#M1335791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use smae table that is CUMULATEDVALUES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for first record the value of  lwa_&lt;STRONG&gt;postv-area&lt;/STRONG&gt; = '01'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append internal table for all possible value&lt;/P&gt;&lt;P&gt;for 3rd  record the value of  lwa_&lt;STRONG&gt;postv-area&lt;/STRONG&gt; = '15'.&lt;/P&gt;&lt;P&gt;again append internal table for all possible value&lt;/P&gt;&lt;P&gt;for next   record the value of  lwa_&lt;STRONG&gt;postv-area&lt;/STRONG&gt; = '30'.&lt;/P&gt;&lt;P&gt;again append internal table for all possible value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2009 09:07:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-29T09:07:50Z</dc:date>
    <item>
      <title>creating legacy master data:Tcode: AS91</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-legacy-master-data-tcode-as91/m-p/5948623#M1335788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;When i am trying to upload some data for AS91 tcode thru LSMW and BDC, I could not upload the data to few fields , which are NON-EDITABLE mode of a screen of AS91.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Process to go to the screen as follows.&lt;/P&gt;&lt;P&gt;1)Tcode AS91, provide Aseet class, company code&lt;/P&gt;&lt;P&gt;2)click take over values , after entering description and capitalized on field.&lt;/P&gt;&lt;P&gt;3)enter cost center (eg: 440500), plant (1000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now we get a screen, where we have last column, which is not editable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; how to upload the data into these non editable fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some consultants sugested that it may not be possible with BDC, LSMW. May be possible with BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me the way to over come this issue in ABAP perspective.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: may be with functional configuration, we can enable the fields, but requirement is to upload the through ABAP only, without changing the functional configuration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 13:31:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-legacy-master-data-tcode-as91/m-p/5948623#M1335788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-28T13:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: creating legacy master data:Tcode: AS91</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-legacy-master-data-tcode-as91/m-p/5948624#M1335789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your case the LSMW method for AS91 code not suitable, use BAPI CALL FUNCTION 'BAPI_FIXEDASSET_OVRTAKE_CREATE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case of LSMW method not possible to transaction values also....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 15:12:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-legacy-master-data-tcode-as91/m-p/5948624#M1335789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-28T15:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: creating legacy master data:Tcode: AS91</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-legacy-master-data-tcode-as91/m-p/5948625#M1335790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have gone thru the BAPI_FIXEDASSET_OVRTAKE_CREATE&lt;/P&gt;&lt;P&gt;In tables: CUMULATEDVALUES&lt;/P&gt;&lt;P&gt;I am able to enter the values of first column.&lt;/P&gt;&lt;P&gt;where can I enter the values of third column for cumulated values?&lt;/P&gt;&lt;P&gt;is there any other table exist in BAPI or in same table  CUMULATEDVALUES???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to enter non editable fields of the transaction thrugh BAPI_FIXEDASSET_OVRTAKE_CREATE OR ANY OTHER BAPI???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2009 07:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-legacy-master-data-tcode-as91/m-p/5948625#M1335790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-29T07:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: creating legacy master data:Tcode: AS91</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-legacy-master-data-tcode-as91/m-p/5948626#M1335791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use smae table that is CUMULATEDVALUES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for first record the value of  lwa_&lt;STRONG&gt;postv-area&lt;/STRONG&gt; = '01'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append internal table for all possible value&lt;/P&gt;&lt;P&gt;for 3rd  record the value of  lwa_&lt;STRONG&gt;postv-area&lt;/STRONG&gt; = '15'.&lt;/P&gt;&lt;P&gt;again append internal table for all possible value&lt;/P&gt;&lt;P&gt;for next   record the value of  lwa_&lt;STRONG&gt;postv-area&lt;/STRONG&gt; = '30'.&lt;/P&gt;&lt;P&gt;again append internal table for all possible value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2009 09:07:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-legacy-master-data-tcode-as91/m-p/5948626#M1335791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-29T09:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: creating legacy master data:Tcode: AS91</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-legacy-master-data-tcode-as91/m-p/5948627#M1335792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not possible to update data for non editable fields through program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 11:17:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-legacy-master-data-tcode-as91/m-p/5948627#M1335792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T11:17:57Z</dc:date>
    </item>
  </channel>
</rss>

