Application Development and Automation 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: 
Read only

Print issue?

Former Member
0 Likes
532

Hi, All:

what the value for the PRI_PARAMS-PAART field.

Thanks in advance

3 REPLIES 3
Read only

ferry_lianto
Active Contributor
0 Likes
506

Hi,

Please check pool table TSP1D for all values available for PAPART.

Regards,

Ferry Lianto

Please reward points if helpful.

Read only

Former Member
0 Likes
506

hi,

In ABAP, the structure<b> PRI_PARAMS</b> (ABAP Dictionary) represent a set of print parameters.

Formatting <b>PAART</b>

This field actually determines the page format of the output. Depending on the printer connected, you can set different formats with different maximum page length and width values in this field.(Default value: Set internally).

for brief details follow this link.

http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba56d35c111d1829f0000e829fbfe/content.htm

regards,

ashokreddy.

Message was edited by:

ashok reddy

Read only

Former Member
0 Likes
506

Hi Yunfa,

The field PRI_PARAMS-PAART specifies the format of the spool request to be sent. Essentially, it defines the page format, that is the maximum number of lines and columns per printed page.

Possible values are X_PAPER,X_65_80(Atleast 65 rows by 80 columns), X_65_132 etc.

Hope this helps you.

Regards,

SP.