<?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: cl_htmlb_manager in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-htmlb-manager/m-p/3253856#M777077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, &lt;/P&gt;&lt;P&gt;Cl_htmlb_manager=&amp;gt;get_data only gets the request data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since there cannot be a change in text view in run time(unless it is textedit) it does not get reflected in the request and so this method may not return a value as far as i think. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try using text edit if there should be change in value in the runtime for this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else check if there is data pertaining to text view in Form Fields... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if it helped... &lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Rashmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2008 07:05:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-04T07:05:39Z</dc:date>
    <item>
      <title>cl_htmlb_manager</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-htmlb-manager/m-p/3253855#M777076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - I am using cl_htmlb_manager=&amp;gt;get_data to return the values of inputFields no problem but I cannot get it to return the value of a textView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My code for the successful inputField is:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value = tv_data-&amp;gt;get_cell_id( row_index = tv_data-&amp;gt;prevselectedrowindex column_index = '3' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: inputfield TYPE REF TO cl_htmlb_inputfield.&lt;/P&gt;&lt;P&gt;inputfield ?= cl_htmlb_manager=&amp;gt;get_data(&lt;/P&gt;&lt;P&gt;request = request&lt;/P&gt;&lt;P&gt;name = 'inputField'&lt;/P&gt;&lt;P&gt;id = value ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_keyword = inputfield-&amp;gt;value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and my code for the unsucessful textView:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value = tv_data-&amp;gt;get_cell_id( row_index = tv_data-&amp;gt;prevselectedrowindex column_index = '1' ).&lt;/P&gt;&lt;P&gt;data: o type ref to object.&lt;/P&gt;&lt;P&gt;o ?= cl_htmlb_manager=&amp;gt;get_data(&lt;/P&gt;&lt;P&gt;request = request&lt;/P&gt;&lt;P&gt;name = 'textView'&lt;/P&gt;&lt;P&gt;id = value ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_id = o-&amp;gt;value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used the generic object as was not sure what type to use as cl_htmlb_textview does not have a property 'value'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been searching everywhere for an answer to this so any help would be appreciated or a pointer to some decent documentation. Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 09:44:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-htmlb-manager/m-p/3253855#M777076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T09:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: cl_htmlb_manager</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-htmlb-manager/m-p/3253856#M777077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, &lt;/P&gt;&lt;P&gt;Cl_htmlb_manager=&amp;gt;get_data only gets the request data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since there cannot be a change in text view in run time(unless it is textedit) it does not get reflected in the request and so this method may not return a value as far as i think. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try using text edit if there should be change in value in the runtime for this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else check if there is data pertaining to text view in Form Fields... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if it helped... &lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Rashmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 07:05:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-htmlb-manager/m-p/3253856#M777077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T07:05:39Z</dc:date>
    </item>
  </channel>
</rss>

