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

block a user from a tcode and diable print preview button

Former Member
0 Likes
610

Hi experts,

i want to block a few users from ME9F tocde.

whats the procedure for that? i am getting many posts related to this but nothingwhcih says. the steps u shouls go about.

please let me know how i should block a user from a tcode.

aslo i want to do this basically for not allowing users to print PO's from print preview button.

whats the solution for this. he should not be able to print until its totally released.

but now he can print thro print preview button. basically want to diable this button from me23n /me22n tcodes.

so trying out options. blocking ME9F is one of them. howevr i want to know even that and others.

Thanks for your help

regards

Kavana

Hi experts,

i want to block a few users from ME9F tocde.

whats the procedure for that? i am getting many posts related to this but nothingwhcih says. the steps u shouls go about.

please let me know how i should block a user from a tcode.

aslo i want to do this basically for not allowing users to print PO's from print preview button.

whats the solution for this. he should not be able to print until its totally released.

but now he can print thro print preview button. basically want to diable this button from me23n /me22n tcodes.

so trying out options. blocking ME9F is one of them. howevr i want to know even that and others.

Thanks for your help

regards

Kavana

4 REPLIES 4
Read only

Former Member
0 Likes
565

1) Blocking users from a transaction is done via authorizations. You could use authority object S_TCODE.

2) Disabling the PO printout via the preview function can only be done via a modification (function SSFDISPLAY_OTF_LIST and/or SSFCOMP_PDF_PREVIEW). But there is a more elegant solution: You could check if a PO should be printed or not in the PO print program. If the PO should not be printed, just exit the print program without printing.

Hope that helps.

Read only

0 Likes
565

Thanks Berhnard

but i would like to know the steps of doing these. what shoudl i do with authortiy object s_tcode. wher and how to make this happen.

same with the other functions. where are they and how to modify?

and how to come out of print program, u mean the one tied to in output types config?

Thanks

kavana

Read only

Former Member
0 Likes
565

Kavana,

Solution to your problem can be found with a BASIS guy. In the respective user profiles, it can be set.

doing an enhancement for such a issue is possible by writing a user exit wherein u validate the user as he enters

the tcode. but i dont this is a smart way of doing things.

TC

sajimon Chandran

Read only

Former Member
0 Likes
565

thanks guys.. i shall try to get some doc abt security..