<?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: copy value from 1 parameter to another parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-value-from-1-parameter-to-another-parameter/m-p/4336203#M1032996</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;use the following syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move p_file to p_file2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aleem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Aug 2008 09:09:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-22T09:09:25Z</dc:date>
    <item>
      <title>copy value from 1 parameter to another parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-value-from-1-parameter-to-another-parameter/m-p/4336202#M1032995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have 2 parameters on a selection screen, p_file and p_file2&lt;/P&gt;&lt;P&gt;im doing a VALUE-REQUEST FOR p_file, now I want p_file2 to get the same value on the slection screen&lt;/P&gt;&lt;P&gt;but this value is not appearing on the selection screen&lt;/P&gt;&lt;P&gt;need help on that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see code below&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN on VALUE-REQUEST FOR p_file.&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;    CHANGING&lt;/P&gt;&lt;P&gt;      file_table              = lt_filetab&lt;/P&gt;&lt;P&gt;      rc                      = v_rc&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      file_open_dialog_failed = 1&lt;/P&gt;&lt;P&gt;      cntl_error              = 2&lt;/P&gt;&lt;P&gt;      error_no_gui            = 3&lt;/P&gt;&lt;P&gt;      not_supported_by_gui    = 4&lt;/P&gt;&lt;P&gt;      OTHERS                  = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ TABLE lt_filetab INTO ls_filetab INDEX 1.&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    p_file = ls_filetab-filename.&lt;/P&gt;&lt;P&gt;     p_file2 = p_file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 09:06:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-value-from-1-parameter-to-another-parameter/m-p/4336202#M1032995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T09:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: copy value from 1 parameter to another parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-value-from-1-parameter-to-another-parameter/m-p/4336203#M1032996</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;use the following syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move p_file to p_file2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aleem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 09:09:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-value-from-1-parameter-to-another-parameter/m-p/4336203#M1032996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T09:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: copy value from 1 parameter to another parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-value-from-1-parameter-to-another-parameter/m-p/4336204#M1032997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write this code under :&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;&amp;gt;      p_file2 = p_file.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 09:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-value-from-1-parameter-to-another-parameter/m-p/4336204#M1032997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T09:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: copy value from 1 parameter to another parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-value-from-1-parameter-to-another-parameter/m-p/4336205#M1032998</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;Use the event at selection-screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
at selection-screen output.
  parameter2 = parameter1.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;bert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 09:14:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-value-from-1-parameter-to-another-parameter/m-p/4336205#M1032998</guid>
      <dc:creator>b_deterd2</dc:creator>
      <dc:date>2008-08-22T09:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: copy value from 1 parameter to another parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-value-from-1-parameter-to-another-parameter/m-p/4336206#M1032999</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;Either we can copy the value in INITIALIZATION or AT SELECTION_SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;initialization.
p_file2  = p_file.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;at selection-screen output.
  p_file2  = p_file.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx,&lt;/P&gt;&lt;P&gt;dhanashri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 09:25:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-value-from-1-parameter-to-another-parameter/m-p/4336206#M1032999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T09:25:06Z</dc:date>
    </item>
  </channel>
</rss>

