<?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 f4 help in the function COMPLEX_SELECTIONS_DIALOG in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-in-the-function-complex-selections-dialog/m-p/1075342#M96087</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 used COMPLEX_SELECTIONS_DIALOG this function in my dialog programming..This is used to get multiple values..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  When i call this function it gets multiple values..for my field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   If i press F4 key i need to display the data from my internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'COMPLEX_SELECTIONS_DIALOG'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;     TITLE                   = ' MULTIPLE SELECTION'&lt;/P&gt;&lt;P&gt;     TEXT                    = 'ENTER DOCUMENT TYPE'&lt;/P&gt;&lt;P&gt;     SIGNED                  = 'X'&lt;/P&gt;&lt;P&gt;     LOWER_CASE              = ' '&lt;/P&gt;&lt;P&gt;     NO_INTERVAL_CHECK       = ' '&lt;/P&gt;&lt;P&gt;     JUST_DISPLAY            = ' '&lt;/P&gt;&lt;P&gt;     JUST_INCL               = ' '&lt;/P&gt;&lt;P&gt;     EXCLUDED_OPTIONS        =&lt;/P&gt;&lt;P&gt;     DESCRIPTION             =&lt;/P&gt;&lt;P&gt;     HELP_FIELD              =&lt;/P&gt;&lt;P&gt;     SEARCH_HELP             =&lt;/P&gt;&lt;P&gt;    TAB_AND_FIELD           = &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      range                   = S_FILTER&lt;/P&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;     NO_RANGE_TAB            = 1&lt;/P&gt;&lt;P&gt;     CANCELLED               = 2&lt;/P&gt;&lt;P&gt;     INTERNAL_ERROR          = 3&lt;/P&gt;&lt;P&gt;     INVALID_FIELDNAME       = 4&lt;/P&gt;&lt;P&gt;     OTHERS                  = 5&lt;/P&gt;&lt;P&gt;           .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in this function I can pass search help..&lt;/P&gt;&lt;P&gt;But i need to use pass values from my internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to pass in this function..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naga.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Dec 2005 10:25:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-23T10:25:45Z</dc:date>
    <item>
      <title>f4 help in the function COMPLEX_SELECTIONS_DIALOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-in-the-function-complex-selections-dialog/m-p/1075342#M96087</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 used COMPLEX_SELECTIONS_DIALOG this function in my dialog programming..This is used to get multiple values..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  When i call this function it gets multiple values..for my field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   If i press F4 key i need to display the data from my internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'COMPLEX_SELECTIONS_DIALOG'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;     TITLE                   = ' MULTIPLE SELECTION'&lt;/P&gt;&lt;P&gt;     TEXT                    = 'ENTER DOCUMENT TYPE'&lt;/P&gt;&lt;P&gt;     SIGNED                  = 'X'&lt;/P&gt;&lt;P&gt;     LOWER_CASE              = ' '&lt;/P&gt;&lt;P&gt;     NO_INTERVAL_CHECK       = ' '&lt;/P&gt;&lt;P&gt;     JUST_DISPLAY            = ' '&lt;/P&gt;&lt;P&gt;     JUST_INCL               = ' '&lt;/P&gt;&lt;P&gt;     EXCLUDED_OPTIONS        =&lt;/P&gt;&lt;P&gt;     DESCRIPTION             =&lt;/P&gt;&lt;P&gt;     HELP_FIELD              =&lt;/P&gt;&lt;P&gt;     SEARCH_HELP             =&lt;/P&gt;&lt;P&gt;    TAB_AND_FIELD           = &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      range                   = S_FILTER&lt;/P&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;     NO_RANGE_TAB            = 1&lt;/P&gt;&lt;P&gt;     CANCELLED               = 2&lt;/P&gt;&lt;P&gt;     INTERNAL_ERROR          = 3&lt;/P&gt;&lt;P&gt;     INVALID_FIELDNAME       = 4&lt;/P&gt;&lt;P&gt;     OTHERS                  = 5&lt;/P&gt;&lt;P&gt;           .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in this function I can pass search help..&lt;/P&gt;&lt;P&gt;But i need to use pass values from my internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to pass in this function..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naga.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2005 10:25:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-in-the-function-complex-selections-dialog/m-p/1075342#M96087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-23T10:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: f4 help in the function COMPLEX_SELECTIONS_DIALOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-in-the-function-complex-selections-dialog/m-p/1075343#M96088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I can give you an alternative, as I am sure you are using it because you need select-options in a regular dialog. I would suggest you put a subscreen area in the same area where you have these fields with select options. All that you would need to do is declare a selection screen in your TOP include and while calling the subscreen in your actual dialog, just mention the selection screen number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Advantage of this approach is that you can write a POV i.e. AT SELECTION-SCREEN ON VALUE-REQUEST FOR &amp;lt;field&amp;gt; for the select options and &amp;lt;b&amp;gt;you would never need to call COMPLEX_SELECTIONS_DIALOG&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2005 10:41:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-in-the-function-complex-selections-dialog/m-p/1075343#M96088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-23T10:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: f4 help in the function COMPLEX_SELECTIONS_DIALOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-in-the-function-complex-selections-dialog/m-p/1075344#M96089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try by passing internal table to TAB_AND_FIELD import parameter... or best way is to call this fn mod &lt;/P&gt;&lt;P&gt;F4IF_INT_TABLE_VALUE_REQUEST istead of the one u r using...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: sridhar reddy kondam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2005 10:44:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-in-the-function-complex-selections-dialog/m-p/1075344#M96089</guid>
      <dc:creator>sridharreddy_kondam</dc:creator>
      <dc:date>2005-12-23T10:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: f4 help in the function COMPLEX_SELECTIONS_DIALOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-in-the-function-complex-selections-dialog/m-p/1075345#M96090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thanks for your immediate reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  But i need how to validate subscreen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  For example i placed two select option in the subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  In which event u validate this field..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I need code for that with an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naga.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2005 10:58:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-in-the-function-complex-selections-dialog/m-p/1075345#M96090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-23T10:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: f4 help in the function COMPLEX_SELECTIONS_DIALOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-in-the-function-complex-selections-dialog/m-p/1075346#M96091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Nagarajan,&lt;/P&gt;&lt;P&gt;Once you place a selection screen in a subscreen all you need to do is valiadate your subscreen just as you do in normal report programming.&lt;/P&gt;&lt;P&gt;I.e all validations in &lt;/P&gt;&lt;P&gt;'at selection-screen' event&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>Fri, 23 Dec 2005 11:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-in-the-function-complex-selections-dialog/m-p/1075346#M96091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-23T11:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: f4 help in the function COMPLEX_SELECTIONS_DIALOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-in-the-function-complex-selections-dialog/m-p/1075347#M96092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naga,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  I have done this in my program declaring select-options&lt;/P&gt;&lt;P&gt;  and validating it.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
