Suppress dialog after CTRL P

Hi
I am using  REUSE_ALV_GRID_DISPLAY to display ALV screen  and ALV display has standard Print button. So When I click on CTRL- P the Pop up comes for the print . I want to supress this Pop up.
The print should not go before pressing the CTRL-P .
Any suggestions.

I don't think you can intercept Ctrl P. But maybe you can add a button to the ALV toolbar that calls the ALV print function in background?

Similar Messages

  • SRSS2.0 Sunray150 hangs at 26D after ctrl-alt-backspace-backspace

    After ctrl-alt-backspace-backspace the Sunray terminal (DTU) resets and intermittently hangs at 26D.
    Ctrl+moon has no effect. The only way to rectify is to remove the session, using utsession -k -t <token>.
    Software; SRSS2.0, Solaris 9 04/04, Sparc.

    If the sessions being killed are normal desktop login sessions then the dtlogin daemon should start a new X server for the session. Make sure that you have the most recent dtlogin patch installed. For Solaris 9 on SPARC that's patch 112807-17.
    If the sessions being killed are some other kind of session, perhaps CAM or NSCM,
    then make sure that you have the most recent SRSS patches installed or, even better,
    upgrade to a newer release of SRSS. 2.0 is old; 3.1 is current.
    OttoM.

  • Suppress dialog

    what is suppress dialog?

    <b>SUPPRESS DIALOG.</b>
    <u>Effect</u>
    Suppresses output of the current screen.
    However, flow control continues normally and dialog resumes on the next screen.
    <u>
    Note</u>
    SUPPRESS DIALOG should only be used in a PBO (PROCESS BEFORE OUTPUT) module.
    Example:
    REPORT demo_leave_to_list_processing .
    TABLES demo_conn.
    DATA: wa_spfli TYPE spfli,
          flightdate TYPE sflight-fldate.
    CALL SCREEN 100.
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'SCREEN_100'.
    ENDMODULE.
    MODULE cancel INPUT.
      LEAVE PROGRAM.
    ENDMODULE.
    MODULE user_command_0100.
      CALL SCREEN 500.
      SET SCREEN 100.
    ENDMODULE.
    MODULE call_list_500 OUTPUT.
      LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.
      SET PF-STATUS space.
      SUPPRESS DIALOG.
      SELECT  carrid connid cityfrom cityto
        FROM  spfli
        INTO  CORRESPONDING FIELDS OF wa_spfli
        WHERE carrid = demo_conn-carrid.
        WRITE: / wa_spfli-carrid, wa_spfli-connid,
                 wa_spfli-cityfrom, wa_spfli-cityto.
        HIDE: wa_spfli-carrid, wa_spfli-connid.
      ENDSELECT.
      CLEAR: wa_spfli-carrid.
    ENDMODULE.
    TOP-OF-PAGE.
      WRITE text-001 COLOR COL_HEADING.
      ULINE.
    TOP-OF-PAGE DURING LINE-SELECTION.
      WRITE sy-lisel COLOR COL_HEADING.
      ULINE.
    AT LINE-SELECTION.
      CHECK NOT wa_spfli-carrid IS INITIAL.
      SELECT  fldate
        FROM  sflight
        INTO  flightdate
        WHERE carrid = wa_spfli-carrid AND
              connid = wa_spfli-connid.
        WRITE / flightdate.
      ENDSELECT.
      CLEAR: wa_spfli-carrid.
    If you want to call a list from a screen then this is used.

  • How to don't display dialog after send data on BPC for Excel?

    Dear experts,
    I don't want to display dialog after send data on BPC for Excel, how can I do that?
    OS: MS XP SP2
    OFFICE : 2003
    BPC : 7.5 NW

    Hi,
    You need to change the macro assigned to the standard button. There are few macros available. You can try them and see which one suits you the best.
    MNU_eSUBMIT_REFSCHEDULE_BOOK_CLEARANDREFRESH: Sends workbook and clears data and refreshes workbook.
    MNU_eSUBMIT_REFSCHEDULE_BOOK_NOACTION: Sends data without clearing or refreshing the worksheet.
    MNU_eSUBMIT_REFSCHEDULE_BOOK_NOACTION_SHOWRESULT: Sends data without clearing or refreshing the worksheet, and shows the result in a window upon successful send.
    MNU_eSUBMIT_REFSCHEDULE_BOOK_NODIALOG_SHOWRESULT: Sends active book without any dialog and show result box.
    MNU_eSUBMIT_REFSCHEDULE_BOOK_REFRESH: Sends workbook and refreshes data.
    MNU_eSUBMIT_REFSCHEDULE_SHEET_CLEARANDREFRESH: Sends data and clears and refreshes the worksheet.
    MNU_eSUBMIT_REFSCHEDULE_SHEET_NOACTION: Sends data without clearing or refreshing.
    MNU_eSUBMIT_REFSCHEDULE_SHEET_REFRESH
    Hope it helps.

  • How to don't display dialog after send data?

    Dear experts,
      I don't want to display dialog after send data on BPC for Excel, how can I do that?
    OS: MS XP SP2
    OFFICE : 2003
    BPC : 7.5 NW

    I have moved this thread to the BPC NW forum.  Notice the sticky [note|Please do not post BPC, SSM or FI/CO questions here!; at the top of the FPM - General (PCM, FC, Other) Forum whereby we announced new dedicated forums for BPC which are the proper place to post your questions regarding BPC in the future.
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP Labs, LLC
    BusinessObjects Division
    Americas Applications Regional Implementation Group (RIG)

  • My lock screen just shows a black background and a User Name/Password dialog after opening the screen from sleep. How do I get it back to where it blurs my desktop image with the dialog and my account image displayed?

    I'm not sure when it began, but now my Macbook Air only shows a black background and a User Name and Password dialog box when I wake it from sleep. It used to show my desktop background blurred with my user name and icon displayed with only a text field for entering my password. I'm currently using Yosemite (OS X 10.10.1) and all updates have been done. Any help or suggestions would be greatly appreciated as I know this isn't a real problem, just an annoyance since I couldn't find how to change it back in the System Preferences.

    I just have to point out that after looking at a related post (https://discussions.apple.com/message/22661092#22661092), it brought to memory that my issue most certainly began happening after I added some DoD certificates to the keychain. This obviously has something to do with it, but it still leaves me wondering what actually causes this to happen. :/

  • Can I suppress dialog outside script?

    I have a start up script that is used in cross-plattform production. It fixes the links of pictures. Works fine but the user still gets the warning message before the script does its work. If the document is opened by script I can suppress the dialog but I did not find a way for the regular InDesign Open action.
    Is it possible by script?
    (I think it was the case in the old days that setting userinteraction level to neverinteract  would get rid of all dialogs but this seems to be no longer the case.)
    Any idea?
    Thank you,
    Ralf

    Okay, sometimes it is a good idea to simply ask a non-scripting guy. One can just turn off the dialog in the InDesign preferences.
    I am sure you all knew that.
    Ralf

  • ITunes on Windows 7 ceased expanding miniplayer after Ctrl   click on thumbnail artwork.

    During playback, iTunes used to expand the miniplayer album art, to full screen size, when holding the Ctrl key and clicking on the thumbnail at the top of the screen. Now the same Ctrl + click has no effect. However, after doing it, I get a double icon in the task bar, one for the complete iTunes and another for the full size mini player, except that the full size mini player cannot be found anywhere, only that icon in the task bar. And sure enough, I can click on the x at the corner of this "ghost" icon, and the icon will close, but the explandable album art never shows up. The whole thing is as if iTunes still thinks that it's working just fine, but it's not. This looks like a corrupted registry key would cause it. I tried uninstalling iTunes, rebooting the computer, and reinstalling, but this didn't help. Is this a known issue? Any ideas how to fix it? Thanks for any support.

    Same problem here!  Driving me nuts that it is somehow "running" as shown in the task bar, but it is not accessible in any way.

  • Document certification becoming INVALID after Ctrl+F in Acrobat 9.  Possible bug?

    Hi
    Am using document certifcation to protect my application Pdfs.  Have came across an issue where in the document certification is getting invalid.  AM also able to reproduce the error by working with pdfs outside my application. Below are the steps
    1.  Create a Pdf with 1 text field. Put some default value in the field e.g. Testing
    2.  Certify the document using File->Save As Certified Document
    3.  Close and Re-open the document.  There is a document message bar on top with text "This document is certified......"
    4.  Press Ctrl+F and search for the value in the text field (say Test).  The searched text is highlighted & selected.
    5.  Go to Advanced->Sign & Certify->Validate All Signatures.
    6.  The Certifying signature becomes crossed out and the message bar changes to "Certification is invalid"
    Has someone come across this issue or Any idea why this is happening?

    Hi Steve,
    Am unable to reproduce with the file attached by you.
    I also tested further to analyze that the signature break is happening with all the files only for the 1st time you execute the find function i.e.
    1. Perform all the 6 steps as mentioned in my 1st post in this thread dated 6 Dec 2010.
    2. Close and Re-open the same pdf.
    3. Execute the find function by using Ctrl+F to find any text in the pdf.
    4. Validate the signatures, Certifying signature is not lost/broken
    Start with a new file again and certifying signature will be broken only after 1st find and not afterwards.
    Maybe this'll help in pinpointing the problem.
    Thanks
    Atin

  • Can I use xbootmgr to measure what causes a failure to present credentials screen after ctrl-alt-del?

    Hello,
    I have several machines that are producing the same issue that when a user reboots, they are greeted as usual with the "please press ctrl-alt-del to logon" screen.  When that key combination is hit, the info screen is gone, but the "User
    logon box" never appears.  By never, I mean it doesn't appear within 2-5 minutes, and the users tend to hard reboot their computers (generally leading to more problems).
    I've read that this can be caused by a variety of issues, such as DNS, cable, speed negotiation with the switch port, etc.  However, I am interested in learning if I can use xperfmgr to determine the issue.
    From my testing, the ETL is only written once a user logs on to the system.
    The invocation I used is as follows:
    "C:\Program Files\Microsoft Windows Performance Toolkit\xbootmgr.exe" -trace boot -traceflags base+latency+dispatcher -stackwalk profile+cswitch+readythread -notraceflagsinfilename -postbootdelay 10 -nopopups -resultPath C:\Boot_Trace
    Is it possible to use xbootmgr to measure this situation?
    Thanks,
    Matt

    Hi,
    Yes, this tool could to be used to record the boot information.
    Let's make clear something below.
    1. Could you see this screen after pressing "Ctrl+Alt+Delete":
    2. Did you mean that the password inbox disappear?
    3. Could you see above login screen when you start the computer normally?
    If all is Ok when you start computer, the xbootmgr.exe - trace boot is not applied.
    Meanwhile, go to  Clean Boot
    to see if there is some third-party software to troubleshoot.
    Karen Hu
    TechNet Community Support

  • Getting SLiM to restart after ctrl-alt-backspace

    I recently installed SLiM (Simple Login Manager) and it's quite nice. My only problem with it is that if I do a ctrl-alt-backspace at the log-in prompt it will drop me into text-mode log-in without restarting X or SLiM.
    Can it be configured to respawn if X is killed?
    i have the following in my inittab:
    # /etc/inittab
    # Runlevels:
    # 0 Halt
    # 1(S) Single-user
    # 2 Not used
    # 3 Multi-user
    # 4 Not used
    # 5 X11
    # 6 Reboot
    id:5:initdefault:
    rc::sysinit:/etc/rc.sysinit
    rs:S1:wait:/etc/rc.single
    rm:2345:wait:/etc/rc.multi
    rh:06:wait:/etc/rc.shutdown
    su:S:wait:/sbin/sulogin -p
    c1:2345:respawn:/sbin/agetty 38400 vc/1 linux
    c2:2345:respawn:/sbin/agetty 38400 vc/2 linux
    c3:2345:respawn:/sbin/agetty 38400 vc/3 linux
    c4:2345:respawn:/sbin/agetty 38400 vc/4 linux
    c5:2345:respawn:/sbin/agetty 38400 vc/5 linux
    c6:2345:respawn:/sbin/agetty 38400 vc/6 linux
    ca::ctrlaltdel:/sbin/shutdown -t3 -r now
    x:5:respawn:/usr/bin/slim >& /dev/null
    # End of file

    Same problem here.
    I have this problem since 2007-10-14 and can't find a solution.
    There was a huge update amongst others "xkeyboard-config (0.9-2 -> 1.0-1)", and I think there is the problem.
    I use slim too, but I don't believe slim is the problem.
    EDIT:
    After a try ctrl-alt-backspace, my slim.log says this:
    X Window System Version 7.2.0
    Release Date: 22 January 2007
    X Protocol Version 11, Revision 0, Release 7.2
    Build Operating System: UNKNOWN
    Current Operating System: Linux arch 2.6.23-ARCH #1 SMP PREEMPT Sat Oct 27 09:04:14 UTC 2007 i686
    Build Date: 08 April 2007
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 30 21:44:55 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    /usr/bin/xauth: creating new authority file /home/jean/.Xauthority
    Warning: Only changing the first 14 of 20 buttons.
    ** Message: This build doesn't include support for XF86Misc extension
    ** Message: Querying Xkb extension
    ** Message: Xkb extension found
    ** Message: Querying Xkb extension
    ** Message: Xkb extension found
    Conky: desktop window (1000003) is subwindow of root window (1a5)
    Conky: window type - override
    Conky: drawing to created window (1800001)
    Conky: drawing to double buffer
    (xfwm4:8279): libxfcegui4-WARNING **: ICE I/O Error
    (xfwm4:8279): libxfcegui4-WARNING **: Disconnected from session manager.
    xfce-mcs-manager: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0.0.
    xfwm4: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0.0.
    xfdesktop: Fatal IO error 104 (Die Verbindung wurde vom Kommunikationspartner zurückgesetzt) on X server :0.0.
    xfce4-panel: Fatal IO error 4 (Unterbrechung während des Betriebssystemaufrufs) on X server :0.0.
    terminal: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0.0.
    FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 3, should be 1; fixing.
    /usr/bin/xauth: creating new authority file /var/run/slim.auth
    Jean-Paul
    Last edited by jean-paul (2007-10-31 22:17:14)

  • Suppressing zeroes after decimal

    Hi
    I need to suppress the zeroes after the decimal places in my form output if 00 appears after decimal.
    eg 123.00 shd be displayed as 123 .
         123.23 shd be dispalyed as 123.23.
    Could anyone help me with this
    TIA
    Regards

    hi Ankur do this way
    data: wa_input  type i,     
          wa_output type i.
    wa_input = '1.000'.
    CALL FUNCTION 'ROUND' 
      EXPORTING   
        INPUT              = wa_input
      IMPORTING  
        OUTPUT             = wa_output
      EXCEPTIONS
       INPUT_INVALID       = 1
       OVERFLOW            = 2
       TYPE_INVALID        = 3
       OTHERS              = 4.
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    * WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    write:/ wa_output.

  • Awesome WM: how to return focus to parent of dialog after close

    Hello all,
    I've been a happy Awesome WM user for about three weeks. But in some programs, if a dialog pops up and I click 'ok' or whatever, focus is lost on the current program and I must change to another tag and back before my key commands will be sent to the host program. Example: In Digikam, if I enter ctrl-shift-right to rotate a photo, a dialog pops up showing the status of the operation, and when the dialog is dismissed, my keystrokes are no longer sent to Digikam. If Digikam is on tag 1, I'll have to enter mod4-2 mod4-1 to make awesome start sending keystrokes back to Digikam - which takes so long it defeats the purpose of using keystrokes in Digikam.  Has anybody else had this problem with Awesome WM?  What could be going on?
    tacit

    Are you using the default rc.lua? Which version of awesome?
    If you have any experience with lua, you should look into your arrange hook, and refocus the last entry in your focus history, unless another client currently has focus. If you post some more info it should be possible to get you there...

  • Dialog After Application Install

    After every install of an application on my mac a dialog window appears titled "New Text File" with "Where:" dropdown set to Desktop and the "Save As:" prefilled as "myapps.txt. Then there is a continue button and cancel button.
    It has only started happening lately.
    What is this dialog box?

    Perhaps you (or some utility program) created a folder action for the Applications folder. That action is configured to generate/open a text file - based on the title, for keeping track of what applications were installed when?

  • Adding a dialog after an address check

    Hello dear members,
    I use SAP CRM 5.0 and have to implement an address check in transaction BP.
    I'd like to know which possibilities are there to realize the following:
    After having integrated an address check into the transaction BP, which is carried out when the check-button or the save-button is pressed, i'd like to know how to insert a dialog into the transaction itself or better into the BAdi i've implemented.
    The dialog should appear when the check revealed some mistakes and asks the user if he'd like to save the data anyway.
    So the questions are is there a dialog component (like in delphi or c#) which can do that and if not how can one implement such a component, where should the dialog be invoked (in the BAdi itself, somewhere after the BAdi or somewhere in the PBO)
    Thank you very much in anticipation and greetings,
    Paul

    Thank you for the hint. I did so and tried to exit the processing when no and cancel are pressed but i failed.
    Within the method "IF_EX_ADDRESS_CHECK~ADDRESS_POSTAL_CHECK" as an implementation of the ADRESS_CHECK BAdi Interface i coded the following:
         " do some checks and write status codes
       if status eq 'e'.
         call function 'POPUP_TO_CONFIRM'
            EXPORTING
              text_question  = text-001 "Do you really want to save the erroneous data ?
            IMPORTING
              answer         = w_answer
            EXCEPTIONS
              text_not_found = 1
              others         = 2.
          if sy-subrc <> 0. " Function call failed.
          endif.
          if w_answer ne '1'.
            errorline-MSG_TYPE = 'S'.
            errorline-MSG_VAR1 = 'Addressdata erroneous!'.
            append errorline to CH_T_ERROR_TABLE.
            exit.
          elseif w_answer eq '1'.
            errorline-MSG_TYPE = 'S'.
            errorline-MSG_VAR1 = 'Erroneous addressdata will be saved!'.
            append errorline to CH_T_ERROR_TABLE.
          endif.
       endif.
    Could anyone tell me how i can abort the processing of the whole program/transaction and prevent the saving of the data when i'm already within the BAdi and not the Dynpro anymore?
    Regards.

Maybe you are looking for

  • Delete file in Appln server

    Hi all, Iam using following FM to retrive files in Aplln server. OCS_GET_FILE_INFO. Now my requirement if the length of file is 0 then i should delete the file.And Iam also submitting these files to another program for batchinput. Kndly help me. My c

  • Stacks and exporting to Flickr

    I'm fairly sure this is pilot error, but I can't see where I'm going wrong...first, let me describe what I want to do. I have a RAW image called "A.NEF" (Nikon D300 RAW). I want to edit it externally in CS5 (could be any editor). When it comes back t

  • Satellite L455D-S597​6: Disk system part deleted

    Hi!!!! Configuration: TOSHIBA Satellite L455D-S5976 AMD Sempron SI-42 2GB DDR2 RAM, 250 GB HDD I have trouble with my Hard disk. The disk configuration was like this: Part C: System about 300 Mb Part D: second part about 120 Gb Part F: third part ab

  • Deleting pages automatically

    Is there a way to automate deletion of blank pages? Can't see a command to this effect in the Pages panel menu...

  • Email attachment and text/plain

    Well, the Mail app on iPhone really needs improvement. I've got my iPhone for 4 days only, and I already have 3 things (at least) that IMHO need to be improved: 1. Someone forwarded me an email, and that email now appears as an .eml attachment, which