Skip to Content
0
Former Member
Dec 07, 2006 at 07:25 AM

Print Report to Printer Immediately

134 Views

Hi,

I tried to print the report immediately to printer using this FM

RSPO_OUTPUT_SPOOL_REQUEST. The report are printed succesfully but there is this box title "SAPLPD" which will show me the following information :-

  • start info **

(3:21:27 PM) Number of processors: 2

(3:21:27 PM) Icon DLL loaded.

(3:21:27 PM)

(3:21:27 PM) Network Communication via SAP-NiLib

(3:21:27 PM) Hostname: my-alicer

(3:21:27 PM) IP Address: 10.161.0.169

(3:21:27 PM) TRACE: SncInit(): Initializing Secure Network Communication (SNC)

(3:21:27 PM) TRACE: PC with Windows NT (mt,ascii,SAP_UC/size_t/void* =

8/32/32)

(3:21:27 PM) TRACE: SncInit(): Reading configuration from 'SAPLPD.INI'.

(3:21:27 PM) TRACE: SncInit(): Initializing Secure Network Communication (SNC)

(3:21:27 PM) TRACE: PC with Windows NT (mt,ascii,SAP_UC/size_t/void* =

8/32/32)

(3:21:27 PM) TRACE: SncInit(): Reading configuration from 'WIN.INI'.

(3:21:27 PM)

(3:21:27 PM) SAPLPD Version 6.19 for Windows/NT (OPT) is listening

(3:21:27 PM) OS-Info: version = 5.1, build = 0/2600, text = Service Pack 2

(3:21:27 PM) Copyright © 1992-2001 SAP AG

(3:21:27 PM)

(3:21:37 PM)

(3:21:37 PM) Receive job for printer __DEFAULT (Berkeley LPD protocol / RFC1179)

(3:21:40 PM) Job 000D3p21.GSE for user BEEYINGS queued.

(3:21:40 PM) Start printing job 000D3p21.GSE on printer HP LASERJET 4250

(3:21:41 PM) Print-job 000D3p21.GSE, 2 pages finished.

(3:21:41 PM) Elapsed time 1.188 sec (0.030 sec. used by windows)

  • end info **

Each time i send my report to print, this box will come out. How do i get rid of It ? Or is there any other way to send my report to printer immediately other than using the following FM :-

1) GET_PRINT_PARAMETERS

2) PRINT_REPORT

Thanks.