Regarding the print screen

Hi,
i want to add a print button to the toolbar and when i click on that i want my content(entries in the tablecontrol) to be printed.
how can i do this?
is there ne way other than leave to list-processing?
thanks,
vijaya.

Hi Vijaya,
If you have screen created for this purpose,
AT USER-COMMAND set the PF status(sy-Ucomm) for the buttons created so based upon the PF status fill the data in the output screen and fill the table control with the required data.
AT USER-COMMAND
case sy-ucomm
when 'Button1'
..... fill the data / display the data to table control
when 'button2'
endcase
Regards
Shiva

Similar Messages

  • How to skip the Print Screen List pop-up message with standard T-code?

    Dear Experts,
    I want to do not see the Print Screen List pop-up message with standard T-code.
    Ex, sm66, sm51
    click on print button -> Print Screen List pop-up message(SAPGUI) -> print windows dialog (X)
    click on print button -> print windows dialog (O)
    Is it possible to disappear it?
    Thanks,
    Lee

    Hello Mr.Lee,
    If you are refering to the print icon on the toolbar (CTRL+P), then no, it is not possible.
    This printer dialog is necessary for front-end printing so you can choose the active printer.
    Regards,
    Jude

  • I am trying to take a picture of a web page and paste on a one drive powerpoint. I tryed pressing the print screen button, and pasting. But it is giving me message saying that my browser can not fine the clipboard, and I need to use the keyboard shortcuts

    I need to take a picture of a web page, insert it onto a powerpoint online, and crop the picture. I am pressing the print screen button, and right cliking paste. But I am getting the warning message saying that my browser can not use the clipboard, and I am unsure of how to take a picture, then paste it, and crop it all on to a power point.

    http://portableapps.com/apps/internet/firefox_portable/localization#legacy36

  • How do you email pdf from the print screen

    Anyone found a way to email a pdf from the print screen?
    Thanks

    Previous screen of what?   You need to be more specific.

  • Location of the print screen key on my Lenovo G560

    I am trying to locate the print screen key on my lenovo G560. I assume it is one of the 'fn' keys near the upper left of the keyboard but there are a few very similar keys.......
    Thanks in advance for your help,
    JH
    Solved!
    Go to Solution.

    see the image below( marked with red circle ) :
    http://i53.tinypic.com/5ui9t4.jpg

  • Print screen message contained in the printed screen

    Hi All,
    I recently installed forms6 onto a vista machine and have forms working fine but I have a problem where if I choose the Print Screen option from the Action menu , the message 'Print Capture beginning. Dont move or occlude window until done' actually appears in the printout. The forms screen is maximised as well.
    has anyone come across this before?
    Thanks.

    Hi,
    One of our customers has the same Problem on Windows Vista: the message 'Print Capture beginning. Dont move or occlude window until done' is included in the print.
    Is there already a solution for it?
    Thanks

  • Is there any way to stop the print screen from dropping down on top of the page to be printed.  Can the print screen be moved?

    Is there a way to stop the print screen from dropping down on top of the page to be printed.  Can the print screen be moved?  When the print screen drops down, it covers the page and the info needed to create the file.  Thank you

    You will find that this is application dependent.  Most Apple applications such as Safari and Mail will use the "sheet" type of dialog boxes that you are referring.  There is no way for the user to change that behavior.  Other, non-Apple, applications like Firefox use a "modal" dialog box for printing etc.  The modal boxes can be moved around so you can see the page behind.

  • The Print Screen Key under Windows

    I just picked up my Apple aluminum keyboard (with the numeric keypad) and absolutely think it's the bomb. I have gotten to the point where any other keyboard just isn't as easy to use, and I do a LOT of typing at work.
    That being said, there are a few keys that I use on a routine basis that don't seem to work under the Apple aluminum keyboard. I found a workaround for the Insert key (press left shift key and the zero (0) on the numeric keypad) and that's fixed, but I am at a loss to find an equivalent keypress for the Print Screen key.
    I see a lot of solutions online that recommend obtaining key mapper software to make the keyboard work, but this is a locked-down environment in which all software of that kind will not work; it is therefore not an option in this case.
    I'm thinking that, since there is a key equivalent for the Insert key, chances are strong that there is also a key equivalent for the Print Screen key. So, does anyone know which key combination that might be?
    Thanks in advance.

    Art Brymer wrote:
    Agh! The dreaded "Go ahead and install this..." phrase again.
    Not many hardware devices ou there that don't need some sort of driver to be installed.
    Some drivers are provided by the operating system, some from the hardware manufacturer.
    Again, my workplace is a locked-down environment in which NO OUTSIDE SOFTWARE CAN BE INSTALLED. We're not permitted, and can get into serious trouble if we attempt it. So, it's really not worth it to try... and as we don't have "Admin" on the desktops anyway, the chances of it actually working are incredibly slim.
    Again ? First time you tell about it. Like the first time you told about the non-Mac you use with the keyboard...
    In other words, if it ain't in the keyboard itself, as in the "left shift/numeric keypad 0 = Insert" combo, there is nothing I can do.
    I do keep the company-supplied keyboard on the same desk, off to the side, so all I have to do is reach over and hit the required keys, but I really thought there might be a way to do this, so long as someone knew the proper key combos. Perhaps there is no answer.
    Perhaps...
    Stefan

  • What makes the Print Screen and End Buttons stop working?

    I am 3 weeks into the trial period. Twice before, the Print Screen (manual capture) and End buttons stopped working. The only way I found to correct this is to uninstall and reinstall the application. Am I doing something wrong, or is this a bug?

    More information on this issue: When I start recording in any mode, one screen is captured. No other screens are captured during execution on program functions, menu selection, navigation, etc. Once again I removed and re-installed the application. This time it made no difference.

  • How to skip the PRINT screen?

    Hi All,
    I have a report, which calls the Smartform.
    When I execute my report, the PRINT screen will appear, where i press the PRINT button, and then the form gets printed.
    My requirement.
    I dont want this PRINT screen to appear. When i execute the report, the form must get printed, skipping the PRINT screen.
    Is there a way to do that?
    Thanks
    Krishna Kishor Kammaje

    Hi,
    See the blocked code.
    DATA: w_ctrlop TYPE ssfctrlop,
          w_compop TYPE ssfcompop,
          w_return TYPE ssfcrescl,
    Variables declarations
          v_form_name TYPE rs38l_fnam.
    call function 'SSF_FUNCTION_MODULE_NAME'
         exporting
              formname           = 'ZZZ_TEST2'
         importing
              fm_name            = v_form_name
         exceptions
              no_form            = 1
              no_function_module = 2
              others             = 3.
    IF sy-subrc <> 0.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    <b>w_ctrlop-getotf = 'X'.
    w_ctrlop-no_dialog = 'X'.
    w_compop-tdnoprev = 'X'.</b>
    CALL FUNCTION v_form_name
         EXPORTING
              control_parameters = w_ctrlop
              output_options     = w_compop
              user_settings      = 'X'
         IMPORTING
              job_output_info    = w_return
         EXCEPTIONS
              formatting_error   = 1
              internal_error     = 2
              send_error         = 3
              user_canceled      = 4
              OTHERS             = 5.
    IF sy-subrc <> 0.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
      WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    If your problem is solved,kindly reward points and close the thread.Otherwise,get back.

  • HT1343 What is the print screen command on the keyboard?

    What is the print screen command on the Apple keyboards?

    Command-Shift-3 will take a picture of the entire screen.
    Command-Shift-4 to take a picture of any part of the screen.
    Command-Shift-4 and click the spacebar to capture a window or menu bar.
    Escape key to cancel.

  • HP copier/printer/scanner/fax all-in-one The print screen on machine is lit but blank.

    HP laserjet 8600 All-in-one. My print screen on machine is lit but blank. Unable to access prompts to operate. At times it will display home, right and left arrows and ? when touching those prompts it shifts  from right to left but goes blank when touching other prompts
    I am unable to print a copy because prompts don't appear on screen other than those mentioned.
    I can print only from my computer

    Hi there klf, welcome to the forums
    I understand your display screen is blank on your printer. I would like for you to confirm which 8600 model you have and I will look into this for you.
    In the meantime try a power reset:
    Press the Power button to turn on the product.
    With the product turned on, disconnect the power cord from the rear of the product.
    Unplug the power cord from the wall outlet.
    Wait at least 15 seconds.
    Plug the power cord back into the wall outlet.
    Reconnect the power cord to the rear of the product.
    If the product does not turn on by itself, press the Power button to turn it on.
    Tip: Plug the printer in directly to the wall outlet, avoiding power bars and surge protectors. This ensures the printer is receiving full power and may help this situation.
    HP Officejet Pro 8600 Plus e-All-in-One Printer - N911g
     HP Officejet Pro 8600 e-All-in-One Printer - N911a
     HP Officejet Pro 8600 Premium e-All-in-One - N911n
    Thank you
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • The print screen is too bigh to display.

    I am using the latest version of readerx. when I hit the print button, the next screen displays too large for me to read and make any option changes. How do I correct this? I'm using Windows 7 Home Edition

    What is your Reader version?
    This is how the print panel looks on my smaller resolution screen:
    See also if anything in this topic helps http://forums.adobe.com/thread/774179

  • My C310 when powering up goes into "initializing" mode, per the printer screen, and stays that way

    I have a Photosmart Prem C310.  When I power it up, it goes into "initializing" mode on its screen, and stays there, with the little light beam circling the HP logo forever.  It never gets to the menu screen.  I can only power down by pulling power cord.  I reinsert power cord and it repeats the above symptom.  Any ideas, before I just junk it??
    Thanks!!

    Do you have it plugged directly into a wall outlet? If not, take it off of the surge protector and plug it directly into the wall outlet to ensure that it is getting enough power. Even if the prior set up is how the printer has always been connected; it can develop a problem over time by not being plugged directly into a wall outlet.
    The next step to take is to make sure that the light on the module is lit. I would then reset the external power module:
    Follow these steps to reset an external power module.
    Disconnect the power cord from the rear of the printer.
    Unplug the power cord from the electrical outlet, power strip, or surge protector.
    If the printer uses a power module with a detachable power cord, disconnect the cord from the power module.
    Wait 15 seconds.
    If the printer uses a power module with a detachable power cord, reconnect the power cord to the power module.
    Reconnect the power cord to the rear of the printer.
    Plug the power cord back into the electrical outlet. Do not use a power strip or surge protector.
    Check to see if the power module on the power cord has an indicator light.
    If the power module does not have an indicator light, continue to the next step.
    If the power module has an indicator light, make sure that the light is on.
    If the indicator light is off , contact HP to replace the power module.
    If the indicator light is on, try to power printer back on using power button. I hope that this helps.
    I am a former employee of HP...
    How do I give Kudos?| How do I mark a post as Solved?

  • Apps are not giving me a "set up" tab and I don't see "apps" on the printer screen

    I have tried to install several apps on my printer. It says "added" but does not give me a "set up" tab.  I finally found one that would, and when I tried to set it up I could not find how to access the "apps" on my printer.

    jendav22 wrote:
    I have tried to install several apps on my printer. It says "added" but does not give me a "set up" tab.  I finally found one that would, and when I tried to set it up I could not find how to access the "apps" on my printer.
    What printer do you have?  
    Only some apps will have a setup option, those that may need a zip code or other info to give you a customized experience...most apps do not require any setup to use.  
    When you go to your printer front panel, if you're on a Photosmart device, you'll either have an "Apps" icon o the main screen, which you select to see the avaialble apps, or you'll see a horizontal ribbon of apps that you can select from directly.
    Again, if you post what model printer you have that will help - is it a D110a, B110a, or D410 Envy, or ? 
    I am an HP employee.

