SAP Knowledge Base Article - Public

3518459 - How to make Reference Date empty by default in Registered Product QC

Symptom

The business case requires making the field "Reference Date" empty by default in Registered Product QC.

"Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental."

Environment

SAP Cloud for Customer

Reproducing the Issue

  1. Go to Registered Product QC.
  2. The field "Reference Date" has a default value.
  3. The default value cannot be removed by rules or other settings.

Resolution

This is a standard behavior that cannot be changed. As a workaround, please implement the two rules below to achieve the same.

  1. Create the rule with the logic below and assign it to the read-only property.

    IF(ISBLANK(Root.ReferenceProductID),true,false )

  2. Create a rule with the logic below and assign it to the default-value property.

    IF(ISBLANK(Root.ReferenceProductID),"","")

Keywords

Registered Product QC, Registered Product, Reference Date, Default Value , KBA , AP-RC-UIF-FLX , Page Layout & Key User Configuration , Problem

Product

SAP Cloud for Customer core applications all versions