<?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 do you debug deep structures using the &amp;quot;New Debugger&amp;quot; in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-debug-deep-structures-using-the-quot-new-debugger-quot/m-p/7561049#M1564346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created an internal table that is referencing an SAP structure and a custom field as shown below.&lt;/P&gt;&lt;P&gt;begin of t_explosion,&lt;/P&gt;&lt;P&gt;             bapiexpl           type bapiexplosionlist,&lt;/P&gt;&lt;P&gt;             parent_mat         type bapiexplosionlist-material,&lt;/P&gt;&lt;P&gt;          end of t_explosion .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When debugging the program I cannot see all the data in the field bapiexpl without exploding down each row.  When I switched to the old debugger I can see all the data without drilling down.  is there a setting that I need to do in the new debugger or maybe this functionality doesn't exist.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is much appreciated, as I am training others on the "New Debugger" and I would like to tell them if this functionality exists.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Jan 2011 15:24:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-28T15:24:27Z</dc:date>
    <item>
      <title>How do you debug deep structures using the "New Debugger"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-debug-deep-structures-using-the-quot-new-debugger-quot/m-p/7561049#M1564346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created an internal table that is referencing an SAP structure and a custom field as shown below.&lt;/P&gt;&lt;P&gt;begin of t_explosion,&lt;/P&gt;&lt;P&gt;             bapiexpl           type bapiexplosionlist,&lt;/P&gt;&lt;P&gt;             parent_mat         type bapiexplosionlist-material,&lt;/P&gt;&lt;P&gt;          end of t_explosion .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When debugging the program I cannot see all the data in the field bapiexpl without exploding down each row.  When I switched to the old debugger I can see all the data without drilling down.  is there a setting that I need to do in the new debugger or maybe this functionality doesn't exist.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is much appreciated, as I am training others on the "New Debugger" and I would like to tell them if this functionality exists.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 15:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-debug-deep-structures-using-the-quot-new-debugger-quot/m-p/7561049#M1564346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-28T15:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do you debug deep structures using the "New Debugger"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-debug-deep-structures-using-the-quot-new-debugger-quot/m-p/7561050#M1564347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lavella,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once in the new debugger if you request application help you will get the complete online documentation for the new debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There have been several sessions over the past few years at Sapphire and TechEd on the features of the new debugger so if you have access to any of the content for these sessions you will find some details there. Also much of the old SAP TechEd content will be available on SDN in the not too distant future. There are also some SDN blogs and there is information in the SDN Wiki as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your specific question, I suspect you have not yet found the Table Display tool. If you can find the "New Tool" button and then select the "Table" option under the "Data Objects" area you will enable this tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Jan 2011 21:26:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-debug-deep-structures-using-the-quot-new-debugger-quot/m-p/7561050#M1564347</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2011-01-30T21:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do you debug deep structures using the "New Debugger"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-debug-deep-structures-using-the-quot-new-debugger-quot/m-p/7561051#M1564348</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>Mon, 31 Jan 2011 14:54:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-debug-deep-structures-using-the-quot-new-debugger-quot/m-p/7561051#M1564348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-31T14:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do you debug deep structures using the "New Debugger"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-debug-deep-structures-using-the-quot-new-debugger-quot/m-p/7561052#M1564349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've encountered the same problem. The problem is that (in the example cited), BAPIEXPLOSIONLIST has included types. In the new debugger, these are &lt;STRONG&gt;not&lt;/STRONG&gt; expanded out. You can't see the field values, without, as the poster says, looking at each individual row. If I recall correctly, downloading the table to a flat file doesn't work either with internal tables like this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They're not actually deep structures - they don't have nested tables. To check it out, create a table like this, give it some data and look at it in the debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TYPES: BEGIN OF line_ty,
         BEGIN OF first_bit,
           field1 TYPE c,
           field2 TYPE i,
         END OF first_bit,
         BEGIN OF second_bit,
           field1 TYPE c,
           field2 TYPE i,
         END OF second_bit,
      END OF line_ty.

DATA:  t_mytab TYPE STANDARD TABLE OF line_ty.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;The only solution I've found is to switch back to the classic debugger.&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;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 16:05:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-debug-deep-structures-using-the-quot-new-debugger-quot/m-p/7561052#M1564349</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2011-01-31T16:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do you debug deep structures using the "New Debugger"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-debug-deep-structures-using-the-quot-new-debugger-quot/m-p/7561053#M1564350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While displaying the internal table in the new debugger simply click on the button "Columns" and choose the function "column configuration".  This way you will  enter the column configuration editor. Here you can choose the function "insert subcomponents" for each column which has included types and then you can choose which subcomponents you want to see. If you choose all of them, you'll get the display you want.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The column configuration editor is quite powerful as you can do things like "expand all fields from first_bit, but expand only field1 from second_bit", etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 17:36:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-debug-deep-structures-using-the-quot-new-debugger-quot/m-p/7561053#M1564350</guid>
      <dc:creator>adrian_dorn</dc:creator>
      <dc:date>2011-01-31T17:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do you debug deep structures using the "New Debugger"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-debug-deep-structures-using-the-quot-new-debugger-quot/m-p/7561054#M1564351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Adrian - I never knew that!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 18:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-debug-deep-structures-using-the-quot-new-debugger-quot/m-p/7561054#M1564351</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2011-01-31T18:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do you debug deep structures using the "New Debugger"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-debug-deep-structures-using-the-quot-new-debugger-quot/m-p/7561055#M1564352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see that option in my version of the New Debugger.  The only items I see udner colume configuration are:&lt;/P&gt;&lt;P&gt;  edit order of Colums&lt;/P&gt;&lt;P&gt;  Original Column Order&lt;/P&gt;&lt;P&gt;  Column with Optimized &lt;/P&gt;&lt;P&gt;  Do not optimize.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even when I select each one I don't see what you are referencing.  I think I am stuck going back to the Classic editor for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are on this release.  SAP ERP Central Component, Release 6.0, SR1, incl. SP08, April 2007&lt;/P&gt;&lt;P&gt;SAP NetWeaver® 7.0 SP Stack 12 including BI Content Add-On 3 SP 04, May 2007 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your fast replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 19:57:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-debug-deep-structures-using-the-quot-new-debugger-quot/m-p/7561055#M1564352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-31T19:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do you debug deep structures using the "New Debugger"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-debug-deep-structures-using-the-quot-new-debugger-quot/m-p/7561056#M1564353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;/BLOCKQUOTE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; We are on this release.  SAP ERP Central Component, Release 6.0, SR1, incl. SP08, April 2007&lt;/P&gt;&lt;P&gt;&amp;gt; SAP NetWeaver® 7.0 SP Stack 12 including BI Content Add-On 3 SP 04, May 2007 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;In that release the function which I have described is not yet available. Thus you will have to use the old debugger until you upgrade your system to a release which has the described functionality of the new debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 12:57:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-debug-deep-structures-using-the-quot-new-debugger-quot/m-p/7561056#M1564353</guid>
      <dc:creator>adrian_dorn</dc:creator>
      <dc:date>2011-02-01T12:57:00Z</dc:date>
    </item>
  </channel>
</rss>

