cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase order Print preview Problem in ME23N

Former Member
0 Kudos

Hi all,

We are trying to see print preview of purchase order in ME23N, but, when we press print preview button another window named "SAPLPD" is poping up. The pop-up window looks like command propmt window and contains lines like

"(11:25:54 AM) Icon DLL loaded.

(11:25:54 AM)

(11:25:54 AM) Network Communication via SAP-NiLib

(11:25:54 AM) Hostname: L04WSChe0300

(11:25:54 AM) IP Address: 10.87.7.11

(11:25:54 AM)

(11:25:54 AM) SAPLPD Version 6.28 for Windows/NT (OPT) is listening

(11:25:54 AM) OS-Info: version = 5.1, build = 0/2600, text = Service Pack 2

(11:25:54 AM) Copyright © 1992-2001 SAP AG

(11:25:54 AM)

(11:26:04 AM)

(11:26:04 AM) Receive job for printer __DEFAULT (Berkeley LPD protocol / RFC1179)

(11:26:04 AM) send_status called

(11:26:05 AM) send_status called

(11:26:05 AM) send_status called

(11:26:07 AM) send_status called

(11:26:07 AM) send_status called

(11:26:07 AM) Job 000jgjJp.DEV for user DEV2 queued.

(11:26:07 AM) Start printing job 000jgjJp.DEV on printer MICROSOFT OFFICE DOCUMENT IMAGE WRITER

(11:26:13 AM) Error: Unable to start print job, Windows rc = -2, Error = Overlapped I/O operation is in progress.

(11:26:13 AM) Error: BG: saplpd_open_dc failed, msg = 808 SAPLPD:Windows Problem, siehe SAPLPD Protokoll

How can I fix this problem and see print preview of purchase order in ME23N.

Please help me!

Thanks,

Rajan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

problem solved on my own

Former Member
0 Kudos

Maybe you can tell us how you did it.

Knowledgesharing is one the reasons this side excists.

Former Member
0 Kudos

This popup will come whenever the document is printing. I think you applied print immedialty properties.

Pl. uncheck Print immediaty check box. Then printout will not trigger.

Former Member
0 Kudos

hi,

DATA: w_compop TYPE ssfcompop.

w_compop-tdimmed = ' '. "Print Immediately control parameter should be empty..

Then only print preview pop-up will come..

then call your smartform like this..

CALL FUNCTION fnam

EXPORTING

control_parameters = w_ctrlop

output_options = w_compop

TABLES

it_vbdkr = it_tvbdkr[]

it_vbdpr = tvbdpr[]

it_zglentitycode = it_zglentitycode[].

regards

vijay

Former Member
0 Kudos

hi,

this means your form is actually printing, check the print settings, uncheck print immidetly, dont give printer name use LP01 or LOCL.

thanks,

anupama.