Quantcast
Channel: SCN : All Content - Web Dynpro ABAP
Viewing all articles
Browse latest Browse all 3667

Attaching search help to dynamically created input field

$
0
0

Hi all,

 

I have a table having certain attributes and corresponding dictionary search help names. Based on the attribute name I create input fields at runtime and I want to attach the search helps selected from the former table to the dynamically created input field. I would appreciate any help.

 

lr_input_field = cl_wd_input_field=>new_input_field(                                       bind_value             = lv_bind_value_context                                       enabled                = 'X'                                       id                     = lv_input_field_id
*                            on_enter               = co_on_enter                                       state                  = lv_state                                       visible                = if_wdl_core=>visibility_visible                                       tooltip                = lv_tooltip                                       view                   = ir_view
).

Thanks!

 

Best regards,

Royce


Viewing all articles
Browse latest Browse all 3667

Trending Articles