<?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: Smartform Dynamic text: Invalid type 'H' Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-dynamic-text-invalid-type-h-error/m-p/11628892#M1942239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;EM&gt;&lt;EM&gt;Field "V&lt;/EM&gt;_INFO" Invalid type "h" (internal ABAP)&lt;/EM&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The "field" V_INFO is actually an &lt;SPAN style="text-decoration: underline;"&gt;internal table&lt;/SPAN&gt;. You tried to print or move such internal table to&amp;nbsp; a character variable, that is not allowed in Unicode. Did you forget the LOOP or READ TABLE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Apr 2016 13:48:50 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2016-04-18T13:48:50Z</dc:date>
    <item>
      <title>Smartform Dynamic text: Invalid type 'H' Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-dynamic-text-invalid-type-h-error/m-p/11628889#M1942236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is that i need to display text as dynamic text, which is working fine if I execute it manually and not otherwise, from crmd_order.&lt;/P&gt;&lt;P&gt;Below are the details which might be needed to understand the issue.&lt;/P&gt;&lt;P&gt;I have created a Template-&amp;gt;under which I have added a dynamic text node&lt;/P&gt;&lt;P&gt;Field Type- TSFTTEXT&lt;/P&gt;&lt;P&gt;Error Screen as below: &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/932233" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Please ask for more details:&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>Mon, 18 Apr 2016 13:35:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-dynamic-text-invalid-type-h-error/m-p/11628889#M1942236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-18T13:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Dynamic text: Invalid type 'H' Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-dynamic-text-invalid-type-h-error/m-p/11628890#M1942237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you incorrectly have defined V_INFO. If should be referenced to a data element or a filed form a given type, but it seems you have it defined with type of a table (h = Internal table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Naimesh Pate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 13:42:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-dynamic-text-invalid-type-h-error/m-p/11628890#M1942237</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2016-04-18T13:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Dynamic text: Invalid type 'H' Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-dynamic-text-invalid-type-h-error/m-p/11628891#M1942238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all M a big fan of your work. Zevolving helped me alot from time to time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check below screnshot , how i have declared it.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/932258" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 13:46:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-dynamic-text-invalid-type-h-error/m-p/11628891#M1942238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-18T13:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Dynamic text: Invalid type 'H' Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-dynamic-text-invalid-type-h-error/m-p/11628892#M1942239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;EM&gt;&lt;EM&gt;Field "V&lt;/EM&gt;_INFO" Invalid type "h" (internal ABAP)&lt;/EM&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The "field" V_INFO is actually an &lt;SPAN style="text-decoration: underline;"&gt;internal table&lt;/SPAN&gt;. You tried to print or move such internal table to&amp;nbsp; a character variable, that is not allowed in Unicode. Did you forget the LOOP or READ TABLE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 13:48:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-dynamic-text-invalid-type-h-error/m-p/11628892#M1942239</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-04-18T13:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Dynamic text: Invalid type 'H' Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-dynamic-text-invalid-type-h-error/m-p/11628893#M1942240</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;I am using it as shown in below screenshot.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/932259" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, Same is working if i execute it manually&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 13:51:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-dynamic-text-invalid-type-h-error/m-p/11628893#M1942240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-18T13:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Dynamic text: Invalid type 'H' Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-dynamic-text-invalid-type-h-error/m-p/11628894#M1942241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TSFTEXT is a Table. Please see below. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/932306" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 14:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-dynamic-text-invalid-type-h-error/m-p/11628894#M1942241</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2016-04-18T14:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Dynamic text: Invalid type 'H' Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-dynamic-text-invalid-type-h-error/m-p/11628895#M1942242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juwin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though issue is resolved. &lt;/P&gt;&lt;P&gt;Just for the info.. this field takes input as table type only i.e. tsftext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mistake was that i missed to delete a text node where this variable was written.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 14:36:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-dynamic-text-invalid-type-h-error/m-p/11628895#M1942242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-18T14:36:13Z</dc:date>
    </item>
  </channel>
</rss>

