Print from SAP

Hi gurus
Could you please give me some advice of which ABAP standard i should use to print A4? when i go to Print then go to Properties and then which Format "x_*" should I use for A4 printing. I tried most of them by our minolta still saying that im trying to print Letter format:( how can i correct this? any advices?
thank you very much!

HI
First you define your printer in SPAD.
Configure the printer, As per your landscape and settings.
when you give print then u select the DINA4(this contains sap standard printer settings A4.
210,297 these are to be selected according to your configuration of sap system)
Feel free to revert back.
Pls provide the points if you get the answer.
---venkat.

Similar Messages

  • User not able to print from SAP

    Hi guys,
                 User is not able to print from SAP. The printer is directly connected to his PC. It is not a network printer. The user is able to print at OS level perfectly. IN SP01, it shows in green and the print job has been completed successfully. I can see the output request. Its all fine in SAP. I am not sure why it is not printing from SAP. Please help ?
    Thanks

    hi venkata,
    did you already defined your printer on SAP Server using tcode SPAD ?
    What kind of printing you're using ?
    My suggest for simplest one is create new output devices.
    Type tcode SPAD
    Give simple name
    Choose SAPWIN for device type (if you're using WIndows clients)
    On Access Method tab
    Choose Host Spool Access Method F : Front end Printing or G :
    For Host Printer fill with __DEFAULT (remember double underscore)
    save and test it.
    ardhian
    http://sapbasis.wordpress.com

  • Printing from SAP via main frames

    Hi,
    We are runnnig Our SAP 47 on Solaris Operating System.  We have a requirement for printing form SAP using Mainframe Print Queues.  Does any one have any info on how to setup print queues in main frame or printing from SAP via mainframe servers.  Any Info would be really helpful.
    thanks in advance
    Sitapati Kalluri

    You can use IBM Infoprint Server for z/OS.
    <a href="http://www.printers.ibm.com/internet/wwsites.nsf/vwwebpublished/ipserverhome_z_ww">http://www.printers.ibm.com/internet/wwsites.nsf/vwwebpublished/ipserverhome_z_ww</a>
    But this is priced feature of z/OS and requires some customization.
    Regards, Martin

  • Using Preview when printing from SAP

    Just starting to use SAP Java GUI on the Mac and one of the 1st items I discovered was the inflexibility for printing. I would need to define the printer in the preferences of the SAP Java GUI and then anytime I would print it would just go to that printer.
    Problem with this is that sometimes I work from within the office, and sometimes from home with as a result that my printer changes.
    When on Windows, I also often performed a print from within SAP but then selected the Adobe PDF printer instead so that I had a resulting PDF file.
    What I thus really wanted was for anytime I print from SAPGUI to the local printer to get a print dialog just like it does on Windows. I checked around but could not find anything to replace the lp command with on Mac that would then provide this. As a work-around I developed the following small script instead. Now instead of just printing, the print-out will be shown in Preview as a PDF. From here I can then save it as a PDF, print it, mail it, .... anything else one can do with Preview.
    This is not the exact solution I wanted as I wanted to just get a print dialog; but this gets me a lot closer to it.
    See next post (hopefully as I am having issues posting) for script & steps.

    Instructions:
    First, make sure that printing is setup for SAP Java GUI. There is sufficient information out there but main items are that the printer within SAP is defined with method G and that the device type os POST2 (for postscript). Also ensure that under output attributes Color printer is checked.
    Next create the script. I put it in the /Applications/SAP Clients folder but it can be put anywhere you like. You can name the script however you like, I named it SAPLPD.
    First thing the script does is converting the postscript file to PDF and storing it in the user's temporary directory. It adds the timestamp to the filename just to ensure there are no duplicated. It then opens the PDF file using Preview. It will wait for 1 second after which it will remove the file created.
    It also looks that all the files in this temporary directory are automatically removed by OSX, so even should the file not have been removed; on next logout (I think) the file will be removed anyhow.
    Script:
    The script is:
    #!/bin/bash
    timestmp=`date +%Y%m%d%H%M%S`
    /usr/bin/pstopdf -i -o $TMPDIR/sap_print_$timestmp_$$.pdf
    open -a /Applications/Preview.app $TMPDIR/sap_print_$timestmp_$$.pdf
    sleep 1
    rm $TMPDIR/sap_print_$timestmp_$$.pdf
    Once you have created the script it needs to be made executable. Do this by open the Terminal, changing to the location where you saved the script and entering the command:
    chmod a+x (script name)
    So in my case I would have entered the following 2 commands in Terminal:
    cd "/Application/SAP Clients"
    chmod a+x SAPLPD
    Last but not least is changing the command the SAP Java GUI uses for printing. Go into preferences for the SAP Java GUI and go to the Printing section (under Desktop). There for the Print Spooler entry which is currently set to /usr/bin/lp you change that to the script. So for me I have:
    /Applications/SAP Clients/SAPLPD
    Easiest way to do this is by using the Browse button and then going to where the script is. No parameters are passed to the script so everything else can be removed. What I have is exactly what I show a few lines above.
    And that is it, when now printing from SAP it opens the print-out in Preview and from there I can select my printer options etc.
    Use of the script is on your own risk. It works for me but there is no guarantee that it will work for you.
    Would love to hear about any other options.

  • Image moves when printed from SAP queue versus Adobe Reader.

    I've got a form with a image embedded into it that serves as a background watermark.
    This document is usually printed from Adobe Reader, however some users have requested the ability to print directly to a SAP printer without using Adobe Reader to print using windows drivers.
    When the form is sent to a SAP printer the image watermark is for some reason moved about 3mm to the right which causes the watermark not to align with the Text Fields that also print on the form.  The text fields do not move, they print in exactly the same spot with either print method.  Only the image seems to be affected.
    Has anyone run into this?  The image is an embeded .png file that is set to Scale Image Poportionally in the sizing options.
    Thanks for any input!

    Thank you for your replies.
    I looked at the notes you suggested and it does seem related to the extra margin added to documents printed to PCL-5.
    If I use LiveCycle to set an image field .5mm from the left edge of the page, and then print it from SAP directly and then from Adobe Reader I see two different things.
    Adobe Reader (with page scaling option turned off) will simply omit anything that falls outside the printable range. 
    SAP  will move the omitted content into the printable area.  This is what is causing my image watermark not to align properly with the text in front of it.  The image field was too close to the left margin and so in the process of printing, SAP has moved it over to fit in the printable area.
    It seems I can fix this issue for my particular requirement by creating a new image field that has the extra white space removed so that I can keep the image field farther away from the left edge of the page.
    Not sure if there is some way to change the way the drivers for device type HPLJ4 are handling these margins, but it will likely just be easier to change the images to move them further from the edge which seems to fix it.
    Edited by: Clay Robinson on Feb 15, 2011 9:59 PM

  • Print jobs goes to HOLD mode in IBM system i when printing from SAP NW 7.0

    Hi friends,
       Whenever I send the jobs from SAP environment(NW 7.0) to the IBM printers on the network.  The jobs acts like it's going to print  but then goes to HOLD mode.
    I have changing the FORMS TYPE but that didn't help nor trying to releasing them again.
    We are running SAP NW 7.0 in IBM system i V5R4 and using
    IBM infoprt1580 printers.
    HELP !     Any tips are well apprieciated !
    Thanks.
    F. Y.

    Hi Frank,
    assuming that the spooled file goes into "hold" in the output queue on i5/OS (not in the SAP spooling system), I would suggest that you check the settings in the reply list and spool job for message CPA3394 "Load form type '...' device ... writer ... .". When this message is sent, the default reply is 'H' (= hold), but you probably want to reply 'I' (= ignore). You can use the command ADDRPYLE (or WRKRPYLE) to add an automatic reply of 'I' to this message. Make sure that job description QGPL/QSPLPRTW is set to INQMSGRPY(*SYSRPYL).
    If this does not help, another message than CPA3394 might cause the problem. You need to check the QSYSOPR message queue and the joblog of the writer job to find out which message is causing the hold status.
    Kind regards,
    Christian Bartels.

  • Getting an extra page (Blank sheet) out while printing from SAP

    Hi Gurus,
    Please help me in trouble shoorting this issue
    We have an HPLJ 8000n series printer which is sending out an extra paper (blank sheet) at the end, after each print request from SAP.
    Is there any setting where we can restrict this
    We are on SAP Version 4.6c and OS - AIX
    Thanks in advance

    smitty print
    > programming tools
       > change / show printer attribute
           > database (virtual printers)
    Select your printer and check out attribute _Z
    I think  _Z = +    is print blanksheet.
    If this is the case, change to _Z = !   (i.e - no blanksheet)

  • Upgraded to Office 2007, cant print from SAP

    Dear all,
    We have upgraded Office from 2003 to 2007. We cant print anymore from SAP. Any assistance?

    found it on the net thanks

  • Printing from SAP GUI for JAVA on linux

    Hi All,
    What are the settings to be made in SPAD for printing from sapgui for java on linux ?
    We are using SAP GUI for JAVA 700 .
    Regards,
    Vinod

    Hi,
    configure printer in SPAD  , no setting for JAVA GUI
    check note
    605467:SAPscript/Smart Forms: Print preview in SAP GUI for Java
    634158      SAPscript/Smart Forms: Print preview in SAP GUI for Java (2)
    1024624 SAPscript/Smart Forms: Print preview in SAP GUI for Java (3)       
    regards,
    kaushal
    regards,
    kaushal

  • 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

  • Problem while printing from SAP GUI for HTML

    Hello,
    We are trying to print a delivery confirmation from the portal using SAP GUI for HTML. We have followed note 771683 to do this. However we are facing the following problems:
    1) The print action(PDF creation) is not triggered until the user performs some action
    2) the PDF that is created is corrupted(does not open)
    In order to correct this we tried to implement note 957292. However, the changes to the object FRONTEND_PRINTPOLL_FRONT_REQUEST.HTM mentioned in this note created problems. So we decided to do the changes to this object manually. But we see that the SAP note doesn't contain any information on changes that should be implemented for this object.
    Question:
    Is the note 957292 only way to solve the printing(PDF) problem? If not, how can we trigger the automatic creation of the PDF and remove the error from the PDF file?
    If yes, any idea what is causing the problem during the note implementation?
    We are on NW2004s - EP7.0 SP10
    ITS 7.0
    Thanks in advance.
    Regards,
    Reena

    Hi,
    configure printer in SPAD  , no setting for JAVA GUI
    check note
    605467:SAPscript/Smart Forms: Print preview in SAP GUI for Java
    634158      SAPscript/Smart Forms: Print preview in SAP GUI for Java (2)
    1024624 SAPscript/Smart Forms: Print preview in SAP GUI for Java (3)       
    regards,
    kaushal
    regards,
    kaushal

  • SmartForm Text not printing from SAP printer but prints on LOCL

    I have a smartform that looks great on the screen and if i print locally ( default printer). When i print it on an SAP printer the text is not readable. It looks like barcodes or that the text is stretched about 1 inch high. The data that doesnt print is only in the table sections. if i increase the font size to 10.0 it prints but is too large for the form. Any suggestions? I could send a PDF of the document if you wish.
    Dave Baxandall

    Hi,
    What is the printer model and what devce type is defined in the output device for the SAP printer? Perhaps the device type used doesn't support the font size. Check via SE73 -> Printer Fonts -> < Device type>.
    Regards,
    Aidan

  • Problem in barcode printing from SAP using VB.

    hello all,
    i have developed a program which will take parameters from the selection screen and will send to the LPT using the VB prog.
    i have used the function WS_EXECUTE in my abap prog. the parameters are concatenated in bcode1 string.like this..
    call function 'WS_EXECUTE'
      exporting
        commandline    = bcode1
        program        = 'c:\bprint\BPRINT.exe'
        inform         = ''
      exceptions
        frontend_error = 1
        no_batch       = 2
        prog_not_found = 3
        illegal_option = 4
        others         = 5.
    my issue is ..... when i press execute button the values on the barcode is not printing what they are passed. means previous string values are printing instead of the current one.
    i have used "free memory" after end-of selection event. Still problem is not solved.
    is there any problem with WS_EXECUTE function.
    can anybody suggest me the changes to be made.?

    the code is
    selection-screen : begin of block blk with frame.
    select-options : material for mseg-matnr no-extension
                                                no intervals.
    select-options :  batch_no for mseg-charg no-extension
                                                no intervals obligatory,
                    mrp for mseg-dmbtr no-extension
                                                no intervals.
    parameters : s_price type mseg-dmbtr.
    selection-screen : end of block blk.
    parameters : no type i.
    no2 = no.
    price = s_price.
    mrp1 = mrp-low.
    split price at '.' into rs ps.
    split mrp1 at '.' into rs1 ps1.
    matnr1 = material-low.
    batch1 = batch_no-low.
    concatenate matnr1 batch1 into bcode1.
      concatenate rs ps rs1 ps1 no1 rs '.' ps into bcode2.
    concatenate '+' bcode1 into bcode1.
    call function 'WS_EXECUTE'
      exporting
        commandline    = bcode1
        program        = 'c:\bprint\BPRINT.exe'
        inform         = ''
      exceptions
        frontend_error = 1
        no_batch       = 2
        prog_not_found = 3
        illegal_option = 4
        others         = 5.
    call function 'WS_EXECUTE'
      exporting
        commandline    = bcode2
        program        = 'c:\bprint\bprint.exe'
        inform         = ''
      exceptions
        frontend_error = 1
        no_batch       = 2
        prog_not_found = 3
        illegal_option = 4
        others         = 5.
    clear : material, batch_no, mrp, s_price, no, text. 

  • Sending Userid when printing job from SAP

    Is there a way to send a userid when printing from SAP?  In order to control printing costs we are requiring user codes to be input to the printer before a job will print. The windows operating system is capable of sending the codes needed to the printer., Can the SAP application send a user codes ?

    I don't think so directly unless you use LOCL and capture the Windows user ID, though I'm no printer expert.  You may need to generate reports in SAP but then you're never guaranteed that the spool that was released to Windows was actually output.  We have Equitrac boxes on all of our shared corporate printers.  When the print comes out directly from SAP, the only identification as to where the print came from, other than the name of the Windows print queue, is the generic underlying SAP system user (not the SAP user ID).  We can't track the cost unless the user actually logs into the box to use the printer/copier.
    For our high volume color and black/white printers in our data center, we chargeback the print costs based on the Windows queue that the print came from.  As you probably know, you can have many SAP print queues/devices that point to the same physical printer.  We name all of our queues such that the using company/department/application is easily identified and our operators track the costs in that manner.

  • SAPSPRINT.EXE Problem while Printing as LOCL from SAP

    Hello ,
    Could someone let me know the solution on the Error that we are experiencinng on SAPGUI 620,640,710 for Printing from SAP when selected as LOCL .
    Error Message: sapsprint.exe has encountered a problem and needs to close .We are sorry for the inconvenience.
    Thanks,
    Sai

    Hello Sai,
    do you use the latest version of sapsprint? See attachment in note 927074.
    Regards, Martin

Maybe you are looking for