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

Re: New field in CRM Web UI shows "not bound" and is not editable

$
0
0

Hi Soeren,

 

BADI name is CRM_ORDER_FIELDCHECK.

Implement this BADI and code in method: FIELDCHECK

There will be changing parameter: CT_INPUT_FIELD_NAMES

READ TABLE ct_input_field_names INTO ls_input_field_names WITH KEY fieldname = <field_name>.

ls_input_field_names-changeable = '  '.

MODIFY ct_input_field_names FROM ls_input_field_names.

 

Regards,

Karthik.



Viewing all articles
Browse latest Browse all 7775

Trending Articles



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