<?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_PO_CREATE1 TAX CODE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-tax-code/m-p/3211332#M765583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I'm using BAPI_POCREATE1 for creating purchasing order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with tax amount, &lt;/P&gt;&lt;P&gt;when I use the tax code "A2" for testing&lt;/P&gt;&lt;P&gt;the purchasing creation the answer is OK,&lt;/P&gt;&lt;P&gt;instead when I use the tax code "D2" (Non-deductible input tax)&lt;/P&gt;&lt;P&gt;the system show me this message  &lt;/P&gt;&lt;P&gt;"In case of account assignment, please enter acc. assignment data for item " (message class 06 number 436)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attach the code where I assigne the value in the structure bapimepoitem &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM fill_poitem  TABLES   p_poitem  STRUCTURE t_poitem&lt;/P&gt;&lt;P&gt;                           p_poitemx STRUCTURE t_poitemx&lt;/P&gt;&lt;P&gt;                  USING    p_item    STRUCTURE t_item&lt;/P&gt;&lt;P&gt;                  CHANGING p_packno.&lt;/P&gt;&lt;P&gt;  CLEAR : p_poitem,&lt;/P&gt;&lt;P&gt;          p_poitemx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ADD 1 TO p_packno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  p_poitem-po_item      = p_item-ebelp.&lt;/P&gt;&lt;P&gt;  p_poitem-short_text   = p_item-txz01.&lt;/P&gt;&lt;P&gt;  p_poitem-plant        = p_item-werks.&lt;/P&gt;&lt;P&gt;  p_poitem-matl_group   = p_item-matkl.&lt;/P&gt;&lt;P&gt;  p_poitem-item_cat     = p_item-pstyp.&lt;/P&gt;&lt;P&gt;  p_poitem-acctasscat   = p_item-knttp.&lt;/P&gt;&lt;P&gt;  p_poitem-pckg_no      = p_packno.&lt;/P&gt;&lt;P&gt;  p_poitem-quantity     = p_item-menge.&lt;/P&gt;&lt;P&gt;  p_poitem-tax_code     = p_item-mwskz.&lt;/P&gt;&lt;P&gt;  p_poitem-srv_based_iv = c_flx.&lt;/P&gt;&lt;P&gt;  APPEND p_poitem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  p_poitemx-po_item      = p_item-ebelp.&lt;/P&gt;&lt;P&gt;  p_poitemx-po_itemx     = c_flx.&lt;/P&gt;&lt;P&gt;  p_poitemx-short_text   = c_flx.&lt;/P&gt;&lt;P&gt;  p_poitemx-plant        = c_flx.&lt;/P&gt;&lt;P&gt;  p_poitemx-matl_group   = c_flx.&lt;/P&gt;&lt;P&gt;  p_poitemx-item_cat     = c_flx.&lt;/P&gt;&lt;P&gt;  p_poitemx-acctasscat   = c_flx.&lt;/P&gt;&lt;P&gt;  p_poitemx-pckg_no      = c_flx.&lt;/P&gt;&lt;P&gt;  p_poitemx-quantity     = c_flx.&lt;/P&gt;&lt;P&gt;  p_poitemx-tax_code     = c_flx.&lt;/P&gt;&lt;P&gt;  p_poitemx-srv_based_iv = c_flx.&lt;/P&gt;&lt;P&gt;  APPEND p_poitemx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " fill_POITEM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you give me any suggest for solving this problem ?&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;Saluti,&lt;/P&gt;&lt;P&gt;          Andrea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Andrea Spaggiari on Dec 19, 2007 9:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Dec 2007 17:21:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-18T17:21:52Z</dc:date>
    <item>
      <title>BAPI_PO_CREATE1 TAX CODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-tax-code/m-p/3211332#M765583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I'm using BAPI_POCREATE1 for creating purchasing order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with tax amount, &lt;/P&gt;&lt;P&gt;when I use the tax code "A2" for testing&lt;/P&gt;&lt;P&gt;the purchasing creation the answer is OK,&lt;/P&gt;&lt;P&gt;instead when I use the tax code "D2" (Non-deductible input tax)&lt;/P&gt;&lt;P&gt;the system show me this message  &lt;/P&gt;&lt;P&gt;"In case of account assignment, please enter acc. assignment data for item " (message class 06 number 436)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attach the code where I assigne the value in the structure bapimepoitem &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM fill_poitem  TABLES   p_poitem  STRUCTURE t_poitem&lt;/P&gt;&lt;P&gt;                           p_poitemx STRUCTURE t_poitemx&lt;/P&gt;&lt;P&gt;                  USING    p_item    STRUCTURE t_item&lt;/P&gt;&lt;P&gt;                  CHANGING p_packno.&lt;/P&gt;&lt;P&gt;  CLEAR : p_poitem,&lt;/P&gt;&lt;P&gt;          p_poitemx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ADD 1 TO p_packno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  p_poitem-po_item      = p_item-ebelp.&lt;/P&gt;&lt;P&gt;  p_poitem-short_text   = p_item-txz01.&lt;/P&gt;&lt;P&gt;  p_poitem-plant        = p_item-werks.&lt;/P&gt;&lt;P&gt;  p_poitem-matl_group   = p_item-matkl.&lt;/P&gt;&lt;P&gt;  p_poitem-item_cat     = p_item-pstyp.&lt;/P&gt;&lt;P&gt;  p_poitem-acctasscat   = p_item-knttp.&lt;/P&gt;&lt;P&gt;  p_poitem-pckg_no      = p_packno.&lt;/P&gt;&lt;P&gt;  p_poitem-quantity     = p_item-menge.&lt;/P&gt;&lt;P&gt;  p_poitem-tax_code     = p_item-mwskz.&lt;/P&gt;&lt;P&gt;  p_poitem-srv_based_iv = c_flx.&lt;/P&gt;&lt;P&gt;  APPEND p_poitem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  p_poitemx-po_item      = p_item-ebelp.&lt;/P&gt;&lt;P&gt;  p_poitemx-po_itemx     = c_flx.&lt;/P&gt;&lt;P&gt;  p_poitemx-short_text   = c_flx.&lt;/P&gt;&lt;P&gt;  p_poitemx-plant        = c_flx.&lt;/P&gt;&lt;P&gt;  p_poitemx-matl_group   = c_flx.&lt;/P&gt;&lt;P&gt;  p_poitemx-item_cat     = c_flx.&lt;/P&gt;&lt;P&gt;  p_poitemx-acctasscat   = c_flx.&lt;/P&gt;&lt;P&gt;  p_poitemx-pckg_no      = c_flx.&lt;/P&gt;&lt;P&gt;  p_poitemx-quantity     = c_flx.&lt;/P&gt;&lt;P&gt;  p_poitemx-tax_code     = c_flx.&lt;/P&gt;&lt;P&gt;  p_poitemx-srv_based_iv = c_flx.&lt;/P&gt;&lt;P&gt;  APPEND p_poitemx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " fill_POITEM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you give me any suggest for solving this problem ?&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;Saluti,&lt;/P&gt;&lt;P&gt;          Andrea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Andrea Spaggiari on Dec 19, 2007 9:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 17:21:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-tax-code/m-p/3211332#M765583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T17:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE1 TAX CODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-tax-code/m-p/3211333#M765584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Someone can help me&lt;/P&gt;&lt;P&gt;or give me a suggest ?&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, 19 Dec 2007 08:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-tax-code/m-p/3211333#M765584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T08:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE1 TAX CODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-tax-code/m-p/3211334#M765585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Andrea,&lt;/P&gt;&lt;P&gt;you might need to add the tax code in the accounting data also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Smita sahay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 08:54:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-tax-code/m-p/3211334#M765585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-01T08:54:54Z</dc:date>
    </item>
  </channel>
</rss>

