cancel
Showing results for 
Search instead for 
Did you mean: 

htmlb:Tableview processing and onChange event

former_member498918
Participant
0 Kudos

When using the ITS server you can send and read data from the web page using a step loop. This is done using field_get and field_set commands in the ABAP code. I can't find anyway of doing this with a Tableview. Can you use a step loop with WAS and BSP.

Also I would like to put an onchange event on an input field in the table. Is this possible?

Can I disable an input field in the table depending on the value of a different field in the table? I.e. if you change the value of column 1, column 2 becomes disabled.

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You probably want to look at the sample SAP BSP applications, SBSPEXT_TABLE. This example will show you how to use a table view iterator. It will allow you to control the rendering of individual cells in your table view. There is a Weblog in the BSP selection on this topic. This same sample application will show you event handling for the table view. I would say that it works like a step loop.