‎2007 Jun 07 9:24 PM
Hi, All:
what the value for the PRI_PARAMS-PAART field.
Thanks in advance
‎2007 Jun 07 9:29 PM
Hi,
Please check pool table TSP1D for all values available for PAPART.
Regards,
Ferry Lianto
Please reward points if helpful.
‎2007 Jun 07 9:29 PM
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
‎2007 Jun 07 9:33 PM
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.