<?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 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/4976778#M1159751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the following BAPI for the Customer/Vendor Uploads (AR &amp;amp; AP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_ACC_DOCUMENT_POST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this BAPI i want to update the following fields of the BSEG Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSEG-DMBTR - Amount in Local Currency.&lt;/P&gt;&lt;P&gt;BSEG-DMBE2 - Amount in 2nd Local Currency&lt;/P&gt;&lt;P&gt;BSEG-DMBE3 - Amount in 3rd Local Currency&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not able to find the those fileds in the BAPI -Currency Items structure (BAPIACCR09).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me how to update those fileds using the above BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is not possible what is the alternative procedure to update those fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jan 2009 19:43:58 GMT</pubDate>
    <dc:creator>Adi_Bathineni</dc:creator>
    <dc:date>2009-01-06T19:43:58Z</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/4976778#M1159751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the following BAPI for the Customer/Vendor Uploads (AR &amp;amp; AP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_ACC_DOCUMENT_POST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this BAPI i want to update the following fields of the BSEG Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSEG-DMBTR - Amount in Local Currency.&lt;/P&gt;&lt;P&gt;BSEG-DMBE2 - Amount in 2nd Local Currency&lt;/P&gt;&lt;P&gt;BSEG-DMBE3 - Amount in 3rd Local Currency&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not able to find the those fileds in the BAPI -Currency Items structure (BAPIACCR09).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me how to update those fileds using the above BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is not possible what is the alternative procedure to update those fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 19:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/4976778#M1159751</guid>
      <dc:creator>Adi_Bathineni</dc:creator>
      <dc:date>2009-01-06T19:43:58Z</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/4976779#M1159752</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 using the function module 'POSTING_INTERFACE_DOCUMENT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll find a structure called FTTAX, which has all the 3 fields for tax amount in local currency, that you have mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before using this FM, use the function module 'POSTING_INTERFACE_START', in which you need to pass all the session related information like session name, lock indicator etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM 'POSTING_INTERFACE_DOCUMENT' will create a batch input session for transactions FB01 or FBB1.&lt;/P&gt;&lt;P&gt;Data for the session should be passed to the table T_FTPOS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                   FTPOS-STYPE ---&amp;gt; indicator for header or line item data&lt;/P&gt;&lt;P&gt;                   FTPOS-FNAM  ---&amp;gt;  BDC field name&lt;/P&gt;&lt;P&gt;                   FTPOS-FVAL   ---&amp;gt;  Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 09:25:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/4976779#M1159752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T09:25:21Z</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/4976780#M1159753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field AMT_DOCCUR in structure (BAPIACCR09) refers to amount in document currency.So map the BSEG-WRBTR value to this field and post the document.&lt;/P&gt;&lt;P&gt;Once u posted the document the below amounts will be calculated automatically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSEG-DMBTR &lt;/P&gt;&lt;P&gt;BSEG-DMBE2 &lt;/P&gt;&lt;P&gt;BSEG-DMBE3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Savitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 10:24:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/4976780#M1159753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T10:24:13Z</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/4976781#M1159754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;used a BADI to resolve the problem and need to use the extension structures of BAPI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 14:41:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/4976781#M1159754</guid>
      <dc:creator>Adi_Bathineni</dc:creator>
      <dc:date>2010-12-23T14:41:22Z</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/4976782#M1159755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bathineni, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to apply the BADI, but in structure ACCIT there is no DMBE2 did you expanded the standard ACCIT structure for this requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;César &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Aug 2013 17:14:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/4976782#M1159755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-19T17:14:47Z</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/4976783#M1159756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Hi Bathineni,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;No need for BADI, this values are calculates automatically by the BAPI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;In the Currency table you just have to pass CURR_TY = 00 document currency and CURR_TY = 40 strong currency with their amount for each record. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gs_currencyamount&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;currency &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;gs_bkpf&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;waers&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gs_currencyamount&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;curr_type &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="L0S33"&gt;'00'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gs_currencyamount&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;amt_doccur &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;gs_bseg&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;wrbtr&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gs_currencyamount&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;amt_base &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;gs_bseg&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;wrbtr&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;gs_currencyamount &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;gt_currencyamount&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gs_currencyamount&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;currency &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;gs_bkpf&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;hwae2&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gs_currencyamount&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;curr_type &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="L0S33"&gt;'40'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gs_currencyamount&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;amt_doccur &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;gs_bseg&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;dmbe2&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gs_currencyamount&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;amt_base &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;gs_bseg&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;dmbe2&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;gs_currencyamount &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;gt_currencyamount&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Kind Regards, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;César &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 13:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/4976783#M1159756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-20T13:58:12Z</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/4976784#M1159757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Adinarayana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help with your solution. We have a same requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 21:25:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post/m-p/4976784#M1159757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-11T21:25:47Z</dc:date>
    </item>
  </channel>
</rss>

