<?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 User exit in Me41 Tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-in-me41-tcode/m-p/6260700#M1384952</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;&lt;/P&gt;&lt;P&gt;In Me41 we enter Purchase requisition number and I want that number in the next screen in Collection number field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One field value in the other field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any user exit for getting one field input into other field automatically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2009 06:25:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-22T06:25:57Z</dc:date>
    <item>
      <title>User exit in Me41 Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-in-me41-tcode/m-p/6260700#M1384952</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;&lt;/P&gt;&lt;P&gt;In Me41 we enter Purchase requisition number and I want that number in the next screen in Collection number field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One field value in the other field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any user exit for getting one field input into other field automatically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 06:25:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-in-me41-tcode/m-p/6260700#M1384952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T06:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: User exit in Me41 Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-in-me41-tcode/m-p/6260701#M1384953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didnt find any exit or badi trigerring for this so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per you requirement field RM06E-ANFNR must be moved to EKKO-SUBMI of screen 301.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto se80 - choose program SAPMM06E - screen 301 - in PBO module feldauswahl - routine feldauswahl &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create an implicit enhancement and just add the code EKKO-SUBMI = RM06E-ANFNR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 06:49:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-in-me41-tcode/m-p/6260701#M1384953</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-10-22T06:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: User exit in Me41 Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-in-me41-tcode/m-p/6260702#M1384954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Keshu for quick reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done the same but couldn't see the change.&lt;/P&gt;&lt;P&gt;Tell me what is implicit enhancement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 09:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-in-me41-tcode/m-p/6260702#M1384954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T09:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: User exit in Me41 Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-in-me41-tcode/m-p/6260703#M1384955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reference link:[Creating implicit enhancement|http://www.sapdev.co.uk/enhance/eframework/ef_implicit.htm]&lt;/P&gt;&lt;P&gt;Follow these steps and do the same in the begining of the routine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 12:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-in-me41-tcode/m-p/6260703#M1384955</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-10-27T12:53:54Z</dc:date>
    </item>
  </channel>
</rss>

