Alternative to JClass table

Hello All,
I am in need of your suggestion.
Already we are using a JClass tables in my Swing based java application to load the data from the database.
And i wish to migrated to the latest and much user friendly way (would be a freeware) to present the data in the table.
Can you please suggest me a good option in this regard.
Thank You,
Arun S

This forum is about the JDK.
JClass is not a part of the JDK.
Try a JClass forum.
Locking.

Similar Messages

  • Alternative of base tables.

    Hi,
      Is there any alternative for base tables, By that performance will be improved still more? Not Internal times.
    Thanks
    Avi
    Points will be rewarded

    Hi
    Use of Views instead of base tables
    Many times ABAP programmers deal with base tables and nested selects. Instead it is always advisable to see whether there is any view provided by SAP on those base tables, so that the data can be filtered out directly, rather than specially coding for it.
    Not recommended
                Select * from zcntry where cntry like ‘IN%’.
                 Select single * from zflight where cntry = zcntry-cntry and airln = ‘LF’.
                Endselect.
    Recommended
                Select * from zcnfl where cntry like ‘IN%’ and airln = ‘LF’.
                Endselect.
    Thanks
    MAx

  • Alternative to text table?

    Hi All
    I have created a custom table where the superannuation fund code (data element P13Q_FCODE), along with a start date and end date are primary keys.
    The texts for the superannuation fund code are maintained in table T5QSD.
    What I am after is as follows: when a user wants to see the contents of the table I want to also include the description (from table T5QSD).
    I cannot use the text table concept as table T591A is already using table T5QSD as a text table.
    Does anyone know if there is an alternative way to perform the task. Should I be looking at creating an event?
    Thanks in advance.
    Rajdeep Kumar

    Rajdeep Kumar
    Text table for the field Fcode and data element P13Q_FCODE is T591S.
    Check how this is ?
    Click on below link.
    [http://bp2.blogger.com/_O5f8iAlgdNQ/R_rThSm1qyI/AAAAAAAAA98/P1bxw8tUWzE/s1600-h/Superannuation-785278.jpg|http://bp2.blogger.com/_O5f8iAlgdNQ/R_rThSm1qyI/AAAAAAAAA98/P1bxw8tUWzE/s1600-h/Superannuation-785278.jpg]
    Double click on search help H_T591A for the field FCODE and data element P13Q_FCODE .
    Then check the below link.
    [http://bp1.blogger.com/_O5f8iAlgdNQ/R_rTiCm1qzI/AAAAAAAAA-E/SVvdn3DJvtw/s1600-h/H_T591A-788788.jpg|http://bp1.blogger.com/_O5f8iAlgdNQ/R_rTiCm1qzI/AAAAAAAAA-E/SVvdn3DJvtw/s1600-h/H_T591A-788788.jpg]
    Here you can see Check tabel T591A and Corresponding Text table T591S for the field FCODEand  data element P13Q_FCODE.
    I hope that it helps u.
    Regards,
    Venkat.O

  • Alternative of Bridge table in data Modelling.

    Hello Gurus,
    while doing the data modeling, we found one place where we have Many to Many joins between One Fact and 3 Dim.
    where in Dim., we mostly have only one attribute/ Dim, which relates Many to Many with Fact.
    so as in obiee we have to build the bridge table to take care of the issue.
    is there any alternative method of data modeling that can eliminate the Bridge table itself?
    I was thinking to add the dim attribute in fact itself. though it's with diff grain it should work??

    If you really have a many-to-many relationship from fact to dimension, which attribute value (which of the many) would you put on the fact?
    What is the issue you are having with a bridge table?

  • Alternative for Pooled table M_VMVAC in ECC 5 version

    Hi,
    Pooled table M_VMVAC in version 3.1i does not exist
    in ECC 5.Can anyone tell me the alternative for this?
    Pool/cluster is M_VMVA in 3.1i version
    Helpful answers will be rewarded
    Thanks
    Kiran

    Check data base view V_VMVAC.
    Regards
    Sridhar

  • Alternative for Pooled table M_VMVLA in ECC 5 version

    Hi,
    Pooled table M_VMVLA in version 3.1i does not exist
    in ECC 5.Can anyone tell me the alternative for this?
    <b>Pool/cluster  M_VMVL in 3.1i version</b>
    Helpful answers will be rewarded
    Thanks
    Kiran

    Hai Kiran
    Check the following Code in program 'RVV50L21'.
    the following Code is present in ECC 5.0
    select * from <b>shp_idx_gdsi</b> where wadat in i_datum     "470
                                     and   vstel in i_vstel
                                     and   route in i_route
                                     and   vbeln eq vttp-vbeln.
    simillar code in 3.1 version is
    select * from <b>m_vmvla</b> where wadat in i_datum
                           and   vstel in i_vstel
                           and   route in i_route
                           and   vbeln eq vttp-vbeln.
    Replacent table for m_vmvla is shp_idx_gdsi
    Regards
    Sreeni

  • Alternatives to dynamic tables for displaying dynamic data

    What methods are available for displaying data from MySQL
    with PHP on a web page? Is there any alternative to a dynamic table
    when the the quantity of data will vary? anything CSS based?
    Many Thanks

    On 27 May 2006 in macromedia.dreamweaver, Pingus mum wrote:
    > so i could just output to a div for example?
    Or a paragraph, or an <h4>, or an unordered list, or
    any other container
    tag, or the src attribute on an <img> tag, or any
    combination of the
    above. Consider the case where the database consists of press
    releases -
    date, headline, body. You could, say, make the repeat region
    like this:
    <h1>Press Releases</h1>
    <!-- start of repeat region -->
    <h2><& headlineFromDatabase &></h2>
    <p><& dateFromDatabase &> - <&
    bodyFromDatabase &></p>
    <!-- end of repeat region -->
    <address>Contact Information</address>
    Joe Makowiec
    http://makowiec.net/
    Email:
    http://makowiec.net/email.php

  • Alternative of PCL4 table

    HI,
    We have a edit report that displays the information about the persons whose infotype values have changed in this month, it get the person number and infotype from PCL4 table which have key field 'SRTFD' , now the searching in PCL4 is taking a long time because of huge amount of data, and the structure of SRTFD field which make it impossible to provide key field values.
    I am looking for alternative approch through which we can get changed records.
    Thanks,

    If you need to see before and after of actual changed (updated) infotype records then the only place to see that is PCL4.  Otherwise, you can simply look at the implicit "before" and "after" via the dates, i.e., delimited records.
    I will caution you, however, that has been our experience that the data in PCL4 can be very trying to analyze programmatically.  For example, delimited records will often appear as an insert followed by an insert followed by a delete operation which means that the new record was created (inserted), the old record was delimited (the ENDDA changed) and inserted and finally the original record (with original BEGDA and ENDDA) is deleted.  In that case you can look at the first and second operations (the two Insert operations) in BELEGE to get the before and after values (or the first and the last, or delete, operation).
    In another case would see a only one insert followed by a delete operation.  In that case you would need to compare the "I" and the "D" records to determine what values changed. 
    However, for reasons that not even our SAP consultants have been able to figure out, we've also seen bizarre scenarios such as several "I" operations followed by a single "D" operation or multiple "U" (update) operations that apparently happened at the same time.  Dynamic actions may have something to do with it but regardless it makes reporting off this cluster very frustrating.  That coupled with the lack of documentation on it makes me wonder if SAP intended anyone to do custom development with it.
    There is a standard report named RPUAUD00 that I would recommend you look at.  Use it as-is if you can but if you cannot you might consider copying it and working with it as a baseline.
    Good luck.

  • Alternative to logical table

    Hi,
    How to resolve the issue given below
    dim1 --------<- fact ->------dim2
    | |
    | |
    ▲ ▲
    | |
    | |
    |________dim3_______|
    I want dim3 to be dimensional instead of fact ( which turns out to be fact after mapping shown above ). Is there any other alternative rather than creating logical table and joining dim1 , dim2, dim3 as single entity ?
    Thanks
    Suresh

    Hi Suresh,
    First of all we don't know how your business scenario is there...
    I think your table has columns of measure and dimensions...
    At that time, you better devide measure columns into fact table and dimensions as logical dimension table in BMP layer.
    If not try this...
    create any dummy logical table.. and dummy column...
    make that column as key,
    Now connect (complex join) this dim3 to dummy table (1 to N)...
    So that now it would act as dimension rather than fact...
    Thanks & Regards
    Kishore Guggilla

  • Alternative to READ table

    Dear all,
      We can not use READ TABLE with LOGICAL  operators like  LT, LE,GT,GE ..........
    Is there any alternative to read a particular line  from an internal table  with  the logical operators......
    Thanks in advance...............

    Hi Ubhka,
    You can read the Internal table by two way 1) Using the Loop and 2) Using the Read statement.
    1) Loop at itab into wa_itab.
      If wa_itab-A LT = '200'
        * the action that you would like to perfrom like moving data from one table to another or appending  
         *data
      endif.
        endloop. 
    2) Read table itab into wa_itab.
    if wa_itab-A LT = '200'
        * the action that you would like to perfrom like moving data from one table to another or appending  
         *data
      endif.
    I my view you can try with the loop. Using loop would be a good idea.
    Regards,
    Kittu

  • Alternating row in table

    Hi
      I am having a problem in displaying rows of a table in alternative color. We have a table data fetched from a model. We make some changes on the table ui element and update. But we face problems in alternate color.
    please help
    reuben

    Hi
      You can display alternating color in a table if the readonly property of a table ui element is set to true. Otherwise it will not work :(.
    regards
    Ravi

  • Alternative of BSEG table(Vendors related)

    Hi gurus,
    Please provide alternative tables of BSEG.
    As per my Knowledge table are BSIK , BSAK.
    is it right?
    I need extact line item number(BUZEI) of document number(BELNR).
    Please send code how can i get the line number based on
    BSIK , BSAK.
    Thanks & Regards,
    Padmaja.

    Hi
    BSIK and BSAK are rights, so if you have the doc. number and item the code is
    DATA: WA_ITEM TYPE BSIK.
    Get open items
    SELECT * FROM BSIK INTO WA_ITEM
                                      WHERE BELNR = <BELNR>
                                            AND BUZEI  = <BUZEI>
    ENDSELECT.
    IF SY-SUBRC <> 0.
    It means the item is cleared
      SELECT * FROM BSAK INTO WA_ITEM
                                          WHERE BELNR = <BELNR>
                                                AND BUZEI  = <BUZEI>.
       ENDSELECT.
    But you should consider the performance will be very bad if you don't use the company code and vendor code, it's very strange you have only the doc. number and item number without knowing the company code.
    Max

  • Alternative to REGUP table

    Hi, I am trying to get information from REGUP table however in my WHERE clause in the SQL statement, I only have VBLNR column, since we cannot create index to this table, my access to this table is slow.
    My question, are there any other tables in which the information in REGUP table is also stored so I can use that table(s) instead of REGUP?
    Pls advise.
    thank you.

    Hi,
    Try these:
    REGUP_CODE
    REGUPO
    REGUPW
    Warren

  • How can i set the alternating colors for a table rows

    Dear All,
    Please any one help me how can i set the Alternating colors for Table Rows.
    i created a theam there i set the background alternating color to brown and i set the table design properity to alternating. but it is not reflecting.

    Hi,
    The design property in Table properties should work for your requirement. Select "alternating" value for design.
    Please see the API below:
    design
    Determines the appearance of the table. The property design can take the following values and is represented by enumeration type WDTableDesign.
    alternating - The table rows are displayed alternately in a different color.
    standard - The table background has one color. The individual table rows are displayed with grid net lines.
    transparent - The table background is transparent. The individual table rows are displayed without grid net lines.
    Check whether you have changed the right property or not? Also table should contain more than one rows to test this scenario.
    Regards,
    Jaya.
    Edited by: VJR on Jun 17, 2009 6:43 PM

  • Table row colors alternating

    Hello Everyone,
    I'm trying in the configure properties of a table change the row colors to alternating, but it has no effect.
    It always remains the same formating, i.e., every row with the same blue color.
    I only can set it to alternating if the table is marked in the properties as editable (Editing condition = true). It doesn't make any sense! I do not want the user to change the cells of the table, but still want to use alternating colors, and it is not possible.
    I'm using Visual Composer 7.01 with SP5
    Does anyone have any idea?
    Tanks,
    Diogo Ferreira.

    Hi,
    For messages about VC 7.0 version (this includes 7.01 and 7.02) please refer to the [VC 7.0 forum|SAP NetWeaver Visual Composer;.
    Best regards,
    Tal.

Maybe you are looking for

  • How to bind the data from user table into user report

    Hi All,   Please assist me to bind the data from user table into user report. I did create an user table with data and create a user report template (using Query Print Layout). How can I display my data into report format which I created before? Any

  • Ship to party can not be found in freight order for cost calculation

    Dear All, Cost charge can not be calculated because of missing ship to part. Please help me about this problem In my rate table, there are 3 combinations which are Product + Carier + Ship to party.and cost will be calculated according to weight. Also

  • Is there a student edition of InDesign and how can I find it?

    I have been looking for a student edition of InDesign but I can't seem to navigate myself to finding it, any insights? Thank you!

  • IOS 8 keyboard too slow

    I've problems with keyboard on iPad third generation after install iOS 8 : it doesn't keep all the key I press; it's too slow, because of the suggestion of words... PS: Sorry for my terrible English; I'm Italian

  • Regular Expression For Dreamweaver

    I still haven't had the time to really become a professional when it comes to regular expressions, and sadly I am in need of one an finding it difficult to wrap my head around. In a text file I have hundreds of instances like the following: {Click he