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

Reprint invoice authorization

Former Member
0 Likes
552

Hi guys,

I have a question and i hope you can help me. Within the document type for billing we want to block users to reprint the invoices.

We want to allow accounting to reprint the original invoices but the rest of SD people to be able only to reprint the copy document. Can we block this at the output conditions level? Is this possible? Has anyone done this before?

Regards,

pedro

Hi guys,

I have a question and i hope you can help me. Within the document type for billing we want to block users to reprint the invoices.

We want to allow accounting to reprint the original invoices but the rest of SD people to be able only to reprint the copy document. Can we block this at the output conditions level? Is this possible? Has anyone done this before?

Regards,

pedro

1 REPLY 1
Read only

manohar_kappala2
Contributor
0 Likes
405

Hi Perdro,

The access to ones own created jobs cannot be controlled i.e he has full access to ones own spool jobs.

But if you want to control the access to print the jobs created by other users.

you can do so by giving the following

SP01

and S_SPO_ACT

give the Actions

PRNT: Output protected request for the first time (for prining only once)

REPR: Output protected spool request more than once (for accounting if you want them to be able to print again)

NOTE: This doesnt apply to a users own spool request the user have full access to ones own spool..

Cheers

Manohar