* Selection screen for oss Notes Finder Added By Pnrao
SELECTION-SCREEN BEGIN OF SCREEN 500 AS SUBSCREEN.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 2(7) TEXT-012.
SELECTION-SCREEN POSITION 22.
SELECT-OPTIONS: S_OS_STR FOR S_OS_STR1 NO INTERVALS DEFAULT 'OSS'.
SELECTION-SCREEN END OF LINE.

SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 2(19) TEXT-013.
SELECTION-SCREEN POSITION 25.
PARAMETERS : P_DATE2 LIKE E070-AS4DATE DEFAULT '19930101'.
SELECTION-SCREEN END OF LINE.

SELECTION-SCREEN END OF SCREEN 500.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Call the above subscreen in the screen.&lt;/P&gt;&lt;P&gt;In the program you can directly you can call below event.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*---- At selection screen validations
AT SELECTION-SCREEN.
  PERFORM AT_SELECTION.
*----------------------------------------------------------------------*
*              A T  S E L E C T I O N  S C R E E N  O N
*----------------------------------------------------------------------*
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
PERFORM AT_SELECTION_VALUE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Siri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2005 11:06:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-in-the-function-complex-selections-dialog/m-p/1075347#M96092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-23T11:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: f4 help in the function COMPLEX_SELECTIONS_DIALOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-in-the-function-complex-selections-dialog/m-p/1075348#M96093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Remember all this code must be in TOP include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SELECTION-SCREEN BEGIN OF SCREEN 200 AS SUBSCREEN.&lt;/P&gt;&lt;P&gt;  PARAMETERS:&lt;/P&gt;&lt;P&gt;     p_matnr TYPE mara-matnr.&lt;/P&gt;&lt;P&gt; SELECTION-SCREEN END OF SCREEN 200.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Now after this you complete all other declarations &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;which you need for your program&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*After declarations end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;*Do all your validations here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR &amp;lt;fields&amp;gt;&lt;/P&gt;&lt;P&gt;*Use this section for F4 help.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call this subscreen in your original screen in PBO and PAI(dont forget to call the subscreen in PAI else AT SELECTION-SCREEN will never get triggered). Here you need not have to call the FM COMPLEX_SELECTIONS_DIALOG .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember in this case all the processing you do for the subscreen will be in the selection screen events...Thats it......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know in case you any further details. Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2005 11:11:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-in-the-function-complex-selections-dialog/m-p/1075348#M96093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-23T11:11:51Z</dc:date>
    </item>
  </channel>
</rss>

