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

Authirization for a SAP Script Standard Text

Former Member
0 Likes
754

Hi ,

I have a standard text and an image which i have uploaded into SAP and then I am displaying it in my form( SAP Script Layout ) my requirement now is to secure the Standard Text and Image from access to any one else.

No body else should be able to use that Image or Text ..Can we give authorization for that particular Object ( Image or Text ) ..

Please tell me how will this be possible. ? Its pretty urgent . please help

regards

Sivaraj

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
724

Hello,

I am not sure whether you can give authorization at a particular standard text level.

If this is not possible, you can do a work around. Call a routine from the ST which checks the authority and then control the flow in your form / ST.

Hope this gives you some hint to proceed.

Best Regards, Murugesh AS

3 REPLIES 3
Read only

Former Member
0 Likes
725

Hello,

I am not sure whether you can give authorization at a particular standard text level.

If this is not possible, you can do a work around. Call a routine from the ST which checks the authority and then control the flow in your form / ST.

Hope this gives you some hint to proceed.

Best Regards, Murugesh AS

Read only

Former Member
0 Likes
722

Yup you can

in the Standard text select /: instead of * , in the main text window and uset AUTHORITY-CHECK.

Read only

0 Likes
722

Thanks for ur info

But there are chances that anybody can access/ change the Standard Text. How to overcome this ?

Please help .