2012 Jun 11 4:13 PM
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
2012 Jun 11 4:50 PM
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.
2012 Jun 11 4:50 PM
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.
2012 Jun 12 12:25 PM
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
2012 Jun 11 5:00 PM
2012 Jun 12 9:22 AM
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