<?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: Class object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-object/m-p/1060582#M91791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Class CL_GUI_FRONTEND_SERVICES uses t access presentation server like access files in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;file_open_dailog opens the windows open file dialog box . It is similar to WS_FILENAME_GET function module. So that you select required file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Nov 2005 05:49:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-24T05:49:58Z</dc:date>
    <item>
      <title>Class object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-object/m-p/1060580#M91789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is CL_GUI_FRONTEND_SERVICES =&amp;gt;file_open_dialog&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2005 05:38:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-object/m-p/1060580#M91789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-24T05:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Class object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-object/m-p/1060581#M91790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jayasree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This method will show a window where you can select a file that you are trying to upload. If you are trying to upload the file and want to give the user to browse and select the right file, you use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its just like your Open command in your word.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please reward posts that help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2005 05:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-object/m-p/1060581#M91790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-24T05:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Class object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-object/m-p/1060582#M91791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Class CL_GUI_FRONTEND_SERVICES uses t access presentation server like access files in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;file_open_dailog opens the windows open file dialog box . It is similar to WS_FILENAME_GET function module. So that you select required file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2005 05:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-object/m-p/1060582#M91791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-24T05:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Class object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-object/m-p/1060583#M91792</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;  It is a STATIC PUBLIC method (OR CLASS METHOD) defined in class CL_GUI_FRONTEND_SERVICES which means you can call this method with class name and there is no necessity to create an object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Pinnamaneni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2005 05:50:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-object/m-p/1060583#M91792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-24T05:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Class object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-object/m-p/1060584#M91793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;run this code..it is just a file open dialog box, generally used to browse and load filename from local pc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report zanid_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables rlgrap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: it_tab type filetable,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gd_subrc type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block m with frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options so_fpath for rlgrap-filename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen end of block m.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen on value-request for so_fpath-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH: it_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD CL_GUI_FRONTEND_SERVICES=&amp;gt;FILE_OPEN_DIALOG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WINDOW_TITLE = 'Select File'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEFAULT_FILENAME = '&lt;STRONG&gt;.&lt;/STRONG&gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MULTISELECTION = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHANGING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FILE_TABLE = it_tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RC = gd_subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_tab into so_fpath-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so_fpath-sign = 'I'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so_fpath-option = 'EQ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append so_fpath.&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;in selection screen put the cursor on the field and press F4.the dialog box you see, is created by this method "FILE_OPEN_DIALOG".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward points by clicking the star..if my post helped you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2005 05:50:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-object/m-p/1060584#M91793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-24T05:50:34Z</dc:date>
    </item>
  </channel>
</rss>

