Hello,
With Access Method L on R/3, the command contained in the parameter
'rspo/host_spool/print' is simply executed at OS level.
**Example only**:
rspo/host_spool/print: cd &p; /usr/bin/lpr -P&P -J&f -r -h -#&C &f
2>&&1
and the command in parameter 'rspo/host_spool/query' is executed to report back the status to the SAP system
rspo/host_spool/query: /usr/bin/lpq -P&P
If the status of spool number is 'Compl.', then this was reported back from the OS query as successfully printing.
Test and see if printing is successfully from Unix OS level to this printer using the command of parameter 'rspo/host_spool/print'?
See SAP note:
19291 - Setting up printers under UNIX
Regards,
David