Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

avoid SAPLPD popup

former_member226419
Contributor
0 Likes
1,292

Hi,

I am triggring one backload label in SAP.When I maintain printer in 'User parameters' it wont give SAPLPD popup but when I give LP01 in 'Default Printer settings' it will give the same popup. How to avoid this? In the code i have given the condition

lwa_composer_param-tddest = lp01

lwa_composer_param-tdimmed = 'X'

Please help.

Thanks in advance.

Regards

Sumeet

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
875

Hello Sumeet,

is it a frontend print or in background ?

Second simple question : Is 'output immediately' set in User parameters ?

Normally print out via SAPLPD should not used longer. It's an old technology.

Host Spool Access Method in transaction SPAD - <Printer> - Access Mode should be G instead of F.

Greetings,

GT.

4 REPLIES 4
Read only

Former Member
0 Likes
876

Hello Sumeet,

is it a frontend print or in background ?

Second simple question : Is 'output immediately' set in User parameters ?

Normally print out via SAPLPD should not used longer. It's an old technology.

Host Spool Access Method in transaction SPAD - <Printer> - Access Mode should be G instead of F.

Greetings,

GT.

Read only

0 Likes
875

Hi Gabor,

I am triggering through one custom transaction and after executing the Tcode spool will be generated in sp02 and once spool status get completed, we have one link to check the label.

I hope you are clear.

Is it something to check with the Basis guys?  Because I checked in tcode SPAD and for printer 'LP01' access method mentioned there as 'F' and for user parameter printer(EBK8) its mentioned 'S' (SAP protocol).

Can you bit explain me more about SPAD tcode?

Thanks in advance.

Regards

Sumeet

Read only

Former Member
0 Likes
875

Hi,

check this post

http://scn.sap.com/thread/1449749

Regards

Read only

RaymondGiuseppi
Active Contributor
0 Likes
875

Do no longer use SAPLPD, as (ref Note 16420 - Problems with SAPLPD)

IMPORTANT INFORMATION: SAP now only supports SAPLPD for frontend printing in Releases prior to 4.6C.

Read Note 894444 - Tool for server-based printing on Windows (SAPSprint) and Note 821519 - Front-end printing with control technology

- Can you provide us your LP01 definion (Transaction SPAD) ?

- In Smartforms add CONTROL_PARAMETERS-NO_DIALOG = abap_true. structure SSFCTRLOP.

Regards,

Raymond