Unable to print in SAP

Hi all,
We are facing a problem with a printer HP LaserJet 1505.When we try printing in SAP,it is not printing.We have also added a device type in SAP for that particular printer downloading it from the vendor's site.Spool request and out request shows in completed status.But the print did not come.Below are the few lines of the SAPLPD.If anyone knows any clue.Please help.
(3:45:05 AM) send_status called
(3:45:05 AM) Job 000zUDWm.WE3 for user SKOPP queued.
(3:45:05 AM) Job 000zUDWm.WE3 (raw) started on printer HP LASERJET P1505
(3:45:05 AM) Error: The printer HP LASERJET P1505 is unknown to Windows Print Manager.
(3:45:05 AM) The following printers are currently defined:
(3:45:05 AM) Printer = HP LASERJET 4050 SERIES PCL6
(3:45:05 AM) Warning: Printer name contains spaces.
(3:45:05 AM) Please rename printer, before using it from R/3 or UNIX!
(3:45:05 AM) Printer = MICROSOFT OFFICE LIVE MEETING 2007 DOCUMENT WRITER
(3:45:05 AM) Warning: Printer name contains spaces.
(3:45:05 AM) Please rename printer, before using it from R/3 or UNIX!
(3:45:05 AM) Printer = MICROSOFT OFFICE LIVE MEETING DOCUMENT WRITER
(3:45:05 AM) Warning: Printer name contains spaces.
(3:45:05 AM) Please rename printer, before using it from R/3 or UNIX!
(3:45:05 AM) Printer = MICROSOFT OFFICE DOCUMENT IMAGE WRITER
(3:45:05 AM) Warning: Printer name contains spaces.
(3:45:05 AM) Please rename printer, before using it from R/3 or UNIX!
(3:45:05 AM) Printer = HP LASERJET 4100 SERIES PS
(3:45:05 AM) Warning: Printer name contains spaces.
(3:45:05 AM) Please rename printer, before using it from R/3 or UNIX!
(3:45:05 AM) Printer = AMYUNI PDF CONVERTER
(3:45:05 AM) Warning: Printer name contains spaces.
(3:45:05 AM) Please rename printer, before using it from R/3 or UNIX!
(3:45:05 AM) Printer =
D-705445-0\CP LASERJET 1100
(3:45:05 AM) Warning: Printer name contains spaces.
(3:45:05 AM) Please rename printer, before using it from R/3 or UNIX!
(3:45:05 AM) Cannot do OpenPrinter HP LASERJET P1505. Text = Overlapped I/O operation is in progress.
(3:45:05 AM) Error: BG: printfile failed, msg = 808 SAPLPD:Windows Problem, siehe SAPLPD Protokoll
Regards,
Sudheer.

Hi Sudheer,
I hope you have already visited -
http://h71028.www7.hp.com/enterprise/cache/37011-0-0-225-121.html
And also make sure you have added the right device type & code pages for the printer -
Following are the programs to do the upload.
RSTXCPAG For Code Page
RSTXSCRP For Device Type
Best of luck..
Nishikant

