cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Access Control Objects

kaushik-aadhi
Discoverer

Accepted Solutions (0)

Answers (1)

Answers (1)

fabriciocaete
Explorer
0 Likes

 

In my opinion, it is DEFINE, GRANT, and WHERE.

@MappingRole: true
DEFINE ROLE role_name
{
  GRANT SELECT ON cds_entity
    WHERE access_condition_1 AND | OR
		    access_condition_2;
}
				

 

see the link below...

Access Control