<?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_ACC_DOCUMENT_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/957002#M66547</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;humm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we know why you don't want to read BSEG, whereas you'll get the primary key after the BAPI post ?&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;Erwan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Aug 2005 08:51:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-23T08:51:31Z</dc:date>
    <item>
      <title>BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/957001#M66546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating accounting document using BAPI 'BAPI_ACC_DOCUMENT_POST'.&lt;/P&gt;&lt;P&gt;This creates a record in BSEG table. I need to capture this BSEG record and save in another Z-table after BAPI has posted accounting document successfully.&lt;/P&gt;&lt;P&gt;I don't want to read BSEG table after Sy-Subrc = 0. I want to &amp;lt;b&amp;gt;avoid reading BSEG&amp;lt;/b&amp;gt; table after BAPI post.&lt;/P&gt;&lt;P&gt;Is there any User exit, BADI or BTE which can return BSEG record &amp;lt;b&amp;gt;just after document is posted&amp;lt;/b&amp;gt; &amp;lt;b&amp;gt;thru BAPI&amp;lt;/b&amp;gt;? Please let me know. It is bit urgent.&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>Tue, 23 Aug 2005 08:22:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/957001#M66546</guid>
      <dc:creator>former_member154070</dc:creator>
      <dc:date>2005-08-23T08:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/957002#M66547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;humm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we know why you don't want to read BSEG, whereas you'll get the primary key after the BAPI post ?&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;Erwan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2005 08:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/957002#M66547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-23T08:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/957003#M66548</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;Program is posting thousands of documents. And reading BSEG after every BAPI call will affect performance of the program. Program is very slow currently. &lt;/P&gt;&lt;P&gt;Documets posted by this program are accessed by another program using select on BSEG. This second program is becoming slow day by day as BSEG is expanding. So instead of reading BSEG, second program will read Z-table (Structure same as that of BSEG) which is filled by first program.&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>Tue, 23 Aug 2005 09:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/957003#M66548</guid>
      <dc:creator>former_member154070</dc:creator>
      <dc:date>2005-08-23T09:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/957004#M66549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Umesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you to take a look at the following extension : ACBAPI01 which is "Accounting: User Exit for Posting BAPI" ( T-code smod ) but I doubt...&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;Erwan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2005 09:55:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/957004#M66549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-23T09:55:15Z</dc:date>
    </item>
  </channel>
</rss>

