Elementary search help for a dynamically created attribute
Hi All,
I am working on webdynpro nd there is a requirement to create dynamic Input field and its corresponding Dynamic attributes to be binded.
But the issue is we need to set the Existing Elementary search help for the new attribute.
Below is the code i used to acheve this.
It is creating the attribute but the seach help is not assigned.
Anyone pls Help
Thanks & regards
Vipin V
lw_c = wd_this->gw_dsttyp. "will be incremented each time
CONCATENATE 'F' lw_c INTO lw_attr.
ls_attribute-name = lw_attr.
ls_attribute-type_name = 'EHHSSS_INC_BASIC_INFO_ALL-ZZDST_AREA'.
ls_attribute-value_help_id = 'ZEHFND_ELM_LCN_KEY_DA'. "Elementary search help name
ls_attribute-value_help_mode = '0'.
CALL METHOD lo_dst_area_node_info->add_attribute
EXPORTING
attribute_info = ls_attribute.