<?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: How to use BAPI_FIXEDASSET_CREATE ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-fixedasset-create/m-p/8700681#M1670834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Umesh ,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please check below code snippet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: lt_EXTENSIONIN type table of BAPIPAREX,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_EXTENSIONIN type BAPIPAREX,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bapi type BAPI_TE_ANLU.&lt;/P&gt;&lt;P&gt;**** fill the custom fields&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bapi-COMP_CODE&amp;nbsp; = &amp;lt;com code&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bapi-ASSETMAINO = &amp;lt;if asset number u r passing externally then pass else leave blank&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bapi-ASSETSUBNO&amp;nbsp;&amp;nbsp; = &amp;lt;if passing externally then pass else leave blank&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; wa_bapi-Zfields = .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_EXTENSIONIN-STRUCTURE = 'BAPI_TE_ANLU'.&lt;BR /&gt;wa_EXTENSIONIN+30 =&amp;nbsp; wa_bapi.&lt;/P&gt;&lt;P&gt;append wa_EXTENSIONIN to lt_EXTENSIONIN.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;then pass the lt_EXTENSIONIN to BAPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS :&amp;nbsp; Use BAPI_FIXEDASSET_CREATE1&amp;nbsp; as BAPI_FIXEDASSET_CREATE is old. Please check documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Jitendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2012 09:28:28 GMT</pubDate>
    <dc:creator>jitendra_it</dc:creator>
    <dc:date>2012-04-20T09:28:28Z</dc:date>
    <item>
      <title>How to use BAPI_FIXEDASSET_CREATE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-fixedasset-create/m-p/8700678#M1670831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; we are using the BAPI_FIXEDASSET_CREATE to create the Assets in SAP. But recently we have enhanced the SAP Standard field transaction AS01 to include some customizing fields. This enhancement is working fine. but i am not able to pass thses customised field thru the BAPI.&lt;/P&gt;&lt;P&gt;My specific question is How to pass the values for EXTENSIONIN table of BAPI for our customizing fields.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Umesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 07:28:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-fixedasset-create/m-p/8700678#M1670831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-20T07:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to use BAPI_FIXEDASSET_CREATE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-fixedasset-create/m-p/8700679#M1670832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Umesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the documentation of BAPI . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;&lt;EM&gt;Customer Enhancements&lt;/EM&gt;&lt;/H3&gt;&lt;H3&gt;&lt;EM&gt;Description&lt;/EM&gt;&lt;/H3&gt;&lt;P&gt;&lt;EM&gt;Using this parameter you can transfer user fields from the asset master record. However, it is not possible to transfer fields that are updated in user-defined tables. Only user fields that were defined using SAP enhancement &lt;A _jive_internal="true" href="https://answers.sap.com/sapevent:DOCU_LINK\DS:MO.AIST0002"&gt;&lt;STRONG&gt;AIST0002&lt;/STRONG&gt;&lt;/A&gt; and are automatically updated in table ANLU can be udpated in this way. This means you have to use table extension BAPI_TE_ANLU.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Enhancement AIST0002 contains function module &lt;A _jive_internal="true" href="https://answers.sap.com/sapevent:DOCU_LINK\DS:FU.EXIT_SAPL1022_001"&gt;&lt;STRONG&gt;EXIT_SAPL1022_001&lt;/STRONG&gt;&lt;/A&gt; as a component in which user fields can be implemented.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The documentation ( &lt;A _jive_internal="true" href="https://answers.sap.com/sapevent:DOCU_LINK\DS:TB.BAPIPAREX"&gt;&lt;STRONG&gt;BAPIPAREX&lt;/STRONG&gt;&lt;/A&gt;) of the structure that forms the basis for this parameter contains additional information about using this parameter.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 07:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-fixedasset-create/m-p/8700679#M1670832</guid>
      <dc:creator>jitendra_it</dc:creator>
      <dc:date>2012-04-20T07:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use BAPI_FIXEDASSET_CREATE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-fixedasset-create/m-p/8700680#M1670833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jitendra,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; we have used the same Exit as mentioned in the BAPI documentation &amp;amp; Enhanced the standard Screen. Now my question is how to use this fileds in BAPI to populate the value &amp;amp; in turn create the ASSETS thru this BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly explain with example.&lt;/P&gt;&lt;P&gt;Umesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 08:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-fixedasset-create/m-p/8700680#M1670833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-20T08:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to use BAPI_FIXEDASSET_CREATE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-fixedasset-create/m-p/8700681#M1670834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Umesh ,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please check below code snippet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: lt_EXTENSIONIN type table of BAPIPAREX,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_EXTENSIONIN type BAPIPAREX,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bapi type BAPI_TE_ANLU.&lt;/P&gt;&lt;P&gt;**** fill the custom fields&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bapi-COMP_CODE&amp;nbsp; = &amp;lt;com code&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bapi-ASSETMAINO = &amp;lt;if asset number u r passing externally then pass else leave blank&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bapi-ASSETSUBNO&amp;nbsp;&amp;nbsp; = &amp;lt;if passing externally then pass else leave blank&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; wa_bapi-Zfields = .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_EXTENSIONIN-STRUCTURE = 'BAPI_TE_ANLU'.&lt;BR /&gt;wa_EXTENSIONIN+30 =&amp;nbsp; wa_bapi.&lt;/P&gt;&lt;P&gt;append wa_EXTENSIONIN to lt_EXTENSIONIN.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;then pass the lt_EXTENSIONIN to BAPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS :&amp;nbsp; Use BAPI_FIXEDASSET_CREATE1&amp;nbsp; as BAPI_FIXEDASSET_CREATE is old. Please check documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Jitendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 09:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-fixedasset-create/m-p/8700681#M1670834</guid>
      <dc:creator>jitendra_it</dc:creator>
      <dc:date>2012-04-20T09:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to use BAPI_FIXEDASSET_CREATE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-fixedasset-create/m-p/8700682#M1670835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; My problem got solved after activating the user Exit. EXIT_SAPL1022_001 &amp;amp; added the followinf code in include&amp;nbsp; zxaisu05 as &lt;/P&gt;&lt;P&gt;&amp;nbsp; e_anlu &lt;SPAN class="L0S55"&gt;= i_anlu&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;But now i am facing one more problem that some of the fields are not getting populated like.Inventory number(INVENT_NO) from General TAB. I even tried using the BAPI_FIXEDASSET_CREATE1 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;still inventory filed is not getting populated in transaction. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;P.S. : I have even marked the 'X' in structure GENERALDATAX for inventory No.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 08:55:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-fixedasset-create/m-p/8700682#M1670835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-24T08:55:15Z</dc:date>
    </item>
  </channel>
</rss>

