Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 7775

Re: How save button get disable on account overview page ?

$
0
0

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.

accntedit screen.JPG

 

  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' ).


Viewing all articles
Browse latest Browse all 7775

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>