Disable a POPUP

Hello forum,
I have a copy Z of the report  RCNMASSCHANGE standard,
When I execute the F8  appears a popup with a subscreen .
I want to disable this popup and the process continue whitout this.
I 've Debuged and I saw the popup is activated when  this function is executed:
CNMASS_CALL_MASS_CHANGE_DATA
Any idea to disable the popup?
Thanks
CALL FUNCTION 'CNMASS_CALL_MASS_CHANGE_DATA'
       EXPORTING
            I_FLG_NO_DIALOG       = FLG_NO_DIALOG
            I_FLG_MAINTAIN_TABLES = FLG_MAINTAIN_TABLES
            I_FLG_COMMIT          = CON_YES
            I_FLG_TEST            = FLG_TEST
            I_FLG_ONLINE          = FLG_ONLINE
            I_FLG_BATCH           = FLG_BATCH
            I_FLG_SAVE            = FLG_SAVE
            I_FLG_COPY            = FLG_COPY
            I_CURRENT_TABNAME     = CURRENT_TABNAME
       IMPORTING
            E_FLG_TEST            = FLG_TEST
            E_FLG_ONLINE          = FLG_ONLINE
            E_FLG_BATCH           = FLG_BATCH
            E_FLG_SAVE            = FLG_SAVE
            E_CURRENT_TABNAME     = CURRENT_TABNAME
       TABLES
            I_PROJ                = PROJ_TAB
            I_PRPS                = PRPS_TAB
            I_PRTE                = PRTE_TAB
            I_PSMLST              = PSMLST_TAB
            I_AUFK                = AUFK_TAB
            I_AFKO                = AFKO_TAB
            I_AFPO                = AFPO_TAB
            I_AFVGD               = AFVGD_TAB
            I_AFABD               = AFABD_TAB
            I_MLSTD               = MLSTD_TAB
            I_RESBD               = RESBD_TAB
            T_CHANGES             = P_MASPAR
            T_DETAILED_CHANGES    = P_MASCNG
       EXCEPTIONS
            CANCEL                = 1.

Hi,
try commenting out the EXPORTING flag_commit.
and if that does not work try using SUPPRESS keyword....
Rgds/Abhi

