<?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_GL_POSTING_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/5052633#M1174457</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;No, I don't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product is just only a code, an hit to be entried in table TBE24, u can update it by trx BF24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way u can create an id to group your BTE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_ACC_DOCUMENT_POST is like BAPI_ACC_GL_POSTING_POST, only it can post every kind of accounting document (BAPI_ACC_GL_POSTING_POST can post a document with G/L items only).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you use BAPI_ACC_DOCUMENT_POST, u need to use the parameter ACCOUNTGL and ACCOUNTTAX in order to transfer g/l item and tax data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jan 2009 17:40:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-14T17:40:07Z</dc:date>
    <item>
      <title>BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/5052628#M1174452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create a document number. and it's done but not with tax items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I fill the user exit in the bapi_acc_gl_posting_post like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at extension.&lt;/P&gt;&lt;P&gt;  l_index = sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*// field2 is the tax field&lt;/P&gt;&lt;P&gt;  t_accit-mwskz =  extension-field2.&lt;/P&gt;&lt;P&gt;  if  t_accit-mwskz ne space.&lt;/P&gt;&lt;P&gt;    t_accit-xmwst = 'X'.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;  modify t_accit index l_index transporting mwskz xmwst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then normally I should get the tax items created in the document number, but it's not the case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Is there any one who can help me for this?.&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;Mohamed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 09:41:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/5052628#M1174452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-14T09:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/5052629#M1174453</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;Try to use BAPI_ACC_DOCUMENT_POST instead of BAPI_ACC_GL_POSTING_POST: it can move the taxt item without to use the user-exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 10:01:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/5052629#M1174453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-14T10:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/5052630#M1174454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks you for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I will need the 2 fields above :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bschl for posting key&lt;/P&gt;&lt;P&gt;and ZLSPR Payment Block Key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;right now I pass them to t_extension too, by field3 and field4. how can I do it with BAPI_ACCT_DOCUMENT_POST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 11:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/5052630#M1174454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-14T11:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/5052631#M1174455</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;U can use the extension in the BAPI_ACCT_DOCUMENT_POST too, but instead of use the user-exit EXIT_SAPLACC4_001, u need to use the BTE RWBAPI01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To active the BTE RWBAPI01 u need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- A copy the std funcion SAMPLE_INTERFACE_RWBAPI01 in a new one&lt;/P&gt;&lt;P&gt;- Active a your own product by trx BF24&lt;/P&gt;&lt;P&gt;- Assign your product and fm to the BTE RWBAPI01 by trx BF44&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your new fm u have to insert the same code you have in EXIT_SAPLACC4_001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.s.: U can use the trx FIBF instead of BF24 and BF44&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 11:41:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/5052631#M1174455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-14T11:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/5052632#M1174456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;max,&lt;/P&gt;&lt;P&gt;can you please describe me step by step how to configure the exit for 'BAPI_ACC_DOCUMENT_POST'?&lt;/P&gt;&lt;P&gt;when you see product do you mean project that I already created in CMOD&lt;/P&gt;&lt;P&gt;for  EXIT_SAPLACC4_001 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for you help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mohamed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 17:23:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/5052632#M1174456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-14T17:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/5052633#M1174457</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;No, I don't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product is just only a code, an hit to be entried in table TBE24, u can update it by trx BF24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way u can create an id to group your BTE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_ACC_DOCUMENT_POST is like BAPI_ACC_GL_POSTING_POST, only it can post every kind of accounting document (BAPI_ACC_GL_POSTING_POST can post a document with G/L items only).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you use BAPI_ACC_DOCUMENT_POST, u need to use the parameter ACCOUNTGL and ACCOUNTTAX in order to transfer g/l item and tax data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 17:40:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/5052633#M1174457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-14T17:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/5052634#M1174458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;please can you tell me how to fill the t_tax  type table of BAPIACTX09, for having the item tax line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any code will by helpful .&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mohamed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 17:00:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post/m-p/5052634#M1174458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-19T17:00:43Z</dc:date>
    </item>
  </channel>
</rss>

