<?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: Matchcode exit to bypass screens for Classification matchcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-exit-to-bypass-screens-for-classification-matchcode/m-p/1804416#M345312</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Modification of search help MAT1 (impact in all transaction with field matnr and search help mat1) or modification of that dynpro.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Dec 2006 17:53:41 GMT</pubDate>
    <dc:creator>LucianoBentiveg</dc:creator>
    <dc:date>2006-12-11T17:53:41Z</dc:date>
    <item>
      <title>Matchcode exit to bypass screens for Classification matchcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-exit-to-bypass-screens-for-classification-matchcode/m-p/1804413#M345309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I need to use matchcode =K (Classification) to find material number in transaction MM03. But I want to bypass all screens selection such as Find Objects in Classes (where we enter Class and Class Type) and next screen where we enter/select characteristic value in order to find the material number. As a result I just can enter the matchode K with additional paramaters in material field and the program will return the material number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So guess I need to find the user exit and implement the logic to bypass all those screen. Is there anybody can help me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate for any help or suggestion. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zamri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 16:20:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-exit-to-bypass-screens-for-classification-matchcode/m-p/1804413#M345309</guid>
      <dc:creator>former_member241053</dc:creator>
      <dc:date>2006-12-11T16:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Matchcode exit to bypass screens for Classification matchcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-exit-to-bypass-screens-for-classification-matchcode/m-p/1804414#M345310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to modify dynpro 0060 of program SAPLMGMM, field RMMG1-MATNR, put there search help = MAT1K.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 17:23:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-exit-to-bypass-screens-for-classification-matchcode/m-p/1804414#M345310</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2006-12-11T17:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Matchcode exit to bypass screens for Classification matchcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-exit-to-bypass-screens-for-classification-matchcode/m-p/1804415#M345311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Luciano for your response but is there any other way to do this without modification?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 17:39:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-exit-to-bypass-screens-for-classification-matchcode/m-p/1804415#M345311</guid>
      <dc:creator>former_member241053</dc:creator>
      <dc:date>2006-12-11T17:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Matchcode exit to bypass screens for Classification matchcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-exit-to-bypass-screens-for-classification-matchcode/m-p/1804416#M345312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Modification of search help MAT1 (impact in all transaction with field matnr and search help mat1) or modification of that dynpro.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 17:53:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-exit-to-bypass-screens-for-classification-matchcode/m-p/1804416#M345312</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2006-12-11T17:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Matchcode exit to bypass screens for Classification matchcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-exit-to-bypass-screens-for-classification-matchcode/m-p/1804417#M345313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the best way to implement the modification logic, is't in FM CLSL_START_SELECTION_F4_40 or you have other suggestion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 18:07:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-exit-to-bypass-screens-for-classification-matchcode/m-p/1804417#M345313</guid>
      <dc:creator>former_member241053</dc:creator>
      <dc:date>2006-12-11T18:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Matchcode exit to bypass screens for Classification matchcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-exit-to-bypass-screens-for-classification-matchcode/m-p/1804418#M345314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you need to modify FM CLSL_START_SELECTION_F4_40, or copy as ZLSL_START_SELECTION_F4_40 and replace it in search help.&lt;/P&gt;&lt;P&gt;I think second alternative is the best, becose FM CLSL_START_SELECTION_F4_40 is alredy used in other search helps.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 18:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-exit-to-bypass-screens-for-classification-matchcode/m-p/1804418#M345314</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2006-12-11T18:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Matchcode exit to bypass screens for Classification matchcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-exit-to-bypass-screens-for-classification-matchcode/m-p/1804419#M345315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with with option # 2, but do you know any FM I can use to bypass all classification screen instead of FM CLSL_START_SELECTION?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 19:03:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-exit-to-bypass-screens-for-classification-matchcode/m-p/1804419#M345315</guid>
      <dc:creator>former_member241053</dc:creator>
      <dc:date>2006-12-11T19:03:39Z</dc:date>
    </item>
  </channel>
</rss>

