‎2007 Jan 31 11:51 AM
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.
‎2007 Jan 31 11:57 AM
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
‎2007 Jan 31 11:57 AM
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