<?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 problem with changing WBS element in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change-problem-with-changing-wbs-element/m-p/5413489#M1243037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a similar problem with this bapi. its not working when i try to update some field in the allocations tab,.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It says "No changes made" and comes out with out doing any changes please let me know how u solved this&amp;gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 May 2009 07:19:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-28T07:19:02Z</dc:date>
    <item>
      <title>BAPI_FIXEDASSET_CHANGE problem with changing WBS element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change-problem-with-changing-wbs-element/m-p/5413486#M1243034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a problem with changing WBS element in account assignment data. I'm filling out correct structure of bapi with correct data, but on the return I'm getting message "No changes made". I know that it's not a problem with the conversion routine. I'm also changing WBS element on time dependent tab and that is working fine. If you have any ideas please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample of my code:&lt;/P&gt;&lt;P&gt;data: ps_invest TYPE bapi1022_feglg010,&lt;/P&gt;&lt;P&gt;        ps_investx TYPE bapi1022_feglg010x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps_invest-wbs_elem = ps_mass_upd-posnr.&lt;/P&gt;&lt;P&gt;ps_investx-wbs_element = 'X'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Mar 2009 10:12:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change-problem-with-changing-wbs-element/m-p/5413486#M1243034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-21T10:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_FIXEDASSET_CHANGE problem with changing WBS element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change-problem-with-changing-wbs-element/m-p/5413487#M1243035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry there is a mistake in the sample code of course it's:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample of my code:&lt;/P&gt;&lt;P&gt;data: ps_invest TYPE bapi1022_feglg010,&lt;/P&gt;&lt;P&gt;ps_investx TYPE bapi1022_feglg010x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps_invest-wbs_elem = ps_mass_upd-posnr.&lt;/P&gt;&lt;P&gt;ps_investx-wbs_elem = 'X'.   - &amp;gt;  not ps_investx-wbs_element = 'X'. as i wrote before&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Mar 2009 10:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change-problem-with-changing-wbs-element/m-p/5413487#M1243035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-21T10:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_FIXEDASSET_CHANGE problem with changing WBS element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change-problem-with-changing-wbs-element/m-p/5413488#M1243036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 09:47:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change-problem-with-changing-wbs-element/m-p/5413488#M1243036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T09:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_FIXEDASSET_CHANGE problem with changing WBS element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change-problem-with-changing-wbs-element/m-p/5413489#M1243037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a similar problem with this bapi. its not working when i try to update some field in the allocations tab,.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It says "No changes made" and comes out with out doing any changes please let me know how u solved this&amp;gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 07:19:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change-problem-with-changing-wbs-element/m-p/5413489#M1243037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T07:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_FIXEDASSET_CHANGE problem with changing WBS element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change-problem-with-changing-wbs-element/m-p/5413490#M1243038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dee,&lt;/P&gt;&lt;P&gt;I had only problem with changing WBS element in Origin tab. Please specify if you really meant allocations tab or not. My problem was connected with conversion routine in the standard data type (I put the wrong one). You have internal and external WBS element number so in the structure you have to put:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab Origin:&lt;/P&gt;&lt;P&gt;ps_invest-wbs_elem = 00007907.&lt;/P&gt;&lt;P&gt;ps_investx-wbs_elem = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab Time-dependent - here you have to convert:&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_ABPSP_OUTPUT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    input  = 00007907&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    output = ps_time-wbs_element_cost.&lt;/P&gt;&lt;P&gt;ps_timex-wbs_element_cost = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 08:45:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fixedasset-change-problem-with-changing-wbs-element/m-p/5413490#M1243038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-03T08:45:37Z</dc:date>
    </item>
  </channel>
</rss>

