<?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: Reg: Parameter ID in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameter-id/m-p/1972566#M398904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan,&lt;/P&gt;&lt;P&gt;if you use the Classic Debugger you can try the following (the new Degugger does not yet provide this feature):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the menue select Goto-&amp;gt;System-Areas-&amp;gt;SAP-Memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this Area (SMEM) you can see the list of SPA-GPA-IDs with corresponding Values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Feb 2007 18:44:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-07T18:44:38Z</dc:date>
    <item>
      <title>Reg: Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameter-id/m-p/1972561#M398899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Is it possible to check the value of a Parameter ID in debug mode? System: 4.6C&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;Nathan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 16:13:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameter-id/m-p/1972561#M398899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T16:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameter-id/m-p/1972562#M398900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only if there is a GET PARAMETER ID statement,  where it is actually getting the value into a variable.  After the execution of this statement, you can then see the value in the varible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 16:15:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameter-id/m-p/1972562#M398900</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-02-07T16:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameter-id/m-p/1972563#M398901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nathan,&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: PARA TYPE TPARA-PARAMID VALUE 'WRK',&lt;/P&gt;&lt;P&gt;      WRK(4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET PARAMETER ID PARA FIELD WRK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;  MESSAGE 'Parameter not found' TYPE 'I'.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;  WRITE: / WRK.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its from the Docu of get parametar id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;P&gt;regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 16:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameter-id/m-p/1972563#M398901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T16:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameter-id/m-p/1972564#M398902</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 am trying to debug a standard transaction. Is there a way out to directly find out the value the parameter ID holds at runtime?&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;Nathan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 16:19:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameter-id/m-p/1972564#M398902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T16:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameter-id/m-p/1972565#M398903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No,  you must have a GET PARAMETER ID statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 16:21:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameter-id/m-p/1972565#M398903</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-02-07T16:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameter-id/m-p/1972566#M398904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan,&lt;/P&gt;&lt;P&gt;if you use the Classic Debugger you can try the following (the new Degugger does not yet provide this feature):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the menue select Goto-&amp;gt;System-Areas-&amp;gt;SAP-Memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this Area (SMEM) you can see the list of SPA-GPA-IDs with corresponding Values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 18:44:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameter-id/m-p/1972566#M398904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T18:44:38Z</dc:date>
    </item>
  </channel>
</rss>

