cancel
Showing results for 
Search instead for 
Did you mean: 

PO with release stratergy - change the print parameter setting

former_member248877
Discoverer
0 Kudos

Hi all,

In case of PO with release startetgy, when the PO is released by the last approver and after saving, the print should automatically come in the place of the creator.

for ex: PO creator is A. His default printer is A1

PO approver B. His default printer is B1.

once B approves the PO, the print should come in A1.

Kindly help me in fixing the issue.

Accepted Solutions (1)

Accepted Solutions (1)

raviahuja
Contributor
0 Kudos

Hi,

Tricky situation. . I believe you must be using WFs to get approvals. Now, when you trigger WF, store default printer for PO creator 'A' in WF container. When PO approver 'B' approves it, print this PO using the initiator printer stored in WF container. But for this, you need to make sure that all user printers are configured in SAP by Basis.

Thanks.

Ravi

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In the driver program of the smart form you can pass the printer name based on your PO approver name using IF...ELSE or CASE logic.

In the import parameter of SMART FORM you can find output options where you can pass printer name basded on your approver's name.

Regards.

Saptarshi.

former_member248877
Discoverer
0 Kudos

Hi,

Thanks for your input. A little change in the logic.

Our PO will have two output type.

A - PO creator - print parameter p1

B - PO approver - print parameter p2

CASE 1:

if output type1 is choosed, when B approves printout should come from p2.

Case 2:

if output type 2 is choosed, when B approves printout should come from p1.

Note: No work flow is involved and print program cannot be changed. Can use user exit.

Former Member
0 Kudos

Hi,

Try to find an enhancement spot if the spot is not there thene search for user or customer exit.

Regards.

Saptarshi.

Edited by: Saptarshi Sarkar on Sep 5, 2011 10:25 AM