Symptom
After making some changes in Form Settings for columns, the column settings cannot be applied after the form is reopened.
Reproducing the issue
Scenario:
- Open a document (e.g. Sales Order) form.
- Open Form Settings and navigate to Table Format tab.
- Check or uncheck Visible, Active for some columns and save.
- Reopen document form.
Expected Behavior:
Settings for Column are applied correctly.
Actual Behavior:
Settings for Column are not applied.
Cause
Application error
Solution
SAP intends to provide a patch or patches in order to solve the problem described. The section References below will list the specific patches once they become available. The corresponding Info file of the patches in SAP Service Marketplace will also show the SAP Note number. Please note that these references can only be set at patch release date. SAP will deliver patches only for selected releases at its own discretion, based on the business impact and the complexity of the implementation.
Workaround:
Execute this SQL statement on your company database:
delete from CPRF where
exists (select 1 from OUSR as ou where CPRF."TPLId" = ou."TPLId" and CPRF."UserSign" <> ou.USERID)