Maybe you are looking for

  • LSMW Condition Upload

    Dear all, I want to use the LSMW using IDOC CRMXIF_COND_REC_SLIM_SAVE_M01 to upload price conditions. My problem is now, that this IDOC has a segment E101API_CT_FIELD_NAME_VALUE where the fieldnames and values have to set dynamically. Does anybody ha

  • How to attach image, screen shot or excel table to master vendor copy.

    Hi, Please let me know how to attach an image or excel table into "header text" table. This has to be printed and sent to the customer. We use SAP GUI to create purchase orders. Thanks in advance. Kushal

  • Error ID : 4F530E43505002CC

    Hello, I'm try'ing to play Pacific Fighters and keep getting this access violation I'm running msjavax86.exe and also Java runtime j2re1.4.2_07 Xp pro sp2 I left a jvm.dll in a zip file at my website any help would be highly apprecieated. http://home

  • Problem ordering book

    I'm using a trial version of Apeture 1.5.3. I have completed a book and want to purchase two copies. When I initiate the ordering procedure, I notice the "Quantity" drop box is greyed out and, although a price is given for a copy of the book, there i

  • Small unique hash for Strings???

    I have a list of Strings that can have maximum length 25. I want to map each String to another unique String that is 25 character long. One way i try was to use md5 (Java Security API) but the md5 hash(in hex) generated for each String was around 40