<?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 User field in BAPI_ACC_DOCUMENT_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-field-in-bapi-acc-document-post/m-p/1259822#M147256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BAPI_ACC_DOCUMENT_POST for GL posting. The user wants to populate values in the custom field in BSEG Table, say BSEG-ZZFLAT1 through  Bapi for posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I populate the table EXTENSION1 in the BAPI. But it cannot update in the BSEG table. How it can be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Elamaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Mar 2006 19:52:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-09T19:52:02Z</dc:date>
    <item>
      <title>User field in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-field-in-bapi-acc-document-post/m-p/1259822#M147256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BAPI_ACC_DOCUMENT_POST for GL posting. The user wants to populate values in the custom field in BSEG Table, say BSEG-ZZFLAT1 through  Bapi for posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I populate the table EXTENSION1 in the BAPI. But it cannot update in the BSEG table. How it can be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Elamaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2006 19:52:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-field-in-bapi-acc-document-post/m-p/1259822#M147256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-09T19:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: User field in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-field-in-bapi-acc-document-post/m-p/1259823#M147257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you debug &lt;/P&gt;&lt;P&gt;  PERFORM call_customer_function&lt;/P&gt;&lt;P&gt;          TABLES extension1.&lt;/P&gt;&lt;P&gt;in the BAPI and check the error / cause for not updating the structures.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2006 20:12:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-field-in-bapi-acc-document-post/m-p/1259823#M147257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-09T20:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: User field in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-field-in-bapi-acc-document-post/m-p/1259824#M147258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use SAP Enhancement (trans SMOD/CMOD) ACBAPI01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also see &amp;lt;a href="https://websmp202.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&amp;amp;_OBJECT=011000358700000325242002"&amp;gt;OSS Note 487722&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BTE (Business Transaction Event) RWBAPI01 may be useful too.  The above referenced Note states:&lt;/P&gt;&lt;P&gt;Implementing the Business Transaction Event (BTE, also OPEN FI) RWBAPI01 with enhancement structure EXTENSION1 at BAPI_ACC_DOCUMENT_POST&lt;/P&gt;&lt;P&gt;As for CMOD/SMOD exit ACBAPI01, it is possible to change the accounting document in this case. Access: Transaction FIBF:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Call the menu path "Settings &amp;gt; Products -&amp;gt; ...of a customer" and create a product that mirrors the function which is to be mapped in the BTE.&lt;/P&gt;&lt;P&gt;2. Create a function module that contains the same interface, such as example module SAMPLE_INTERFACE_RWBAPI01.&lt;/P&gt;&lt;P&gt;3. Call menu path "Settings -&amp;gt; Process function modules &amp;gt; ...of a customer" enter process = RWBAPI01, the function module created and the product.&lt;/P&gt;&lt;P&gt;4. Finally, activate the product you have created in the first step so that the module will run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: James Gaddis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2006 20:12:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-field-in-bapi-acc-document-post/m-p/1259824#M147258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-09T20:12:39Z</dc:date>
    </item>
  </channel>
</rss>

