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

accessibility

former_member188594
Active Participant
0 Likes
586

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
565

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

3 REPLIES 3
Read only

Former Member
0 Likes
566

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

Read only

Former Member
0 Likes
565

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.

Read only

Former Member
0 Likes
565

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