<?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: Getting data from dynamic inputfields using class cl_input_element in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911937#M57264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Did you have a look at the SAP standard example &amp;lt;b&amp;gt;DD_ADD_TABLE&amp;lt;/b&amp;gt; in se38.This might solve your purpose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Nov 2006 06:38:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-01T06:38:13Z</dc:date>
    <item>
      <title>Getting data from dynamic inputfields using class cl_input_element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911916#M57243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I have made a screen with dynamic inputfields using the class cl_input_elements. The fields are created using data from an internal table, but now im having problems getting the data from the inputfields, can anybody help me please. Im very new to ABAP i only got my certification a month ago, so please have patioens with me.&lt;/P&gt;&lt;P&gt;Here is the code where i generate the inputfields:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
LOOP AT it_zkeydef INTO wa_zkeydef.
    index = temp_index.
    length = wa_zkeydef-pto - wa_zkeydef-pfrom + 1.
    CONCATENATE fieldname index INTO field.
    fieldname2 = field.
    labeltext = wa_zkeydef-fname.
    CALL METHOD form_area-&amp;gt;add_text
      EXPORTING
        text         = labeltext
        sap_fontsize = cl_dd_area=&amp;gt;large.

    CALL METHOD form_area-&amp;gt;add_input_element
      EXPORTING
        name          = fieldname2
        size          = length
        maxlength     = length
      IMPORTING
        input_element = input_element.

    CALL METHOD form_area-&amp;gt;new_line.

    temp_index = temp_index + 1.
  ENDLOOP.
  CALL METHOD document-&amp;gt;merge_document.

  CALL METHOD document-&amp;gt;display_document
    EXPORTING
      container = 'CONTAINER200'.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I sure hope somebody can help me, i have been fighting with this problem for a wile now.&lt;/P&gt;&lt;P&gt;Liselotte&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2005 09:37:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911916#M57243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-10T09:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from dynamic inputfields using class cl_input_element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911917#M57244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry the class is of course called cl_dd_input_element.&lt;/P&gt;&lt;P&gt;-Liselotte-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2005 09:53:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911917#M57244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-10T09:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from dynamic inputfields using class cl_input_element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911918#M57245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After reading your message, I feel that I am new to ABAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look for similar programs in Development class(or Package) &amp;lt;b&amp;gt;SDYNAMICDOCUMENTS&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also refer &lt;A href="http://help.sap.com/saphelp_470/helpdata/en/f0/edd938d8dbe93de10000000a11405a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_470/helpdata/en/f0/edd938d8dbe93de10000000a11405a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2005 09:57:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911918#M57245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-10T09:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from dynamic inputfields using class cl_input_element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911919#M57246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;.After reading your message, I feel that I am new to ABAP. &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;-&amp;gt; I agree with Subramanian&lt;/P&gt;&lt;P&gt;&amp;#133;&lt;/P&gt;&lt;P&gt;Im very new to ABAP i only got my certification a month ago, so please have patioens with me.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;-&amp;gt; Liselotte, this is &amp;lt;b&amp;gt;understatement pure&amp;lt;/b&amp;gt; - whatever - welcome to SDN-Abap-Forum !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2005 10:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911919#M57246</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-02-10T10:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from dynamic inputfields using class cl_input_element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911920#M57247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im sorry if you think that about me, but it &amp;lt;b&amp;gt;is&amp;lt;/b&amp;gt; true that i have only been working with ABAP for 4 weeks and this is my first project. I dont like beeing called a liar.&lt;/P&gt;&lt;P&gt;-Liselotte-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Liselotte Hjelmbjerg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2005 12:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911920#M57247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-10T12:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from dynamic inputfields using class cl_input_element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911921#M57248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liselotte,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please don't take it the wrong way. It is a way of saying that, even though you have just 4 weeks of experience in ABAP, you are quite/very good at it and to be already working in such advanced topics. We don't dare to call anyone liar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know, if your problem got solved , or if you found some way to solve it, do share it with us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2005 13:30:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911921#M57248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-10T13:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from dynamic inputfields using class cl_input_element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911922#M57249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply, im sorry i went off like that but i have been fighting with this problem for 3 days and im absolutly lost, i think im in over my head :). I found out how to get the data from a field, the problem is that all fields have the same object reference so when i get the data it is only the data from the last inputfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Liselotte-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2005 13:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911922#M57249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-10T13:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from dynamic inputfields using class cl_input_element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911923#M57250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;....more focusing on your problem - I think you have to define an event handler to check the input of the fields. &lt;/P&gt;&lt;P&gt;Program DD_ADD_FORM_INPUT illustrates how. &lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2005 14:12:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911923#M57250</guid>
      <dc:creator>ChristianFi</dc:creator>
      <dc:date>2005-02-10T14:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from dynamic inputfields using class cl_input_element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911924#M57251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After having a glance at your code, I find that, using index, fieldname, field2 and concatenate, you are trying to create a new fieldname. I suspect that, this fieldname is not created properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of using the logic for creating newfields, I suggest, you do something similar to this :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;b&amp;gt;
data: lv_c_tabix(2) type c.

loop at it_skeydef into wa_skeydef.

lv_c_tabix = sy-tabix.

concatenate fieldname lv_c_tabix into field.

