cancel
Showing results for 
Search instead for 
Did you mean: 

Single print program and multi forms printing

Former Member
0 Kudos

Hi,

I got a different kind of requirement using the driver program PSFCOPCT and standard layout is PFSC_STD_LAYOUT.

there are 4 layouts with 'different 'MAIN' pages. but Header and footer are common.

for a single order it should get trigger for all 4 layouts without fail. This forms are basically usefull for Floor people. So, expecting only one time print for each layout(Single production order).

In this case how to handle this scenario, without modifying standard program.

If there is no option to have custom print program to achieve this requirement then How to go about?

Please help me here.

thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Take a copy of the standard driver program - PSFCOPCT and inside the copied program call all the four layouts.

In case of SAP script call

OPEN_FORM

-- START_FORM

--END_FORM

--START_FORM

--END_FORM

etc...

CLOSE_FORM.

In case of SAP Smatform call

SSF_OPEN

-- call smartform1

-- call smartform2

etc...

SSF_CLOSE.

Now add the copied custom driver program in the respective configuration for the printout.

Regards,

harish