cancel
Showing results for 
Search instead for 
Did you mean: 

Create input field for result table view.

former_member193357
Participant
0 Kudos

Hi Experts,

Iam having a result table where oppurtunities are displayed based on the date which is not predefined.

I want to create input filed in .htm of date type in the result view where the user will select the from-to date and then result will displayed in the result view.

Like for buttons we use thtmlb:button in htm.

Thanks and Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

You would have to define iterator for your result field. In iterator you have method render_cell_start, here you can control attributes of your field.

There are some inputs about redefining iterator in below wiki:

http://wiki.sdn.sap.com/wiki/display/CRM/CRMWebUI--DynamictabletypeContext+nodes

Regards,

BJ