SAP GET PERMISSIONS SHORT ABAP Statements



Get Example source ABAP code based on a different SAP table
  


• ENTITY GET PERMISSIONS
• FROM GET PERMISSIONS
• REQUEST GET PERMISSIONS
• RESULT GET PERMISSIONS

GET PERMISSIONS, Short Form

ABAP_SYNTAX
GET PERMISSIONS $[PRIVILEGED$] $[ only_clause$]
ENTITY entity $[FROM keys$] REQUEST request RESULT result $[ response_param$].

ABAP Addition
1 ... PRIVILEGED
2 ... only_clause
3 ... FROM keys
4 ... response_param.

What does it do?
The short form of the GET PERMISSIONS statement is used to retrieve information on permissions for instances of a single entity.
Syntax Details Syntax PartDetails
entitySpecifies the name of the entity following the keyword ENTITY. It must be the full entity name, not the defined alias.