Similar Messages

  • User unable to print in SAP 4.6

    Hi Friends,
    A user is not able to print in SAP 4.6 but able to print in SAP 6.0 and from other applications like Word, Excel etc. When trying to print he's getting the following error:
    Please let me know what could be causing this and how I can help him in fixing this issue.
    Thanks,
    Asad

    Hi Asad,
    you just have to do what it explains. You are printing with LOCL. You need to set the default printer to the specific you want to have your papers printed by SAP.
    Additional to that, make sure, that the Printername (System and Devices) in Windows does not contain any spaces because that ends in  problems sometimes.
    I think your issue is that the name of the printer is too long and contains spaces, maximum is 40 characters
    This is your name:
    JSAP4169 ON JSAP2APRINT (FROM CNU3439MD9) IN SESSION 139
    56 Characters and spaces. Double ouch
    ~Florian

  • Unable to print multiple line items in Z-SAP SCRIPT

    Hi ALL,
    We have a scenario where in we are calling the Driver program (RFKORD50) for Document Extract(F.64), Where in we have attached the Z-Script to the program(RFKORD50),
    Unable to print multiple items.
    1) Checked with all the elements in STD program for printing multiple items in main window but unable to get all the items we are able to fetch only 1 item .
    (&BSEG-BUZEI&,,     &BSEG-SGTXT&,,,,&BSEG-DMBTR&)
    2) I have also tried with external subroutine but it also didnot work.it is fetching the latest value.
    Ex: if we have 3 items say 1,2,3 first 2 items are not getting fetched it is taking 3rd item and printing it straight away(Problem is it is not going to script for fetching the first item).
    see the perform which i have used
    /: PERFORM ITEMS IN PROGRAM ZTFI_ZNV20296
    /:USING &BSEG-BUKRS&
    /:USING &BKPF-BELNR&
    /:USING &BSEG-GJAHR&
    /:CHANGING &V_BUZEI&
    /:CHANGING &V_SGTXT&
    /:CHANGING &V_DMBTR&
    /: ENDPERFORM
    IL  &V_BUZEI&,,     &V_SGTXT&,,,,&V_DMBTR&
    Please suggest me whetther we can call write_form from external subroutine. or is there any loop commands in SAP SCRIPT Form.
    Regards,
    Jana

    Hi!
    The LOOP is always within the printer program. In this case also.
    Just check out the RFKORI35 include, the LOOP begins in the 215th line (in 4.6C).
    SORT HBSEG BY BUKRS SORTP1 SORTP2 SORTP3 SORTP4 SORTP5
                          BELNR GJAHR BUZEI.
            LOOP AT HBSEG.
    *         WHERE BUKRS = SAVE_BUKRS.
              SAVE_BUKRS  = HBSEG-BUKRS.
              IF  ( HBSEG-KUNNR = SAVE_KUNNR
              AND   NOT SAVE_KUNNR IS INITIAL )
              OR  ( HBSEG-LIFNR = SAVE_LIFNR
              AND   NOT SAVE_LIFNR IS INITIAL ).
                CLEAR RF140-ELEMENT.
                RF140-ELEMENT = '521'.
                CALL FUNCTION 'WRITE_FORM'
                         EXPORTING  WINDOW    = 'MAIN'
                                    ELEMENT   = '521'
                         EXCEPTIONS WINDOW    = 1
                                    ELEMENT   = 2.
    You might try out to write your code within the 521 elemnt in the sapscript.
    Regards
    Tamás
    Edited by: Tamás Nyisztor on Jun 12, 2008 3:34 PM

  • Unable to print BSEG-SGTXT in Main window - SAP Script

    Hi
    I have an issue in Scripts.
    I want to print BSEG-SGTXT in my Main Window and below is my code but i am unable to print the text. while debugging, i am getting value in zsgtxt field, but i am unable to get/print in script.
    can any one help me why it's not printing? and plese suggest where it's wrong.
    In Main window:
    /:   PERFORM TEXT IN PROGRAM ZFIGS_CHECK_PRINTING     
    /:   USING &REGUP-BELNR&                              
    /:   CHANGING &ZSGTXT&                                
    /:   ENDPERFORM                                       
    CH   &ZSGTXT&           
    In Subroutine pool:
    FORM text TABLES intab STRUCTURE itcsy
                             outtab STRUCTURE itcsy.
      DATA: zbelnr(10),
            zsgtxt LIKE bseg-sgtxt.
      READ TABLE intab WITH KEY name = 'REGUP-BELNR' .
      IF sy-subrc = 0.
        MOVE intab-value TO zbelnr.
        SELECT SINGLE sgtxt INTO zsgtxt FROM bseg
              WHERE bukrs = '8140' AND
                    belnr = zbelnr.
        IF sy-subrc = 0.
          MOVE zsgtxt TO outtab-value.
          MODIFY outtab INDEX sy-tabix.
        ENDIF.
      ENDIF.
    ENDFORM.
    Thanks,
    Siva

    Hi,
    Can any one tell how to write loop statement in Main window to display BSEG-SGTXT. As i am getting text (BSEG-SGTXT) from subroutine pool and calling into Main window using Perform statement and printing duplicate text in multiple times insted of different text.
    Thanks,
    Siva

  • Unable to print the document thru Crystal Integration

    Hi All,
    Could anybody help me on the issue given below.
    One of our client Issue while printing from crystal Integration in SAP Business One. I can able to view the crystal report through Crystal Integration but i am unable to print the document.No Error is getting displayed .If i am printing from PLD it's working fine .After exporting to PDF from crytal integration i can able to Print but not able to print directly from the crystal Integration.
    Thanks,
    Vishwanath

    Hi,
    Please try to post in the Integration forum have some answers there.
    Regards,
    Clint

  • Unable to print office 2010 document to the printer.

    Hi All,
    Greetings of the day.
    Due to MS office upgrade to 2010, i am unable print document. I am using CV120_START_APPLICATION function module but with this i am able see print preview only.
    Kindly do the needful.
    Regards,
    Yogendra

    You see, this is what happens when the question doesn't have sufficient information to provide an intelligent answer. You're saying "i am unable to print document", but what document? From where? What have you already tried to resolve this yourself (maybe try another FM?)? And what is the actual question?
    Simply by looking at the FM description I gather it has something to do with DMS. If you go to Google and type in 'DMS print document site:scn.sap.com' there are 1000+ hits. Are none of them helpful?
    Going forward, kindly refer to this blog and this one before posting a question.

  • Unable to print barcode in smart forms in zebra 420 printer.

    Hi,
    Can anyone please help me out with the following issue.
    1. I am unable to print the barcode using a zebra barcode printer from SAP. I use C128A format.
    2. But this issue doesn't come when I print the same form using a Laser printer. The scanner also detects the same correctly.
    3. The same barcode printer prints  my earlier forms with the same settings correctly.
    May I please know where the issue exactly is?
    Regards,
    Krishna

    Hi,
    Please check the size of the barcode in the styles and check ur printer settings.
    The paper layout of the printer also needs to be checked.
    Regards,
    Krishna

  • Unable to print to HP1022N

    Hello
    Our colleagues in Czech rep. Have installed an HP Laserjet 1022n with an internal Jetdirect network card.
    The printer is pinging OK from the AS400 system.
    Native AS400 spools (remote output queue defined as IP) stay in *SND status.
    Also prints from SAP (in SPAD defined with access method 'C' ) stay as *SND in the AS400 output queue.
    If tried also to define the printer in SAP with access method U (Berkeley), but then I get the message 'Unable to reach the remote host spool system'
    Any hints ?

    Hi,
    output queue stay in with status *SND
    The OS400 remote-writer writer will wait until PDFing (or any other remote printer) starts to listen on TCP/IP port 515. If PDFing is started, you should check that the TCP/IP address assigned to the output-queue being written is the same as the address assigned to the PC on which PDFing is running.
    You can check to see whether OS400 can "ping" this PC.
    If you can ping the PC from OS400, check the network status, using NETSTAT *CNN on the AS/400 and netstat -n on the PC. If all else fails, it is "just" possible that OS400 is not functioning correctly.
    if it is not working you can use access method U
    check http://help.sap.com/saphelp_erp60/helpdata/EN/d9/4a933c51ea11d189570000e829fbbd/frameset.htm
    and
    http://help.sap.com/saphelp_erp60/helpdata/EN/c1/d4ea3bb5af9112e10000000a11402f/frameset.htm
    regards,
    kaushal

  • Unable to Print MSDS's with WWI

    Hi,
    I have a problem that SAP printing is working fine, however users are unable to print MSDS's, The prints are showing up as completed in the SAPLPD however in the spool requests for the printers these are not showing up (normal SAP printing to these printers are working fine).  I have checked the rfc connection to the WWI server and this is working fine.
    Are there any other things I should check for this problem?
    Any ideas would be a big help
    Thanks
    Jay

    Within the WWI monitor I had to reactivate the server.
    MSDS's printing now.
    Thanks for your help

  • Unable to print JPG

    Experts,
    I have been unable to print a jpeg file in DMS.  Initially, when I tried to open the JPG in DMS, we received an error stating the viewer program could not be found.  So I changed the Worstation Application setting for JPG to use the SAP integrated viewer.  Now I can open the file and view it, but I am still unable to print it.  Any ideas?
    - Andrew

    Thank you Christoph,
    I have setup the workstation application in DC30 according to this wiki, including type 3.  The JPG is now viewable in CV03N, but when I click on the original document, and press the print button, nothing happens.  However, if I go into the dropdown menu "Viewer" and select the Print option, it does print.
    I don't know why it prints from the document viewer options but not from the DMS print.
    - Andrew

  • Unable to print euro symbol in dot matrix printer

    i am unable to print euro symbol in dot matrix printer from abap list. whereas it is printed as '#'  symbol instead of euro.
    my sap product is ECC 6.0
    regards
    mohanraj

    Check this
    [http://help.sap.com/saphelp_nw04/helpdata/en/90/78f078030211d399b90000e83dd9fc/frameset.htm]
    also check the SAP Note 129581

  • Printing from SAP on Linux

    I am unable to print reports from SAPGUI on linux platform. I am using Fedora 13. I am able to print documents from other applications like Openoffice Writer & all other application. But when I am trying to print reports from SAP, It's showing blank page. I am also unable to see print preview in SAP. The printer I am using is HP 1020 Laserjet.
    Can somebody help me?
    Thanks in advance,
    Srinivas

    Hi,
    Make sure that you have printer has been installed properly on your linux desktop.
    On SAP, using SPAD tcode, you can set output device using access method G : Frontend printing with control technologie. This is easiest way.
    You can also use access method S or U for better printing method. Please refer to my blog posting here (http://sapbasis.wordpress.com/2007/08/23/print-sap-documents-using-linux/)
    ardhian
    http://sapbasis.wordpress.com

  • I am unable to print from my ipod to HP5510 which is listed as one of Apple's Airprinters

    I  am unable to print from my ipod to HP5510 which is listed in Apple's list of recognised Airprinters

    Start up in safe mode
    http://support.apple.com/kb/PH4373   <<< click here.
    Restore your computer’s software
    http://support.apple.com/kb/PH3840   <<< click here.
    http://www.apple.com/buy/locator/   <<< click here.

  • HT4356 unable to print from my ipad mini

    unable to print from ipad1 or ipad mini.  tried all suggestions in support.  This problem has been highlighted before is there a a problem with an software upgrade.  I have hp 5510 that works fine fromPC.

    I rebooted my BT router,  Switched printer off and on, Checked printer on same wifi as router.  closed ipad wifi to forget this network and reselected. 
    Printer worked OK on my ipad1 up until a few months ago it has never worked on my new ipad mini.  works from my PC.

  • Error while creating request list Unable to detect the SAP system directory

    We are upgrading SAP BW (NW 7.0 EHP1) to SAP BW (NW 7.3)
    source OS: Windows 2008 R2,  source DB: MSSQL server 2008 R2 SP1 CU3
    I had started the upgrade by running: STARTUP.BAT
    I had started the DSUGui on the server (CI / DB on the same server) from: D:\usr\sap\BP1\upg\sdt\exe\DSUGui.bat
    I ran both programs (run as administrators).
    Once SAP Gui connects and was able to create userid/ password and when ready to start the initialization phase (click next)
    gives me the error
    Error while creating request list - see preceeding messages. Unable to detect the SAP system directory on the local host
    I had tried STARTUP.BAT "jce_policy_zip=Z:\export-import\downloads\jce_policy-6'  and still the same error.
    I had started DSUGui.bat with trace and the trace file contents are
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[2.0.7.1006]/>
    <!NAME[D:
    usr
    sap
    bp1
    upg
    sdt
    trc
    server.trc]/>
    <!PATTERN[server.trc]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%s]: %-100l [%t]: %m)]/>
    <!ENCODING[UTF8]/>
    <!LOGHEADER[END]/>
    Jan 11, 2012 10:14:58 AM [Error]:                          com.sap.sdt.engine.core.communication.AbstractCmd.log(AbstractCmd.java:102) [Thread[ExecuteWorker,5,main]]: Execution of command com.sap.sdt.engine.core.communication.CmdActionEvent@376433e4 failed: while trying to invoke the method java.io.File.getAbsolutePath() of an object returned from com.sap.sdt.dsu.service.req.DSURequestListBuilder.getSystemDir()
    Jan 11, 2012 10:14:58 AM [Error]:                          com.sap.sdt.engine.core.communication.AbstractCmd.log(AbstractCmd.java:103) [Thread[ExecuteWorker,5,main]]: java.lang.NullPointerException: while trying to invoke the method java.io.File.getAbsolutePath() of an object returned from com.sap.sdt.dsu.service.req.DSURequestListBuilder.getSystemDir()
    Jan 11, 2012 10:14:58 AM [Error]:                          com.sap.sdt.engine.core.communication.AbstractCmd.log(AbstractCmd.java:103) [Thread[ExecuteWorker,5,main]]: java.lang.NullPointerException: while trying to invoke the method java.io.File.getAbsolutePath() of an object returned from com.sap.sdt.dsu.service.req.DSURequestListBuilder.getSystemDir()
    Jan 11, 2012 10:14:58 AM [Error]:                                                 com.sap.sdt.engine.core.communication.CmdActionEvent [Thread[ExecuteWorker,5,main]]: java.lang.NullPointerException: while trying to invoke the method java.io.File.getAbsolutePath() of an object returned from com.sap.sdt.dsu.service.req.DSURequestListBuilder.getSystemDir()
         at com.sap.sdt.dsu.service.req.DSURequestListBuilder.persistSystemInfo(DSURequestListBuilder.java:277)
         at com.sap.sdt.dsu.service.DSUService.createRequestList(DSUService.java:338)
         at com.sap.sdt.dsu.service.controls.DSUListener.actionNext(DSUListener.java:144)
         at com.sap.sdt.dsu.service.controls.DSUListener.actionPerformed(DSUListener.java:67)
         at com.sap.sdt.server.core.controls.SDTActionListener$Listener.actionPerformed(SDTActionListener.java:46)
         at com.sap.sdt.engine.core.communication.CmdActionEvent.actOnEvent(CmdActionEvent.java:43)
         at com.sap.sdt.engine.core.communication.CmdEvent.execute(CmdEvent.java:69)
         at com.sap.sdt.engine.core.communication.ExecWorker.handleCmd(ExecWorker.java:36)
         at com.sap.sdt.engine.core.communication.AbstractWorker.run(AbstractWorker.java:93)
    I could not get Upgrade started.  Any help is appreciated
    Thanks
    Prathap

    Did you get this solved?
    I have the same problem

Maybe you are looking for

  • Can't Print to A Printer attached to a PC using XP

    Hi, I am sharing a network with a win xp computer using a wireless network from my mac book pro running os 10.5.1 It works great except for one problem: I am unable to print to the HP Officejet 4315 That is a printer attached to the XP machine with p

  • Open hub destination problem - .csv file is empty

    Hi everyone, I am trying to extract data from our BW system using Open Hub Dest. to a .csv file DTP runs successfully means show total no. of records but when I see in AL11 then records are not in .csv file that is .csv file is empty. How to figure o

  • TS4079 Siri issues - FRUSTRATED

    Siri has stopped being so helpful.  She use to ask me if I wanted to reply to text messages when I received them, not she doesn't. I get messages and she tells me I don't have any new messages...when I do. When replying to a text message via dictatio

  • SAP B1 Web CRM user

    Hi, Please could anyone assist me. i know that you can use a B1 Web CRM user to create and run promotional e-mail campaigns. What i would like to know is: If you send out an e-mail campaign with a link, can you track it when people click on the link?

  • Can't verify apple ID

    I'm trying to create a new apple ID and have sent the verification email to myself several times but when I click on the Verify link within the email, it takes me to a page that says error, unable to process request because of security or session tim