<?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: GET PARAMTER ID in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-paramter-id/m-p/6658376#M1445919</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;Just give the  same name to the screen elements in the calling screen and the called screen.&lt;/P&gt;&lt;P&gt;the value wil come automatically.&lt;/P&gt;&lt;P&gt;no need of set parameter id.&lt;/P&gt;&lt;P&gt;use it if you want the value to displaye din the next logon as well..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Mar 2010 05:34:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-15T05:34:32Z</dc:date>
    <item>
      <title>GET PARAMTER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-paramter-id/m-p/6658372#M1445915</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;I wrote a new dialog program with several screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When executing one of the screens I call to another screen with BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to transfer a value from the calling screen to the called screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I gave the field a parameter ID name and used SET PARAMTER ID in the calling screen and GET PARAMETER ID in the called screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that when I enter the called screen directly, I expect that GET PARAMTER ID will not succeed but it does and it changes the value of the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hagit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Mar 2010 12:20:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-paramter-id/m-p/6658372#M1445915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-14T12:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: GET PARAMTER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-paramter-id/m-p/6658373#M1445916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hagit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After using GET Parameter id you should write &lt;/P&gt;&lt;P&gt;SET PARAMETER iD 'XXXX' field space.     to clear it.&lt;/P&gt;&lt;P&gt;Probably you recieve old value from your last run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Yossi Rozenberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Mar 2010 12:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-paramter-id/m-p/6658373#M1445916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-14T12:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: GET PARAMTER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-paramter-id/m-p/6658374#M1445917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yossi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already tryed doing that, the problem is that my field is numeric with 14 characters. &lt;/P&gt;&lt;P&gt;When I use: SET PARAMETER iD 'XXXX' field space. I get ' 00000000000000' (with space in the begining instead of 0). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Hagit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Mar 2010 12:38:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-paramter-id/m-p/6658374#M1445917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-14T12:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: GET PARAMTER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-paramter-id/m-p/6658375#M1445918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hagit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of  SET PARAMETER iD 'XXXX' field space&lt;/P&gt;&lt;P&gt;do :&lt;/P&gt;&lt;P&gt;data dummy(14) type n.&lt;/P&gt;&lt;P&gt;SET PARAMETER iD 'XXXX' field dummy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will recieve in GET only '00000000000000' and check this value or any other dummy value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Yossi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Mar 2010 12:50:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-paramter-id/m-p/6658375#M1445918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-14T12:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: GET PARAMTER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-paramter-id/m-p/6658376#M1445919</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;Just give the  same name to the screen elements in the calling screen and the called screen.&lt;/P&gt;&lt;P&gt;the value wil come automatically.&lt;/P&gt;&lt;P&gt;no need of set parameter id.&lt;/P&gt;&lt;P&gt;use it if you want the value to displaye din the next logon as well..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 05:34:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-paramter-id/m-p/6658376#M1445919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T05:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: GET PARAMTER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-paramter-id/m-p/6658377#M1445920</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;Dont use GET parameter id in the called screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you SET parameter ID in the Calling screen it pass the value to called screen and you dont need of GET parameter ID in the Called screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shanmugavel Chandrasekaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 05:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-paramter-id/m-p/6658377#M1445920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T05:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: GET PARAMTER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-paramter-id/m-p/6658378#M1445921</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;do this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear v_var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMTER ID XYZ  field v_var.&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;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ritesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 05:55:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-paramter-id/m-p/6658378#M1445921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T05:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: GET PARAMTER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-paramter-id/m-p/6658379#M1445922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your replies, the problem is soved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added another SET PARAMETER ID after the finishing the calling screen with an initial value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 06:28:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-paramter-id/m-p/6658379#M1445922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T06:28:20Z</dc:date>
    </item>
  </channel>
</rss>