* Your logic here
endloop.&amp;lt;/b&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have also suggested that , this problem is due to all fieldnames being created with the same name, despite, your logic. Suggest you to dig deep and debug this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2005 15:42:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911924#M57251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-10T15:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from dynamic inputfields using class cl_input_element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911925#M57252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunely no one has had an answer for liselotte and now also for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question is: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to get data from the input_element at any time, that means if the user just put something in the field and press NOT &amp;lt;enter&amp;gt;, F1 or F4 which are covered by the events of the input_element&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help !&lt;/P&gt;&lt;P&gt;Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 17:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911925#M57252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T17:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from dynamic inputfields using class cl_input_element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911926#M57253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uwe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nobody can help with that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reaons I do not fully or partially understand, events for controls cover only a couple of keystrokes like ENTER, ESCAPE and function keys as well as mouse (double) clicks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With todays ABAP there is no way of reacting on any key stroke.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;small addition: I just checked the class and I saw what I guessed: Just a few events&lt;/P&gt;&lt;P&gt;&amp;lt;pre&amp;gt;&lt;/P&gt;&lt;P&gt;      BUTTON_CLICKED          &lt;/P&gt;&lt;P&gt;      ITEM_SELECTED           &lt;/P&gt;&lt;P&gt;      INPUT_ENTERED           &lt;/P&gt;&lt;P&gt;      INPUT_HELPF1            &lt;/P&gt;&lt;P&gt;      INPUT_HELPF4            &lt;/P&gt;&lt;P&gt;      ENTERED                 &lt;/P&gt;&lt;P&gt;      HELP_F1                 &lt;/P&gt;&lt;P&gt;      HELP_F4                 &lt;/P&gt;&lt;P&gt;&amp;lt;/pre&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to create a method get_input as a handler for event ENTERED (or INPUT_ENTERED?). This method should just return the value of attribute VALUE. Use SET HANDLER to activate the method.&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Clemens Li&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 19:58:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911926#M57253</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-10-30T19:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from dynamic inputfields using class cl_input_element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911927#M57254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check &lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw2004s/helpdata/de/0b/11e1cb04b311d4a7400000e83dd863/frameset.htm"&amp;gt;http://help.sap.com/saphelp_nw2004s/helpdata/de/0b/11e1cb04b311d4a7400000e83dd863/frameset.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to react on events create a (local) eventhandler for the events. Import the special parameter 'sender' in order ot get the input field, which threw the event.&lt;/P&gt;&lt;P&gt;In the event handler method you get via sender-&amp;gt;value the value of the input field. &lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 20:32:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911927#M57254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T20:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from dynamic inputfields using class cl_input_element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911928#M57255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's not the question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just know how to react on events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to read out the input field at any time, but as Clemens mentioned there is no way to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the probably a way to simalate the pressing of &amp;lt;enter&amp;gt; in the input_field to fire the event ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 08:05:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911928#M57255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T08:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from dynamic inputfields using class cl_input_element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911929#M57256</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;it can not be possible. All the dynamic GUI elements are components of the frontend and are thus running on your local PC and not on the application server. What you therefore need is a sort of synchronisation event as the flushes for the GUI Control Framework. Thus the only way to get the screen data is to fire an event. &lt;/P&gt;&lt;P&gt;By the way, you have the same problem with the modifiable ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 08:37:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911929#M57256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T08:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from dynamic inputfields using class cl_input_element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911930#M57257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But which event to fire ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the modifiable ALV you have only to "event" something e.g. leave the modified field, so you get notice of the modification in the events data_changed and data_cahnged_finished&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 08:55:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911930#M57257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T08:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from dynamic inputfields using class cl_input_element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911931#M57258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just maybe worth a try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD cl_gui_cfw=&amp;gt;flush.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after entering something in the field before an event is raised. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FLUSH method is designed to clean up the automation queue to synchronize SAP server with client-run control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possibly you get the actual field content by reading the inputfield attribute after flushing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I won't try now; other tasks waiting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know what's happening.&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>Tue, 31 Oct 2006 12:00:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911931#M57258</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-10-31T12:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from dynamic inputfields using class cl_input_element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911932#M57259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the dynamic documents are not part of the GUI framework. Therefore I think, flushing will have no effect. But I am not sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 12:12:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911932#M57259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T12:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from dynamic inputfields using class cl_input_element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911933#M57260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;since its a HTML form you have two options,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. use javascript along with CL_JAVA_SCRIPT class to read the form field value and pass it to ABAP varialbe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. you have to submit the form using js/or button (user interaction) and read and pass the value back to abap vairalbe. only after submit the  &amp;lt; cl_dd_input_element&amp;gt;-&amp;gt;value will hold the value entered by the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 12:48:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911933#M57260</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-10-31T12:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from dynamic inputfields using class cl_input_element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911934#M57261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just to inform you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as Thomas mentioned: FLUSH doesn't work !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked that 3 days ago, just before wasting your time with this problem &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 13:12:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911934#M57261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T13:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from dynamic inputfields using class cl_input_element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911935#M57262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Duraiaj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm not common with Cl_JAVA_SCRIPT. Do you have an code example for "read the form field value and pass it to ABAP varialbe"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 13:17:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-dynamic-inputfields-using-class-cl-input-element/m-p/911935#M57262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T13:17:38Z</dc:date>
    </item>
  </channel>
</rss>

