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: 

Need to assign authorization for item text in va11

former_member508696
Participant
0 Kudos

Hi All ,

Is there any way to provide authorization for Item text in va11.

text appln object = vbbp (Sales item text)

text id : 0012

any idea would be great ?

Regards,

venki

6 REPLIES 6

JPReyes
Active Contributor
0 Kudos

Moved to Security Forum

Former Member
0 Kudos

Please activate the trace for Autorization check in ST01 and then perform the following steps.

Run VA11 and the other steps.

After that deactivate the trace and see the trace logs you shall be able to see the object itis using.

Thanks

Rishi Abrol

0 Kudos

Hi,

Thank you for your reply, but i am unable to find the exact object in trace using st01.

but i know the objects and aslo tried setting the below values but its not working. Please check and let me know if any idea.

TDOBJECT = VBBP

TDID = 0012

ACTVT = Display

regards,

Venki

0 Kudos

Hi,

Check in su24 whether the authorization object that is having RC=4 in Trace is CM. We also need to determine in trace any other authorization error is there. Then find the role from suim and assign the same.

Regards

Aveek.

0 Kudos

Hi all,

Thank you for your response, finally i came to know like even if we tried to restrict the user in accessing

material item text we need to write a code for authority check it seems.

Regards,

venki

former_member508696
Participant
0 Kudos

Need to acheive thorugh creating auth obj and also we need to use authority check statements in user exit programs ...