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

Restriction for multiple printing/Control for multiple printing

Former Member
0 Likes
1,136

HI All,

Can we restrict Printing for particular user?
ie, We have Number of users say A B C D and they are using one ZTRANSACTION for document printing.
Now they want a control for printing like only user A can print the same document multiple times...and rest of the users B C D can take only once, and if these users trying second or third time system should block this..!!
is it possible?? Is there any standard configuration for this using SPAD SP01 ! .
Please provide your valuable suggestions.

Thanks in advance for your suggestions .

Thanks n Regards
Sachin

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
941

IMHO you ask to much to those system transactions, perform your check for already written (store information like SAP does in NAST table) and some authority-check in your z-transaction.

Regards,
Raymond

HI All,

Can we restrict Printing for particular user?
ie, We have Number of users say A B C D and they are using one ZTRANSACTION for document printing.
Now they want a control for printing like only user A can print the same document multiple times...and rest of the users B C D can take only once, and if these users trying second or third time system should block this..!!
is it possible?? Is there any standard configuration for this using SPAD SP01 ! .
Please provide your valuable suggestions.

Thanks in advance for your suggestions .

Thanks n Regards
Sachin

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
942

IMHO you ask to much to those system transactions, perform your check for already written (store information like SAP does in NAST table) and some authority-check in your z-transaction.

Regards,
Raymond

Read only

0 Likes
941

Hi Raymond,

Thank you Raymond.
What i did is... i created Ztable and updating document number and status for each successful transaction.
and added authority check (fetching data from ztable to internal table, and before printing i am checking username and also reading internal table....if subrc = 0 ie, entry is existing... displaying error message ).


Thank you 🙂
Regards .

Sachi.