Hi
i have similar issue. I wanted Text window in the PRDHS HeaderVS -
i have enhanced and
created component usage - Notes. Notes Window
then i assigned the view in the HeaderVS -> view set
in the component controller i added one context node - > TextAttr (value Node)
and in the wd_usage_initialize - i bindeded (GSTEXT /Notes)
WHEN 'Notes'.
CALL METHOD lv_usage->bind_context_node
EXPORTING
iv_controller_type = cl_bsp_wd_controller=>co_type_component
iv_target_node_name = 'TEXTATTR'
iv_node_2_bind = 'ATTR'.
now there is a text box is visible in the view.. but not editable and dont know how to make it editable
can anyone throw some light, how to make it editable and pass the TD-ID etc.. and also retrieve the value and display it back..
thanks
dhinesh