Hi,
I need to disable all input fields of Activity (a one-order object) based on the condition: distribution channel is 02 - indirect sales.
I have implemented the BAdI CRM_ORDER_FIELDCHECK and the method FIELDCHECK. Here I check if the distribution channel is 02, and if so, I set the CHANGEABLE field of every input field in CT_INPUT_FIELD_NAMES to 'A' (which means, not changeable).
But I see in the UI that, once I press 'Edit', it does not disable certain input fields, such as Account, Account Contact Person, Active Status, Result etc.
How do I ensure that every single field gets disabled in the UI?
Thanks,
Rohan.