Problem with clicking CheckBox eswith eCATT recording

Hi All,
Iam using SAP GUI 640,ECC500.
Am trying to set some default setting in Finance Transaction FB00 with clicking some checkboxes.
So,After i recorded with clicking checkboxes,For testing that recording i unchecked the check boxes manually and executed the script .but i dont see any boxes checked after i execute the script.I checked in the debugging mode,it is showing in the screen that the checkboxes are checked.but at the end of the script when i open the transaction manually the checkboxes are unchecked.
Is their anything to be cautious when recording Checkboxes.If so please pass your comments.
Thanks in Advance,
Sarapu

HI Rajender,
Are you using TCD or SAPGUI for the recording.
In either cases make sure that you are passing value "<b>X</b>" to the checboxes in your recording or passing value "<b>X</b>" to the variable you have assigned to the checkboxes.
In general you donot need to take any special care for handling Check boxes and they are identified with both TCD and SAPGUI as part of the standard eCATTS.
Hope this solves your problem. DO get back to me if you still have the same problem.
-Harsha
PS: Award points if this answers your questions.

Similar Messages

  • Problems with Click a row in the Table

    Dear All,
    I am new to Java GUI. I got some problems with clicking the row in a table.
    My table allows the user to delete some rows fromt the table. When the user click a row or some rows in my table, the delete button should be enabled. It does work in most of the time. But sometimes, even the row being hight lighted, the button is still not enabled.
    Do you have any idea for what can cause this problem?
    What I did is :
    1. add a mouse listener to the table
    _userTable.addMouseListener(new java.awt.event.MouseAdapter()
    public void mouseClicked(MouseEvent e)
    userList_mouseClicked(e);
    2. then, if the row being selected is > 0, I will enable my delete button.
    Can anybody help?
    Thanks!

    Dear All,
    I am getting problems with single selection in a table. Although I have set the selection model to single, if I select a row int the table and then depress Ctrl/Shift multiple rows are selected.
    The code for set single selection is :
    ListSelectionModel seleModel = myTable.getSelectionModel();
    seleModel.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
    Any idea about this? Is this a bug in JAVA?
    Thanks!

  • Problem with showing a group of records in dynamic page (PLS-00428  error)

    Hi
    I have problems with viewing a group of records from db. I've created Page, which "Page Type" attribute is "PL/SQL". In "PL/SQL Code" field, I've written very simple SQL query: "SELECT * FROM PORTAL_DEMO.EMP ;"
    I'd like to generate HTML table with it's result. Unfortunately, every time I get the same Exception:
    Error 30584: DBMS_SQL has raised an unhandled exception. ORA-06550: line 1, column 7: PLS-00428: an INTO clause is expected in this SELECT statement
    Is it necessary to write a COURSOR (and use HTP function) to realize this functionality? I succeed, trying this way - but it is very uncomfortable ( a lot of code ).
    What I have done in wrong way?
    Please help me.
    Best regards
    Mario

    How do I handle this?

  • Problem with WHEN-CHECKBOX-CHANGED and ON-POPULATE-DETAILS

    I have a detail block with a relationship set up to a second block. In my first block, if I cause an error but the next action I take is to press a checkbox on another record, my error will display and the raise form trigger failure is triggered but the checkbox changes it's value and the cursor is displayed on the record with the error. I didn't want the checkbox to change if an error occurred. I tracked this through the trace and saw the on-populate-details is fired between the error and the when-checkbox-changed trigger. I went through debug and saw because of the erorr, the system will do a 'return' back to the sending action. I beleive this return is causing the when-checkbox-changed to fire. I'm just guessing here. I tried a similar action on another form without a relationship set up. That would eliminate the on-populate-details trigger. When I did a similar error, I got exactly what I was looking for. I caused the error but pressed the checkbox on another record. The error displayed but the checkbox did not change and the cursor returned to the error record. I need the record to have this relationship. Consequently, I need the on-populate-details trigger. Can anyone think of a solution? I'm currently on Forms 6I. We are going to forms 10G in the next few months. But I really need a solution on my current set up. Thanks.

    The getNextDatabankRecord() call is at the beginning of my run code. I use one step just for this line code.
    Code :
    public void run() throws Exception {
              beginStep("CHARGEMENT DES DONNEES SUIVANTES");
                   info("Chargement des prochaines données...");
                   getDatabank("NouvellesIA").getNextDatabankRecord();
              endStep();
    Stop the user after this step and goto the finish section should not be a problem...
    If I use the "When out of records" option, does it jump directly to the finish section ?
    Thanks,
    Benoit.

  • Problem with Matrix/Checkbox/Datasource

    Hi, i have a problem with a Matrix.
    There are 3 Columns on this Matrix, one of those is a Checkbox. I fill the Columns with data, the Checkboxes where just added (no Checkbox is selected), the user has to select the value (Checkbox)he want's to by hand.
    After i filled the Matrix i can see all the data on the Form, it's OK, but then i loose all entries after SBO is doing some work. There where shown only the empty rows and the checkboxes.
    I guess it has something to do with the databinding. My problem is that i don't have the Data for this form on a db-table. I fill in the matrix the result of some querys. It looks like i need at least a DB-Field for the checkboxes, otherwise there are not working (not selectable)
    Somebody knows a solution how i can keep the Data in the Matrix after SBO is doing some work? What could be the reason that i loose the data after filling it in the Matrix? Is there an easy way?
    Thanks Andreas

    Almost every item on a form need a datasource... If the item reprecents some data in a table the databinding must be a dbds... If the data does not reflect any data in a table (Calulated value, user-decision, ect.) a userdatasource need to be created...
    Add a userdatasource
    oForm.DataSources.UserDataSources.Add(UID,type,length);
    Databind to DBDS
    col.DataBind.SetBound(true,”TABLE”,”FIELD”);
    Databind to UDS
    col.DataBind.SetBound(true,””,UID);

  • 1 gen ipod user having some problems with click wheel

    hello forms,
    I have a 4 gb 1gen black ipod nano and lately ive beem having problems with the click wheel.The problem is that when i wnt to skip to the next song fast forward etc. it takes alot of pressure to make it change song fast forward etc. and i was wondering i know my ipod is out of the whatever day warrenty but I havent done anything wierd or stupid with my ipod so would this still be covered by warrenty as a defect.

    Either way, as the iPod is out of warranty, it will be expensive to repair/replace if you ask Apple to do it. Take it to a store by all means, but also consider 3rd party options.
    iPodResQ.com are highly thought of in the Mac community.

  • Problem with implemnting delete for each record in the report

    Hello all,
    I am having trouble implementing the following requirement in my application.
    In the reports, in each row..I need a delete button. Only few Users( Managers/Administrators) should be able to view this button. Rest should be able to see the normal report. Also when the user clicks on delete, the record should not be actually deleted but a column named Active/Inactive should be made InActive.( The report has only records which are active).
    My problem is when the user clicks on edit button, I dont want to go to another page and perform delete operation. I should be able to modify the record in the same report page. Is this possible?
    It would be really great if someone can give me inputs on how to do this..
    Thanks,
    shravanthi

    See this link for possible solution:
    Coding a delete process
    You will need to modify to do your "Delete"
    There is also Dene's Wonderful example application that shows a similar idea, but again you will need to modify to get your "delete" status set in the rows
    how to update records marked by [row selector] ?
    Thank you,
    Tony Miller
    Webster, TX

  • Problem with clicking noise and using hdapm

    I'm having a problem with my 2009 17" MacBook Pro, with Lion. I installed a new, larger hard drive, and ever since then a tinny clicking noise has been emanating from the laptop. I tried to install hdapm, and I am able to successfully download the .dmg file and mount the disk image. However, at this point, all I see is a .pkg file. I clicked to install the program, abd then added the command to Lingon to execute 'hdapm disk0 max' upon startup. However, Console said that it failed to execute this command. I tried entering it directly on Terminal, and still no luck. It should be compatible with my hard drive, but I'm not sure what I'm doing wrong. From what I've gathered, there should be another file in the original disk image that I can move into my Applications folder; however, I could not find it anywhere. Does anyone have any suggestions about how to resolve this issue? Thanks!

    This is not a disk failure problem, regardless of how there are disk failure modes that act like this. It is a hard disk firmware situation that conflicts with OS hd controllers. It is a problem that comes and goes, or gets less of a problem or more of a problem depending on OS upgrades. Although I have it happening with a Seagate drive, it is reported on Western Digital drives.
    It is also not only exclusively a Mac hardware problem or software problem. There are comments on Dell's forums, and even a Seagate firmware upgrade (which I fear to do.) There are also solutions where people boot to Unix, do the fix there, then reboot to Mac and it disappears and stays disappeared.
    ==>> N.B. – In Lion and the last couple versions of SL, you need to place a 'sudo' in front of the 'hdapm disk0 max'. Then it will work...for a while...maybe.
    I have modified versions of the airport plist in the past from 'always on' to 'when needed' and that helps until the OS changes something. Then the same 'fix' won't make the constant head parking stop.
    Different combinations of programs will start it up. Sometimes just getting the head busy for a while, like playing songs on iTunes, will stop it and upon closing iTunes will continue to keep it off. (Playing songs with a lot of percussion will not disguise the problem since by the time you try that you will be sensitized to hear the sound even when it is -96dB from ambient.)
    A new variation with Lion has been to get the click going a couple minutes !!!after!!! putting the system to sleep! In fact, this problem has never been so uncontrollable as with Lion.
    ...and that is why I am back searching the forums to see if anyone has an up-to-date solution.

  • Problem in clicking the button - eCATT

    Hi Friends,
    I had created one script using eCATT. In that script, one button need to click in one screen. The click was happening fine and script was running fine in one machine but the same script was not running in another machine. I feel the problem is cliking of the button has not happening properly. how to resolve the issue. may be the machine is too fast.
    Can you please any one guide me on this.
    Regards,
    Mahendra

    Hi mahendra,
    As you have already mentioned that version problem exists,
    we need to record the two system higher and lower release and make versions, so that script works fine in all the releases.
    regards
    vinay
    p.s@
    Version Management for Test Scripts
    On the eCATT initial screen or the test script editor, choose Utilities Version ® Management or .
    On the Version Management screen, you can specify the same versioning data for a test script as you would on the Attributes tab of the test script. However, we recommend that you use the version management screen because you can see the data for all versions simultaneously.
    On the Versioning Data tab, you specify the data that is used to determine which version of the test script should be selected for execution.
    This data is used by eCATT to determine which version is to be executed when the test script is referenced by a test configuration or a REF command. eCATT inspects the target system at replay time and stores the software component, release, and patch level of the target system in the log. It then compares the target system data with all the versioning data of the test script and selects the version that matches.
    ·        Software Components. For example, SAP_BASIS. You can list several software components. If you use the F4 help, you can select the actual software components from the maintenance system.
    ·        Releases and Support Pack Level. You can specify the releases (for example, 620) and patch levels for which the test script is valid. If you use the F4 help, you can select the actual values from the maintenance system.
    ¡        You need not specify the patch level.
    ¡        If you specify a particular combination of software component, release, and patch in one version, that combination cannot be specified in another version. Backup versions are the exception to this rule.
    ¡        In one version only, you can enter an asterisk (*) in the Release field. This version will be used if no other version has release data that matches that of the target system.
    ·        If you enter R(for required) in the Relevance field of a row, then the validity of the version is always determined by the entries in the row. Alternatively, you can enter O(for optional). This is useful for specifying several combinations, only one of which need exist in the target system for the version to be valid.
    On the Version-Dependent Attributes tab, you can edit the following attributes:
    ·        Title
    ·        Backup u2013 select this to exclude the version from the version search.
    ·        Status u2013 select to allow the test script to be executed as part of an automated test.
    ·        System Data Container u2013 for the maintenance system.
    ·        Test System u2013 the maintenance system.
    Simulation
    You can choose  to simulate the version selection process. This enables you test that the versioning data is correct by seeing which version is selected for the specified target system.
    The simulation examines the target system. It then compares the information from the target system with that of the versioning data of the test script. First the backup versions are eliminated from the search and then software components are compared. Next the release information is compared. Specific entries (for example, 620) take precedence over asterisks (*) which in turn take precedence over empty fields. Finally, the patch level is assessed. Again, specific entries take precedence over asterisks which in turn take precedence over empty fields.
    Creating a New Version
    You can create  a new version based on the selected version. The new version is identical to the old but with the backup flag set. You can then modify the version information.
    Deleting a Version
    When you try to delete a version, eCATT checks to see if the test script is used by another object (for example, a test configuration). You will only be able to delete a version if the test script is not being used, or if the backup flag of the version is set.

  • Problem with JTable checkbox

    In my table I have a column of checkboxes. If user clicks any checkbox, the program will first check for some condition and pop out a warning dialog saying that "the action will change the current mode. are you sure you want to continue?". If user select "yes", some action are taken and the checkbox should be selected. Now the problem is that after user select "yes", the checkbox is not selected. (Same as when you press your mouse at a checkbox and then drag it out the checkbox cell, the actions are taken but the checkbox is not selected.)
    The code for the cell editor is as follows:
    public Component getTableCellEditorComponent(JTable table, Object value,
               boolean isSelected, int row, int column) {
             if (value instanceof ComboString) { // ComboString
               flg = COMBO;
               String str = (value == null) ? "" : value.toString();
               System.out.println("+++++++ " + row+" : "+column+"  flg: "+flg);
               return cellEditors[COMBO].getTableCellEditorComponent(table, str,
                   isSelected, row, column);
             else if (value instanceof Boolean) {                    
               flg = BOOLEAN;
               Boolean check = Boolean.getBoolean(value.toString());
                          // promptContinue returns true for continue, false for return; inside it a dialog box is popped for user selection "continue or not"
                          if(!promptContinue()){
                                return null;
               return cellEditors[BOOLEAN].getTableCellEditorComponent(table,
                   value, isSelected, row, column);
             

    Thanks. But my problem is not with stopping the editor, but with continuing the editor. Following is the code of getCellEditorValue()
    public Object getCellEditorValue() {
             switch (flg) {
             case COMBO:
               String str = (String) comboBox.getSelectedItem();
               return new ComboString(str);
             case BOOLEAN:
             case STRING:
               return cellEditors[flg].getCellEditorValue();
             default:
               return null;
                }I am not very sure whether it is the problem of cell editor or cell renderer, because it seems the code for continue condition is actually executed which is supposed to make the checkbox checked, but the result turns to be that the checkbox is not checked.

  • Problem with a checkbox -pls help

    I have a tabular form with checkbox for all rows and I want to update all the rows where checkbox is checked .
    select
    APEX_ITEM.CHECKBOX(1,ID) as " ",
    "ID",
    "ID" ID_DISPLAY,
    other records ...
    from
    below the code
    declare
    vROW number;
    begin
    if :REQUEST = 'SUBMIT' then
    FOR i in 1..APEX_APPLICATION.G_F01.COUNT LOOP
    vROW := TO_NUMBER(APEX_APPLICATION.G_F01(i));
    update table ... where id = vROW
    END LOOP;
    end if;
    end;
    when testing I observed that vROW has ID value even I did not tick any checkbox .
    How can I check if checkbox is ticked in this case ???
    thanks
    solo

    "In order to do that, you don't need to use a checkbox. Building a tabular form on your table, using APEX wizard, will give you an updatable form, in which you can update any of the displaying cells, and submitting the form will update them automatically. The standard tabular form uses the checkboxes only for deleting records."
    I'm affraid it is not possible. I have a complex view and I need a PL/SQL code to update the modified rows in another table ..
    "If you want to construct your tabular form yourself, and use checkboxes as part of a self-developed update process, you should use the "SQL Query (updatable report)" for your report type. This type of report allows you to use a built-in component called "Row Selector" – in the tasks box of the report attribute tab. This is a built-in checkbox component, which the report generator can use with your other report component, and synchronize all of them with the APEX_APPLICATION.G_F arrays, in order to avoid the problem Scott pointed out to you. "
    It's incredible .
    When I do Page->Tabular Form->Query ( update only ) the checkbox does not appear .
    IF I do Page->Tabular Form->Query ( update/insert/delete ) the checkbox the checkbox appear .
    ... I spend a lot of time becuase of this ...... ( I don't want to say )
    Now , my tabular form has 67 columns .. how can I manage all this columns values ( if remember well ..limit is 50 ) . Any , tricks ???
    what's wrong with this code ?
    declare
    v number;
    pk varchar2(50);
    c1 varchar2(50);
    c2 varchar2(50);
    c9 varchar2(50);
    begin
    FOR i in 1..APEX_APPLICATION.G_F01.COUNT LOOP
    v := to_number(APEX_APPLICATION.G_F01(i));
    pk := APEX_APPLICATION.G_F02(v);
    c1 := APEX_APPLICATION.G_F03(v);
    c9 := APEX_APPLICATION.G_F04(v);
    insert into test_1 values ( pk );
    insert into test_1 values ( c1 );
    insert into test_1 values ( c2 );
    insert into test_1 values ( c9 );
    END LOOP;
    end;
    I expected to have value of field 2 , field 3 , filed 4 , of the checked row .. but it's working .
    PS: I want to thank everybody who help me until now !
    solo

  • Problem with my checkbox

    hi.. i have a user form where i have a checkbox(uid 35) and a textbox(uid 37)...it is disabled initially
    if i check the checkbox then my texbox should be enabled if unchecked it should again be disabled....
    i have written this code in my item event..plz have look and tell me what is wrong with this code...this is not working and giving an error message saying that alisa name already exists..even after changing alias name many times...
    If (FormUID = "CQ_FA_MasterData") And ((pVal.ItemUID = "35") And _
         (pVal.EventType = SAPbouiCOM.BoEventTypes.et_CLICK) And (pVal.BeforeAction = False)) Then
                    oForm.DataSources.UserDataSources.Add("checkbox1", SAPbouiCOM.BoDataType.dt_SHORT_TEXT, 2)
                    oitem = oForm.Items.Item("35")
                    ochk = oitem.Specific
                    ochk.DataBind.SetBound(True, , "checkbox1")
                    If ochk.Checked = True Then
                        MsgBox("Checked")
                        oForm.Items.Item("37").Enabled = True
                    Else
                        oForm.Items.Item("37").Enabled = False
                    End If
                End If

    Hi Shenaz,
    The following line need not be executed all the time when a  check box is clicked..... the data source has to be added only once... i suggest u witite that line of code and execute it in the form load.
    oForm.DataSources.UserDataSources.Add("checkbox1", SAPbouiCOM.BoDataType.dt_SHORT_TEXT, 2)
    Execute that line only in the form load.
    That errror is because of that line...
    Hope it helps,
    Vasu Natari.
    Edited by: vasu natari on Nov 13, 2009 1:24 PM

  • Problem with clicking trackpad

    hey,
    why does my mouse when i do a click or double-click with my trackpad move sidewards from time to time?
    thanks for answers:)

    it  isn't a problem of one other finger, when i click an hold it with one finger, the mouse moves until it is on the right side of the screen. this problem is only with the trackpad, not with my magicmouse. i have the problem since lion and only from time to time, a restart doesn't help

  • Problems with Canon XA 10 XLR Recording level

    when I record using the XLR Channel 1 on my XA10, then import the video clip into video editing programs, the playback level is very low or not there at all when I play the DVD on my home intertainment system, using my Pioneer AV Receiver.  Is there another setting on the XA10 where the playback level can be adjusted?

    Volume sounds okay with headphones, but very low without headphones, even with the slider all the way up.  One thing which is likely a factor is that I had to turn on Mic Attenuation when using XLR recording, due to sound distortion in higher DB ranges.  A third factor is that the extremely low audio level is most pronounced when I play the video back using my Pioneer VSX-520 AV Tuner amp (using HDMI cable from DVD player to tuner).  The sound track from the XA10 XLR input is too low on all listening modes except "advance surround".  If I bypass the tuner, there is no problem, but I prefer not to have to do that, since all other DVD audio, such as movie DVDs, and CD tracks added to videos, have normal audio volume.

  • Problem with RD-XV47 HDD/DVD recorder

    I've baught this HDD/VCR/DVD recoder and I am faced with the following problem :
    I have not found how to record a progam while watching an other program.
    Usualy there is on the remote control a key allowing to switch between TV and Recorder, I have not found such a key yet on Toshiba recorder.
    Any help will be welcome
    Thanks
    Edgar

    *> {quote:title=DennisFarina wrote:}{quote}Sorry, sounds maybe stupid from me, but did you already checked the MANUAL? Sometimes there are not just funny stories in there, there could also be the functions of your electronical device described you have BOUGHT.*
    >
    > *Please read the manual and then, IF YOU REALLY DON`t know further, come here back.*
    >
    > **Hi Dennis*,*
    I am back and I do not see lot of help from you.
    I did not feel offended at first, but now I am wondering what allow you to give me this reply.X-(
    Do not hesitate to point to me where I can find the answer to my problem in Toshiba manual.

Maybe you are looking for

  • 'phantom' fields appearing several edits down the line...

    I've been transferring stuff from PAL composite video via a Canopus ADVC300: http://desktop.grassvalley.com/products/ADVC300/index.php It creates huge AVI files which I then convert to a size I want to work with. I've been working on something that w

  • My computer says to reinstall

    My computer says "iTunes cannot run because some of its required files are missing. Please reinstall iTunes.

  • Reprinting of invoices.

    10.09.2008 My requirement is giving the invoice reprinting  option to the Sales Coordinators. How do i restrict the the sales co-ordinators to have only the REPRINT option in vf31? Please suggest. Regards, Uday

  • I am getting an error"Deletion not possible, original "

    Hi.. When i am deleting the file from one of the document number i am getting below error "Deletion not possible, original is being used in other documents" But for the same document with another version i can delete the file. Please help ASAP..

  • Magic mouse clicks unresponsive after 10.9.1 upgrade

    Hi Everyone, I have just updated my Mac to 10.9.1 this morning and since the update, I am having issues with Apple's Magic Mouse. Everything seems to work fine but clicking is very unresponsive and I now have to click 5 - 6 times before a "left or ri