<?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: selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1775189#M334443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u r transfering the data from one session to another session so use SAP memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in first selection program use &lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'AAA' FIELD '&amp;lt;fieldname&amp;gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the second selection program use.&lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'AAA' FIELD '&amp;lt;fieldname&amp;gt;'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 10 Dec 2006 13:21:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-10T13:21:00Z</dc:date>
    <item>
      <title>selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1775188#M334442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a program with selection screen.&lt;/P&gt;&lt;P&gt;I used the export command and sent the values to memory id xxx.&lt;/P&gt;&lt;P&gt;Now on my other program i want to get the values to my selection screen.&lt;/P&gt;&lt;P&gt;in the second prog in the initialization i used the import command ,but it doesn't work.&lt;/P&gt;&lt;P&gt;How can i get the values of the fields from my first prog and show them in the selection screen of my second prog?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;yifat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2006 11:43:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1775188#M334442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-10T11:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1775189#M334443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u r transfering the data from one session to another session so use SAP memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in first selection program use &lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'AAA' FIELD '&amp;lt;fieldname&amp;gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the second selection program use.&lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'AAA' FIELD '&amp;lt;fieldname&amp;gt;'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2006 13:21:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1775189#M334443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-10T13:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1775190#M334444</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;If i have created the fields also the data element,&lt;/P&gt;&lt;P&gt;how can i use the SET//GET  parameter option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;yifat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2006 13:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1775190#M334444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-10T13:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1775191#M334445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rather than going for the global SAP memory, I would rather use the EXPORT / IMPORT commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program that is setting the values, use the EXPORT command to set the values in the memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the selection screen of the second program, use the IMPORT command, get the values and assign the same to selection screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note the names of the variables in the both programs should be exactly the same.&lt;/P&gt;&lt;P&gt;Help for the same&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3bd1358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3bd1358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&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 mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2006 13:31:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1775191#M334445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-10T13:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1775192#M334446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello ravi!&lt;/P&gt;&lt;P&gt;thanks for your answer.&lt;/P&gt;&lt;P&gt;thats excatly what i did. in the first program i used the export and in the second program i used the import. everything is exactly the same also the name of the memory fields, and also the name of the fields in the selection screen.&lt;/P&gt;&lt;P&gt;but at the import i didnt gat any values!!! what might be the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also how do i assign the fields after the import commant ( in initialization phase)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;yifat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2006 13:41:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1775192#M334446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-10T13:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1775193#M334447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEXT2 is the variable that you have used in the EXPORT program&lt;/P&gt;&lt;P&gt;'text' is the MEMORY ID in the export program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT TEXT2 TO TEXT1 FROM MEMORY ID 'text'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, in the intializations to the set the value of parameter P_PARAMETER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P_PARAMETER = TEXT1.&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 mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2006 13:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1775193#M334447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-10T13:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1775194#M334448</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;&amp;lt;b&amp;gt;in prog a&amp;lt;/b&amp;gt; ..maintain like this ..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA  matnr  like mara-matnr VALUE 'compaq'.
SET PARAMETER ID 'V01' FIELD matnr.   "setting up the id ..&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;in prog b&amp;lt;/b&amp;gt; , maintian like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameters : p_matnr like mara-matnr.  " value captured over here
initialization.                       "----&amp;gt; u need to place this
DATA : matnr LIKE mara-matnr.
GET PARAMETER ID 'V01' FIELD MATNR.
p_matnr = matnr.
write:/ MATNR.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just take two temp programs and execute the code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps ,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 04:07:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1775194#M334448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T04:07:30Z</dc:date>
    </item>
  </channel>
</rss>

