<?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: BAPI_FIXEDASSET_CREATE1 can not save. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-create1-can-not-save/m-p/1331079#M168696</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;Are you calling BAPI_TRANSACTION_COMMIT after the asset create BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If NOT, please do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 May 2006 09:15:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-23T09:15:32Z</dc:date>
    <item>
      <title>BAPI_FIXEDASSET_CREATE1 can not save.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-create1-can-not-save/m-p/1331078#M168695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use BAPI_FIXEDASSET_CREATE1 to create fix asset,it tell me the asset is created and return the asset number.but when i go to see the asset using t-code:as03.It reported that the asset does not exist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 09:12:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-create1-can-not-save/m-p/1331078#M168695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T09:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_FIXEDASSET_CREATE1 can not save.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-create1-can-not-save/m-p/1331079#M168696</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;Are you calling BAPI_TRANSACTION_COMMIT after the asset create BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If NOT, please do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 09:15:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-create1-can-not-save/m-p/1331079#M168696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T09:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_FIXEDASSET_CREATE1 can not save.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-create1-can-not-save/m-p/1331080#M168697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A Bapi does not COMMIT and the changes carried out by the BAPI needs to be committed explicitly through the FM BAPI_TRANSACTION_COMMIT.What you need to do is call this BAPI after the call to BAPI_FIXEDASSET_CREATE1.Now if you go to AS03 you should be able to see the document that you have created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward helpful answers&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Nishanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 13:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-create1-can-not-save/m-p/1331080#M168697</guid>
      <dc:creator>nishanthbhandar</dc:creator>
      <dc:date>2006-05-23T13:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_FIXEDASSET_CREATE1 can not save.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-create1-can-not-save/m-p/1331081#M168698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is your Problem solved. Please Close Your Thread if it is solved completely, if not get Back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 13:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-create1-can-not-save/m-p/1331081#M168698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T13:38:56Z</dc:date>
    </item>
  </channel>
</rss>

