<?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: Problem with Matchcode in Subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-in-subscreen/m-p/1222742#M136974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should use the following event in the flow logic - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS ON VALUE-REQUEST.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Mar 2006 11:17:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-24T11:17:02Z</dc:date>
    <item>
      <title>Problem with Matchcode in Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-in-subscreen/m-p/1222736#M136968</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;The a Subcreen Dynpro with a few field. One Field hat an &lt;/P&gt;&lt;P&gt;matchode ( Help Request). &lt;/P&gt;&lt;P&gt;The Problem is to deaktivat the Help-Request (it's contained by a DDIC-Objekt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Question &lt;/P&gt;&lt;P&gt;The are two User&lt;/P&gt;&lt;P&gt;Ms. Miller shoud get the Help Request An&lt;/P&gt;&lt;P&gt;Ms. Maier not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could i do this. &lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 10:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-in-subscreen/m-p/1222736#M136968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T10:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Matchcode in Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-in-subscreen/m-p/1222737#M136969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check the username in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN ON HELP-REQUEST FOR field.
IF sy-uname EQ 'MILLER'.
* Process the help request
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 11:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-in-subscreen/m-p/1222737#M136969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T11:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Matchcode in Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-in-subscreen/m-p/1222738#M136970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try doing something like this - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameters p_carrid like spfli-carrid.

at selection-screen on value-request for p_carrid.
  if sy-uname ne 'MILLER'.
    call function HELP_VALUES_GET_WITH_MATCHCODE.
  else.
    exit.
  endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 11:13:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-in-subscreen/m-p/1222738#M136970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T11:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Matchcode in Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-in-subscreen/m-p/1222739#M136971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a little Problem. A subcreen hat no SELECTION-SCREEN .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But a good idee.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 11:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-in-subscreen/m-p/1222739#M136971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T11:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Matchcode in Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-in-subscreen/m-p/1222740#M136972</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;you need to check the user name in the event at selection-screen on value request.&lt;/P&gt;&lt;P&gt;at selection on value request for p_matnr.&lt;/P&gt;&lt;P&gt;if  sy-uname EQ 'MILLER'.&lt;/P&gt;&lt;P&gt;"here you call the F4 fm."F4IF_INT_TABLE_VALUE_REQUEST&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 11:15:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-in-subscreen/m-p/1222740#M136972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T11:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Matchcode in Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-in-subscreen/m-p/1222741#M136973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There seems to be a small confusion here. Your subject line says "Matchcode". This means that we are talking about VALUE REQUEST and not HELP REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F1 == Documentation == HELP REQUEST.&lt;/P&gt;&lt;P&gt;F4 == List of possible values == VALUE REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which one are you referring to ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 11:16:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-in-subscreen/m-p/1222741#M136973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T11:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Matchcode in Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-in-subscreen/m-p/1222742#M136974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should use the following event in the flow logic - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS ON VALUE-REQUEST.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 11:17:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-in-subscreen/m-p/1222742#M136974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T11:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Matchcode in Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-in-subscreen/m-p/1222743#M136975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I talk about the&lt;/P&gt;&lt;P&gt;F4 == List of possible values == VALUE REQUEST. Im sorry for my mistak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 11:27:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-matchcode-in-subscreen/m-p/1222743#M136975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T11:27:32Z</dc:date>
    </item>
  </channel>
</rss>

