<?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 How am i able to read a internal table in my debugger script? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-am-i-able-to-read-a-internal-table-in-my-debugger-script/m-p/9472218#M1743688</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my script wizard i have different options and i already could read normal variables. Is it not possible to just read an internal table? i could even append something, but i just want to read the internal table, nothing more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 May 2013 11:08:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-05-06T11:08:15Z</dc:date>
    <item>
      <title>How am i able to read a internal table in my debugger script?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-am-i-able-to-read-a-internal-table-in-my-debugger-script/m-p/9472218#M1743688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my script wizard i have different options and i already could read normal variables. Is it not possible to just read an internal table? i could even append something, but i just want to read the internal table, nothing more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 11:08:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-am-i-able-to-read-a-internal-table-in-my-debugger-script/m-p/9472218#M1743688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-06T11:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: How am i able to read a internal table in my debugger script?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-am-i-able-to-read-a-internal-table-in-my-debugger-script/m-p/9472219#M1743689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set&amp;nbsp; &lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;the session break point at the internal table loop it_itab and check for the internal table values by double clicking on the variable of wa_itab in the debugging mode(/h).&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;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 12:44:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-am-i-able-to-read-a-internal-table-in-my-debugger-script/m-p/9472219#M1743689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-06T12:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: How am i able to read a internal table in my debugger script?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-am-i-able-to-read-a-internal-table-in-my-debugger-script/m-p/9472220#M1743690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try table tool for reading internal table from debugger, refer the following link for how to read internal table from debugger script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70ehp2/helpdata/en/49/2db60934e414d0e10000000a42189b/content.htm"&gt;http://help.sap.com/saphelp_nw70ehp2/helpdata/en/49/2db60934e414d0e10000000a42189b/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its useful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 12:59:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-am-i-able-to-read-a-internal-table-in-my-debugger-script/m-p/9472220#M1743690</guid>
      <dc:creator>JanarthananE</dc:creator>
      <dc:date>2013-05-06T12:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: How am i able to read a internal table in my debugger script?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-am-i-able-to-read-a-internal-table-in-my-debugger-script/m-p/9472221#M1743691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can read data by creating subroutines.please check below examples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://wiki.sdn.sap.com/wiki/display/ABAP/Subroutines+And+Their+Use+In+SAPScript"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/Subroutines+And+Their+Use+In+SAPScript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://wiki.sdn.sap.com/wiki/display/profile/External+Subroutines+in+SAP+Script"&gt;http://wiki.sdn.sap.com/wiki/display/profile/External+Subroutines+in+SAP+Script&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can debug scripts by following ways&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;First u need to active debugging in scripts. then run the driver program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;First goto SE71 initial screen and enter the form name. Goto Menu Path Utilities --&amp;gt; Activate Debugger. and now u run the driver program. Now u get the script editor in debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;Secondly, &lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;Program is &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;RSTXDBUG.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;Now go to SE 38 and enter ur Print Program name and execute the program.&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;Now you can debug the script Page wise and window wise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 14:31:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-am-i-able-to-read-a-internal-table-in-my-debugger-script/m-p/9472221#M1743691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-06T14:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: How am i able to read a internal table in my debugger script?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-am-i-able-to-read-a-internal-table-in-my-debugger-script/m-p/9472222#M1743692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This isnt what i meant. I would like to write a script in the debugger itself and would like to read a table into the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 15:37:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-am-i-able-to-read-a-internal-table-in-my-debugger-script/m-p/9472222#M1743692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-06T15:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: How am i able to read a internal table in my debugger script?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-am-i-able-to-read-a-internal-table-in-my-debugger-script/m-p/9472223#M1743693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you take a screenshot and say some words aboutyour 'script wizard' ? Never heard of that - and the other answers seemingly also have no idea.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 15:43:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-am-i-able-to-read-a-internal-table-in-my-debugger-script/m-p/9472223#M1743693</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2013-05-06T15:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: How am i able to read a internal table in my debugger script?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-am-i-able-to-read-a-internal-table-in-my-debugger-script/m-p/9472224#M1743694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/213763" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/213905" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You start the debugger and click on the "script" tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 11:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-am-i-able-to-read-a-internal-table-in-my-debugger-script/m-p/9472224#M1743694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-07T11:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: How am i able to read a internal table in my debugger script?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-am-i-able-to-read-a-internal-table-in-my-debugger-script/m-p/9472225#M1743695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can read internal table using script wizard. Please find below screenshot for the same.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/213957" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 12:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-am-i-able-to-read-a-internal-table-in-my-debugger-script/m-p/9472225#M1743695</guid>
      <dc:creator>solankivishal_himmatlal</dc:creator>
      <dc:date>2013-05-07T12:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: How am i able to read a internal table in my debugger script?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-am-i-able-to-read-a-internal-table-in-my-debugger-script/m-p/9472226#M1743696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 May 2013 22:28:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-am-i-able-to-read-a-internal-table-in-my-debugger-script/m-p/9472226#M1743696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-18T22:28:35Z</dc:date>
    </item>
  </channel>
</rss>

