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: 

disable the approve button in PR5

anita_tleel
Explorer
0 Kudos

Hi

I am trying to disable or hide the approve button (approve and save expense report) from the transaction pr05

I have tried to do a trace and see the objects but with no luck

is there a way to do this other than using transaction variant?

thanks

3 REPLIES 3

former_member74904
Contributor
0 Kudos

Hi Anita,

Have a look at this thread for an answer to your question.

In short: By adjusting the values for the AUTHF & AUTHS fields of object P_TRAVL you can disable the "approve"-button.

Good luck!

Dimitri.

martin_voros
Active Contributor
0 Kudos

Check SU24 for objects that will be proposed to role in PFCG.

Cheers

anita_tleel
Explorer
0 Kudos

thank you d. van Heumen.. I knew it had to do with those 2 auth but it has a whole combination of possibilities... after debug I was able to find what value it should have

regards