<?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 Custom Screen Exit not displaying in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-exit-not-displaying/m-p/5201025#M1203328</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;I added a custom screen exit in enhancement MM06E005. I have created the layout and even put some break point in PAI and PBO module. Problems is the screen is not displaying and break point is not being triggered. All enhancement is actived in cmod. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The added custom fields are in standard tcode ME41/ME42/ME43 in Item -&amp;gt; More Functions -&amp;gt; Additional Data (custom screen exit number is 9000). &lt;/P&gt;&lt;P&gt;Any input is very much appreciated. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPMM06E                       0101 CUSTSCR1 SAPLXM06                       0101&lt;/P&gt;&lt;P&gt;SAPMM06E                       0111 CUSTSCR1 SAPLXM06                       0111&lt;/P&gt;&lt;P&gt;SAPMM06E                       0112 CUSTSCR1 SAPLXM06                       9000 &amp;lt;-- custom screen exit&lt;/P&gt;&lt;P&gt;SAPMM06E                       0201 CUSTSCR1 SAPLXM06                       0201&lt;/P&gt;&lt;P&gt;SAPMM06E                       0211 CUSTSCR1 SAPLXM06                       0211&lt;/P&gt;&lt;P&gt;SAPMM06E                       0301 CUSTSCR1 SAPLXM06                       0301&lt;/P&gt;&lt;P&gt;SAPMM06E                       0311 CUSTSCR1 SAPLXM06                       0311&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Marc  Ng on Feb 11, 2009 7:06 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Feb 2009 02:09:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-11T02:09:30Z</dc:date>
    <item>
      <title>Custom Screen Exit not displaying</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-exit-not-displaying/m-p/5201025#M1203328</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;I added a custom screen exit in enhancement MM06E005. I have created the layout and even put some break point in PAI and PBO module. Problems is the screen is not displaying and break point is not being triggered. All enhancement is actived in cmod. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The added custom fields are in standard tcode ME41/ME42/ME43 in Item -&amp;gt; More Functions -&amp;gt; Additional Data (custom screen exit number is 9000). &lt;/P&gt;&lt;P&gt;Any input is very much appreciated. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPMM06E                       0101 CUSTSCR1 SAPLXM06                       0101&lt;/P&gt;&lt;P&gt;SAPMM06E                       0111 CUSTSCR1 SAPLXM06                       0111&lt;/P&gt;&lt;P&gt;SAPMM06E                       0112 CUSTSCR1 SAPLXM06                       9000 &amp;lt;-- custom screen exit&lt;/P&gt;&lt;P&gt;SAPMM06E                       0201 CUSTSCR1 SAPLXM06                       0201&lt;/P&gt;&lt;P&gt;SAPMM06E                       0211 CUSTSCR1 SAPLXM06                       0211&lt;/P&gt;&lt;P&gt;SAPMM06E                       0301 CUSTSCR1 SAPLXM06                       0301&lt;/P&gt;&lt;P&gt;SAPMM06E                       0311 CUSTSCR1 SAPLXM06                       0311&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Marc  Ng on Feb 11, 2009 7:06 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 02:09:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-exit-not-displaying/m-p/5201025#M1203328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T02:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Screen Exit not displaying</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-exit-not-displaying/m-p/5201026#M1203329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to use below screen exit..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPMM06E 0301 CUSTSCR1 SAPLXM06 0301-----Subscreen: RFQ header&lt;/P&gt;&lt;P&gt;SAPMM06E 0311 CUSTSCR1 SAPLXM06 0311-----Subscreen: RFQ item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use below f.m exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXIT_SAPMM06E_016-----Export Data to Customer Subscreen for Purchasing Document It&lt;/P&gt;&lt;P&gt;EXIT_SAPMM06E_017-----Export Data to Customer Subscreen for Purchasing Document It&lt;/P&gt;&lt;P&gt;EXIT_SAPMM06E_018-----Import Data from Customer Subscreen for Purchasing Document&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 06:10:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-exit-not-displaying/m-p/5201026#M1203329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T06:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Screen Exit not displaying</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-exit-not-displaying/m-p/5201027#M1203330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, but the requirement is to add a subscreen in the RFQ item additional data which has the screen number of 0112.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any config needed to link the custom subscreen exit to the standard screen 0112?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 06:25:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-exit-not-displaying/m-p/5201027#M1203330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T06:25:25Z</dc:date>
    </item>
  </channel>
</rss>

