Symptom
Trying to create a new Contact, you face a dump.
Environment
SAP Cloud for Customer.
Reproducing the Issue
- It can happen to any object, but let's use 'Contacts' as example:
- Contacts
- New - Dump sometimes happens here or when selecting a language on Quick create:
- Try to select Language - Dump happens.
- Try to select Language
- Select Company.
- Try to select Language once again - Dump happens once again.
Cause
The reason for this is that the rule created on the field is not correct.
In this scenario a code value is expected and not a true or false which is currently returned by the rule: "false". The reason why the dump occurs after clicking on the drop-down and no
value is defaulted is because the code list is a dynamic code list and values get resolved only when clicked and not when UI is loaded.
Resolution
Remove the rule and change the logic accordingly. Consultation requests regarding creation of rules can be discussed deeply with our experts in Community, please reach out to access this service: answers.sap.com
Keywords
Dump; Creating; Rule, False; True; Code. , KBA , AP-RC-UIF-FLX , Page Layout & Key User Configuration , How To