Application Development 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: 

Authirization for a SAP Script Standard Text

Former Member
0 Kudos

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

former_member214131
Active Contributor
0 Kudos

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

former_member214131
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Yup you can

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

0 Kudos

Thanks for ur info

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

Please help .