cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization Error while running Ztocde.

Former Member
0 Kudos

Hi,

Iam executing Ztransaction code with my user id (TEST).

Actulaly the Ztransaction code internally calling : pa30 transaction code ,but the user (TEST) is not having pa30 authorization

due to that my data is not updating.

how i have to run Ztransaction code with my user id without having pa30 authorization.

Thanku

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Since your z transaction is using pa30 internally you has to include all the objects manually in the role/profile.

To make your role 100% you can follow any one method.

1. Use transaction SU53 to get the missing object & include the object manually in your z transaction role one by one.

2. create a dummy role with transaction PA30 & it will pickedup all required object automatically. Now you note all the required object & include all in your ztransaction role manually.

Note: You may need to maintain object s_tcode manually & include PA30 based on how your abaper call the PA30. If they cal the programme then its not required but if they call transaction then you has to maintain s_tcode object

Regrds

Mrinal

Answers (0)