<?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 needs to be populated in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-needs-to-be-populated/m-p/8528676#M1656502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may helpful to you  &lt;/P&gt;&lt;P&gt;parameters : p_file type rlgrap-filename,&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_FILE.&lt;/P&gt;&lt;P&gt;      CLEAR P_FILE.&lt;/P&gt;&lt;P&gt;DATA: PATH_NAME(151) TYPE C.&lt;/P&gt;&lt;P&gt;SUBMIT RS_GET_F4_DIR_FROM_APPLSERV AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IMPORT  PATH_NAME TO PATH_NAME FROM  MEMORY ID 'PATH_NAME_SDL' .&lt;/P&gt;&lt;P&gt;    P_FILE = PATH_NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sadeqAhmed on Feb 1, 2012 6:14 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sadeqAhmed on Feb 1, 2012 6:15 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Feb 2012 05:10:28 GMT</pubDate>
    <dc:creator>former_member227810</dc:creator>
    <dc:date>2012-02-01T05:10:28Z</dc:date>
    <item>
      <title>Selection screen needs to be populated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-needs-to-be-populated/m-p/8528673#M1656499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is :&lt;/P&gt;&lt;P&gt;I need to create a report for inbound interface.&lt;/P&gt;&lt;P&gt;on execution of the report in thr foreground mode, it is required that all the files that are present on the application layer for the default path, should be displayed on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function module RZL_READ_DIR_LOCAL can be used to get the details of the files available.&lt;/P&gt;&lt;P&gt;But i am unable to display those on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me to achieve the functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Dheeraj Bulchandani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 13:30:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-needs-to-be-populated/m-p/8528673#M1656499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-31T13:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen needs to be populated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-needs-to-be-populated/m-p/8528674#M1656500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want it on F4 on the selection screen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 17:58:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-needs-to-be-populated/m-p/8528674#M1656500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-31T17:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen needs to be populated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-needs-to-be-populated/m-p/8528675#M1656501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, it sounds like a simple table control would be the best option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 18:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-needs-to-be-populated/m-p/8528675#M1656501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-31T18:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen needs to be populated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-needs-to-be-populated/m-p/8528676#M1656502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may helpful to you  &lt;/P&gt;&lt;P&gt;parameters : p_file type rlgrap-filename,&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_FILE.&lt;/P&gt;&lt;P&gt;      CLEAR P_FILE.&lt;/P&gt;&lt;P&gt;DATA: PATH_NAME(151) TYPE C.&lt;/P&gt;&lt;P&gt;SUBMIT RS_GET_F4_DIR_FROM_APPLSERV AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IMPORT  PATH_NAME TO PATH_NAME FROM  MEMORY ID 'PATH_NAME_SDL' .&lt;/P&gt;&lt;P&gt;    P_FILE = PATH_NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sadeqAhmed on Feb 1, 2012 6:14 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sadeqAhmed on Feb 1, 2012 6:15 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 05:10:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-needs-to-be-populated/m-p/8528676#M1656502</guid>
      <dc:creator>former_member227810</dc:creator>
      <dc:date>2012-02-01T05:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen needs to be populated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-needs-to-be-populated/m-p/8528677#M1656503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My req is to create a selection screen as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File Path: -&lt;/P&gt;&lt;HR originaltext="--------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Files available on file path: -&lt;/P&gt;&lt;HR originaltext="------------------" /&gt;&lt;P&gt;                                           -&lt;/P&gt;&lt;HR originaltext="------------------" /&gt;&lt;P&gt;                                           -&lt;/P&gt;&lt;HR originaltext="------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In need to select the files available on the application layer and populate on the selection screen in the files available area..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 05:25:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-needs-to-be-populated/m-p/8528677#M1656503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-01T05:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen needs to be populated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-needs-to-be-populated/m-p/8528678#M1656504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like I said - module pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 15:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-needs-to-be-populated/m-p/8528678#M1656504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-01T15:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen needs to be populated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-needs-to-be-populated/m-p/8528679#M1656505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dheer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to get the list of files on a particular path?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yes then you can use a parameter as a listbox to display all your files and select any one, use this approach if you dont want to use module pool, but said this, i would suggest that you should go as per Rob's suggestion for a module pool, if not then i would say listbox would be your next best bet.&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;Kartik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 15:55:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-needs-to-be-populated/m-p/8528679#M1656505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-01T15:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen needs to be populated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-needs-to-be-populated/m-p/8528680#M1656506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks  Kartik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 09:55:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-needs-to-be-populated/m-p/8528680#M1656506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-06T09:55:22Z</dc:date>
    </item>
  </channel>
</rss>

