<?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 for FBS1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-fbs1/m-p/6500914#M1421738</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm able to post accrual document (FBS1) by using BAPI_ACC_DOCUMENT_POST, and pass in reversal reason [STGRD] and reversal date [STODT] via EXTENSION2.&lt;/P&gt;&lt;P&gt;Using BAdI BADI_ACC_DOCUMENT, method CHANGE, replace reversal reason and reversal date to all items in C_ACCIT-&lt;SPAN style="font-size: 13.3333px;"&gt;STGRD and &lt;SPAN style="font-size: 13.3333px;"&gt;C_ACCIT-&lt;SPAN style="font-size: 13.3333px;"&gt;STODT respectively&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By doing so, BKPF-&lt;SPAN style="color: #333333; font-size: 12px;"&gt;XSTOV will automatically marked with &lt;SPAN style="font-size: 13.3333px;"&gt;STGRD and &lt;SPAN style="font-size: 13.3333px;"&gt;STODT having the value passed via &lt;SPAN style="font-size: 13.3333px;"&gt;EXTENSION2. Record will automatically exist in table TSTOR as well.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help anyone that need to create accrual document via BAPI in future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Aug 2016 07:03:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-08-22T07:03:03Z</dc:date>
    <item>
      <title>BAPI for FBS1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-fbs1/m-p/6500911#M1421735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAP Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BAPI_ACC_DOCUMENT_POST&lt;/P&gt;&lt;P&gt;for transaction FBS1. I am able to get the document No from this bapi.&lt;/P&gt;&lt;P&gt;when I am pasing this doc no in BKPF table I find an entry against that but&lt;/P&gt;&lt;P&gt;Reversal posting Date (STODT) and Reversal flag (XSTOV) is coming blank.&lt;/P&gt;&lt;P&gt;I didn't find where to pass STODT in bapi?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or do I need to use any other function mod or BAPI by passing doc no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2010 05:12:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-fbs1/m-p/6500911#M1421735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-19T05:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for FBS1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-fbs1/m-p/6500912#M1421736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi, 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;I wrapped the standard BAPI and within this either called the standard BAPI or called BDC code if the posting was to be an FBS1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2010 05:30:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-fbs1/m-p/6500912#M1421736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-19T05:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for FBS1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-fbs1/m-p/6500913#M1421737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I solved this...&lt;/P&gt;&lt;P&gt;After getting document no from BAPI,&lt;/P&gt;&lt;P&gt;pass the doument no in fun mod: TSTOR_INSERT&lt;/P&gt;&lt;P&gt;with comp code and reversal date.&lt;/P&gt;&lt;P&gt;Then  run TCode: F.81 to reverse so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2010 06:40:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-fbs1/m-p/6500913#M1421737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-19T06:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for FBS1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-fbs1/m-p/6500914#M1421738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm able to post accrual document (FBS1) by using BAPI_ACC_DOCUMENT_POST, and pass in reversal reason [STGRD] and reversal date [STODT] via EXTENSION2.&lt;/P&gt;&lt;P&gt;Using BAdI BADI_ACC_DOCUMENT, method CHANGE, replace reversal reason and reversal date to all items in C_ACCIT-&lt;SPAN style="font-size: 13.3333px;"&gt;STGRD and &lt;SPAN style="font-size: 13.3333px;"&gt;C_ACCIT-&lt;SPAN style="font-size: 13.3333px;"&gt;STODT respectively&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By doing so, BKPF-&lt;SPAN style="color: #333333; font-size: 12px;"&gt;XSTOV will automatically marked with &lt;SPAN style="font-size: 13.3333px;"&gt;STGRD and &lt;SPAN style="font-size: 13.3333px;"&gt;STODT having the value passed via &lt;SPAN style="font-size: 13.3333px;"&gt;EXTENSION2. Record will automatically exist in table TSTOR as well.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help anyone that need to create accrual document via BAPI in future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 07:03:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-fbs1/m-p/6500914#M1421738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-22T07:03:03Z</dc:date>
    </item>
  </channel>
</rss>

