Double Click Attribute in Screen Painter

Hi SDN,
  There is a attribute named 'RESPONSE TO DOUBLE CLICK'  in the I/O field. Can anyone explain what for it is used? how to use this attribute?

ya  it  is.
i pai  You can do something like this.
CASE ok_code. "sy-ucomm.
WHEN 'PICK'.
SET PARAMETER ID 'MAT' FIELD g_cursor.
CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.
ENDIF.
        kishan negi

Similar Messages

  • When I double click my IPAD screen there are apps at the bottom. How can I remove them?

    When I double click my IPAD screen I have apps at the bottom how can I remove them?

    If you are running iOS 6 or iOS 5, those apps are the recently used apps in the recents tray. You don't need to remove then from there, but if you want to do so, you have to close them. You do that by holding down on one of the app icons until they all wiggle, then tap the red minus sign to close the app. Do that to every app that you want to close. Tap the home button when you are done.

  • New control attribute in screen painter: switch , what's that for?

    Hi, gurus
    i noticed that in the screen painter, there is a new , maybe two , control attribute, called siwtch, or switch frame work, could you pls tell me what' s that for?
    br.
    jun

    Hi,
    Pls check this link it will very helpful for u.
    http://thespot4sap.com/Articles/SAP_Design_Example_Transaction_Code.asp
    Thanks,
    Shankar

  • My I pod only works with double click and I can't  drag the screen with my finger?

    Hi,
    My i-pod doesn't work very well at the moment.
    I can't drag over the screen en have to double click on my screen. I can't drag the screen from left to rigth and not from above to below.
    The hard reset didn't work and i can't reach the menu where i can restore all setting. My son alternated one of the direction.
    who can help me?
    thanks
    gtz Ton

    You have the accessibility VoiceOver feature turned on.
    Triple click the home button and try going to Settings>General>Accessibility and turn VoiceOver off. You may have to use three fingers to scroll the screen to get there. If problems see the following for how to turn off via iTunes:
      iPhone: Configuring accessibility features (including VoiceOver and Zoom)

  • Error while opening a screen painter

    Hi all,
    I am trying to modify a screen in SE80. But when i am clicking on the screen painter it shows 'EU_SCRP_WN32 : timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'
    Message no. 37033. Please let me know how to resolve this issue. Thanks a lot for your help!
    Regards,
    Priti

    For the Future Problem Facers:
    I too faced the same problem and the below steps helped me.
    Re: SFLIGHT is NOT defined for the current logical database.
    You can check the completeness of the program installation by starting the program gneux.exe locally in the SAPGUI directory (for example, by double-clicking on the program name in the Explorer window).The Layout Editor is displayed with German texts and an empty drawing area for the pseudo screen EUSPDYND 0000.
    If the installation is not complete, an error dialog box provides information regarding the cause of the error, for example, sometimes the DLL eumfcdll.dll is missing after reinstalling the SAPGUI. For example, the eumfcdll.dll DLL was sometimes missing after the SAPGUI was reinstalled.

  • Screen Painter don't work

    Screen Painter don't work when I click menu "Tools/Screen Painter", and show a System Message :Add-on Screen Painter is disconnected.Please contact:www.sap.com
    Restart Add-on
    Log off the current company
    Continue working without this Add-on.
    What should I do?

    Hi
    First uninstall Screen Painter then open the file C:\Program Files\SAP\SAP Business One\AddOnsLocalRegistration.sbo
    in notepad remove the lines related to screen painter (If there is any)
    <AddOn Exe="BK_ScreenPainter.exe" Installer="ScreenPainterInstaller.exe" InstallerMD5="384B6B18CA81A26CD8CC2A160BBBFC0A" Name="Screen Painter" Path="C:\Program Files\SAP\SAP Business One\AddOns\BK\Screen Painter" SelfUpgrd="false" Space="BK" UID="BK_Screen Painter" UnInstEstTime="180" UnInstParams="/zu201Duninstallu201D /x" UnInstaler="ScreenPainterInstaller.exe" UnInstallerMD5="384B6B18CA81A26CD8CC2A160BBBFC0A" Ver="880229"><Common ID="1" Name="B1DEVSRV"/></AddOn>
    save it and try again to install the screen painter.
    If that doesn't work  go to this C:\Program Files\InstallShield Installation Information directory and find find the screen painter installer and remove it.
    Hope this will help you
    Regards
    Arun TB

  • 6.7 Screen Painter error

    Hi all,
    I've just installed SBO version 6.7 and when I try to run the Screen Painter I get the following error message:
    Run-time error '-7000' (ffffe4a8)':
    Form - Invalid
    No forms have been opened, the error message displays when I click on the screen painter option in the menu. Does anyone have any suggestions of what's gone wrong? Perhaps I've installed 6.7 incorrectly?
    Lita

    I think the problem was fixed when I got SBO licensed? The 2004 version will not let you do things like upgrade to a patch unless you have a licensed version.

  • Note 1099850 - Disable history via screen painter

    The installation of the SAP GUI 7.10 with patch level 8 has been completed.
    Where in the SAP screen painter is the option of disabling the history for edit fields?

    Hello,
    showing the screen elements attributes in screen painter, there will be a checkbox "No Inputhisotry" on the "display" tab.
    The feature requires both the latest SAPGUI 7.10 and also a 7.10 backend.
    You might not have latter, which might be the reason why you are not finding the option in screen painter.
    Best regards
    Rolf-Martin

  • Screen painter attributes

    can u give me the function of screen painter attributes and tools which r used in layout editor??????

    Hi Srinivas
    ·        Screen number
    A four-digit number, unique within the ABAP program, that identifies the screen within the program. If your program contains selection screens, remember that the screen numbers of selection screens and Screen Painter screens both use the same namespace. For example, if you have a program with a standard selection screen, you may not create any further screens with the number 1000. Lists, on the other hand, have their own namespace.
    ·        Screen type
    - A normal screen occupies a whole GUI window.
    - Modal dialog boxes only cover a part of a GUI window. Their interface elements are also arranged differently. - Selection screens are generated automatically from the definition in the ABAP program. They cannot be generated using the Screen Painter.
    - A subscreen is a screen that you can display in a subscreen area on a different screen in the same program.
    ·        Next screen
    Statically-defined screen number, specifying the next screen in the sequence. By entering zero or leaving the field blank, you define the current screen as the last in the chain. If the next screen is the same as the current screen, the screen will keep on calling itself. You can override the statically-defined next screen in the ABAP program.
    ·        Cursor position
    Static definition of the screen element on which the cursor is positioned when the screen is displayed. By default, the cursor appears on the first input field. You can overwrite the static cursor position dynamically in your ABAP program.
    ·        Screen group
    Four-character ID, placed in the system field sy-dyngr while the screen is being processed. This allows you to assign several screens to a common screen group. You can use this, for example, to modify all of the screens in the group in a uniform way. Screen groups are stored in table TFAWT.
    ·        Holding data
    If the user calls the screen more than once during a terminal session, he or she can retain changed data as default values by choosing System
    Layout Editor
    We use layout editor to place screen element in screen layout. There are two modes in editing layout: Graphical and alphanumeric. Both modes offer the same functions but use different interfaces. In graphical mode, you use a drag and drop interface similar to a drawing tool. In alphanumeric mode, you use your keyboard and menus. It is easier to work in graphical mode, to toggle beetween this mode, in SE51 go to: Utilities->Settings: in screen painter tabs check graphical layout editor.
    Layout editor contains these tools:
    i. Element pallete
    On left screen you will find list of element (textbox, label, checkbox) you can use. Drag and drog element to put it on screen.
    ii. Name & Text
    Aftef put element on screen, write its name and text (in textbox, text will set default value).
    iii. Attributes Window
    Double click the element to display its attributes, or select it then click :Goto->Secondary window->attributes. For example, in textbox element, we can set its length, read only mode, in this window.
    iv. Dictionary/program field.
    If we want to create a field refer to field in data dictionay or field already declared in program, use this menu to create text field with the same type compared to its referral.
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Jan 11, 2008 6:04 PM

  • Double click event for the I/O field in custom screen

    Hello all:
        I have development a dialog program now, and I want to show the MM03 screen when I double click the I/O field for material number ( such as the CO03 materil field ). I had set the screen display attribute to " Responds to double-cick",but I can't receipt any infor from the PAI Flow but a message "Please choose a valid function".
       some friends proposed me to set the Function Code for it , but the FctCode only support for "button" and "tab titles" and "Dropdown box" , how can I do.

    Hi,
    Check ur pf-status. in that did u give PICK to the functionkey F2 which will enable the db click facility.
    apart from setting the PF-status with PICK (F2) also set the property "respond to double click" for the tablecontrol column in screen painter.
    and u can get the values of the clicked field by GET CURSOR command.
    Also you can refer:-
    double click from table control?
    Doubleclick in Table control
    Hope this helps you.
    Regards,
    Tarun

  • Touch screen double clicks are seen as two single clicks due to position sensitivity

    I'm developing an app for a laptop with a touch screen. It displays several low resolution images in Lab View pictures. The operator can select an image by double clicking, displaying a higher resolution picture that fills the screen. Double clicking that image returns to the multiple image display.
    It is very difficult to cause a double click event via the touch screen. The two clicks must be located at the exact same point on the touchscreen, or two single clicks are returned. My fat fingers can't seem to hit the same pixel twice.
    Is there a way to set the position sensitivity of double clicks in Lab View? in Windows?
    Thanks,
    Dan

    Hi Dan,
          I think this would be an OS configuration-parameter - at least, outside LabVIEW - have you looked under "Control Panel" or Programs for a touch-screen configuration utility?  Here's a link to info re: the Dell Latitude XFR D630.  Note the "Doube Click Area" parameter under "Touchkit Configuration Utility" - Settings.
    Cheers!
    "Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)

  • Why My Screen Painter Only can Edit Specific Attributes

    In my Screen Painter, i only can edit the item's specific Attr,like Caption,but I can't edit the uniqueID,Type.....
    The specific Attr has a EditTxt dialog that i can enter my value,but for the items, it seems disapear. I only see the Attr Name and scrollbar,no edit dialog.
    Why?

    Hi Frank,
    I'm not sure wether I have well understand your problem, I will try to answer anyway.
    The UniqueID, Type, Description... attributes are included into the general item characteristics. When you click on an item you can see in the Items tab all the attributes (in the top the general ones and in the bottom the specifics).
    I can modify all the items attributes without problem.
    Are you using a specific item type?
    Which B1/SDK version do you have?
    Regards
    Trinidad.

  • Splash screen works from browser, not when double-clicked on desktop

    Hi,
    I am having trouble making a splash screen appear and have a specific question about it.
    The code is from the tutorial at:
    http://blogs.sun.com/thejavatutorials/entry/changing_the_java_web_start
    I have changed the codebase attribute of the jnlp element so it refers to my own server:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File for ButtonDemo -->
    <jnlp spec="1.0+" codebase="https://justanexample.com/buttondemo" href="ButtonDemo.jnlp">
      <information>
        <title>ButtonDemo</title>
        <vendor>The Java(tm) Tutorial: Sun Microsystems, Inc.</vendor>
        <homepage href="http://java.sun.com/docs/books/tutorial/uiswing/examples/components/index.html#ButtonDemo"/>
        <icon href="mysplash.jpg" kind="splash"/>
        <description>ButtonDemo</description>
        <description kind="short">Demonstrates use of buttons within containers</description>
        <offline-allowed/>
      </information>
      <resources>
        <j2se version="1.6+"/>
        <jar href="ButtonDemo.jar"/>
      </resources>
      <application-desc main-class="components.ButtonDemo"/>
    </jnlp> This JNLP, the mysplash.jpg, and the ButtonDemo.jar are deployed to the web server, under a "buttondemo" subdirectory of the web server's DocumentRoot.
    If I access the JNLP from a browser (https://justanexample.com/buttondemo/ButtonDemo.jnlp), things work as expected:
    The first time "Java Loading" appears.
    The mysplash.jpg is cached and can be seen in the Resource list with "javaws -viewer."
    During the second and subsequent launches, the custom splash screen appears as expected.
    However, if I have the JNLP file on my desktop, and I open it from there with a double-click, I never see the splash screen.
    My question: Why is this? Shouldn't I see the splash screen after the first launch, even if I launched by double-clicking the JNLP file on my desktop?
    Why I care:
    While I've shown the problem using ButtonDemo, I am having the same issue with my own application. I'd like to have an icon on the desktop the user can click. I do have it working, but using a workaround I consider fragile and perhaps inappropriate.
    I am using the 1.6.0_18-b07 version of the JRE on Vista SP2.
    Thanks in advance for any explanation/help.
    Edited by: mmissire on Feb 10, 2010 7:52 PM

    I couldn't get this to work. For the benefit of anyone needing something similar, here's what I did to work around it.
    At install time, my app already unpacked some config files into a known place under the user's home directory. So I now unpack a splash screen there, as well.
    The desktop shortcut tells javaws to skip it's splash screen with -Xnosplash, and then tells the JVM to use a local one (with the -J"splash:" argument). Something like this worked well enough:
    C:\Windows\System32\javaws.exe -J"-splash:C:\Users\whoever\appname\splash.jpg" -Xnosplash "C:\Users\whoever\appname\app.jnlp"

  • Help w/ fixing my broken ipod touch. I have to double click on an app in order to open it, can't leave the home screen, apps don't work!

    I'm not sure what happened, but I can't leave my home screen unless I press n hold an app and move it to another page, then when i press the home button so the apps stop shaking I can stay on another page. Other than doing it that way I can't scroll from one page to another. When I click on an app a thin box appears around it, not only with apps but when I click on the time or battery or ANYTHING! In order for me to open any of the apps I have to double click on it and then when it opens I can't do anything in the app. Even when I went to settings to see if there was something in there to fix this problem I can't go anywhere or do anything. Someone please help!!!

    Im having this same problem an my phone is about 3 weeks old. I am not sure about the voice over part though...I have not yet figured out how to work the voice recognition part of the phone...I am such a newbie with this phone. I did the power off/on suggestion, several times. I tried leaving it off for 10 minutes. Tried to reset with the power on/off and home button pressed at the same time. Charged battery. Still makes no difference. You cannot scroll any direction. Have to double click to open apps. Have to double click letters when texting or emailing in order to get the letter in the text box. Can scroll through app choices, have to click on the line with the dots in it and move from page to page. Can't access the settings - > general - > accessibility - because it won't allow me to scroll down to "general".
    Anyone help you with your fix yet?

  • How to go to different screen by Double Clicking a Tree Node

    Hi guys,
    I have a tool where i have a top panel and a bottompanel. On the top panel, i add Tab buttons so that if anyone is clicked, it will repaint the bottom panel with corresponding Tab screen(New screen will come with the top panel remaining same). There are Actions, Conditions,Trees tabs on the main panel. There is also a Home Tab on the main panel which when clicked brings up a tree structure on the left hand side of the bottom panel which has some parent and child nodes depending on whether they are files or directories. There are folders(parent nodes) with names Trees & Conditions also related to the Tabs on the main panel under which i have some file names. I am including the method which creates the nodes. The problem is that when i double click any file(not a directory), it should take me to the screen which is actually populated when i select the Trees/Conditions tab and select the corresponding file name from the drop down provided in that screen and click a view button. So, it is something like adding an actionListener or SelectionListener. But, i am unable to do it. Can anyone suggest me how to do it?
    The class involving the following looks something like this.
    public class MainHomePanel extends AbstractDtPanel {And the AbstractDtPanel looks something like this.
    public abstract class AbstractDtPanel extends JPanelFinally, the method to create the Nodes is given below
        private void createNodes(DefaultMutableTreeNode top) {
            DefaultMutableTreeNode parentFolder = null;
            DefaultMutableTreeNode innerFolder = null;
            DefaultMutableTreeNode fileNames = null;
            ArrayList folderName = new ArrayList();       
            ArrayList innerFolderNames = new ArrayList();
            ArrayList fileNameArray = new ArrayList();
            CommonUtil cu = new CommonUtil();
            folderName =cu.getFolderNames(sessionData.getSysPath());
            if(folderName != null && folderName.size() > 0) {
                 for(int i =0; i<folderName.size(); i++) {
                     parentFolder = new DefaultMutableTreeNode((String)folderName.get(i));
                     top.add(parentFolder);
                     innerFolderNames =  new ArrayList();
                     innerFolderNames = cu.getInnerFolderNames(sessionData.getSysPath(), (String)folderName.get(i));
                     for(int k=0; k<innerFolderNames.size();k++) {
                         innerFolder = new DefaultMutableTreeNode((String)innerFolderNames.get(k));
                         parentFolder.add(innerFolder);
                         fileNameArray = new ArrayList();
                         fileNameArray = cu.getFileNames(sessionData.getSysPath(), (String)folderName.get(i),(String)innerFolderNames.get(k));
                         for(int j=0; j<fileNameArray.size(); j++) {
                             fileNames = new DefaultMutableTreeNode(fileNameArray.get(j));
                             innerFolder.add(fileNames);
        }

    Sorry, a small mistake. The "createNodes" method is in the "MainHomePanel" class.

Maybe you are looking for

  • Change field name in sql statement

    How can one change a field name in a specified table using an sql statement? Thanks. Dan.

  • Storage space memory in PI

    Hi Guys,    Can any one please let me know how to see storage space memory in PI. is there any transaction code ? i need how much memory used and how much free space in my PI system... Thanks, Siva.

  • What is Validator and Deligator in MVC2.0 ?

    Hi All, Anybody please tell me what is validator and deligator in MVC2.0 ? Please explain... Thanks Please reply soon. Thanks Harish pathak

  • Can you recover files from Time Machine

    It looks like my wife had a total disaster today. First, a couple of days ago her iMac stopped working. I have been trying to get it to reboot and have tried repairing the HD using disk utility, but the directory is corrupted. Tonight, I tried to use

  • Audigy 2 ZS + Volume control causing xp64 re

    Have a problem which is causing me grief, recently popped a Audigy 2 ZS with external controller into a XP64 Dual Xeon , 6 gigs, Super Micro X6DAL-G Mobo. Everytime i turn the volume control on the ZS controller it reboots the machine. Did see a post