<?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: debug question -- 'Non-charlike structure' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-question-non-charlike-structure/m-p/4389855#M1043924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi .,&lt;/P&gt;&lt;P&gt; It means the Variable that u want to view is a Structure with Multiple fields or Header line of the internal table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt; Sreenivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2008 09:09:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-26T09:09:42Z</dc:date>
    <item>
      <title>debug question -- 'Non-charlike structure'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-question-non-charlike-structure/m-p/4389852#M1043921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do debug it shows 'Non-charlike structure' for the value of a structure zone. What does it mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 08:59:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-question-non-charlike-structure/m-p/4389852#M1043921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T08:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: debug question -- 'Non-charlike structure'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-question-non-charlike-structure/m-p/4389853#M1043922</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;This means that not all fields in the structure that you are displaying are of type C, N, T or D. The structure might have I, P or X fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 09:02:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-question-non-charlike-structure/m-p/4389853#M1043922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T09:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: debug question -- 'Non-charlike structure'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-question-non-charlike-structure/m-p/4389854#M1043923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anurag. But I just want to change several fields of this structure. The others fields I don't care. So what can I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 09:08:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-question-non-charlike-structure/m-p/4389854#M1043923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T09:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: debug question -- 'Non-charlike structure'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-question-non-charlike-structure/m-p/4389855#M1043924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi .,&lt;/P&gt;&lt;P&gt; It means the Variable that u want to view is a Structure with Multiple fields or Header line of the internal table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt; Sreenivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 09:09:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-question-non-charlike-structure/m-p/4389855#M1043924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T09:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: debug question -- 'Non-charlike structure'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-question-non-charlike-structure/m-p/4389856#M1043925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;doubleclick the structure in debug-mode. it will be shown below as variable 'Non-charlike structure' in "field-names list". Doubleclick again onto the structure in the "field list" and it will expand like a table. Doubleclick third time on a row-number and the field will be shown in editable mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 09:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-question-non-charlike-structure/m-p/4389856#M1043925</guid>
      <dc:creator>ingo_barschow</dc:creator>
      <dc:date>2008-08-26T09:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: debug question -- 'Non-charlike structure'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-question-non-charlike-structure/m-p/4389857#M1043926</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;Just double click on the structure name then you will get List of fields in the structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you can change field value by clicking the Pencil Icon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 09:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-question-non-charlike-structure/m-p/4389857#M1043926</guid>
      <dc:creator>asik_shameem</dc:creator>
      <dc:date>2008-08-26T09:15:50Z</dc:date>
    </item>
  </channel>
</rss>

