Hi Maren,
i got it now then in that case select any one text attribute or add one attribute under your context node and in get_p method declare field type as text.
like this..
CASE iv_property.
WHEN if_bsp_wd_model_setter_getter=>fp_fieldtype.
rv_value = cl_bsp_dlc_view_descriptor=>FIELD_TYPE_TEXTAREA.
WHEN IF_BSP_WD_MODEL_SETTER_GETTER=>FP_TEXTAREA_ROWS.
rv_value =
5
. "Number of lines in you text box
ENDCASE.
adjust that field beside your input field in the config part and uncheck the lable check box in the field property.. go to get_field method. provide your text in the value field..
value = 'additional text about policy'.
try this and let me know... fallow this link to add custom field in your context node based on requirement you have to choose which attribute you want this example is for value attribute..
Creating a Custom field and display it in a table view
Thanks & Regards,
Srinivas.