Disable row which is i ckecked.........

I have a report region.I want to disable row which is i ckecked in the check box after pressing the button.
Thanks and regard,
skud.

Hi jo at euroclear,
I would suggest you to use the check boxes, they provide a multiple choice and we can select more than one of them.
Thanks,
Vikrantt Singh

Similar Messages

  • Table Control Enable / Disable Row

    Hi,
    I have a table control with 6 columns also screen contains some header input fields.
    Out of 6 columns first two columns are disabled.
    Depending on value entered in certain field in the header I fill the table control. e.g. if the value in certain field is X, table control is filled with say 15 rows, if value is Y, table control is filled with say 5 rows.
    Now my requirement is only those rows which are filled should be disabled. i.e. If user chooses value Y then all rows after 5 should be input enabled.
    But since I have disabled the columns statically complete column remains disabled.
    Can anybody tell me How to enable a particular row in table control ?
    Thanks n Regards,
    Nitin
    Message was edited by: Nitin Pawar

    Say your Table control in TABCON.
    You screen structure is SC_ITAB.
    Your internal table is ITAB.
    In PBO of screen
       LOOP AT ITAB INTO SC_ITAB WITH CONTROL TABCON.
        module SUPPRESS_ROW.
      ENDLOOP.
    In ABAP Module
    MODULE SUPPRESS_ROW.
    IF SC_TAB IS INITIAL.
    LOOP AT SCREEN.
      SCREEN-INPUT = 0.
      MODIFY SCREEN.
      ENDLOOP.
    else.
      LOOP AT SCREEN.
       SCREEN-INPUT = 1.
       MODIFY SCREEN.
      ENDLOOP.
    endif.
    This will help you suppress at row level.
    You may change the if condition to suit your need .
    Cheers
    ENDMODULE.

  • Disabling rows under item conditions tab in VA02

    Dear all,
    I want to disable the rows which are being displayed under item conditions tab in T-code VA02. is there any user exit to resolve the same problem or any other solution is also acceptable.
    help me to find that how i can achieve this. Its Urgent !!!
    waiting for your humble response.
    Thanks in advance.

    Also there is another solution , which i found most feasible coz its only for conditions tab.
    We can write code screen-input = 0 in userexit_field_modification function which is in the include ZSDAUTH01 (programm SAPLV69A).

  • Please give me idea how I highlight the gird row which have

    Sir
    I have gird with 5 column
    Vno
    Code
    Dept
    Date
    Amount
    Sir my need is which record have above 5000 amount that color read and other color blue
    It means above 5000 highlight in grid
    Please give me idea how I highlight the gird row which have above 5000 maount
    Thank
    aamir

    PROCEDURE pr_Set_VA (p_VA IN VARCHAR2) IS
    v_Feld VARCHAR2 (30);
    v_Item VARCHAR2 (61);
    v_Block VARCHAR2 (30);
    BEGIN
    v_Block := :SYSTEM.CURSOR_BLOCK;
    v_Feld := Get_Block_Property (v_Block, FIRST_ITEM);
    WHILE (v_Feld IS NOT NULL) LOOP
    v_Item := v_Block || '.' || v_Feld;
    Set_Item_Instance_Property (v_Item, CURRENT_RECORD, VISUAL_ATTRIBUTE, p_VA);
    v_Feld := Get_Item_Property (v_Item, NEXTITEM);
    END LOOP;
    END;

  • HT5624 I was prompted to update to ios7 so I did as usual. But this update has made my ipad a piece of junk. I am unable to access Siri, I can't read the faint print particularly those tiny letters on the top row which show the visited websites, etc.

    I updated to iOS 7  last might after being prompted by Apple. This caused me to lose many useful features of my iPad2. First I find that Siri has disappeared. When I contacted Apple support, the guy who took my serial # and model # verified things on his end and said emphatically that I should have Siri, but could't help me find it. Another rep simply disconnected me after seeing that she was unable to help me with the problems. After wasting hours with these people and waiting several minutes for their promised supervisor to come online, I was again disconnected by them. My second major problem I wanted solved was the hard to read fine and faint print. I don't have good eyes and with iOS 7 on my iPad2 I am now unable to read the top row which has the list of websites in avery faint and fine print. I could read everything on my iPad until yesterday evening when I made the mistake of updating to iOS7. Till yesterday evening I loved my iPad but after that update to iOS 7 last night it is a piece of junk for me. Hope there is help somewhere out there to restore  Siri and other useful features of iOS 6 or get iOS6 back on my ipad So I can use it again. The chat with apple support has not helped at all as they themselves did not know that Problems like the ones I mentioned to them even existed with this iOS 7. I want my iOS 6 back!!!! CAN ANY ONE HELP !!!!! Also how can I reach anyone in Apple who is knowledgable and also has some authority to do something about it.

    Outside of the contact number for that you've already used I don't know another way of direct contact. Here are some things that they may or may not of had you try that might help you. If you will go to the settings app and pick general on the right-hand side you will see accessibility. Within that you can adjust a text size make the text bowl you can also increase the contrast. You can also adjust the brightness and control panel.
    As for Siri again in the settings app under general you should see Siri on the right-hand side with the switch to turn it on. If that is turned on and you're still having issues
    Try a Restart. 
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider. Press and hold the Sleep/Wake button until the Apple logo appears.
     Resetting your settings
    You can also try resetting all settings. Settings>General>Reset>Reset All Settings. You will have to enter all of your device settings again.... All of the settings in the settings app will have to be re-entered. You won't lose any data, but it takes time to enter all of the settings again.
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears. Apple recommends this only if you are unable to restart it.
    Or if this doesn't work and nobody else on the blog doesn't have a better idea you can contact Apple. 
    Here is a link to their contacts with most of the information below. 
    http://www.apple.com/contact/

  • Count the rows which are selected ?

    Hi Experts,
    I need help.My requirement is:
    I am having a table which can be multiple selected. But there are two buttons attached to it.Edit and Delete.For Delete I want the Multiple Selection not for EDit.So, If i will click the Edit after multiple selection of the rows.How i can give pop-up that multiple edit is not possible?Means I want to count the rows which are selected how to do that?
    Please guide me.
    Urgent need
    Regards
    Nutan

    Hi Nutan,
    Marcel is right about backend. However I might have an idea once I am developing a quiet similar solution. I would like to ask you to explain with more detail. It seems you have two requirements in one question.
    Regards,
    Gilson

  • How to Disable Row Detail in Sales Module

    Dear Experts,
    how to disable row detail option in sales module. how it is posible. we are using SAP Business One 2007. PL42
    Thanx

    AOA Rahil,
    I have just solved this problem, I was also facing the same one
    I am using B1DE, I have handled this on before menu click when open the form
    <B1Listener(BoEventTypes.et_MENU_CLICK, true)>  _
            Public Overridable Function OnBeforeMenuClick(ByVal pVal As MenuEvent) As Boolean
                'GENERATED CODE
                Me.LoadForm()
    1***            Dim Form As Form = B1Connections.theAppl.Forms.ActiveForm
       2 ***        Form.Settings.EnableRowFormat = False
                Return false
            End Function
    1--Capture the current form
    2--Disable Row Detail Form
    It worked for me
    Best Regards,
    Umer Nasim Mirza
    03004003633

  • Next row in JTable (skip disabled rows)

    When I press the down button on my keyboard how can I move to the next available row. It should skip all disabled rows.
    My subclass of JTable looks like this:
    public void changeSelection(int rowIndex, int columnIndex, boolean toggle, boolean extend) {
    if (list[rowIndex].isEnabled()) {
    super.changeSelection(rowIndex, columnIndex, toggle, extend);
    All the disabled rows is not selectable. Right now it just stop when the next row is disabled.

    Well, I think the right way to it would be something like..
    public void changeSelection(int rowIndex, int columnIndex, boolean toggle, boolean extend)
         // Get to the right row..
         while (!list[rowIndex].isEnabled())
              ++rowIndex;
              rowIndex %= list.length;
         // Change selection to the row found.
         super.changeSelection(rowIndex, columnIndex, toggle, extend);
    The last one is good asuming there must be at least one enabled row, otherwise you should handle this case also...

  • ALV disable row selection

    Hai gurus,
    In my ALV output I want to disable the left most button (Row selector) for some reasons Dynamically.
    The user should not select the entire row for some condition.
    loop at itab.
         If itab-field1 eq 'AA'.
             Disable row for selection.
         endif.
    endloop.
    Thanks in advance .....

    Hi Shridhar,
    I think it is difficult to have selection boxes on some condition.
    We can have only one type of selection mode for alv.
    Kindly refer following link for your solution
    http://help.sap.com/saphelp_47x200/helpdata/en/ef/a2e9eff88311d2b48d006094192fe3/frameset.htm
    I have tried it in many ways but not able to have its solution.
    Kindly share it with all of us if you get the solution.
    Hope it helps,
    Pratik Vora
    Edited by: Pratik Vora on Feb 23, 2009 11:23 AM

  • How to findout rows which are not null ?

    Hi friends,
    Can anyone tell me how to find out the no of rows which is having full data in each column (not null) ?
    Ex:- TEST_TABLE having 1000 columns and lakes of rows.
    myQuestion:- I need to find the no of rows which are filled with 1000 columns filled with not null data.
    Thanks in Advacne.
    Kishore.

    Hello
    You're just going to have to write the query with IS NOT NULL on each column. This will help generate the predicates for the WHERE clause to save quite a bit of typing...
    SELECT
        ' AND '||column_name||' IS NOT NULL'
    FROM
        all_tab_columns
    WHERE
        table_name = 'TEST_TABLE'You can take the output and add that to
    SELECT COUNT(*) FROM test_table WHERE 1=1 HTH
    David

  • Number of rows which can be retrieved in Discoverer Report

    Hi All,
    Is there any maximum limit on the number of rows which can be retrieved in Discoverer Report.
    Regards,
    Ankur

    Hi ankur,
    Rows for tables are fetched from the database incrementally in groups. The number of rows in each group is specified in the Options dialog box based on the value set in the option "Retrieve data incrementally in groups of." Click the Query Governor tab on the Options dialog box to see that option.
    To override that setting you can retrieve all the rows at once instead of incrementally. Retrieving all rows applies only to tabular style reports.
    * To retrieve all the rows at once instead of incrementally, choose
    Sheet | Retrieve All Rows. The table includes all the rows.
    * To count the number of rows choose Sheet | Count All Rows.
    I think there would be some maximum limit,do check it out.
    By,
    Kranthi.

  • Delete rows which aren't in table1 type HTMLDB_APPLICATION_GLOBAL.VC_ARR2

    I would like to delete rows which aren't in table1 type HTMLDB_APPLICATION_GLOBAL.VC_ARR2. I know method of ATD (thx ATD :) ) with LIKE but I would like to know if exist other method - maybe with NOT IN ? Is it possible ? I have something like that:
    DECLARE
    table1 HTMLDB_APPLICATION_GLOBAL.VC_ARR2;
    BEGIN
    table1 := HTMLDB_UTIL.STRING_TO_TABLE(:P3_A);
    --:P3_A  - it is for example string:  3:11:2:16
    DELETE FROM some_table
    WHERE id1 = 5
    AND id2 NOT IN ( *how should I use here values from 'table1' ?* );
    END;
    {code}
    Edited by: user10731158 on 2009-01-14 10:10
    Edited by: user10731158 on 2009-01-14 10:10
    Edited by: user10731158 on 2009-01-14 10:11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi,
    Yes, it would be nice - but it is an array not a table !
    I have set up a test app to try this out: [http://apex.oracle.com/pls/otn/f?p=29302:1]
    The code that does the delete on page 2 is:
    DECLARE
    vIDS HTMLDB_APPLICATION_GLOBAL.VC_ARR2;
    BEGIN
    vIDS := HTMLDB_UTIL.STRING_TO_TABLE(:P2_ID);
    APEX_COLLECTION.CREATE_OR_TRUNCATE_COLLECTION('TEMP');
    FOR i IN 1..vIDS.COUNT
    LOOP
      APEX_COLLECTION.ADD_MEMBER('TEMP', vIDS(i));
    END LOOP;
    DELETE FROM TABLED WHERE TABLED_ID NOT IN (SELECT TO_NUMBER(C001) FROM APEX_COLLECTIONS WHERE COLLECTION_NAME = 'TEMP');
    END;This is based on a simple table - TABLED with two fields, TABLED_ID and DETAILS.
    Andy

  • How to select rows which starts with

    In the below example I want only the rows which starts with the word CERTIFICATE.
    How do we do?
    create table full_text(text clob);
    insert all
    into full_text values('CERTIFICATE OF SERVICE')
    into full_text values('APPLICATION FOR CERTIFICATE')
    into full_text values('CERTIFICATE OF LIABILITY')
    into full_text values('CERTIFICATE OF TITLE')
    SELECT * FROM DUAL ;
    COMMIT;
    CREATE INDEX CTX_INDX_TEXT ON full_text (TEXT) INDEXTYPE IS CTXSYS.CONTEXT;
    SQL> select * from full_text where contains(text,'$CERTIFICATE')>0 ;
    TEXT
    CERTIFICATE OF TITLE
    CERTIFICATE OF LIABILITY
    APPLICATION FOR CERTIFICATE
    CERTIFICATE OF SERVICE
    The 3rd row show not appear.
    Thanks

    I understand what Roger is saying. Since it is past his bedtime there in the UK and still sunny here in California, here is an example for you:
    SCOTT@orcl_11g> create table full_text(text clob)
      2  /
    Table created.
    SCOTT@orcl_11g> insert all
      2  into full_text values('CERTIFICATE OF SERVICE')
      3  into full_text values('APPLICATION FOR CERTIFICATE')
      4  into full_text values('CERTIFICATE OF LIABILITY')
      5  into full_text values('CERTIFICATE OF TITLE')
      6  SELECT * FROM DUAL
      7  /
    4 rows created.
    SCOTT@orcl_11g> CREATE OR REPLACE PROCEDURE your_proc
      2    (p_rowid IN           ROWID,
      3       p_clob     IN OUT NOCOPY CLOB)
      4  AS
      5  BEGIN
      6    FOR r IN
      7        (SELECT text
      8         FROM      full_text
      9         WHERE  ROWID = p_rowid)
    10    LOOP
    11        DBMS_LOB.WRITEAPPEND (p_clob, 8, 'XXSTART ');
    12        DBMS_LOB.APPEND (p_clob, r.text);
    13        DBMS_LOB.WRITEAPPEND (p_clob, 6, ' XXEND');
    14    END LOOP;
    15  END your_proc;
    16  /
    Procedure created.
    SCOTT@orcl_11g> SHOW ERRORS
    No errors.
    SCOTT@orcl_11g> BEGIN
      2    CTX_DDL.CREATE_PREFERENCE ('your_datastore', 'USER_DATASTORE');
      3    CTX_DDL.SET_ATTRIBUTE ('your_datastore', 'PROCEDURE', 'your_proc');
      4    CTX_DDL.SET_ATTRIBUTE ('your_datastore', 'OUTPUT_TYPE', 'CLOB');
      5  END;
      6  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl_11g> CREATE INDEX CTX_INDX_TEXT ON full_text (TEXT) INDEXTYPE IS CTXSYS.CONTEXT
      2  PARAMETERS ('DATASTORE your_datastore')
      3  /
    Index created.
    SCOTT@orcl_11g> select * from full_text where contains(text,'XXSTART $CERTIFICATE')>0
      2  /
    TEXT
    CERTIFICATE OF SERVICE
    CERTIFICATE OF LIABILITY
    CERTIFICATE OF TITLE
    SCOTT@orcl_11g>

  • Disable row in selection pop-up in WebClient UI

    Hi,
    My requirement is to disable (like greying it out)  a row for selection/de-selection in a selection pop-up. I checked the collection wrapper class CL_BSP_WD_COLLECTION_WRAPPER but could not find any appropriate method.
    Can anyone tell how to do this?
    Additional information:
    The selection pop-up that I am talking about is the one that appears while creating a follow-up document for e.g while creating a sales order from a quotation. The pop-up shows the line items from the source document and allows the user to select the line items he/she wants to transfer to the target document.

    Hi There,
    Are you using complete reference between documents in copy control?
    Please check on the following path: SPRO->Customer Relationship Management->Transactions->Basic Settings->Copying Control for Business Transactions->Define Copying Control for Transaction Types.
    Which scenario Are you currently using? CRM Order or ERP Order?
    If you are using ERP Order scenario, please check class CL_ERP_H_HEADEROVERVIEWPA_IMPL method EH_ONFOLLOWUP_SELECTED. The following code is responsible to bring the popup for item selection during the creation of follow-up documents:
    create_follow_up_erp_item_sel( iv_process_type = ls_followup-process_type
                                   iv_subobject_cat = ls_followup-subobject_category ).
    To solve this issue, I have enhanced the component ERP_H view HeaderOverviewpage and event EH_ONFOLLOWUP_SELECTED, and then desactivated the code mentioned above.
    I hope it helps!
    Kind Regards,
    Gabriel Santana

  • How to disable row of a jtable

    hi,
    i am making an application in which i have jtable what i wants to do is that i am selecting row and inserting the values of this row into another jtable now what i wanst is to disable the already selected row so that i can not be selected again.
    Thanks in advance.

    You never bother replying to your old postings to thank people tor the suggestions given, so I won't bother making any more suggestions.

Maybe you are looking for

  • Latest Update(s) breaks my HDMI audio output after a sleep

    Have a Mac Mini HD, since the latest spate of updates the HDMI audio stops working after a sleep. A reboot will allow the audio output to work again but this is exactly why I abandoned Windows! So please FIX this ASAP. Anyone else seeing this?

  • I got my iphone 5 stolen

    I got my stolen iphone 5 and the thief has it off immediately. Iphone search not possible. I have another chance to locate it? About Aplle and serial number? Police display I give up now.

  • Possible to make an item editable for certain users and read only for other

    Is it possible to make an item editable for certain users and read only for others? I've been able to accomplish this by taken the select statement that I used to define an authorization scheme, placing it in the Read Only condition of the item. Howe

  • Microphone doesnt work

    my mivrophone on my iphone doesnt work

  • Oracle SQL Reference

    There used to be a great site 'Oracle 9i SQL reference' formerly linked at: http://oradoc.photo.net/ora81/DOC/server.815/a67779/index.htm It included a full syntax of all SQL commands, such as the Create Tablespace, giving and explaining all options