<?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: Debugging:How Pass a Value to Variable ?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-how-pass-a-value-to-variable/m-p/3521593#M847004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which version of SAP you are using ? If you are using ECC 6.0, double click on the internal table contents and and select the row and double click on the field, then you can change the values there ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kannaiah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Mar 2008 18:03:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-05T18:03:33Z</dc:date>
    <item>
      <title>Debugging:How Pass a Value to Variable ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-how-pass-a-value-to-variable/m-p/3521592#M847003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;I am functional guy needed to do some debugging, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am already in debugging mode and I can look at the contents of variable on right side of my screen, but my question is how do I change or pass the value because  as seen below I am unable change that standard table as it is in display mode!!!!     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ET_PARTNER      Standard Table[0x112(4212)]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 17:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-how-pass-a-value-to-variable/m-p/3521592#M847003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T17:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging:How Pass a Value to Variable ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-how-pass-a-value-to-variable/m-p/3521593#M847004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which version of SAP you are using ? If you are using ECC 6.0, double click on the internal table contents and and select the row and double click on the field, then you can change the values there ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kannaiah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 18:03:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-how-pass-a-value-to-variable/m-p/3521593#M847004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T18:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging:How Pass a Value to Variable ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-how-pass-a-value-to-variable/m-p/3521594#M847005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are several ways you can do that,,it mainly depends on which which debugger you are using,, Classic Debugger or the New ABAP debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are using the classic debugger,, switch to the New ABAP Debugger &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main Menu --&amp;gt; Debugging --&amp;gt; Switch to New abap debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will take you to the New ABAP Debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the New ABAP Debugger, since you are trying to change the values of the table,, Select the tab called Table  and enter the table name 'ET_PARTNER',, it will be still in display mode, as it is not recommended to change the values in the debugging mode..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;neways, your requirement is to change the values,, so follow these steps to change the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Tables tab you will find all the content of your table,, now select the row you want to chagne and click on the setting button on the extreme right with "wrench and hammer" icon, it will give you another popup stating Table Services.  Select "Change table content" and double click on change row content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will  solve your purpose..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if you have any queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks-&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Mar 5, 2008 4:40 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 18:09:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-how-pass-a-value-to-variable/m-p/3521594#M847005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T18:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging:How Pass a Value to Variable ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-how-pass-a-value-to-variable/m-p/3521595#M847006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Was of great help, rewarded you with full points.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 18:48:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-how-pass-a-value-to-variable/m-p/3521595#M847006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T18:48:07Z</dc:date>
    </item>
  </channel>
</rss>

