Hi Alok,
On Edit button of Contact details .. Locking code is there.but if i remove this code
1. few fields are coming as non-editable on account edit screen
kindly let me know how can i make all fields editable.
WHEN 'EDIT'.
cl_bp_data_contacts_impl=>gv_flag = 'EDIT'.
cl_bp_data_contacts_impl=>gv_index = lv_index.
* Navigate to the edit page of Opportunity
* lock current BP
me->lock_current( ).
* lock contact relationship
IF lr_entity->is_locked( ) = abap_false.
IF lr_entity->lock( ) = abap_true.
ENDIF.
ENDIF.
lr_window = me->view_manager->get_window_controller( ).
lr_window->call_outbound_plug( 'TOCONTACTSEDIT' ).