<?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: set parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter/m-p/4155083#M993479</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No guru I am not asking all of that , my prob is like this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS   : plant FOR  vbrp-werks NO INTERVALS memory id wrk .&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS   : fkart FOR  vbrk-fkart memory id fkt,&lt;/P&gt;&lt;P&gt;                   date  FOR  vbrk-fkdat memory id fdt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now when I want to pass the value from other program selection screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SET PARAMETER ID 'WRK' FIELD s_werks-low .&lt;/P&gt;&lt;P&gt;   SET PARAMETER ID 'FTY' FIELD s_fkart-low .&lt;/P&gt;&lt;P&gt;   SET PARAMETER ID 'FDT' FIELD s_fkdat-low .&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'YGR' ."AND SKIP FIRST SCREEN .&lt;/P&gt;&lt;P&gt;    EXIT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the value is coming to the other selection screen , in selectt option fielde only in field-low but I want in low and high field together .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whats the procedure , plz guide me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Jul 2008 12:14:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-26T12:14:05Z</dc:date>
    <item>
      <title>set parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter/m-p/4155079#M993475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hello guru , Hw to use set parameter and get parameter for select option field-low and field-high field .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 11:09:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter/m-p/4155079#M993475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-26T11:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: set parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter/m-p/4155080#M993476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this doc , will be helpful&lt;/P&gt;&lt;P&gt;SAP memory is a memory area to which all main sessions within a SAPgui have access. You can use SAP memory either to pass data from one program to another within a session, or to pass data from one session to another. Application programs that use SAP memory must do so using SPA/GPA parameters (also known as SET/GET parameters). These parameters can be set either for a particular user or for a particular program using the SET PARAMETER statement. Other ABAP programs can then retrieve the set parameters using the GET PARAMETER statement. The most frequent use of SPA/GPA parameters is to fill input fields on screens &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP memory is a memory area that all ABAP programs within the same internal session can access using the EXPORT and IMPORT statements. Data within this area remains intact during a whole sequence of program calls. To pass data &lt;/P&gt;&lt;P&gt;to a program which you are calling, the data needs to be placed in ABAP memory before the call is made. The internal session of the called program then replaces that of the calling program. The program called can then read from the ABAP memory. If control is then returned to the program which made the initial call, the same process operates in reverse. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;ABAP Memmory &amp;amp; SAP Memmory&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/type-and-uses-of-lock-objects-in-sap.htm" target="test_blank"&gt;http://www.sap-img.com/abap/type-and-uses-of-lock-objects-in-sap.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 11:12:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter/m-p/4155080#M993476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-26T11:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: set parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter/m-p/4155081#M993477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://abaplovers.blogspot.com/2008/03/sap-spagpa-parameters.html" target="test_blank"&gt;http://abaplovers.blogspot.com/2008/03/sap-spagpa-parameters.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/db9e0435c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/db9e0435c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/9f/db9e0435c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/9f/db9e0435c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 11:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter/m-p/4155081#M993477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-26T11:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: set parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter/m-p/4155082#M993478</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;[http://sapient.wordpress.com/2007/06/19/what-is-set-parameter-and-get-parameter/]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 11:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter/m-p/4155082#M993478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-26T11:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: set parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter/m-p/4155083#M993479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No guru I am not asking all of that , my prob is like this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS   : plant FOR  vbrp-werks NO INTERVALS memory id wrk .&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS   : fkart FOR  vbrk-fkart memory id fkt,&lt;/P&gt;&lt;P&gt;                   date  FOR  vbrk-fkdat memory id fdt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now when I want to pass the value from other program selection screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SET PARAMETER ID 'WRK' FIELD s_werks-low .&lt;/P&gt;&lt;P&gt;   SET PARAMETER ID 'FTY' FIELD s_fkart-low .&lt;/P&gt;&lt;P&gt;   SET PARAMETER ID 'FDT' FIELD s_fkdat-low .&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'YGR' ."AND SKIP FIRST SCREEN .&lt;/P&gt;&lt;P&gt;    EXIT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the value is coming to the other selection screen , in selectt option fielde only in field-low but I want in low and high field together .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whats the procedure , plz guide me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 12:14:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter/m-p/4155083#M993479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-26T12:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: set parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter/m-p/4155084#M993480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 05:15:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter/m-p/4155084#M993480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T05:15:41Z</dc:date>
    </item>
  </channel>
</rss>

