<?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: inserting value while debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-value-while-debugging/m-p/2986816#M705308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;        b~fkart is used in the where condition of the select statement and now i want to change that in the debugging mode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Oct 2007 08:47:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-31T08:47:39Z</dc:date>
    <item>
      <title>inserting value while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-value-while-debugging/m-p/2986812#M705304</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;  iam debugging a program which contains a select statement with inner join,i have to insert a value for a~fkart in the debugging mode.&lt;/P&gt;&lt;P&gt;can you help me in doing so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 08:34:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-value-while-debugging/m-p/2986812#M705304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T08:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: inserting value while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-value-while-debugging/m-p/2986813#M705305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are working in ECC6.0 then click on that variable and edit value at debugg mode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 08:40:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-value-while-debugging/m-p/2986813#M705305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T08:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: inserting value while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-value-while-debugging/m-p/2986814#M705306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;You can insert to check the value in runtime just to see for that time.&lt;/P&gt;&lt;P&gt;Click on internal table where a~fkart is storing .&lt;/P&gt;&lt;P&gt;select this field and give the value and next tho that text box small icon witll be there ,select that and it will change.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 08:40:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-value-while-debugging/m-p/2986814#M705306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T08:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: inserting value while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-value-while-debugging/m-p/2986815#M705307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Surya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put a breakpoint at the select statement which is used to  populate fkart into an internal table.Suppose let the internal table be itab.&lt;/P&gt;&lt;P&gt;One putting the breakpoint execute the program&lt;/P&gt;&lt;P&gt;In the debugging screen click on fields button&lt;/P&gt;&lt;P&gt;in the fields names screen give itab-fkart and press enter&lt;/P&gt;&lt;P&gt;once you step through using f5 at some point this field gets populated&lt;/P&gt;&lt;P&gt;at that point delete the contents of this field and enter the value what you wish and then press the pencil button besides that.&lt;/P&gt;&lt;P&gt;this way now the value of itab-fkart at the level of debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 08:42:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-value-while-debugging/m-p/2986815#M705307</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-10-31T08:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: inserting value while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-value-while-debugging/m-p/2986816#M705308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;        b~fkart is used in the where condition of the select statement and now i want to change that in the debugging mode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 08:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-value-while-debugging/m-p/2986816#M705308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T08:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: inserting value while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-value-while-debugging/m-p/2986817#M705309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so what even if you use in where condition.&lt;/P&gt;&lt;P&gt;Put the break point in that select statement,once debug reaches the select statement,then click on fkart and give the value and press enter if you are using ecc...or incase 4.7 version then change the value and click next icon on text box.&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, 31 Oct 2007 08:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-value-while-debugging/m-p/2986817#M705309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T08:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: inserting value while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-value-while-debugging/m-p/2986818#M705310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;while debugging double click on the variable whose value u want to insert.........now it will appear in the field names. their u can enter values u want and  click the pencil icon.....it will store in the variable the value u want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 08:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-value-while-debugging/m-p/2986818#M705310</guid>
      <dc:creator>vaibhav_tiwari</dc:creator>
      <dc:date>2007-10-31T08:51:29Z</dc:date>
    </item>
  </channel>
</rss>

