<?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: GL posting for Assets not working with BAPI 'BAPI_ACC_DOCUMENT_POST' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-posting-for-assets-not-working-with-bapi-bapi-acc-document-post/m-p/8439830#M1648444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nisar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do with bapi.Pass the value BUS_ACT    = 'RFBU'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Dec 2011 03:14:17 GMT</pubDate>
    <dc:creator>madhu_vadlamani</dc:creator>
    <dc:date>2011-12-27T03:14:17Z</dc:date>
    <item>
      <title>GL posting for Assets not working with BAPI 'BAPI_ACC_DOCUMENT_POST'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-posting-for-assets-not-working-with-bapi-bapi-acc-document-post/m-p/8439824#M1648438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;             I am trying to post GL documents for assets using 'BAPI_ACC_DOCUMENT_POST' which is returning the below error's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error 1 : Accounting transaction category RFBURFBU000000000000 is not defined.&lt;/P&gt;&lt;P&gt;Error 2 : Enter a transaction type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am passing the following parameters to the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Header data :&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     gs_dochead-username   = sy-uname.&lt;/P&gt;&lt;P&gt;      gs_dochead-header_txt = gs_accdata-bktxt.&lt;/P&gt;&lt;P&gt;      gs_dochead-comp_code  = gs_accdata-bukrs.&lt;/P&gt;&lt;P&gt;      gs_dochead-doc_date   = gs_accdata-bldat.&lt;/P&gt;&lt;P&gt;      gs_dochead-doc_type   = gs_accdata-blart.&lt;/P&gt;&lt;P&gt;      gs_dochead-ref_doc_no = gs_accdata-xblnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;GL Account data&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gs_glacc-gl_account = ktansw. " Bal. sheet account: Acquisition and production costs&lt;/P&gt;&lt;P&gt;gs_glacc-asset_no = asset_no. " Asset no&lt;/P&gt;&lt;P&gt;gs_glacc-acct_type   = 'A'.         " Account Type &lt;/P&gt;&lt;P&gt;gs_glacc-cs_trans_t  = gs_accdata-newbw. " Asset Transaction Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append gs_glacc to gt_glacc.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        documentheader          = gs_dochead&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        obj_key                 = gv_obj_key&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        accountgl               = gt_glacc&lt;/P&gt;&lt;P&gt;        accountreceivable       = gt_aracc&lt;/P&gt;&lt;P&gt;        accountpayable          = gt_apacc&lt;/P&gt;&lt;P&gt;        currencyamount          = gt_curr&lt;/P&gt;&lt;P&gt;        return                  = gt_return              .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For G/l posting and for vendor and customer it is working fine .. I am getting problem only with the assets. Please help me out like what mistake I am doing and let me know the additional parameters which I am not passing to the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this question is posted in the SDN but I was not able to find a proper solution .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Irfan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Dec 2011 13:03:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-posting-for-assets-not-working-with-bapi-bapi-acc-document-post/m-p/8439824#M1648438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-25T13:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: GL posting for Assets not working with BAPI 'BAPI_ACC_DOCUMENT_POST'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-posting-for-assets-not-working-with-bapi-bapi-acc-document-post/m-p/8439825#M1648439</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;Please refer to SAP Note 662461&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2011 09:52:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-posting-for-assets-not-working-with-bapi-bapi-acc-document-post/m-p/8439825#M1648439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-26T09:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: GL posting for Assets not working with BAPI 'BAPI_ACC_DOCUMENT_POST'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-posting-for-assets-not-working-with-bapi-bapi-acc-document-post/m-p/8439826#M1648440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anusha,&lt;/P&gt;&lt;P&gt;                     Thanks for your reply.                 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The configuration is already in place. I am not getting any error when I am running FB01 with the same test data. I am getting the error only when I am doing with the 'BAPI_ACC_DOCUMENT_POST'. I think I am not passing correct parameters to the BAPI or I need to pass some more information .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help on what parameters I am I suppose to pass to the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Irfan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2011 09:58:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-posting-for-assets-not-working-with-bapi-bapi-acc-document-post/m-p/8439826#M1648440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-26T09:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: GL posting for Assets not working with BAPI 'BAPI_ACC_DOCUMENT_POST'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-posting-for-assets-not-working-with-bapi-bapi-acc-document-post/m-p/8439827#M1648441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some parameters are missing.Please go through this [Wiki|http://wiki.sdn.sap.com/wiki/display/ABAP/Business&lt;EM&gt;Transaction&lt;/EM&gt;Event&lt;EM&gt;-&lt;/EM&gt;RWBAPI01&lt;EM&gt;-&lt;/EM&gt;For&lt;EM&gt;Accounting&lt;/EM&gt;Document+Interface]from vinod.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2011 10:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-posting-for-assets-not-working-with-bapi-bapi-acc-document-post/m-p/8439827#M1648441</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-12-26T10:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: GL posting for Assets not working with BAPI 'BAPI_ACC_DOCUMENT_POST'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-posting-for-assets-not-working-with-bapi-bapi-acc-document-post/m-p/8439828#M1648442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You need this parameter  "gs_dochead-bus_act =  'RFBU' " , this is solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;İ.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2011 11:46:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-posting-for-assets-not-working-with-bapi-bapi-acc-document-post/m-p/8439828#M1648442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-26T11:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: GL posting for Assets not working with BAPI 'BAPI_ACC_DOCUMENT_POST'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-posting-for-assets-not-working-with-bapi-bapi-acc-document-post/m-p/8439829#M1648443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Madhu,&lt;/P&gt;&lt;P&gt;                      The link shared by you is for vendor and for vendor it is working fine .. I am facing problem while posting Asset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Irfan : I tried with your option .. I am getting the same error ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me .. or shall I go ahead for BDC .. please advise...&lt;/P&gt;&lt;P&gt;&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;Irfan Mohammed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2011 12:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-posting-for-assets-not-working-with-bapi-bapi-acc-document-post/m-p/8439829#M1648443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-26T12:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: GL posting for Assets not working with BAPI 'BAPI_ACC_DOCUMENT_POST'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-posting-for-assets-not-working-with-bapi-bapi-acc-document-post/m-p/8439830#M1648444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nisar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do with bapi.Pass the value BUS_ACT    = 'RFBU'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 03:14:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-posting-for-assets-not-working-with-bapi-bapi-acc-document-post/m-p/8439830#M1648444</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-12-27T03:14:17Z</dc:date>
    </item>
  </channel>
</rss>

