<?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_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change/m-p/5573348#M1271291</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After further investigation..............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.SAP enhancement AISA0001 (Automatic assignment of the inventory number) was active. &lt;/P&gt;&lt;P&gt;2.De-activated this enhancement &lt;/P&gt;&lt;P&gt;3.Problem solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 May 2009 06:22:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-15T06:22:10Z</dc:date>
    <item>
      <title>BAPI_FIXEDASSET_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change/m-p/5573345#M1271288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the FM bapi_fixedasset_change.&lt;/P&gt;&lt;P&gt;The bapi executes and returns 'Asset successfuuly changed'.&lt;/P&gt;&lt;P&gt;Problem arises when i go to ANLA, one of the fields invent-no (INVNR) has been replaced with a blank.&lt;/P&gt;&lt;P&gt;This is not even one of the fields i intended to change.&lt;/P&gt;&lt;P&gt;Has anyone experienced the same behaviour before? If so could you tell me what i am doing wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 12:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change/m-p/5573345#M1271288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T12:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_FIXEDASSET_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change/m-p/5573346#M1271289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could check the 'GENERALDATAX'-structure in your program. May be there at the time of the BAPI-Call an 'X' at INVENT_NO ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 13:04:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change/m-p/5573346#M1271289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T13:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_FIXEDASSET_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change/m-p/5573347#M1271290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Wolfgang.&lt;/P&gt;&lt;P&gt;I thought of that as well ......but it's not the case (Code excerpt below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    generaldata-serial_no = upd_table-zz_intern_sernr.&lt;/P&gt;&lt;P&gt;    generaldatax-serial_no = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    TimeDep-Person_No    = upd_table-ZZ_EMPLOYEE_ID.&lt;/P&gt;&lt;P&gt;    TimeDepX-Person_No   = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    TimeDep-From_date    = sy-datum.&lt;/P&gt;&lt;P&gt;    TimeDepX-From_date   = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    TimeDep-to_date    = '99991231'.&lt;/P&gt;&lt;P&gt;    TimeDepX-to_date   = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    TimeDep-Location     = upd_table-zz_location.&lt;/P&gt;&lt;P&gt;    TimeDepX-Location    = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    TimeDep-Room         = upd_table-zz_room.&lt;/P&gt;&lt;P&gt;    TimeDepX-Room        = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'BAPI_FIXEDASSET_CHANGE'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;           COMPANYCODE                =  upd_table-bukrs&lt;/P&gt;&lt;P&gt;           ASSET                      = upd_table-anln1&lt;/P&gt;&lt;P&gt;           SUBNUMBER                  = upd_table-anln2&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;           GENERALDATA                = generaldata&lt;/P&gt;&lt;P&gt;           GENERALDATAX               = generaldataX&lt;/P&gt;&lt;P&gt;           TIMEDEPENDENTDATA          = TimeDep&lt;/P&gt;&lt;P&gt;           TIMEDEPENDENTDATAX         = TimeDepX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;         RETURN                     = returnTab.&lt;/P&gt;&lt;P&gt;&lt;/P&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;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              wait   = 'X'&lt;/P&gt;&lt;P&gt;            IMPORTING&lt;/P&gt;&lt;P&gt;              return = ls_return.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 13:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change/m-p/5573347#M1271290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T13:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_FIXEDASSET_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change/m-p/5573348#M1271291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After further investigation..............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.SAP enhancement AISA0001 (Automatic assignment of the inventory number) was active. &lt;/P&gt;&lt;P&gt;2.De-activated this enhancement &lt;/P&gt;&lt;P&gt;3.Problem solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 06:22:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change/m-p/5573348#M1271291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T06:22:10Z</dc:date>
    </item>
  </channel>
</rss>

