How to show icons in Kanban Board User-exit1 field ?

Hello everybody !
I need to fill the field "User-exit1" of Kanban Board with an icon (green, yellow or a red light), but I noticed that this field accepts only text..... How can I do that ??
Thanks a lot !
Mauro.
Edited by: Mauro Ivo Nass on Oct 14, 2011 1:16 PM

The reason it's not converting it to an icon is because the data element is using TEXT data type which is preserves the case (lower/upper case) of the string entered and is seen only as text and no conversion can happen (please double click on TEXT60 to investigate further).  It's like the difference between MAKTX and MAKTG  in the table MAKT
Since you cannot change SAP standard data elements because they may be used in other programs also. You need to add a field to the structure with data element that uses CHAR data type which can use conversion exits to display the icons.
Edited by: Jeevan Sagar on Oct 18, 2011 12:13 PM
EDIT: I just tested by changing the material description of a material as @5B@ and in display mode (MM03) and in table MAKT (SE16N) it's display the green LED. So data type should not be the problem.
Are you trying to display it on the SAP screen or on browser/ third party software?
Edited by: Jeevan Sagar on Oct 18, 2011 12:21 PM

Similar Messages

  • How to change the text of a user defined field in dynamic selections?

    Logical Database PSJ is used by t code CJI3 - we added a couple of user fields into the dynamic selections of CJI3.
    Now - how to change the text of this user filed (USR01 of structure PRSP_R in logical database PSJ)?
    Found an OSS note - 86980 - that tells that this is not possible.
    But when we read the documentation on the user field (CJI3 - dynamic selections  - double click on user field - F1), it shows the following text:
    User-defined field in which you can enter general information with a length of up to 20 characters.
    Dependencies
    The names (key words) for  user-defined fields depend on the field key.
    Now the question is where to change the field key..
    Thanks,
    Ven

    Madhu - you did not get the question I think.
    Anyways - I found an OSS note 1266643 - this code change should take care of the issue - it will then reflect the details maintained in custoizng at transaction code OPS1..
    Thanks,

  • How to show a error message to user from report.

    I don´t wanna to go in a form builder to create a simple form for just two inputs.
    I have put two inputs into reports parameter screen, but I know that reports is not like forms, I cannot use SET_ITEM_PROPERTY to hide an element or put a runtime message to a label.
    How can I show an error message when I validate an input from user, when some input trigger raise?
    Thanks a lot!

    The SRW.message doesn't show me no alert on report 10g !!!
    is there any restriction that can be made to block the displaying of the alert on the web environnement?
    thanks..

  • How to show icons on a new page or tab? like in chrome or IE 9?

    Im a new firefox user, and I would like to have icons of the webpages I visit often whenever I open a new tab. Is this possible in Firefox? and how to do so?

    Middle-click or {Ctrl + click} a link to have it open in a new tab.
    Or, right-click the link and select '''Open Link in a New Window''' (or New Tab).
    Window size isn't going to change when opening a link, if you want it Maximized, that is a separate click if the original window isn't already Maximized.
    Full Screen is window by window, and is toggled by '''F11'''.

  • How to show icon image on Unix

    I the Button Icons are fine on NT machines. When I move the application to a Unix machine, the icons won't show up. How do I set up to let them show up? Any suggestion? Thanks.
    -- [email protected]

    Hello,
    This plugin Does Exactly What You Need.
    http://www.apex-plugin.com/oracle-apex-plugins/item-plugin/extension-warp11-gmaps-item_109.html
    Please read the comments on the plugin, in case you come across problem in running the plugin....
    Best Regards,
    Fateh
    If you believe that my answer was correct, then please mark the answer as correct. This is for the best of all

  • How to show an dropdown menu when user click on one point on lineseries?

    Hi all,
    I am new  in flex development.
    I am showing line series on the chart, I'd like to give some interaction, when user click on the "point" on the line, I'd like to show a dropdown menu, and react to user's choice on the menu item.
    Is it doable? Any sample or reference?
    Thanks in advance.
    /// Jack

    Cool, that definitely moving forward.
    I saw two questions here:
    1. I added mouseOver/mouseOut action to the LineSeries, it then react when I mouse over the line, instead of at the data point.
    2. How do I know the dataPoint's position and locate popmenu in that place? on other words, how do I have dropdown menu. I tried to use "this" as DisplayObjectContainer and send to Menu.createMenu, but seems not working.
    Here is the code pieces I am talking about:
    [Bindable]public var myMenu:Menu;
                // Create and display the Menu control.
                private function createAndShow():void {
                    Menu.
                    myMenu = Menu.createMenu(holder, myMenuData, true);
                    myMenu = Menu.createMenu(null, myMenuData, false);
                    myMenu.labelField="@label";
                    myMenu.show(10, 10);
                private function hideMenu():void {
                    myMenu.hide();
    <mx:series>
                        <mx:LineSeries mouseOver="createAndShow()" mouseOut="hideMenu()" sortOnXField="true"  xField="date1" yField="score1"  displayName="Score1">
    Thanks.

  • How to show icon  when draggin

    HI m
    my requirement is to show the icon of the dragging component's icon(currently jlabel with gif as icon )during drag and drop operations
    how to achieve this objective, as DnD api donot suppurt this thing
    [email protected]

    I normally use a calculated attribute inside the table's data source node for this.
    Add an attribute "Icon", type=string, calculated=true, read-only=true, under the data source node.
    (If the data source node uses structure binding and does not allow to add an attribute, add a helper value node instead, cardinality=1:1, selection=1:1, and add the attribute to this node.)
    In the get-method for the calculated attribute, you get the node element corresponding to the table row as parameter. Depending on other attributes in this node element, select an icon URL and return it.
    If you put your icons inside the src/mimes/<component> folder, you can simply return the file name of the icon.
    Don't use a Button as table cell editor but rather an Image or LinkToAction.
    Armin

  • How to show icon in a column of a table?

    How to display an icon in a column of a table UI element and this icon is to be displayed based on values in the table row?

    I normally use a calculated attribute inside the table's data source node for this.
    Add an attribute "Icon", type=string, calculated=true, read-only=true, under the data source node.
    (If the data source node uses structure binding and does not allow to add an attribute, add a helper value node instead, cardinality=1:1, selection=1:1, and add the attribute to this node.)
    In the get-method for the calculated attribute, you get the node element corresponding to the table row as parameter. Depending on other attributes in this node element, select an icon URL and return it.
    If you put your icons inside the src/mimes/<component> folder, you can simply return the file name of the icon.
    Don't use a Button as table cell editor but rather an Image or LinkToAction.
    Armin

  • How to show asterisk * effect once the user starts editing the document??

    I wrote a java text editor. I creat a new internal frame and allows to open a document.
    How to have an effect (an asterisk * follows the filename in title bar) once
    the user starts editing the document? And once I save that file, that asterisk * will
    disappear. It seems to me we need to add a listener, but not sure how to change
    the title bar of internal frame??

    just use DocumentListener like
    myTextArea.getDocument().addDocumentListener(new DocumentListenet(){
    public void changedUpdate(DocumentEvent e){
    frame.setTitle( frame.getTitle() + "*" );
    implements two other methods too

  • How to show icons in ALV grid ...

    Hi guyz ,
      A lill query ....
      In an ALV gird ,if i need to display icons in one of the columns , say i have
      a field called Status , where i need show some icons like green , yellow and
      red circles , depending on some other fileds say invoice reciept date .
      So can i get icons in ALV colums.
      Please advise .
    Thanks
    Jahan

    This is very easy.  IN your status field in your internal table, you simply write the icon to it.  Make sure that the status field is defined as a character field with a length of 4.  Then write the icon to it.
    Type-pools: icon.
        write icon_green_light as icon to itab-status.
    Then when filling the field catalog, set the ICON flag.  This puts the icon in the center of the cell in ALV.
      xfc-icon     = 'X'.
      append xfc to ifc.
    Regards,
    Rich Heilman

  • How to show an error if the user enters a value which is not in the dropdown of a form

    Hi All,
    I have attached the screenshot below and if we look at the field for claimnumber we have a dropdown which can help the users pick the available claimnumbers, but if someone accidentally types in a claimnumber that is not in the system( which doesnt show
    up in the dropdown) the form is accepting that claimnumbers too, but i want to have a error or warning window popup saying that this claimnumber is not valid or something.
    Can someone please help me with this?
    Thanks.

    Open the form in design view.
    Select the Combo Box.
    Set its Limit to List property to Yes.
    If the user types a value that does not occur in the list, Access will display a standard error message:
    If you want to display a custom message, you can write code in the On Not in List
    event of the combo box:
    Private Sub ClaimNumber_NotInList(NewData As String, Response As Integer)
    ' Undo the incorrect item
    Me.ClaimNumber.Undo
    ' Display a custom error message
    MsgBox "Please select a claim number from the list!", vbExclamation
    ' Tell Access not to display the built-in message
    Response = acDataErrContinue
    End Sub
    where ClaimNumber is the name of the combo box.
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • How to show icons startup manager

    Hi !
    I'm gooing to try a multi boot hard drive. There is a Mac OS X 10.5 boot, a Mac OS X 10.6 boot, a Mac OS X 10.7 boot and an OS X 10.8 boot.
    For 10.5 and 10.6 Boot the volumes icons are showed, but not for 10.7 and 10.8.
    I have just do apple-c / apple-v to the information window volume.
    Have you a solution for this issue ?
    Thanks

    When you start the computer holding down the 'option' key you should see all bootable drives, but I'm not sure about having so many different OSs on the same system. Might confuse the startup manager.
    Remember that there will be at least two partitions for each of 10.7 and 10.8 (if they both have their own recovery partition), plus possibly one or more efi partition. The maximum number of partitions is 7, so its possible that you've exceeded this. To find out, open Terminal and type
    diskutil list
    which will list all mounted and unmounted partitions.
    If that's not it, Try using rEFIt - that works well with incompatible EFI boot files (like mixing windows, linux and OS X).

  • Anyone know how to show icon of a button in webforms?

    My form have several buttons with an icon.
    I create a item named 'UI_ICON' and set the value the directory of icon path. But when I deplop the form on the webserver or run the from IE 5.0. There are are no image shown.
    BTW: I have converted the image format from .icon to .gif.
    Anyone can help me?
    Thanks a ton.

    To specify directory path and image format for iconic button image files:
    1.Open the Registry.dat file in a text editor.
    2.Add the following lines to Registry.dat:
    <app_class>.icons.iconpath=<path>
    <app_class>.icons.iconextension=<format>
    Replace <app_class> with a valid application class referenced by your Web
    application.
    Replace <path> with one of the following:
    a fully-qualified URL that points to any directory on any server:
    inv_form.icons.iconpath=http://abc_dev.com/html/icons/
    a virtual directory on the same server from which the HTML page
    downloaded:
    inv_form.icons.iconpath=/icons/
    a directory relative to the directory from which the HTML page was
    downloaded
    (non-cartridge implementations only):
    inv_form.icons.iconpath=icons/
    Replace <format> with gif (for GIF files) or jpg (for JPEG files). For
    example:
    inv_form.icons.iconextension=gif
    Default Settings:
    If you do not specify a directory path or image format for an application
    class, Forms uses the default settings in the Registry.dat file:
    default.icons.iconpath=
    default.icons.iconextension=gif
    Solution Explanation:
    =====================
    Application classes enable you to specify the directory path and image format
    (GIF or JPEG) of image files for iconic buttons.
    Using application classes is optional, since Forms supplies default settings
    for the icon path. Use application classes if you wish to create a number of
    different settings that you can alternate between by switching a single
    reference in your application's cartridge settings, cartridge HTML file, or
    static HTML file.
    At runtime, Forms first looks for settings that correspond to the specified
    application class (if any). If no application class settings exist, Forms uses
    default settings. By default, Forms will search for iconic button image files
    in the directory from which the application's HTML file was downloaded, and
    will append ".gif" to the filename provided in your form. By default Forms
    will only search for .GIF images, but you can switch to using .JPEG images in
    the Registry.dat file.
    To create settings for an application class, you must add the appropriate
    settings to the Registry.dat file.
    Regards
    Grant Ronald
    Forms Product Management

  • How to show a database to a user for which only he has the read access?

    Hi All,
    We have a SQL Server and it has say 10 datatabases, we have created a login and also a user which has read access to just one of the 10 databases.
    I used 
    use [master]
    DENY VIEW ANY  DATABASE to msam_test
    To hide all the databases from explorer for that user if he logsin with msam_test.Now, i want this user to see a database named suresh3_test for which he has a read access.
    Can someone please help me if this is achievable?
    Thanks

    hi,
    It is not possible to look at one database if the user only have read access in your scenario.
    either you revoke the DENY VIEW ANY  DATABASE permission, which will list all the databases  for the user
    or  You need to make the user database owner by doing so:
    First delete the user from the database
    Right click on the database and select properties and change the owner to msam_test as shown in the pic below
    But the user will have owner rights on the database.
    Hope this clarifies your doubt. The same was explained in your earlier post as well
    Thanks
    Bhanu

  • How to show IP's of all users connected over AFP?

    Hello --
    In my office, we all use Mac OS X filesharing to share projects, files, etc. I'd like to be able to see what IP addresses are connected to my computer as AFP clients. ...Using "who" in Terminal won't work since everyone connects to me using the same account name. Is there another way to do this?
    Thanks in advance!
    Mike

    netstat -an | egrep 548
    Roger

Maybe you are looking for

  • 24" 2008 iMac with busted video card, advice needed.

    I have a 2008 24" iMac in which the video card is busted. The machine will turn on, get to the log in screen with no issues, however there is absolutely no video output to the screen. I have attempted connecting it to an external monitor using mini D

  • Installing java 1.4.1_02 in linux

    I tried installing java under Redhat 8.0 and I got my path variable set so it can find java and javac. now it gives me the following errors when I try to javac a file: Error: could not find libjava.so Error: could not find Java 2 Runtime Environment.

  • First Generation ipod

    Yes, i am buying a first generation ipod. it said that it is connected though firewire "Specificly" for MAC but if my PC has a firewire port.... will it work?

  • Urgent question: forum or newsgroup?

    I am trying to convince Spanish speaking users "from the other side" (ex MM forums in Spanish) to post here their opinions about the changes that are almost here, but have not been succesful. All of them do not use browsers as such to access the foru

  • Fair Useage Policy - email received re. exceeded u...

    Help I have just spent 3 hours on the phone over the last two days trying to sort this out. We are on Option 1. Yesterday we received an email stating that we had used 7GB of our 10GB usage and that we would be charged if we exceeded the agreement. H