Similar Messages

  • Is there any way to disable the popup message I get when I print to a PDF?

    When I print to a pdf by selecting the Adobe PDF Converter as my printer, I always get a popup in my tray "Your PDF file 'document name' has been created".
    This is annoying when I printing a bunch of different documents at a time.  I know the PDF has been created because it opens up, so why the popup?
    HOW DO I DISABLE THIS POPUP???
    Help!!

    If you're talking about the balloon tip that appears in the tray area, I don't know of a way to disable it for just Acrobat, but you can for all programs by modifying the registry: http://support.microsoft.com/kb/307729

  • Disable/enable popup LOV image anchor in tabular form

    Hello all,
    I am trying to find the solution how to enable/disable popup LOV's image anchor. When I disable the popup item, then only the text field is disabled but the image is still active and opens the LOV window. I have tried to implement some solutions but without success.
    I have created DA (fired after refresh of needed region) with code below which disables the needed field.
    $('td[headers="DEPTNO"] input').each(function(i)
                $('td[headers="DEPTNO"] input:text').disabled="disabled";
    $($('td[headers="DEPTNO"] input:text')[i]).addClass('apex_disabled');
    Could anyone help me with a code which will also disable the image?
    Thanks in advance!
    My testing appl:
    www.apex.oracle.com
    *WS:* kurintest
    *username:* [email protected]
    *passwd:* kurintest
    *appl. name:* disable_popup_icon
    -Jiri                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hello Jiri,
    Please see your page:
    I have changed the dynamic action:
    $('td[headers="DEPTNO"] input').each(function(i)
                $('td[headers="DEPTNO"] input:text').disabled="disabled";
    $($('td[headers="DEPTNO"] input:text')[i]).addClass('apex_disabled');
         $($('td[headers="DEPTNO"] a')[i]).click(function(e) { e.preventDefault(); });
    $($('td[headers="DEPTNO"] img')[i]).addClass('apex_disabled');
    Hope it helps!
    Regards,
    Kiran                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to permanently disable comment popup hint in Adobe Reader X?

    I wish to permanently disable the popup that says  "Click on Comment and Share to create, mark-up and send PDF files.":
    It is getting annoying having to always click it to remove it when viewing a new PDF file in Fullscreen mode.
    How can I acheive this?
    Is there a setting in the preferences or a key in the registry that I can modify?

    You're right. I've tested on a couple of computers now and the problem seems to be isolated to one computer with a particular software setup. On the others it works as you describe.
    You would'nt by any chance know where this "don't show the bubble"-setting is stored after clicking the cross for the first time? Is it in the registry?
    Edit:
    Received a helpful tips: HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\AVGeneral\bShowTaskButtonInfoBubble

  • Blocking popup windows even when disabling the popup blocker

    For quite some time now, Firefox has been blocking essential popup windows on my computer. It's not just those annoying ones, even those when I am trying to write an email and similar things. I have disabled the popup blocker and it does not change anything at all. It does not alert me that it has blocked anything either, it is simply as if I never clicked anything in the first place. I have tried adding exceptions to my popup blocker, and this does not work either. This is really frustrating and is interfering with my daily use of firefox, and forces me to use crappy explorer which does not block things. What can I do?

    Hi Sachin
    Thank you so much for the reply.
    About your request, the codes that I used are:
    HTML for the PopUp:
    <SCRIPT LANGUAGE="JavaScript">
    function popUp(URL) {
    var iMyWidth;
    var iMyHeight;
    //half the screen width minus half the new window width (plus 5 pixel borders).
    iMyWidth = (window.screen.width/2) - (250 + 10);
    //half the screen height minus half the new window height (plus title and status bars).
    iMyHeight = (window.screen.height/2) - (225 + 50);
    //Open the window.
    var win2 = window.open("http://xarao.businesscatalyst.com/caipiroska.html","Window2","status=no,height=450,width=500,resizable=yes,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",toolbar=no,menubar=no,scrollbars=no,location=no,directories=no");
    win2.focus();
    </SCRIPT>
    For the Link:
    javascript:popUp('http://xarao.businesscatalyst.com/caipiroska.html')
    Of course for all the different links in the page I've changed the http of each image in both codes.
    http://xarao.businesscatalyst.com/cocktails.html
    Thank you once more.
    Best regards,
    Augusto

  • Disabling Secondary Popup When Accessing Office 2003 Documents Through KM

    Hi,
    we have the old problem with "Disabling Secondary Popup When Accessing Office 2003 Documents Through KM" which was topic of a weblog by John Mittendof already.
    For us it was solved when using Windows-integrated authentication without changing the registry as described.
    This works with Office2003 SP1. With SP2 the popup appears again.
    Does anyone have the same problem???
    The disadvantage with the registry solution is, that the files will be stored in the temporary internetfiles which leads to a message when opening a second time (in the sense of: document already open by "myself" - open writeprotected?).
    Best Regards
    Helge Stührmann

    Please Try this: (You should change all these settings or you'll get other errors)
    Go to Content Management ® Global Services ® URL Generator Service.
    Make the following changes:
    &#9679;      a) Replace the prefix
    /irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs in the parameters Image Path, Viewer, XML Forms CSS URL, and Content Access Path with /irj/go/km/docs
    The entry in the Image Path parameter must look as follows: /irj/go/km/docs/etc/public/mimes/images
    &#9679;      b) Replace the prefix
    /irj/servlet/prt/portal/prtroot/com.sap.km.cm.uidetails in the parameters Resource Properties Page and New Resource Properties Page with /irj/go/km/details
    &#9679;      c) Replace the prefix
    /irj/servlet/prt/portal/prtroot/com.sap.km.cm.navigation in the parameters Explorer Servlet and Navigation Servlet with /irj/go/km/navigation
    &#9679;      d) Replace
    /irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent in the parameters Highlighted Content with /irj/go/km/highlightedcontent
    &#9679;      e) Replace
    /irj/servlet/prt/portal/prtroot/com.sap.km.cm.basicsearch in the parameter Basic Search Servlet with /irj/go/km/basicsearch
    Regards, Fede

  • How can I disable my popup blocker on mt iPad?

    How can I disable my popup blockers on my ipad2?

    go to setting
    tap safari
    then scroll down
    theres a tab under javascript and slide it to off

  • I don't use CS5 Live. How do I disable cs5servicemanager popup?

    Probably a small thing but this annoys me & I'd like to disable the popup asking to use info stored in keychain. Using CS5 Extended on Mac 10.6.4.

    This is what I usually get when I login. I gave in & selected Allow (not Always Allow) & now no longer see the popup when in startup of PS. I guess it's active all the time now which is not what I wanted. I don't subscribe to the service so I don't understand why it's there. I consider this spyware & I don't appreciate this "service" monitoring my computer.

  • When sending mail to a recipent with "unrouteable adress" I get a popupwarning. Is it possible to disable this popup?

    I am trying to disable a popup alert I get when I send a message to a recipient with an error.
    I get the message "Unrouteable adress" as a popup and have to press OK to continue to send mails. The reason I want to disable this is that we are using thunderbird to send out newsletter, and have to press OK on all adresses that is wrong.

    Another option is to make an Automator workflow that creates a new email message formatted as you like. Here are the steps:
    Open Automator and create a New Service.
    Set it to no input in Mail
    From the Utilities Library, drag the run Applescript action into the workflow pane.
    Copy and paste in this script (replacing what is already there):
    property fontName : "Lucida Handwriting"
    property fontSize : 14
    property fontColor : {14848, 26112, 65535} as RGB color
    property emailMessage : "Hello "
    on run {input, parameters}
              tell application "Mail"
                        set theMessage to make new outgoing message with properties {visible:true}
                        set the content of theMessage to emailMessage
                        tell content of theMessage
                                  set the font to fontName
                                  set the size to fontSize
                                  set the color to fontColor
                        end tell
              end tell
    end run
    Change all the Properties to what you want for defaults.
    Save the workflow with a useful name.
    Open Keyboard System Preferences, Shortcuts menu
    Select Services category
    Scroll to the bottom section and find you service; select it.
    Tab the shortcut field and type the shortcut you want to use. Note that a lot of the N shortcuts are used. I found ctrl-opt-N was free.
    Open Mail, go to the Mail menu > Services > name of service
    That will open a new mail window. Close it and try the Shortcut.
    To get the right color values, you can use the color picker, RGB Slider values multiplied by 256. That's not quite perfect, but it is close. The maximum value is 65535

  • How to disable keyboard popup for iphone 5s?

    Hi
    I have recently purchased iphone 5s running iOS 7.1.1.
    I am not finding option to disable keyboards pop up.
    may i know from where i can disable keyboard popup's?

    nmuralisousha wrote:
    Thank you very much for your kind response.
    Actually, In control center I was having "Music" option but it had changed by mistake and now showing "Line" option. I would like to change to "Music". Hope you could understand my problem. Kindly help me to reset this option. Thank you very much in advance.
    That means the last thing you listened to was from line.
    If you go to your music and play a song and then stop, then go back to control center it will show you the last song/music.

  • Treating all future networks as a public network how disable that popup and set it to public

    I have a lot of sys-prepped machines, and when they are attached to a network
    They show a popup new network discovered, and if it should be treated as private / work / public.
    Well i dont want that popup, i want to disable it from ever pop-ing up, and i need to set all future discovered network as public.
    How do i disable the popup, and set future discovered networks default to public.
    By wmic / vbs / powershell  or some c# code ?

    Whenever you see the popup dialog, select the option Treat all future  networks as public, and don't ask me again. This will treat all the future networks a public only. And if you need to change the location, click on the location type under
    the network name and change it to the preferred location (for eg, in the below image,
    Home network under SPI-Private is clicked to display the dialog).
    For additional information on implementing through PowerShell, you can refer
    Set-NetConnectionProfile topic from TechNet Library. Excerpt from the reference link (example) is given below:
    PS C:\> $Profile = Get-NetConnectionProfile -InterfaceAlias Ethernet1
    PS C:\> $Profile.NetworkCategory = Public
    PS C:\> Set-NetConnectionProfile -InputObject $Profile
    The first command gets the connection profile for the network adapter named Ethernet1. The command stores the results in the
    $Profile variable.
    The second command assigns the value of Public to the NetworkCategory property of the connection profile stored in the
    $Profile variable.
    The third command sets the network category of the connection profile stored in the
    $Profile variable.
    Balaji Kundalam

  • Is it possible to disable some popups from FEP Client on the desktop. But how to disable popups from real time protection

    Is it possible to disable some popups from FEP Client on the desktop. But how to disable popups from real time protection. This is so that end users who are non technical are not disturbed and only the I.T is aware of the viruses in teh environment.Shahid Roofi

    You could set policies which when a malware detected an action perform automatically without user interaction but there is no GPO which stop the notification, one reason could be that when notification keep appearing, then user will know something is wrong
    otherwise why FEP should display any warning.

  • Disable thumbnail popups on Task Bar

    Hello everyone,
    I am running Windows 8, 64-bit and want to know how I can disable the annoying thumbnail popups when I roll the mouse over an icon on the Task Bar. I can't find a setting for this.
    Thanks, Jim T

    What if you do the following, I am quoting that article I have mentioned in my previous post:
    Alternatively, it’s also possible to manually set or configure the registry key to disable Taskbar thumbnails function.
    Click on Start button and type RegEdit in Instant Search text box, then hit
    Enter.
    In the Registry Editor, navigate to the following registry key:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
    Note: If Explorer registry sub-key does not exist, then right click on Policies and click New -> Key and name it as “Explorer”.
    In the right pane, right click on a blank spacce, and then select New -> DWORD (32-bit) Value.
    Type TaskbarNoThumbnail as the name for the new registry value data.
    Double click on TaskbarNoThumbnail to modify its value data.
    Type 1 and click on OK.
    Logoff and logon again or restart computer if needed.
    To re-enable Taskbar thumbnails again, just right click on TaskbarNoThumbnail and click Delete to remove the whole registry key, or set TaskbarNoThumbnail value data to 0.
    Well this is the world we live in And these are the hands we're given...
    Yes it works :-)
    Thanks ur great.

  • Disable confirmation popup

    Hi,
    I am calling a standard utility to post PGI for delivery from an exit.
    Now, it asks for a confirmation to post or not.
    I want to disable this confirmation popup message.
    Is there any way to do this ?
    Thanks in advance.
    Regards
    Megha

    Hey Ramjee,
    Unfortunately, I don't believe there is any way to disable the dialog. I saw your other thread about the station globals, and would be happy to try and help figure out a different way to accomplish what you're trying to do that wouldn't require you to keep updating the globals. Let us know if we can do anything to help!
    Daniel E.
    TestStand Product Support Engineer
    National Instruments

  • Disable registration popup Crystal Reports XI

    Post Author: RichardF
    CA Forum: Deployment
    I have made a silent deployment of Crystal Reports XI. Because i dont want the user to get the registration popup when crystal reports is started for the first time, i was wondering if i can disable it with a registry setting. (or a maybe there is a better solution)
    thanks Richard

    Post Author: mteegarden
    CA Forum: Deployment
    Depending on how you are running your silent deployement, you could just add the registration key to the registry at the end of your silent installation.
    &#91;HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 11.5\Crystal Reports\Keycodes\CR Pro&#93; "Serial"="Valid 10 digit reg#"
    Since we have so many installations and we don't want every one of our users registering their products, we use this method.

Maybe you are looking for