<?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: Match code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/6407746#M1407256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, You are right. We can have match code object filed as mandatory with the help of Screen.&lt;/P&gt;&lt;P&gt;Try by using function module "HELP_VALUES_GET_WITH_MATCHCODE" where u will find parameter "MATCHCODE_OBJECT" as obligatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sanjay B.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Mar 2010 09:13:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-23T09:13:53Z</dc:date>
    <item>
      <title>Match code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/6407740#M1407250</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 need some help plz :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 match code :&lt;/P&gt;&lt;P&gt;- The first uses a view&lt;/P&gt;&lt;P&gt;- The second uses function modul.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;For both, i have to make fields "obligatory" (fields in the match code). How can i do that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours,&lt;/P&gt;&lt;P&gt;Mehdi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 14:41:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/6407740#M1407250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-07T14:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Match code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/6407741#M1407251</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;If OBLIGARTORY declaration doesn't work then write some code in the AT SELECTION-SCREEN OUTPUT which checks whether value was entered in the required field or not using loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    IF screen-name = 'S_VAL_ST-LOW'.         "Selection screen parameter&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;     IF S_VAL_ST-LOW is initial.&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;        message S001.                                     "Some message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: K V Subbarao on Dec 7, 2009 3:49 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 14:49:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/6407741#M1407251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-07T14:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Match code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/6407742#M1407252</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;Where do you want to put the loop at screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because in case 1 with view table, i don't see where i can add this code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case 2 with function modul, i copied "F4IF_SHLP_EXIT_EXAMPLE", and there no screen in this function modul?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours,&lt;/P&gt;&lt;P&gt;Mehdi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 15:09:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/6407742#M1407252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-07T15:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Match code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/6407743#M1407253</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 need some help plz :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 match code :&lt;/P&gt;&lt;P&gt;- The first uses a view&lt;/P&gt;&lt;P&gt;- The second uses function modul.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;For both, i have to make fields "obligatory" (fields in the match code). How can i do that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours,&lt;/P&gt;&lt;P&gt;Mehdi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 15:50:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/6407743#M1407253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-07T15:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Match code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/6407744#M1407254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mehdi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is not possible to make any matchcode field obligatory. I have never seen such matchcode and also possibilities of doing that are very limited, because possibilities of designing matchcodes are limited. The only idea that comes to my mind is to put these obligatory fields also to a dynpro as obligatory fields, make them import parameters in searchelp and make a relationships between dynrpo fields and searchelp. Than it is neccessary to disable F4 if these fields are not filled in. But it is a little bit different, because users will have to fill these fields in in screen instead of search help. And also it would be possible to delete entered values in search help popup. They can be made read-only in searchelp, by making them read-only (or invisible) in screen before calling a search help, but I am not sure if this solution is sufficient for You. It depends on why You have got such requirement - it is because you want to force view assigned to search help to use a database index by selection? Or is there any other motivation? Maybe I can propose a better solution if You will describe your problem in more detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If You will find any solution for your issue, please keep us informed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jan 2010 17:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/6407744#M1407254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-10T17:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Match code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/6407745#M1407255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adrien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's possible to make a field of a match code "obligatory".&lt;/P&gt;&lt;P&gt;You have to create a function module where you make your fields "obligatory".&lt;/P&gt;&lt;P&gt;You put the function module in "Search help exit" in your match code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Mehdi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 16:14:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/6407745#M1407255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T16:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Match code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/6407746#M1407256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, You are right. We can have match code object filed as mandatory with the help of Screen.&lt;/P&gt;&lt;P&gt;Try by using function module "HELP_VALUES_GET_WITH_MATCHCODE" where u will find parameter "MATCHCODE_OBJECT" as obligatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sanjay B.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Mar 2010 09:13:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/6407746#M1407256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-23T09:13:53Z</dc:date>
    </item>
  </channel>
</rss>

