cancel
Showing results for 
Search instead for 
Did you mean: 

Sapscript's print preview problem

Former Member
0 Kudos

Hi everybody!

My problem is in sapscript's print preview.

When I call the transaction directly the print preview is ok. But when I call that same transaction through a CALL TRANSACTION command from others reports, the print preview is showed as a simple report output, like it's printed with WRITE commands.

Has anyone got an idea about this?

Thanks,

Raphael

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Raphael

I have the same problem. Did you find a solution?

Best Regards!

Curtis

Former Member
0 Kudos

Hi Curtis!

Yes, I'd found the answer.

To solve that, when use the CALL TRANSACTION command, you have to set the parameter CTU_PARAMS this way:

CTU_PARAMS-NOBINPT = 'X'.

Doing that, the system knows that it isn't a batch procedure.

Regards,

Raphael