<?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 to update asset master in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-update-asset-master/m-p/6314879#M1393362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry to reply this late, but the answers were very helpfull and successful. Thanks again for your time to help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Themba.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Nov 2009 06:16:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-06T06:16:03Z</dc:date>
    <item>
      <title>BAPI to update asset master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-update-asset-master/m-p/6314875#M1393358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi GURUS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am requested to create a batch job to automatically update master records with new asset coordinator when&lt;/P&gt;&lt;P&gt;changing a cost centre master record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any bapi that i can use to fulfill the requirement above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Themba.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 08:07:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-update-asset-master/m-p/6314875#M1393358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-21T08:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI to update asset master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-update-asset-master/m-p/6314876#M1393359</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;Try this BAPI &lt;STRONG&gt;BAPI_FIXEDASSET_CHANGE&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 09:13:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-update-asset-master/m-p/6314876#M1393359</guid>
      <dc:creator>rvinod1982</dc:creator>
      <dc:date>2009-10-21T09:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI to update asset master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-update-asset-master/m-p/6314877#M1393360</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;STRONG&gt;BUS1022&lt;/STRONG&gt;-Business object for fixed asset and for  changeBAPi is  &lt;STRONG&gt;BAPI_FIXEDASSET_CHANGE&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 09:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-update-asset-master/m-p/6314877#M1393360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-21T09:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI to update asset master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-update-asset-master/m-p/6314878#M1393361</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;see the sample code below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*---declarations for BAPI_FIXEDASSET_CREATE1
  DATA: wa_key     LIKE bapi1022_key,
        wa_gen     LIKE bapi1022_feglg001,
        wa_genx    LIKE bapi1022_feglg001x,
        wa_tim     LIKE bapi1022_feglg003,
        wa_timx    LIKE bapi1022_feglg003x
        wa_assetno LIKE bapi1022_1-assetmaino,
        it_ret     LIKE bapiret2 OCCURS 0 WITH HEADER LINE.
 
 
  CLEAR: w_desc, wa_assetno, it_ret, wa_key, wa_gen,
         wa_genx, wa_tim, wa_timx, wa_assetno      .
*---passing COMPANYCODE
  wa_key-companycode = c_s083.
*---passing general data wa_gen
  wa_gen-assetclass = c_33000.
 
*---concatenate om_order_id &amp;amp; zname for description
  CONCATENATE p_aufnr it_zmmomspickup-zname INTO w_desc.
  wa_gen-descript   = w_desc.
 
  wa_gen-serial_no  = p_ser_nr.
  wa_gen-invent_no  = p_matnr
*---passing 'X' to wa_genx for updating general data
  WA_GEN-DESCRIPT   = C_X.
  wa_gen-serial_no  = c_x.
  wa_gen-invent_no  = c_x.
 
*---passing INTERN_ORD, TAXJURCODE
  wa_tim-intern_ord = it_zmmomspickup-aufnr.
 
*---passing 'X' to wa_genx for updating general data
  WA_TIMX-INTERN_ORD = C_X.
 
 
*---bapi to create asset
  CALL FUNCTION 'BAPI_FIXEDASSET_CREATE1'
    EXPORTING
      key                = wa_key
      generaldata        = wa_gen
      generaldatax       = wa_genx
      timedependentdata  = wa_tim
      timedependentdatax = wa_timx
    IMPORTING
      asset              = wa_assetno
      return             = it_ret.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Harini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 10:41:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-update-asset-master/m-p/6314878#M1393361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-21T10:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI to update asset master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-update-asset-master/m-p/6314879#M1393362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry to reply this late, but the answers were very helpfull and successful. Thanks again for your time to help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Themba.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 06:16:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-update-asset-master/m-p/6314879#M1393362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-06T06:16:03Z</dc:date>
    </item>
  </channel>
</rss>

