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

Projects Create and Change T-codes authorizations

Former Member
0 Likes
889

Hi Experts,

I am trying to put a restrictions on Project Type C_PRPS_ART

in the authorizations field. But while using t-code CJ01 and CJ02 it doesn't really stop users based on the project type under projects.

Thanks

6 REPLIES 6
Read only

Former Member
0 Likes
850

Hi,

Trace the user and check which objects are checked.then you can find the object to restricit

hope this helps

Read only

0 Likes
850

Hi,

I have tried trace as well, but no help. My main requirement is to restrict based on project type. In trace it does get restricted but user is still able to change the project date, cost etc.

thanks

Read only

0 Likes
850

can the users save those changes?

Read only

0 Likes
850

Yes.

That is what is a shocking thing. This Auth is check and maintained.

I was just wandering is there any config for this to have autho check.

Read only

Former Member
0 Likes
850

hi,

another idea, copying CJ01 and CJ02 into ZCJ01 and ZCJ02.

ask your ABAP to add C_PRPS_ART on "perform authority check" so that if user execute, it will check C_PRPS_ART.

Now you can restrict project type for that purpose.

hope it help.

rgds,

Alfonsus Guritno

Read only

0 Likes
850

Hi ,

Do we have any stanbard way of doing it rather than Z....

Regards.