Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

changing format of spad

Former Member
0 Kudos

hi this is saroj.

my issue is i have to customize spad i.e set program access for computer defaults.

in a report the by default output size is 80.if the contents of list increased then after

printing the list the font sizes of the contents decreased.so i have to customize spad.

please any body tell me the steps to customize spad.

awiting replies.

saroj.

3 REPLIES 3

Sandra_Rossi
Active Contributor
0 Kudos

Here is how I did, maybe it will help you, but it may not correspond to your issue :

- created Z_65_1023 to write an abap list with very small characters (3 points), by copying it from X_65_255

- associated it to device type SAPWIN (frontend).

- changed action "Printer Initialization" corresponding to format type / device type, to print characters in 3 points = 60 twips (\eS60X), and 18.5 lines per inch (\el18.5). See Note 21738 - Device type SAPWIN.

For more general questions, see [sap library - Device Types for SAP Output Devices (Detail Information)|http://help.sap.com/saphelp_nw70/helpdata/en/d9/4a956151ea11d189570000e829fbbd/frameset.htm]

former_member559067
Participant
0 Kudos

Saroj,

Basically there are few steps to be followed:-

1. Need to define a page format (if you need customized) :- go to transaction SPAD > F7 (Full admin.) > Device Type (3rd Tab) > Page Format . Define page format as per your need.

2. Need to define Format type :- go to transaction SPAD > F7 (Full admin.) > Device Type (3rd Tab) > Format type, which uses page format.

3. Need to define Device type :- go to transaction SPAD > F7 (Full admin.) > Device Type (3rd Tab) > Device Type, in this attach your Format Type in the tab formats and do the required driver settings.

4. Need to define an Output Controller :- go to transaction SPAD > F7 (Full admin.) > Device / Server (1st Tab). As per your reqirment check for the access method and complete the settings of Output device type.

Use this Output Device Type while issuing Output.

Note :- In transaction SU01 you can configure this Output Controller Type as Default Output device. This setting will be user specific.

Anmol Saxena

Former Member
0 Kudos

answerd