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

Authorization Object for Update Function Module

Former Member
0 Likes
411

Hi

I have a Update Function Module and that FM should be executed based on the Authorization Object .

I had created a Auth Object with Proper roled assigned to user and i also did the following

AUTHORITY-CHECK OBJECT <Obj Name>

ID 'ACTVT' FIELD '38'.

If Sy-subrc EQ 0.

<Process the following>

End IF.

But the Auth Object is not working correctly like in the ebugging eventhough my role is not assigned to this Auth Object

it is giving me sy-subrc as 0 (but in my case it must be not be zero.)

Is it anything like Auth Object wont work on Update function Module or else is there any different approach we need to follow

to acheive the functionality .

Kindly share the inputs

K.Nadesh Kumar

1 REPLY 1
Read only

Former Member
0 Likes
297

Hi

The issue is resolved

K.Nadesh Kumar