<?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: Enhancing POtransaction using exit : MM06E005 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-potransaction-using-exit-mm06e005/m-p/4128668#M987227</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;Can you please let me know using MM06E05 how can i add custom fields (Add customer own tap/field : PO No, PO Item No, SO No, SO Item No) for t-code ME23N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please provide me the logic for this. This is first time i'm working on this type of issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Implement the screen exit (Program SAPLXM06 screen no. 0111) in the enhancement MM06E005 for the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Use EXIT_SAPMM06E_016 in the enhancement MM06E005 for populating the field in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Use EXIT_SAPMM06E_018 in the enhancement MM06E005 for updating the value from the screen to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The enhancement MM06E005 is used to modify customer specific data and the fields included in structures CI_EKKODB and CI_EKPODB.&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>Mon, 22 Sep 2008 18:17:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-22T18:17:14Z</dc:date>
    <item>
      <title>Enhancing POtransaction using exit : MM06E005</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-potransaction-using-exit-mm06e005/m-p/4128665#M987224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on exit MM06E005 using this exit i am able to see custom screen &lt;/P&gt;&lt;P&gt;on Purchase order transaction , My requirement is based on line item selected i have to pass data in my custom field..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls guide me what are the exits which i have to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 05:13:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-potransaction-using-exit-mm06e005/m-p/4128665#M987224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T05:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancing POtransaction using exit : MM06E005</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-potransaction-using-exit-mm06e005/m-p/4128666#M987225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the field you want to update is a custom field i.e. not a part of standard EKPO table but included in structure CI_EKPODB, you can use the following approach:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1. Implement the screen exit (Program SAPLXM06 screen no. 0111) in the enhancement MM06E005 for the field.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;2. Use EXIT_SAPMM06E_016 in the enhancement MM06E005 for populating the field in the screen.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;3. Use EXIT_SAPMM06E_018 in the enhancement MM06E005 for updating the value from the screen to the database.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The enhancement MM06E005 is used to modify customer specific data and the fields included in structures CI_EKKODB and CI_EKPODB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 06:19:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-potransaction-using-exit-mm06e005/m-p/4128666#M987225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T06:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancing POtransaction using exit : MM06E005</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-potransaction-using-exit-mm06e005/m-p/4128667#M987226</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;Can you please let me know using MM06E05 how can i add custom fields (Add customer own tap/field : PO No, PO Item No, SO No, SO Item No) for t-code ME23N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please provide me the logic for this. This is first time i'm working on this type of issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2008 18:16:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-potransaction-using-exit-mm06e005/m-p/4128667#M987226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-22T18:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancing POtransaction using exit : MM06E005</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-potransaction-using-exit-mm06e005/m-p/4128668#M987227</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;Can you please let me know using MM06E05 how can i add custom fields (Add customer own tap/field : PO No, PO Item No, SO No, SO Item No) for t-code ME23N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please provide me the logic for this. This is first time i'm working on this type of issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Implement the screen exit (Program SAPLXM06 screen no. 0111) in the enhancement MM06E005 for the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Use EXIT_SAPMM06E_016 in the enhancement MM06E005 for populating the field in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Use EXIT_SAPMM06E_018 in the enhancement MM06E005 for updating the value from the screen to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The enhancement MM06E005 is used to modify customer specific data and the fields included in structures CI_EKKODB and CI_EKPODB.&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>Mon, 22 Sep 2008 18:17:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-potransaction-using-exit-mm06e005/m-p/4128668#M987227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-22T18:17:14Z</dc:date>
    </item>
  </channel>
</rss>

