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

Regarding Authorization

Former Member
0 Likes
505

Hi all,

I hv created Authorization object and assign to user......but not working...............

this is my code...................

AUTHORITY-CHECK OBJECT 'ZVATOBJECT'

ID 'ACTVT' FIELD '02'

ID 'CUSTTYPE' FIELD 'B'.

IF SY-SUBRC = 0.

CALL TRANSACTION 'FB03' AND SKIP FIRST SCREEN.

ENDIF.

pls,Reply

3 REPLIES 3
Read only

Former Member
0 Likes
483

Read only

Former Member
0 Likes
483

Hi,

Goto su01 and goto profile tab in that and check the profile becuse this might be problem with authorization. Edit profile and S_ABAP_ALL add this profile in that field so he/she can be able to use.

Rewards points if it is useful.

Read only

former_member194669
Active Contributor
0 Likes
483

Hi,

Execute program RSUSR002 in se38 and in the selection screen input "Authorisation Object" give your authority object and check whether you have proper authorisation

a®