‎2008 May 07 11:00 AM
in sap scripts sap lpd provides interface b/w sap r/3 and printers.
‎2008 May 07 11:13 AM
hi ali,
Transfer program (SAPLPD) is involved in the SAP spool service .
Spool requests for which output requests have already been passed to the host spooler or SAPLPD (the transfer program) before the failure of the database service are processed by the host spool system. However, it is not possible to write a corresponding entry indicating success in the log table for the spool request.
For more information about SAPLD, see
Setting Up SAPLPD for Printers and Fax Devices.
Service
Use
SAPSprint is a transfer program for print output using a Microsoft Windows operating system. SAPSprint replaces SAPlpd as an implementation of a print server and is required only for remote printing with Microsoft Windows. In this case, the host spool system (Microsoft Windows spooler) and the spool system (application server with a spool work process) are on different hosts. That is why the SAP spool system requires an external process that transfers the output requests from the SAP spool server to the Microsoft Windows spooler. This process is provided by the SAPSprint service.
Integration
SAPSprint comprises the program xSprint.exe which contains the implementation of the Windows service and the receiver for print data from the SAP system. The SAPWIN data stream is processed in the sapwin.dll component. The sapwin.dll component is also used by the new front-end printing, as described in SAP Note 821519. SAPWIN processing errors therefore affect both print methods. Patches for SAPSprint and the new front-end printing are available in SAP Notes 927074 and 841175 respectively.
Prequisites
SAPSprint runs as Windows service. In general, you do not have to change the default configuration settings of SAPSprint as Windows service except for one: You should change the local system account to a domain account. For this, open the list of services in your Windows system, right-click on the SAPSprint service, and choose Properties. On the Log On tab, check the option This account and enter a domain user account.
Features
SAPSprint preserves the features of SAPlpd as a transfer program:
● You can use SAPSprint in all Microsoft Windows systems.
● Like the line printer daemon lpd, SAPSprint accepts print data and forwards it to the host spooler.
● SAPSprint also interprets the special SWIN/SAPWIN data stream and converts it to GDI calls for Microsoft Windows. The system then uses the printer drivers that are available for Microsoft Windows and/or the printers. sapwin.dll contains the SAPWIN interpreter.
SAPSprint is implemented as a multithreaded Windows service and adds the following features:
● Error Bypassing
If an error occurs when printing on a device, this does not prevent printing on other devices defined in the system. In comparison, SAPlpd blocks output to all devices until the error is cleared manually. For more information, see Printing Through SAPSprint.
● Error autorecovery
SAPSprint is by default configured to restart automatically after an error and thus is more robust than SAPlpd.
● Logging and print file retention
You can configure SAPSprint to log information about print jobs as well as to retain print files after they are printed.
For more information, see Setting the SAPSprint Log Level.
● Command Line Administration
SAPSprint does not have a graphical user interface. You can set various configuration options for SAPSprint through a command line. By entering SAPSprint -? in the command line, you can view the most important configuration options. In comparison, SAPlpd was administered by directly accessing the Windows Registry Editor. You find a description of all configuration options in note 85469.
Activities
Install SAPSprint. For more information, see Installing SAPSprint.
for more info see this link
http://help.sap.com/saphelp_nw04s/helpdata/en/08/5741dc4ae611d1894f0000e829fbbd/content.htm
http://help.sap.com/saphelp_nw04s/helpdata/en/d9/4a91ac51ea11d189570000e829fbbd/frameset.htm
https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=saplpd&adv=false&sortby=cm_rnd_rankvalue
thanks
abdul
reward me points if uesfull