Checkbox convertion problem in screen painter

Hi experts,
I would like to convert an field from DD char 1 in checkbox in the screen painter but the field is locked in my screen painter. I can't conert it to checkbox or radiobutton.
-> The field is from an enhancement of an standard IT.
Is their some option to unlock field in the screen painter ?
Thanks,

Hi,
first check u are declare text boxes in TOP INCLUDE if OK, then change data type text to integer. it may be problem of it, can u post u r code where u assigned a value in text box.
Abhilash

Similar Messages

  • Layout problem in screen painter

    hi all,
            the screen is not appearing when i click 'layout' button in screen painter when i am enabling a wsp client proxy server. Is there any solution?

    some times SAP Gui behaves like this, in my case i faced this problem many times, some times after shutdown my sap logon pad. and restart the sap , go to se51 , it will open the Screen painter normally. But some cases i uninstalled the Gui, and re installed .then only it opens properly. select all components when installing.

  • Matrix column position problem in screen painter.

    hi.
    i am facing one problem.
    ie.
    i am developing one screen.
    it is having 3 matrix
    each matrix is having some columns
    one matrix ok two matrix ok thrid  matrix ok.
    but
    under third matrix i put some columnes
    1, 2 ,3, 4,
    in screen painter design mode every thing is ok
    it is appearing like 1,2,3,4
    but at preview mode or through the code if i open
    it is  appearing like 1, 4,3,2
    in preview mode screen painter if i click on the form settings it is showing only..
    matrix one columns only  it is not showing either 2 or 3
    and if i open the form through the code..
    i am able to see the columns of matrix 1 n matrix 2 and matrix 3
    i am using some code.
    If (pVal.FormUID = "WIP2PROCESS" And pVal.ItemUID = "1000007") Then
                                oForm = SBO_Application.Forms.Item("WIP2PROCESS")
                                oForm.PaneLevel = 2
                                oForm.Settings.Enabled = False
                                oForm.Settings.MatrixUID = "59"
                            End If
    now through the source code i am able to see the each column under matrix.
    but if  i change the matrix position at form setting it is changing but
    if i click other folder and come back to previous  folder..
    again the column position is   1, 4,3,2
    previously i changed to  1,2,3,4
    how can i do it..
    screen painter can i change it..
    Any information plz update me..

    Hi Srinivas,
    Can you do one thing for me ? Open your form in screen painter, set the columns as you want to display. Now change the unique id for the matrix. Then try to open it through code or see in preview mode.
    Hope it helps.
    Thanks & Regards
    Ankit Chauhan

  • Table view control problem in screen painter

    Hi All,
    i am unable to display the contents in the table view control in screen painter....actually i have created two screen one to take input and second to display details on next screen in table view control..but i m nt getting that details...
    my second screen PBO/PAI code is
    PROCESS BEFORE OUTPUT.
    loop at itab with control TCNTRL CURSOR tcntrl-current_line.
    MODULE STATUS_0101.
    endloop.
    PROCESS AFTER INPUT.
    loop at itab.
    endloop.
    MODULE USER_COMMAND_0101.
    can anyone solve my problem????????
    Thanks,
    Jayshree

    Hi,
    Use below approch (syntax may not be correct as I have typed it in notepad but use it as guide line)
    ***In screen flow logic
    PROCESS AFTER INPUT.
      module cancel at exit-command.
      chain.
        field: zproject_details-originator,
            zproject_details-proj_type.
        module check_data on chain-request.       
      endchain.
      module user_command_002.
    ***In abap code
    module cancel input.
      leave program.
    endmodule.
    module check_data input.
      if zproject_details-originator is initial.
        message exxxx "throw error message here
      endif.
      if zproject_details-proj_type is initial.
        message exxxx "throw error message here
      endif.      
    endmodule.
    module user_command_002.
      save_ok = ok_code.  "good practice to save okcode
      clear ok_code.
      case save_ok.
        when 'save' " using constant for fcode here is better
          perform save_data. "make it moduler instead of writing whole code in case statement
      enscase.
    endmodule.
    form save_data.
    ** do some additional checks if required before saving
    update zproject_details from zproject_details. " update database table here from work area contents
    endform.
    Regards,
    Vishal

  • GUI Problem in Screen Painter

    Hi All,
    we are using SAP logon 640. In screen painter we are not getting GUI. we are getting the screen in Alphanumeric mode, But not in Graphical mode. How to resolve this problem.
    Thanks in Advance.
    Regards,
    chandra.
    Message was edited by: K Chandra Sekhara Reddy

    Hi k chandra,
    1. I supppose, the alphanumeric
      screen painter comes up.
    2. When it comes up,
       UTILITIES------>SETTINGS
    3. a new window will come
       TICK the chekbox for
       'Graphical Layout Editor'
    4. Then try, it will work.
    5. <b>If still it does not work,
       then another problem could be
       SAP GUI Installation.
    6. When installting sap gui,
       we have to select the component for
       Screen Painter GUI.</b>
    (Probabably it was not selected when
    installing on your machine)
    7. Then it will come.
    regards,
    amit m.

  • Problems in screen painter

    Hi,
    whenever i used to open my screen painter for editing layout its giving me only alpha screen even i have checked the option in utilities or unchecked tell me what should be the problem

    Hi,
    Go to menu Utilities of screen painter
    User specific settings
    Select the tab Screen painter
    Select the check box Graphical layout editor.
    Hope your problem will be solved.
    <b>Reward if helpful.</b>

  • Decimals problem in Screen Painter

    Hi Experts,
    I have a table control which consist material & quantity column, How I can set default decimal places in the screen painter field.
    As I'm inputting any round value it does'nt show decimals for that. I'm using standard field VBAP-ZMENG form this.
    Please help
    Regards,
    Abhishek

    Hi In SE51 in the attributes of that field you have some thing as DICT tab.
    You can select your field type there. You might have to pick it as Decimal.
    I hope it helps.
    thanks

  • SAP GUI 7.20 for Windows and problem with Screen Painter

    Hello,
    I just installed the SAP GUI 7.20 for Windows and it looks good.
    But when when I start the Screen Painter for a dynpro I get the following message:
    Graphical Layout Editor not available. Continue with alphanumeric editor.
    And: EU_SCRP_WN32 Connection broken  '..' / CPIC
    The SCreen Painter is installed correctly (I can start ist manually from file system) and the RFC destination works.
    Any idea?
    Regards,
    Ole.

    Hello,
    I've uninstalled all SAP installations, cleaned the registry of Windows XP and deleted all folders with SAP content. Then I've installed the SAP Gui 7.20 again and it works.
    And now I will update the Screen Painter with the information from the OSS-Note!
    Thank's for your help!
    Regards,
    Ole.

  • Problem with Screen Painter - Graphical Layout Editor.

    Hi Friends,
    I have a strange problem with my Graphical Layout Editor. I first had the problem that the alphanumeric Editor gets displayed even the checkbox for Graphical Layout Editor is checked. Then I had gone through sdn forums and found that the <b>eumfcdll.dll</b> was missing.Thanks to sdn forums. When I copied that file into the path specified it worked fine. But the problem is my layout screen is not displayed fully. It is just displayed at the top of the window and only in that region I can drag and drop the elements. Remaining part of the window is uneditable.
    what is the problem? Do I need to make any further settings?
    Regards,
    Raju.

    try to re-install GUI patch .
    <b>Yeah , its like CNTLALTDEL(restart) , So half of the problems get resolved.</b>
    regards
    prabhu
    Message was edited by: Prabhu Peram

  • Problem in screen painter

    How to add a icon in the I/O field in the screen.is it possible.Also is it possible to draw horizontal and vertical lines in the screen.can any one of u please provide soln to this.
    Thanks.
    Vadivel

    Screen painter was designed to make SAP screens look and act a standard way.  What you are describing is outside of this box.  You have to use what you have. 
    Regards,
    Rich Heilman

  • Problem in screen painter in ECC6.0

    hi experts.
    i'm installed ecc6.0. In screen  paintter(se51)  when i click on layout button i'm getting texteditor i'm not getting screen elements. how can i solve this problem. tell me te alternate solution.

    Hi,
    first check u are declare text boxes in TOP INCLUDE if OK, then change data type text to integer. it may be problem of it, can u post u r code where u assigned a value in text box.
    Abhilash

  • Problems with screen painting in safari?

    Ever since upgrading to Mountain Lion, I have problems in Safari on a regular basis with the screen not updating/refreshing/repainting properly. It's seem particularly bad when typing in a text box on a web page, for example GMail when composing an email or when using Facebook website. When typing, characters are captured but do not show on screen (they are there...I can shift+backspace and then copy the characters).
    Anyone else seen this problem or have suggestions? Using a 15" Macbook Pro late 2011 model.
    Thanks!

    Here is an example:

  • Print problem in screen painter

    hello good souls,
    I need help to print my application screen but the print option is disabled and even i cannot export the data to pdf or word.
    please guide me as i never used printing option before.

    Hi,
    if you want the Screen to be appear for print option you need to call FM 'GET_PRINT_PARAM' for Reports.
    or create a PF-status for MOdule pool to enable the Print application and write the Own code to pass the scree to Printer.
    Prabhudas

  • Listbox problem in screen painter

    Hi all,
    I have a screen with 3 I/O fields 1.handling unit 2.label template(listbox) 3. printer(listbox) number.
    Regards,
    Pavan

    Hi,
    you need to use the Function module VRM_SET_VALUES to create the values for a list box.
    Look at the SAP HELP link, you wil understand to get the List box in the screen ...
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbabe435c111d1829f0000e829fbfe/content.htm
    Regards
    Sudheer

  • How to create dropwdown list box values and checkbox in screen painter.

    Hi Experts,
    I need to know the creation of dropdown list box values and the checkbox to use in screen painter.
    I have 3 values to insert as:-
    INR,USD,EUR
    if user selects INR/USD/EUR, then it will store into the table field.
    And also want to know the checkbox functioning in screen painter, i.e. what should we write in PBO/PAI.
    I have found some sites to get knowledge, but didnot found anything that relates to my questions.
    So please help me!
    Thanks,
    Deepanshu

    Hi,
    For dropdown list box in Screen create a input field and choose Drop down by index.
    To populate the values write the logic in PBO as follows
    TYPE-POOLS : VRM
    DATA : field_id TYPE VRM_ID ,
                values  TYPE VRM_VALUES,
                 value   LIKE LINE OF values.
    PROCESS BEFORE OUTPUT
    MODULE list_fill_100
    MODULE list_fill_100 OUTPUT
    SELECT f1 f2 f3  FROM tab WHERE condition.
    value-KEY = f1.
    value-TEXT = f2
    APPEND value TO VALUES
    CALL FUNCTION 'VRM_SET_VALUES'
           EXPORTING
                id     = 'i/o screen field'
                values = values.
    ENDMODULE.

