<?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: Help needed with BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-with-bapi/m-p/4813780#M1126635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no BAPI for FBS1 and BAPI_ACC_DOCUMENT_POST does not do it despite having the reversal reason as a header segment field! helpful... I think not. &lt;/P&gt;&lt;P&gt;The options are either BDC or RFBIBL00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2008 02:57:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-26T02:57:37Z</dc:date>
    <item>
      <title>Help needed with BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-with-bapi/m-p/4813779#M1126634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to implement BAPI for simulating tcode. FBS1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a first step, I have implemented the BAPI -&amp;gt; BAPI_ACC_GL_POSTING_POST &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not find any holder where i can give the reversal date. But I could find reason_rev for reversal reason. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now as a second step. I am trying to use the BAPI -&amp;gt; BAPI_ACC_GL_POSTING_REV_POST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to pass the following values from the first BAPI &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    reversal-obj_type       = obj_type.&lt;/P&gt;&lt;P&gt;    reversal-obj_key        = obj_key.&lt;/P&gt;&lt;P&gt;    reversal-obj_sys        = obj_sys.&lt;/P&gt;&lt;P&gt;    reversal-obj_key_r      = 'AWREF_REV'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if i have to pass the reversal date in reversal-pstng_date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one please let me know if I am missing something here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please let me know if I am going in the correct way to implement BAPI for FBS1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks alot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 23:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-with-bapi/m-p/4813779#M1126634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T23:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-with-bapi/m-p/4813780#M1126635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no BAPI for FBS1 and BAPI_ACC_DOCUMENT_POST does not do it despite having the reversal reason as a header segment field! helpful... I think not. &lt;/P&gt;&lt;P&gt;The options are either BDC or RFBIBL00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 02:57:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-with-bapi/m-p/4813780#M1126635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T02:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-with-bapi/m-p/4813781#M1126636</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;you can try out bapi's like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_ACC_GL_POSTING_POST and BAPI_ACC_GL_POSTING_REV_POST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use FM as well which is POSTING_INTERFACE_DOCUMENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can check out this link for all the bapi's -http://planetsap.com/Bapi_main_page.htm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aakash Banga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 04:35:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-with-bapi/m-p/4813781#M1126636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T04:35:21Z</dc:date>
    </item>
  </channel>
</rss>

