Symptom
PD generates the GRANT statement to define permissions on objects depending on your DBMS.
The permission sequence is sorted based on user clicks (DELETE, INSERT, SELECT, UPDATE, etc.).
So it may result in different statements.
For example,
GRANT permission_1, permission_2, permission_3, etc. ON table_name TO user_name;
GRANT permission_3, permission_2, permission_1, etc. ON table_name TO user_name;
Comparing 2 PDM models, PD detects a difference on the GRANT property
>> INSERT,DELETE,UPDATE
<< INSERT,UPDATE,DELETE
Read more...
Environment
SAP PowerDesigner (PD) 16.6
Product
Keywords
Grant, Permission, compare model, 814072, CR814072, CR#814072 , KBA , BC-SYB-PD , PowerDesigner , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.