‎2007 May 22 2:29 AM
Hi,
in my object
i)the data should not be saved if there are any errors.
ii) my object should be accessible to only selected users in the client system.
How do i achieve these functionalities ? Could anyone help me plz
‎2007 May 22 2:33 AM
Hi CSR,
You can insert some validation or check for return code before saving the data. For restricting access you can include authorization check.
Regards,
George
‎2007 May 22 2:33 AM
Hi CSR,
You can insert some validation or check for return code before saving the data. For restricting access you can include authorization check.
Regards,
George
‎2007 May 22 2:33 AM
my object should be accessible to only selected users in the client system.
need to maintain authrization object and talk to secuirity guy.
)the data should not be saved if there are any errors.
Keep the condition like
if error_log is 'X'.
when user press save then it will give error message'.
keep the condition at user command.
Reward Points if it is helpful
Thanks
Seshu.
‎2007 May 22 2:33 AM
Hi,
I don't what kind of object you are working on.
for limited access,
you have to do a authority check.
Ask you your security to creata an authorization object and you can use this authorization object against sy-uname and provide access.
The security team will add this authorization object to the users from whom access is to be provided.
Let me know if you want steps to create an authorization object,but gemerally security team would be in a better position to create one
Rewards points if helpful
Thanks
venki