<?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: User Exit for Deriving Tax Code while Creating PO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-deriving-tax-code-while-creating-po/m-p/3178075#M756402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks JackandJay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we want to derive the tax code based on company code, purchase organization, vendor,  material, based on entries in custom table. So which user exit should I use, as the user exit should have header date (EKKO) and item (EKPO) data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2007 17:27:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-19T17:27:44Z</dc:date>
    <item>
      <title>User Exit for Deriving Tax Code while Creating PO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-deriving-tax-code-while-creating-po/m-p/3178073#M756400</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;We want to write our own code for deriving the tax code while creating PO using BAPI_CREATE_PO1. Need help in identifying the user exit where we can write this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 16:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-deriving-tax-code-while-creating-po/m-p/3178073#M756400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T16:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for Deriving Tax Code while Creating PO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-deriving-tax-code-while-creating-po/m-p/3178074#M756401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if its useful... but check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction: CMOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enhancement: FYTX0002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exit Function: EXIT_SAPLFYTX_USER_001&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 17:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-deriving-tax-code-while-creating-po/m-p/3178074#M756401</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2007-12-19T17:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for Deriving Tax Code while Creating PO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-deriving-tax-code-while-creating-po/m-p/3178075#M756402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks JackandJay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we want to derive the tax code based on company code, purchase organization, vendor,  material, based on entries in custom table. So which user exit should I use, as the user exit should have header date (EKKO) and item (EKPO) data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 17:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-deriving-tax-code-while-creating-po/m-p/3178075#M756402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T17:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for Deriving Tax Code while Creating PO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-deriving-tax-code-while-creating-po/m-p/3178076#M756403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I called a badi which does &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;method if_ex_extension_us_taxes~mm_data_for_tax_system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  export i_drseg    from ti_drseg    to memory id 'TAB_DRSEG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  export i_bseg     from ti_bseg     to memory id 'TAB_BSEG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  export i_bseg_mat from ti_bseg_mat to memory id 'TAB_BSEG_MAT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endmethod. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess i_drseg or i_bseg should have PO related data..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 17:33:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-deriving-tax-code-while-creating-po/m-p/3178076#M756403</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2007-12-19T17:33:00Z</dc:date>
    </item>
  </channel>
</rss>

