Hi,
How to enable the already disabled field. I tried this code but the attribute is still in disable mode.
IF gv_id_display_mode = abap_true.
CALL METHOD SUPER->GET_I_PARTNER2
* EXPORTING
* ITERATOR = 'X'
RECEIVING
RV_DISABLED = RV_DISABLED. "#EC NOTEXT
* .
RV_DISABLED = 'FALSE'.
ENDIF.
In BP_HEAD, Account details view, Employee responsible context node, struct.partner2 attribute.
Regards,
Ravi .