cancel
Showing results for 
Search instead for 
Did you mean: 

How we set the printer to print landscape mode from redwood

former_member753256
Participant
0 Kudos

Hi ,

How we set the printer to print landscape mode from redwood.

We got a request from the client to change the mode from portrait to landscape.

Can we do that from redwood in job define parameters?

If yes how do we do that?

Accepted Solutions (0)

Answers (1)

Answers (1)

h_carpenter
Active Contributor
0 Kudos

Hi,


I assume this is an ABAP process. If you are running this ABAP with SAP_AbapRun you will not have the Orientation print parameter, it is available in SAP_AbapRunPrint.

If you scheduled the ABAP with SAP_AbapRun, schedule it with SAP_AbapRunPrint instead.

If you have a non-built-in SAPR3 process definition, simply add parameter PAGE_ORIENTATION and give it the value L (Landscape), it also accepts P (Portrait).

Best regards,

HP