<?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: To transfer Selection Screen field value from a program to another Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956278#M1602354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think so, SUBMIT statement is useful for DIalog Program!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: KeyurP on Jun 15, 2011 12:43 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2011 10:42:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-15T10:42:55Z</dc:date>
    <item>
      <title>To transfer Selection Screen field value from a program to another Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956272#M1602348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Program Z_ABC having Select Option Field XYZ.&lt;/P&gt;&lt;P&gt;I need to transfer all the values entered on Selection Option Field XYZ  to another Program Dialog Z_DIALOG.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2011 08:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956272#M1602348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-15T08:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: To transfer Selection Screen field value from a program to another Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956273#M1602349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KeyurP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create GET/SET parameters ID From SE80-&amp;gt;Create-&amp;gt;More-&amp;gt; GET/SET parameters ID &lt;/P&gt;&lt;P&gt;2. Write to Source program&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SET PARAMETER ID: 'Zobject' FIELD GV_exp.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;3. Write to Target program&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
GET PARAMETER ID : 'Zobject' FIELD GV_imp,
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2011 08:58:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956273#M1602349</guid>
      <dc:creator>former_member212713</dc:creator>
      <dc:date>2011-06-15T08:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: To transfer Selection Screen field value from a program to another Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956274#M1602350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use import/export. Use F1 for the syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2011 09:02:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956274#M1602350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-15T09:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: To transfer Selection Screen field value from a program to another Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956275#M1602351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Select Options!! what if entering multiple values???&lt;/P&gt;&lt;P&gt;currently i am able to fetch only single entry!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: KeyurP on Jun 15, 2011 12:03 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2011 10:02:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956275#M1602351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-15T10:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: To transfer Selection Screen field value from a program to another Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956276#M1602352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select-options are stored as internal table at the backend.&lt;/P&gt;&lt;P&gt;You can easily export/import it. Irrespective of single or multiple value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT s_opt  TO MEMORY ID 'table'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sap_wiz on Jun 15, 2011 3:38 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2011 10:08:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956276#M1602352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-15T10:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: To transfer Selection Screen field value from a program to another Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956277#M1602353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest way (based on the little information you provided) would be to include the same XYZ select option in Z_DIALOG as well and pass the values via SUBMIT ... WITH ... IN ...&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2011 10:39:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956277#M1602353</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2011-06-15T10:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: To transfer Selection Screen field value from a program to another Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956278#M1602354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think so, SUBMIT statement is useful for DIalog Program!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: KeyurP on Jun 15, 2011 12:43 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2011 10:42:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956278#M1602354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-15T10:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: To transfer Selection Screen field value from a program to another Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956279#M1602355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KeyurP ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check below link. &lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_45b/helpdata/en/34/8e73a36df74873e10000009b38f9b8/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_45b/helpdata/en/34/8e73a36df74873e10000009b38f9b8/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2011 10:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956279#M1602355</guid>
      <dc:creator>former_member212713</dc:creator>
      <dc:date>2011-06-15T10:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: To transfer Selection Screen field value from a program to another Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956280#M1602356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Export and Import the whole internal table (range)&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* Caller
EXPORT XYZ[] TO MEMORY ID 'XYZ'.
* PBO of called dialog
IMPORT XYZ[] FROM MEMORY ID 'XYZ'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2011 11:11:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956280#M1602356</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2011-06-15T11:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: To transfer Selection Screen field value from a program to another Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956281#M1602357</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;&lt;/P&gt;&lt;P&gt;U can pass selection screen values via SUBMIT keyword. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT ZPROG2 WITH S_LOW_PROG2 = S_LOW_PR0G1-LOW &lt;/P&gt;&lt;P&gt;                             WITH S_HIGH_PROG2 = S_HIGH_PROG1-HIGH AND RETRURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN Seconde program u can pass s_low and s_high values .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MURALIII&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2011 12:23:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956281#M1602357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-15T12:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: To transfer Selection Screen field value from a program to another Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956282#M1602358</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;Try to use the function module 'RS_REFRESH_FROM_SELECTOPTIONS'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex: &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            curr_report     = sy-repid&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            selection_table = it_soptions&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            not_found       = 1&lt;/P&gt;&lt;P&gt;            no_report       = 2&lt;/P&gt;&lt;P&gt;            OTHERS          = 3.&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    EXIT.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT riaufk20 WITH dy_selm = 'D'&lt;/P&gt;&lt;P&gt;                  WITH SELECTION-TABLE it_soptions&lt;/P&gt;&lt;P&gt;                  AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it solves your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chenthamarai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2011 10:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-transfer-selection-screen-field-value-from-a-program-to-another-program/m-p/7956282#M1602358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-16T10:22:04Z</dc:date>
    </item>
  </channel>
</rss>

