<?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: Selection- Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053591#M423678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call the function modele like below:&lt;/P&gt;&lt;P&gt;To have all the field names and values in an internal table .&lt;/P&gt;&lt;P&gt;Then&lt;/P&gt;&lt;P&gt;loop at this internal table&lt;/P&gt;&lt;P&gt;  check if is initial is TRUE&lt;/P&gt;&lt;P&gt; if atleast one is not initial make w_flag =1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if w_flag = 1.&lt;/P&gt;&lt;P&gt;  all fields are not initial&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;  all fields are initail.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD POINTS IF IT IS USEFUL.&lt;/P&gt;&lt;P&gt;PAMMI.RAMA&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;'DYNP_VALUES_READ'&lt;/P&gt;&lt;P&gt;  data: dyname like d020s-prog value 'TESTPROG',&lt;/P&gt;&lt;P&gt;        dynumb like d020s-dnum value '100'.&lt;/P&gt;&lt;P&gt;  data: begin of dynpfields occurs 3.&lt;/P&gt;&lt;P&gt;          include structure dynpread.&lt;/P&gt;&lt;P&gt;  data: end of dynpfields.&lt;/P&gt;&lt;P&gt;  move 'TABNAME' to dynpfields-fieldname.&lt;/P&gt;&lt;P&gt;  append dynpfields.&lt;/P&gt;&lt;P&gt;  move 'FIELDNAME' to dynpfields-fieldname.&lt;/P&gt;&lt;P&gt;  append dynpfields.&lt;/P&gt;&lt;P&gt;  call function 'DYNP_VALUES_READ'&lt;/P&gt;&lt;P&gt;       exporting&lt;/P&gt;&lt;P&gt;             dyname               = dymame&lt;/P&gt;&lt;P&gt;             dynumb               = dynumb&lt;/P&gt;&lt;P&gt;            translate_to_upper   = 'X'&lt;/P&gt;&lt;P&gt;       tables&lt;/P&gt;&lt;P&gt;             dynpfields           = dynpfields&lt;/P&gt;&lt;P&gt;       exceptions&lt;/P&gt;&lt;P&gt;            invalid_abapworkarea = 01&lt;/P&gt;&lt;P&gt;            invalid_dynprofield  = 02&lt;/P&gt;&lt;P&gt;            invalid_dynproname   = 03&lt;/P&gt;&lt;P&gt;            invalid_dynpronummer = 04&lt;/P&gt;&lt;P&gt;             invalid_request      = 05&lt;/P&gt;&lt;P&gt;            no_fielddescription  = 06&lt;/P&gt;&lt;P&gt;            undefind_error       = 07.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Mar 2007 14:40:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-15T14:40:18Z</dc:date>
    <item>
      <title>Selection- Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053582#M423669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way to find out in the selection screen, if all the fields are blank, other than checking for all the parameters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. Deserving answers will be given maximum points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 09:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053582#M423669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T09:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Selection- Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053583#M423670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HO Bharath,&lt;/P&gt;&lt;P&gt; NO other way. you have to check if each and evert parameter is filled or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;if P_field1 is initial and p_field2 is initial and p_field3 is initial.&lt;/P&gt;&lt;P&gt;message e001 with 'all parameters are empty'.&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;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 09:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053583#M423670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T09:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Selection- Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053584#M423671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO way..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U need to check for each and every field,...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 09:11:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053584#M423671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T09:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Selection- Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053585#M423672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no such statement or utility that gives us the information. Here we are talking about the fields of selection screen and each of them is to be checked to be not initial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 09:11:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053585#M423672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T09:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Selection- Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053586#M423673</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;there is no other way....&lt;/P&gt;&lt;P&gt;u have to check all the parameters......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful......&lt;/P&gt;&lt;P&gt;Suresh.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 09:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053586#M423673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T09:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Selection- Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053587#M423674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry no way, in selection-screens there are no equivalent for ON INPUT and ON CHAIN-INPUT thart exist on standard Dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to check each parameter or select-options, or build a super-structure with all parameters and select-options included and check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 09:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053587#M423674</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-03-15T09:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Selection- Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053588#M423675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey bali,&lt;/P&gt;&lt;P&gt;use fm ' to check the selection screen values. DYNP_VALUES_READ' This function module reads screen field contents that are to be processed by the help modules.&lt;/P&gt;&lt;P&gt;U could have asked this to me by giving a call instead of knowing the answer here. now dont call. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark all helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 10:17:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053588#M423675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T10:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Selection- Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053589#M423676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;     Maybe you can use this statement,&lt;/P&gt;&lt;P&gt;  loop at screen.&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;if you want to know the details , please read the help on the sap help dodument.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Best Regards,&lt;/P&gt;&lt;P&gt;          qiuguo wu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 11:34:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053589#M423676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T11:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Selection- Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053590#M423677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk this FM  REUT_CHECK_SELSCREEN_INPUT'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 11:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053590#M423677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T11:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Selection- Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053591#M423678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call the function modele like below:&lt;/P&gt;&lt;P&gt;To have all the field names and values in an internal table .&lt;/P&gt;&lt;P&gt;Then&lt;/P&gt;&lt;P&gt;loop at this internal table&lt;/P&gt;&lt;P&gt;  check if is initial is TRUE&lt;/P&gt;&lt;P&gt; if atleast one is not initial make w_flag =1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if w_flag = 1.&lt;/P&gt;&lt;P&gt;  all fields are not initial&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;  all fields are initail.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD POINTS IF IT IS USEFUL.&lt;/P&gt;&lt;P&gt;PAMMI.RAMA&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;'DYNP_VALUES_READ'&lt;/P&gt;&lt;P&gt;  data: dyname like d020s-prog value 'TESTPROG',&lt;/P&gt;&lt;P&gt;        dynumb like d020s-dnum value '100'.&lt;/P&gt;&lt;P&gt;  data: begin of dynpfields occurs 3.&lt;/P&gt;&lt;P&gt;          include structure dynpread.&lt;/P&gt;&lt;P&gt;  data: end of dynpfields.&lt;/P&gt;&lt;P&gt;  move 'TABNAME' to dynpfields-fieldname.&lt;/P&gt;&lt;P&gt;  append dynpfields.&lt;/P&gt;&lt;P&gt;  move 'FIELDNAME' to dynpfields-fieldname.&lt;/P&gt;&lt;P&gt;  append dynpfields.&lt;/P&gt;&lt;P&gt;  call function 'DYNP_VALUES_READ'&lt;/P&gt;&lt;P&gt;       exporting&lt;/P&gt;&lt;P&gt;             dyname               = dymame&lt;/P&gt;&lt;P&gt;             dynumb               = dynumb&lt;/P&gt;&lt;P&gt;            translate_to_upper   = 'X'&lt;/P&gt;&lt;P&gt;       tables&lt;/P&gt;&lt;P&gt;             dynpfields           = dynpfields&lt;/P&gt;&lt;P&gt;       exceptions&lt;/P&gt;&lt;P&gt;            invalid_abapworkarea = 01&lt;/P&gt;&lt;P&gt;            invalid_dynprofield  = 02&lt;/P&gt;&lt;P&gt;            invalid_dynproname   = 03&lt;/P&gt;&lt;P&gt;            invalid_dynpronummer = 04&lt;/P&gt;&lt;P&gt;             invalid_request      = 05&lt;/P&gt;&lt;P&gt;            no_fielddescription  = 06&lt;/P&gt;&lt;P&gt;            undefind_error       = 07.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 14:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2053591#M423678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T14:40:18Z</dc:date>
    </item>
  </channel>
</rss>

