Print from GUI

It is GUI which displays member details..
and it has print button ..
how can i print member details
for example it has member ID and name in text fields
HELP ME PLZ

Hi,
I need extra info to help here:
What is this "GUI" tool you are using to display these "members"?
- App Server Admin console UI?
- NetBeans 3.6 IDE?
- or something else?
Thanks,
Ludo

Similar Messages

  • How to Print  a PDF file from within a ABAP ( from gui input)

    Hi champions,
    This is Client requirement:
    "We need to print a PDF file from within a ABAP"
    We first need to test whether it is even feasible, and then if it 
    is, then write a small test ABAP which can accept a PDF file
    name as input (from GUI) and then print it to a SAP print
    device (printer).”
    Please Can any body help me on this.......
    It's urgent
    Thanks
    Basu

    Check following blog for PDF output from SAP
    /people/thomas.jung3/blog/2005/04/28/setting-up-an-adobe-writer-for-abap-output
    anya

  • 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 webdynpro

    Hi All,
    In my webdynpro I have 2 buttons PREVIEW and PRINT.
    With PREVIEW button click Iu2019m able to open my custom built adobe form in a separate window. Working fine and no issues here.
    With PRINT button click, I have to send the same form directly to the local printer. I have written the below code for button event.
    DATA: fm_name TYPE funcname,
          fp_outputparams TYPE sfpoutputparams,
          fp_docparams  TYPE  sfpdocparams,
          fp_formoutput TYPE fpformoutput.
    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
      EXPORTING
        i_name     = 'YICS_RECEIPT'
      IMPORTING
        e_funcname = fm_name.
    fp_outputparams-device = 'PRINTER'.
    fp_outputparams-nodialog u2013 abap_true.
    fp_outputparams-preview = abap_false.
    CALL FUNCTION 'FP_JOB_OPEN'
      CHANGING
        ie_outputparams = fp_outputparams.
    CALL FUNCTION fm_name
      EXPORTING
        /1bcdwb/docparams  = fp_docparams
        i_header           = ls_header
        it_item            = it_item
        i_cmode            = ls_cmode
        it_acc             = it_acc
      IMPORTING
        /1bcdwb/formoutput = fp_formoutput.
    CALL FUNCTION 'FP_JOB_CLOSE'.
    Once I click on the PRINT button, Iu2019m able to see an entry in spool list with status u2018COMPLu2019 in green color, but the output is not printed to the printer. When I double click on the status Im seeing the below spool information.
    Description          Value                              
    Status:               Compl.                               
    Last event:                                               
    Message:           Front end did not get print data after timeout
    Date:                 25.03.2010                           
    Time:                18:10:48                             
    Job status:          Waiting for spool server             
    Error class:         Problem                              
    Some more information:
    In SE38 I have created an executable program and executed the same above code, form has been printed to the printer. Same code is working fine through GUI, but not working with webdynpro button event.
    With basis help I have configured new output device ZLP01 with below parameters.
    Device Type: PDF1
    Device Class: Space (Standard Printer)
    Access Method: G (Front End Printing with Control Tech)
    Host Printer: __default
    Regards,
    Vijay.

    Hi Vijay,
    I'm not 100% sure - but I think your issue is that you are trying to print directly to the users local printer? And you are trying to use the standard SAP local printer setup to do that?
    That uses the GUI as a conduit to the PC - the print driver that pops up in the background when you print from the GUI...
    In Web Dynpro - you have no access to that conduit so no ability to directly print.
    Think about how any web pages you've visited allow you to print - they all give you a preview - it's up to you as a user to then get those previews to your print device.
    have a read of this reference - it may help understand the issue with "auto printing" from a browser
    [why printing from a browser is problematic|http://javascript.about.com/od/events/a/print.htm]
    Hope this helps,
    Cheers,
    Chris

  • How to print from linux to Mac printer using cups - password?

    I think that I have done the correct things to share my printer from my OS X 10.4 Mac mini (my MacBook is happy to print on the Mac mini printer), and my Ubuntu Linux computer seems to be ready to print using cups. Linux can see the printer on Mac mini, but when I try to send a print job the Mac refuses access. I assume the problem is that the Linux computer needs to send the Mac a password, but I don't know how to do that -- where in the sequence of information coming from the Linux computer the password should be, what format, how to get the Linux computer to send the info through lpadmin or the GUI. All that.
    Can anyone help? Preferably with step-by-step instructions for the complete idiot. I have seen FAQs on printing, but there is no information about passwords. And most are focussed on smb rather than cups.

    I use linux and print through the Mac - but I don't have the trouble you are describing.
    There are 2 places to enable print sharing on Mac - have you done both of those?
    What protocol are you using - the easiest for CUPS is IPP (port 631). I have an Ubuntu computer at home - describe exactly how you add the printer and I'll be able to follow through.

  • Print from shell to HP wireless printer

    I've been having trouble printing to my HP wireless (P1102W) printer from either of my 2 Macs. As a developer I spend a lot of time in the shell (bash) and have been quite happy with the command-line tools available. One of things I would like to do is print from the shell - either interactively or from a shell script.
    The only ways I know how to do this involve using 'lp' or 'lpr' and I'm sure they work the way they are supposed to. Except apparently if you try to print to an HP printer like mine. It DOES print fine from any other applications.
    When I send a print job to the printer from my Macbook Air shell or the iMac shell, a window pops up on my iMac telling me to load paper in the manual feed tray and press 'Enter'. When I press 'Enter'  it prints the job. I'm trying to avoid this if possible.
    Example:
    grep '006.' music.trxt | lp
    Email to HP Support came back with this:
    "We are sorry to let you know that HP Printers are designed to print from Graphical User Interface applications. For example, the applications from which you can select File-> Print to open a print window for further options. So you are able to print from the other applications. Regarding printing from the shell, we do not have the required expertise since this directly deals with the MAC operating system. Hence, I would request you to contact the Apple support team for more information."
    Hence my posting here.
    Does anyone have any similar problems?
    Have you found a work-around?
    Is there a way to insert a form-feed or carriage-return on the command line as part of the print command? I've tried using the Ctrl-V - insert_a_command trick but no joy.
    I love my iMac but this is driving me crazy. Thanks for any suggestions / help.

    Good news and bad news:
    With this as one option for my printer
    ColorModel/Color Model: *RGB RGBW
    This command
    lpoptions -d HP_Deskjet_F4200_series -o ColorModel=RGBW
    does change the lpotion output to
    ColorModel/Color Model: RGB *RGBW
    Notice the asterisk switched from RGB to RGBW
    The bad news is if the option as reported by lpoption only has one setting it can;t be changed (at least I wasn;t able to). So in my case the  paperfeed is
    HPPaperSource/Source: *Tray1
    and no matter what I tried I could not switch it to anything else.
    So even if this is the source of your printers behavior there may not be anything you can do about it, at least from this point.
    It is odd that the printer would only have a manual feed option as reported by CUPS. The printer does work normally from the GUI, correct? And there are no switches/settings on the printer for this?
    Something else to try, as a test, is to connect the printer directly to the system and see if anything changes. I know with my printer hooked up through the Airport I cannot get to the ink levels and such or run any maintenance commands. I have to directly connect it to do that.
    Sorry I don;t have more, 
    regards

  • Barcode not getting printed from web dynpro

    Hi,
    We have a smnart form with bar code. When we test it from GUI, it is diplaying the bar code and also printing the bar code successfully.
    However when we show the same smart form in webd ynpro as PDF,  Bar code is getting displayed but when we print the form, bar code is not getting printed.
    Are there some settings for this?
    Regards,
    Madhu

    https://discussions.apple.com/message/23759716?ac_cid=tw123456#23759716

  • 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.

  • Prevent redirected printer from roaming in RDS

    Whenever users logon on remotely from home their default home printer is redirected which allows them to print which is fine.  The only issue is that when they get back to the office, their default printer is now lost and the first one on the list of
    printers (Adobe PDF is now chosen as the default.  It seems that the default printer reg. key from the remote session is being saved in their roaming profile.  We also use Citrix to logon remotely and this is not an issue because Citrix has their
    own printer policy that prevents his from happening.  Is there a log off script or a GP setting that can be used to fix the issue that I am having? 
    Thanks
    Environment
    200+ users
    RDS - server 2008 R2

    Hi GSsystems,
    Based on my understanding, the GPO which configured default printer works well when users logon on remotely, however the default printer is lost when users get back to the office. Right?
    Accoding to my knowledge, the behavior of changing Default
    Printer after RDP-in/out is shown as below:
    Logon, client RDP into the server, Remote Desktop service will query the
    default printer from Registry key HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\Device
    RDPCLIP.exe would save the Default
    Printer settings to HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\DefaultPrinter
    Remote Desktop service will edit the Default
    Printer registry, and then will call Print Spooler service to set
    Default Printer to the one redirected.
    Logoff
    Remote Desktop service will query and call Print Spooler service to delete the redirected
    default printer.
    RDPCLIP.exe will load the Default
    Printer settings from HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\DefaultPrinter
    RDPCLIP.exe will restore the Default
    Printer registry key based on the one it previously stored
    Call Print Spooler service to update the Default
    Printer
    In this case, I would suggest to set the option “Always use the same printer as my default printer”. You can set this option via GUI or registry key. For your information, please refer to the following links:
    Windows 7 / Windows Server 2008 R2: Location-Aware Printing
    default printer is getting changed after taking
    remote desktop
    Hope that helps!
    Regards,
    Lany Zhang                                                                               

  • Accessing a local printer from cmd, windows 7

    I want to print from dos.  I have a "Lexmark 5600-6600 Series"  printer, USB, local (I think that's its actual name) which works fine in a GUI application.  I've tried many combinations of:
        NET USE LPT2:  \\ComputerName\"Lexmark 5600-6600 Series"\PrinterShare/PERSISTANT:YES
        which gives  System error 66 has occurred  or sometimes error 55 or sometimes an explanation of how to use
        NET USE,  depending on the combination.
         also:
         print/D:"Lexmark 5600-6600 Series" TEST.LIS
         which gives "Unable to initialize device Lexmark 5600-6600 Series"
         If i just give:
         print TEST.LIS       It gives "Unable to initialize device PRN"

    As you have seen, 98 doesn't give you the option to change the account details you are using to connect. So what you can do is either create an account on the Mac that is the same as that you are using on 98, or create an account on 98 that exists on the Mac and use this account to logon to 98.

  • Print from ipad3 to hp air printer?

    I am struggling to print from my ipad3 to my new hp air printer (5520) despite being connected wirelessly from my ipad and my printer is connected and prints from my pc. Any ideas how I can print from my ipad? Thank you.

    Good news and bad news:
    With this as one option for my printer
    ColorModel/Color Model: *RGB RGBW
    This command
    lpoptions -d HP_Deskjet_F4200_series -o ColorModel=RGBW
    does change the lpotion output to
    ColorModel/Color Model: RGB *RGBW
    Notice the asterisk switched from RGB to RGBW
    The bad news is if the option as reported by lpoption only has one setting it can;t be changed (at least I wasn;t able to). So in my case the  paperfeed is
    HPPaperSource/Source: *Tray1
    and no matter what I tried I could not switch it to anything else.
    So even if this is the source of your printers behavior there may not be anything you can do about it, at least from this point.
    It is odd that the printer would only have a manual feed option as reported by CUPS. The printer does work normally from the GUI, correct? And there are no switches/settings on the printer for this?
    Something else to try, as a test, is to connect the printer directly to the system and see if anything changes. I know with my printer hooked up through the Airport I cannot get to the ink levels and such or run any maintenance commands. I have to directly connect it to do that.
    Sorry I don;t have more, 
    regards

  • 'Dunning Letter Print from Dunning Letter Generate'

    hi,
    How can i run the "Dunning Letter Print from Dunning Letter Generate" standard program without runing the spwaned program called 'Dunning Letter Generate'.I mean i want to run the 'Dunning Letter Print from Dunning Letter Generate'(execution method: report) independently.
    I need to pass the parameters to the 'Dunning Letter Print from Dunning Letter Generate' directly instead of passing to the spwaned program ''Dunning Letter Generate".
    Thanks
    Devender

    Hi Gareth,
    New parameters to be add are:
    Tier : <xxxx>
    Service Segment: <xxxxx>
    Account Manager: <xxxx>
    Location where I am picking these 3:
    navigation:select any AR responsibility
    customer->standard(query with any customer)->customer address
    we have enabled 'site use information' dff in customer address window, from this dff we are taking these 3 parameters.
    reason to add these 3 parameters:
    we cant treat all the customers same. so we need to send some smooth(no harsh) dunning letters to some of our most trusted customers. so how can we identify gud customers in the list.
    so we have enabled site use information dff. those customers who is have values for these 3 parameters. will be treated as v good and reguler customers for us. so for them we can send other dunning letters.
    note*: this is to identify the customers like reguler customers,non requler customers.
    bez in spwaned program we have parameters like 1.customer low 2.customer high. thats it .so it is very difficult to find out the nature of customer.
    pls advice me on this..to proceed further..
    Thanks
    Devender

  • I can't print web pages since a recent upgrade to 4.01. The print command works but the page comes out empty. right now a copy the link to IE and print from there. HELP!

    When printing from the mozilla 4.01 browser the printer spits out blank pages. It seems like it happened after downloading and running mozilla 4.01 browser.
    I have to copy the link to IE (boo!) to print the coupon or page on my printer.
    Why?

    The "Use custom settings for history" selection allows to see the current history and cookie settings, but selecting this doesn't make any changes to history and cookie settings.
    Firefox shows "Use custom settings for history" as an indication that at least one of the history and cookie settings is not the default to make you aware that changes were made.
    If all History settings are default then the custom settings are hidden and you see "Firefox will: (Never) Remember History".
    "Never Remember History" means that Private Browsing is active and "Always use private browsing mode" gets a checkmark.
    You need to remove the checkmark on "Always use private browsing mode" to leave Private Browsing mode or chose the "Remember History" setting.
    *https://support.mozilla.org/kb/Private+Browsing

  • Print from ipad if i connect a usb connector to my ipad can i connect my printer to it and print??as im thinking of buying the new ipad for work but i must be able toprint

    hi can any one help i want to get the new ipad for work but i need to print.i see i can buy a usb connector can i print if i plug my printer into the usb.

    If you have a USB printer connected to your computer, Mac or PC, you can activate or install AirPrint and print from your iPad over wifi without any special apps.
    Activate AirPrint in Mac OS X;
    http://netputing.com/airprintactivator/
    Add AirPrint to Windows;
    http://jaxov.com/2010/11/how-to-enable-airprint-service-on-windows/

  • How can I print from the icon in FF5?

    I have been unable to print from any of the icons in FF5. This has only occurred in the past few days. The only way I can print is to "Select" on the page, and then "Print Selection" on the print screen. I can print from IE by using the icons.
    This is also true with my Yahoo email.

    In Mac OS X, right-clicking the document's icon brings up a similar menu, but documents are printed from the application, not from the OS. The application is launched, the document opened,and the document sent to the printer, bypassing only the Print dialogue.
    The same route may be triggered by dragging and dropping the file's icon onto the printer's icon in the Dock.
    Regards,
    Barry

Maybe you are looking for

  • Document type incorrect

    Hi all, I am trying to post to Fi while doing the simulation posting run i am getting "Document creation incorrect" why is this could anyone tell me. Regards janhavi

  • Regarding types of projects

    what is a rollout project?

  • Setup iphoto to share images

    I'm new to Mac, so bear with me.  I downloaded my images from my PC to my new iMac.  My wife and I share the computer but each has a different login.  I can view all my photos when I am logged in, but she cant see any photos when she is logged in on

  • Printing existing PDF-File via SAP-Spool

    Hi to all, I'm looking for a solution to print existing PDF-Files (external Directory) via SAP-Spool, in order to create a set of documents in correct succession, where some of them are created within SAP and others beeing created externally (PDF-Fil

  • Bill-to Party option in VF31 TCODE

    Hi All, Is it possible to have Bill-to Party option in VF31 TCODE. There is one requirement to add Bill to party in the selection criteria. Thanks, Sam