<?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 Problem with BAPI &amp;quot;BAPI_FIXEDASSET_CHANGE&amp;quot; in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-quot-bapi-fixedasset-change-quot/m-p/5675406#M1290301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My aim is to update one of the fields in the Allocation tab of the Asset master. I am using bapi_fixedasset_change" for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its coming back with "No changes made" message and not changing any field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know where i am going wrong. Am i missing some mandatory fields to be passed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*data : ALLOCATIONS  like BAPI1022_FEGLG004,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      ALLOCATIONSX like BAPI1022_FEGLG004X,&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      return       like BAPIRET2.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*allocations-ENVIR_INVEST  = '1345'.&lt;/P&gt;&lt;P&gt;*allocationsx-ENVIR_INVEST = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*CALL FUNCTION 'BAPI_FIXEDASSET_CHANGE'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   companycode                = '0010'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   asset                      = '000008209332'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   subnumber                  = '0000'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ALLOCATIONS                = allocations&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ALLOCATIONSX               = allocationsx&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURN                     = return&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  WAIT          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  RETURN        =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 May 2009 12:19:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-26T12:19:33Z</dc:date>
    <item>
      <title>Problem with BAPI "BAPI_FIXEDASSET_CHANGE"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-quot-bapi-fixedasset-change-quot/m-p/5675406#M1290301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My aim is to update one of the fields in the Allocation tab of the Asset master. I am using bapi_fixedasset_change" for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its coming back with "No changes made" message and not changing any field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know where i am going wrong. Am i missing some mandatory fields to be passed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*data : ALLOCATIONS  like BAPI1022_FEGLG004,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      ALLOCATIONSX like BAPI1022_FEGLG004X,&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      return       like BAPIRET2.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*allocations-ENVIR_INVEST  = '1345'.&lt;/P&gt;&lt;P&gt;*allocationsx-ENVIR_INVEST = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*CALL FUNCTION 'BAPI_FIXEDASSET_CHANGE'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   companycode                = '0010'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   asset                      = '000008209332'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   subnumber                  = '0000'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ALLOCATIONS                = allocations&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ALLOCATIONSX               = allocationsx&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURN                     = return&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  WAIT          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  RETURN        =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 12:19:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-quot-bapi-fixedasset-change-quot/m-p/5675406#M1290301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T12:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI "BAPI_FIXEDASSET_CHANGE"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-quot-bapi-fixedasset-change-quot/m-p/5675407#M1290302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you re check if you really made changes. &lt;STRONG&gt;No changes made&lt;/STRONG&gt; clearly communicates that there is no change in updated data you are passing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 13:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-quot-bapi-fixedasset-change-quot/m-p/5675407#M1290302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T13:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI "BAPI_FIXEDASSET_CHANGE"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-quot-bapi-fixedasset-change-quot/m-p/5675408#M1290303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to update the field i mentioned. It is empty as of now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 13:19:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-quot-bapi-fixedasset-change-quot/m-p/5675408#M1290303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T13:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI "BAPI_FIXEDASSET_CHANGE"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-quot-bapi-fixedasset-change-quot/m-p/5675409#M1290304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  You could check the return table to see whats the message returned and that could give you some clue as to why thats happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 13:27:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-quot-bapi-fixedasset-change-quot/m-p/5675409#M1290304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T13:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI "BAPI_FIXEDASSET_CHANGE"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-quot-bapi-fixedasset-change-quot/m-p/5675410#M1290305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The return table gives the message "No changes made" with "S" (Success). I already mentioned this in my question initially.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 13:39:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-quot-bapi-fixedasset-change-quot/m-p/5675410#M1290305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T13:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI "BAPI_FIXEDASSET_CHANGE"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-quot-bapi-fixedasset-change-quot/m-p/5675411#M1290306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ANy one has any ideas on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone used this BAPI successfully to modify some fields on ALlocations tab in asset master? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 13:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-quot-bapi-fixedasset-change-quot/m-p/5675411#M1290306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T13:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI "BAPI_FIXEDASSET_CHANGE"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-quot-bapi-fixedasset-change-quot/m-p/5675412#M1290307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved myslef by implementing a new SAP note  1176061&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 06:56:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-quot-bapi-fixedasset-change-quot/m-p/5675412#M1290307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T06:56:47Z</dc:date>
    </item>
  </channel>
</rss>

