<?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 BAPI_FIXEDASSET_CHANGE Change Documents in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change-change-documents/m-p/6581625#M1434471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am uploading a spreadsheet and using BAPI_FIXEDASSET_CHANGE to update asset master records and everything is working well.  However, if the same cost center is on the spreadsheet as in the master data, a change document is generated.  If other data in the master record is the same, (description, etc.) nothing is changed and no change documents are generated.  This only seems to happen with data in the timedependentdata structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the data is the same and, in effect, no updates occurred, we do not want change documents to be created.  Is there a way to turn this off??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Feb 2010 19:02:34 GMT</pubDate>
    <dc:creator>debbie_morrison</dc:creator>
    <dc:date>2010-02-02T19:02:34Z</dc:date>
    <item>
      <title>BAPI_FIXEDASSET_CHANGE Change Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change-change-documents/m-p/6581625#M1434471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am uploading a spreadsheet and using BAPI_FIXEDASSET_CHANGE to update asset master records and everything is working well.  However, if the same cost center is on the spreadsheet as in the master data, a change document is generated.  If other data in the master record is the same, (description, etc.) nothing is changed and no change documents are generated.  This only seems to happen with data in the timedependentdata structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the data is the same and, in effect, no updates occurred, we do not want change documents to be created.  Is there a way to turn this off??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 19:02:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change-change-documents/m-p/6581625#M1434471</guid>
      <dc:creator>debbie_morrison</dc:creator>
      <dc:date>2010-02-02T19:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_FIXEDASSET_CHANGE Change Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change-change-documents/m-p/6581626#M1434472</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;just guess but isn't the problem in dates. You use different from and to dates than are in the system so SAP takes it as change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 22:40:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change-change-documents/m-p/6581626#M1434472</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-02-02T22:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_FIXEDASSET_CHANGE Change Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change-change-documents/m-p/6581627#M1434473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Martin.  that is exactly what i suspect as well.   Especially since this is the only structure of the BAPI that creates this behavior and it is the most date/time sensitive.   I was hoping the BAPI was smart enough to realize that only date changes doesn't really constitute a change!  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like I may just have to read the data in before determining if it should be updated.  Not that complex, just a pain!!!  I was hoping someone out there knew something about this BAPI that I didn't!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 15:40:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change-change-documents/m-p/6581627#M1434473</guid>
      <dc:creator>debbie_morrison</dc:creator>
      <dc:date>2010-02-03T15:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_FIXEDASSET_CHANGE Change Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change-change-documents/m-p/6581628#M1434474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am suspecting this is happening bcoz of the &lt;STRONG&gt;"Change Document"&lt;/STRONG&gt; setting for the data element's you are using...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for some which are recorded the changes have the &lt;STRONG&gt;Change document&lt;/STRONG&gt; checkbox set at data element level, in further characteristics tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 19:25:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change-change-documents/m-p/6581628#M1434474</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2010-02-03T19:25:04Z</dc:date>
    </item>
  </channel>
</rss>

