<?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 selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1343366#M173475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; I want to  move select-options  from one program to  another program, then   how should i use import and export&lt;/P&gt;&lt;P&gt;staments.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 May 2006 16:04:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-23T16:04:12Z</dc:date>
    <item>
      <title>selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1343366#M173475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; I want to  move select-options  from one program to  another program, then   how should i use import and export&lt;/P&gt;&lt;P&gt;staments.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 16:04:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1343366#M173475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T16:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1343367#M173476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by Import/Export? If you are going to use SUBMIT statement to call the 2nd program from the 1st, you can do like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SUBMIT (prog) &lt;/P&gt;&lt;P&gt;     WITH p_param1 = &amp;lt;value&amp;gt;&lt;/P&gt;&lt;P&gt;     WITH p_param2 = &amp;lt;value&amp;gt;&lt;/P&gt;&lt;P&gt;     WITH s_selectop1 IN &amp;lt;range/select option&amp;gt; etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 16:07:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1343367#M173476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T16:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1343368#M173477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sandhya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this exists as select-options in both programs you can pass the values while submitting the second program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT PROGRAM1&lt;/P&gt;&lt;P&gt; WITH S_OPTION1 IN S_OPTION1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else, you can&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT S_OPTION TO MEMORY ID 'ABCD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the second program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT S_OPTION FROM MEMORY ID 'ABCD'.&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;&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 16:08:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1343368#M173477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T16:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1343369#M173478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by "move select-options from one program to another program"? Are you submitting a second program from a first program and you need to pass the select-options of the first program to the select-options of the second program? In that case all you need to do is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT my_second_program WITH sel_opt2 IN sel_opt1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 16:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1343369#M173478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T16:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1343370#M173479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ravi,&lt;/P&gt;&lt;P&gt;I copied std program zProgram, enter new selection screen&lt;/P&gt;&lt;P&gt;as selections options.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: DD_KUNNR    FOR  KNA1-KUNNR.&lt;/P&gt;&lt;P&gt;export dd_kunnr to memory id 'FILITEXTS_KUNNR'.&lt;/P&gt;&lt;P&gt;now  i want to call this in Function module&lt;/P&gt;&lt;P&gt;but  how should  i declare (ycode).&lt;/P&gt;&lt;P&gt;import statment.&lt;/P&gt;&lt;P&gt;IMPORT ycode FROM MEMORY ID 'FILITEXTS_KUNNR'. &lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 16:35:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1343370#M173479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T16:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1343371#M173480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should have the same variable name while importing as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT dd_kunnr FROM MEMORY ID 'FILITEXTS_KUNNR'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dd_kunnr can be declared as ranges as you have exported a SELECT OPTIONS.&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;&lt;/P&gt;&lt;P&gt;NOte : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 16:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1343371#M173480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T16:41:20Z</dc:date>
    </item>
  </channel>
</rss>

