<?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: select option by using button. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-by-using-button/m-p/10510288#M1853029</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can have a look at one of the sap demo programs, for example: BCALV_FULLSCREEN_DEMO. This has a button "local File" which when you click on ask you for file format, and once you select this you get a popup for the filepath.&lt;/P&gt;&lt;P&gt;Maybe you can cut and paste this code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2014 12:59:02 GMT</pubDate>
    <dc:creator>former_member201275</dc:creator>
    <dc:date>2014-08-26T12:59:02Z</dc:date>
    <item>
      <title>select option by using button.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-by-using-button/m-p/10510287#M1853028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In table maintenance screen i added one button in application toolbar ,while clickig that new button i want to display&lt;/P&gt;&lt;P&gt;one selection screen within that it wants to ask choose file(upload data from excel sheet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while clicking that button,i want to show like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File path... ______________________(F4 option)..After select excel file from system..It updates the data in the table&lt;/P&gt;&lt;P&gt;maintenance generator..&lt;/P&gt;&lt;P&gt;Can any one suggest ????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 09:46:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-by-using-button/m-p/10510287#M1853028</guid>
      <dc:creator>former_member225134</dc:creator>
      <dc:date>2014-08-26T09:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: select option by using button.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-by-using-button/m-p/10510288#M1853029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can have a look at one of the sap demo programs, for example: BCALV_FULLSCREEN_DEMO. This has a button "local File" which when you click on ask you for file format, and once you select this you get a popup for the filepath.&lt;/P&gt;&lt;P&gt;Maybe you can cut and paste this code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 12:59:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-by-using-button/m-p/10510288#M1853029</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2014-08-26T12:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: select option by using button.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-by-using-button/m-p/10510289#M1853030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can put a button in&amp;nbsp; table maintenance wich uploads data to table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Custom butom: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://zevolving.com/2008/09/add-custom-button-on-maintianence-view-sm30/"&gt;http://zevolving.com/2008/09/add-custom-button-on-maintianence-view-sm30/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When button pressed, call the functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4_FILENAME'&amp;nbsp;&amp;nbsp; "get the file path&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; program_name&amp;nbsp; = syst-cprog&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynpro_number = syst-dynnr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field_name&amp;nbsp;&amp;nbsp;&amp;nbsp; = ' '&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IMPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; file_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = P_FILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'&lt;/P&gt;&lt;P&gt;&amp;nbsp; EXPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp; i_line_header = 'X'&lt;/P&gt;&lt;P&gt;&amp;nbsp; i_tab_raw_data = it_raw " WORK TABLE&lt;/P&gt;&lt;P&gt;&amp;nbsp; i_filename = p_file&lt;/P&gt;&lt;P&gt;&amp;nbsp; TABLES&lt;/P&gt;&lt;P&gt;&amp;nbsp; i_tab_converted_data = it_datatab[] "ACTUAL DATA&lt;/P&gt;&lt;P&gt;&amp;nbsp; EXCEPTIONS&lt;/P&gt;&lt;P&gt;&amp;nbsp; conversion_failed = 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; OTHERS = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After, you work with ITAB, populating the fields of table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 13:29:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-by-using-button/m-p/10510289#M1853030</guid>
      <dc:creator>alisson_fragozo</dc:creator>
      <dc:date>2014-08-26T13:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: select option by using button.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-by-using-button/m-p/10510290#M1853031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 12:40:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-by-using-button/m-p/10510290#M1853031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-12T12:40:04Z</dc:date>
    </item>
  </channel>
</rss>

