cancel
Showing results for 
Search instead for 
Did you mean: 

Need To restict PRINT OUT status for Process order in back ground

former_member189596
Active Participant
0 Kudos

Hi all,

The T.Code COHVPI will use for mass processing of Relealse process order. At the same time it will give print out for all process orders which are successfully change status to REALEASE status.Presently it is running forground Job , it is giving print out for process order shopfloor paper.

NOw Client wants to run in Back gorund for tcode COHVPI , But it is running fine. But Clinet does not want print outt when it runs in the back ground. After my analysis , we can restrict print out with SY-batch eq 0 in the print program of Forms.

But the process order status is changed to with Print out happend in the user status .

Now i need to restict to change to status of PRINT OUT of process orders.

Let me know i can i achive this requirement.

Thanks in Advance,

Regards,

JBR

Accepted Solutions (0)

Answers (1)

Answers (1)

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

You can correct this by a modification. Using Transaction BS22, Forbidd business transaction RMDR for status I0002.

Please note change to status control of status I0002 has effects on all objects which use this status.

Regards,

R.Brahmankar

former_member189596
Active Participant
0 Kudos

Hi,

Thanks for quick reply.

We need restict this status only if tcode COHVPI runs inn Back gorund.Remaining cases it needs to be working as of now is fine.

Is there any way to restict through code?

Thanks& Regards,

JBR

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

You can not restrict only for COHVPI runs in Backgorund. For that You need to remove the background run for the COHVPI for Printing. If you have assigned the scheduling profile for auto printing on release remove it.

Else there is no work around for this.

Regards,

R.Brahmankar