<?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: Asset posting in BAPI_ACC_DOCUMENT_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/asset-posting-in-bapi-acc-document-post/m-p/3574655#M860429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Populate the balance sheet a/c for the asset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Retrieve KTOGR from ANLA for the asset numb then Retrieve ktansw from t095 based on the KTOGR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now populate gl_account with ktansw instead of the asset no.&lt;/P&gt;&lt;P&gt;The rest of the parameters remain the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Nov 2008 09:40:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-04T09:40:15Z</dc:date>
    <item>
      <title>Asset posting in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/asset-posting-in-bapi-acc-document-post/m-p/3574654#M860428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using BAPI_ACC_DOCUMENT_POST to post documents through an upload facility.&lt;/P&gt;&lt;P&gt;I want to be able to post Assets through the same BAPI.&lt;/P&gt;&lt;P&gt;Can you pls let me know how to populate the details for asset line items in the BAPI parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have populated the following fields in the accountgl table:&lt;/P&gt;&lt;P&gt;it_accountgl-asset_no  &lt;/P&gt;&lt;P&gt;it_accountgl-gl_account = asset_no&lt;/P&gt;&lt;P&gt;it_accountgl-sub_number&lt;/P&gt;&lt;P&gt;it_accountgl-acct_type = 'A'&lt;/P&gt;&lt;P&gt;it_accountgl-asval_date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it doesn't seem to recognize the line item as an asset and gives an error saying that the G/L XXX was not found in the chart of accounts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Arthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 13:28:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/asset-posting-in-bapi-acc-document-post/m-p/3574654#M860428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T13:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Asset posting in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/asset-posting-in-bapi-acc-document-post/m-p/3574655#M860429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Populate the balance sheet a/c for the asset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Retrieve KTOGR from ANLA for the asset numb then Retrieve ktansw from t095 based on the KTOGR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now populate gl_account with ktansw instead of the asset no.&lt;/P&gt;&lt;P&gt;The rest of the parameters remain the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 09:40:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/asset-posting-in-bapi-acc-document-post/m-p/3574655#M860429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T09:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Asset posting in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/asset-posting-in-bapi-acc-document-post/m-p/3574656#M860430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the same BAPI for asset posting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AM_ASSET_READ_FOR_POSTING - FM&lt;/P&gt;&lt;P&gt;T095 - Table  based on below values, got ktansw&lt;/P&gt;&lt;P&gt;KTOPL	     T001-KTOPL&lt;/P&gt;&lt;P&gt;AFABE	     XABWA-AFABE&lt;/P&gt;&lt;P&gt;KTOGR	                            	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once i pass T095-KTANSW insteas of asset getting the below error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Account 159900 in company code 4070 cannot be directly posted to&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how to solve this. Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2011 02:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/asset-posting-in-bapi-acc-document-post/m-p/3574656#M860430</guid>
      <dc:creator>former_member206396</dc:creator>
      <dc:date>2011-06-16T02:15:24Z</dc:date>
    </item>
  </channel>
</rss>

