on ‎2007 Jun 09 5:33 PM
Hi group!!
I'm using a table view with iterator. In this tableview i have a different checkboxes and a inputfield.
With the checkboxes i don't have problems becuase i can use de event on click and save the modified data, but with the inputfield i have a big problem.
The inputfield only appears in some cases (this is correct) but i don't know how to save the data introduced in the inputfield .
I created the inputfield like this:
p_replacement_bee = cl_htmlb_inputfield=>factory(
id = p_cell_id
disabled = lv_disable
MAXLENGTH = '12'
size = '12'
WIDTH = '80'
value = m_row_ref->reference
type = 'STRING'
TOOLTIP = 'IReference' ).
And when I press some of the other checkboxes the data disappear and i don't know what to do to save the data,
Thanks in advance!
Request clarification before answering.
Hi again and thank for the answers.. and sorry for my delay but i was on a trip..
when i make the solution that you suggested i recieve the error (in the browser):
<htmlb:inputField>: Class <htmlb:form> (CL_HTMLB_FORM) was not found as BSP parent element.
this is when iterator try to make the sentence:
event_html = cl_htmlb_manager=>render_event_call(
bsp_element = lrf_ip1
event_type = 'click'
server_event = 'VALUECHANGED'
return_value = 'FALSE'
client_event = ''
client_event_inlined = '' ).
i can not understand why is too difficult to save the contents of an inputfiels using iterator.
Please help and thanks in advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.