Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Logical Data Base- Authorization Check

Former Member
0 Likes
493

Hi,

Please tellme when is the authorization checked if the LDB is used in the program. If I am not using 'GET PERNR' statement in the START-OF-SELECTION then will this authorization check will be performed for the data being extracted from the Data base using select statement.

Waiting for reply,

Shwetambari.

2 REPLIES 2
Read only

Former Member
0 Likes
390

HI,

No it won't perform if you write the select statment, when you write the code GET PERNR, then internally it will get the data based on the Auth check and a SET PERNR will be triggers. so better to use the GET statment

Regards

Sudheer

Read only

Former Member
0 Likes
390

If you use select statements authorization check would not be performed. Either you have to use GET PERNR event or use any function modules which does authorization check.

Regards,

Aravind