Maybe you are looking for

  • If I want to add a family member who is not in my household and has their own itunes account and credit info...

    If I want to add a family member who is not in my household and has their own itunes account and credit info...will all their purchases be charged to my credit card as the Organizer?

  • Java access to view objects from uix page provider

    I have a java method called from a uix page as follows: <dataScope>    <provider>        <data name="frameworkTableData">           <method class="smart.FrameworkAspects"                   method="getFrameworkStudyAspects"/>        </data>    </provi

  • PO unreleased after SES

    Hi Experts, I created service PO> Released> Did SES. I checked' Delivery Completed' .While saving PO system is showing 'Release Possible' indicator under release strategy.PO history also exists. So, I want to know is it standard behavior of system th

  • XI Install - ABAP Support Packs + J2EE Support Package install

    Hi I am wondering what is recommended sequence for installing/upgrading kernel, ABAP Support Packages & J2EE Support Packages for XI installation. Should we install/upgrade kernel, ABAP Support Packages & J2EE Support Packages before XI 3.0  is insta

  • Equivalent OPTIMIZE FOR UNKNOWN in Oracle

    Hi, Do Oracle have something like "optimize for unknow" from SQL Server? Here is link which explain mechanism: http://blogs.msdn.com/mssqlisv/archive/2008/11/26/optimize-for-unknown-a-little-known-sql-server-2008-feature.aspx Best.