Performace problem on the views of original table

I have views built on original table. After versioning the original table, my view becomes the view on a view. I have experienced performance problem with the query again the view built on my original table.
Help!
My e-mail is [email protected]
Ashley

Vaibhav Tiwari wrote:
Hi Johannes,
>
> Seems the problem is with your IE. If you are using IE8 or 9, try to run the application in compatibility mode.
>
> To do that use the compability mode button given besides the address bar.
>
> Regards,
> Vaibhav
Why would you assume the problem is Internet Explorer.  The poster stated that the problem occurs in both IE and Firefox: "the problems occurs in both, IE and Firefox"
I would think that something on the server side, as suggested is the more likely candidate.  Is there anything the WDDOMODIFYVIEW at all related to the table?  Are there any property bindings to the table that could effect the display?

Similar Messages

  • How to set the view of a table to the last column?

    Hi all,
    I have a table that allows user to add rows to it. When the number of columns exceed the number of row the viewport can display, the freshest columns are not in the view.
    My question is, how do I force the viewport to view the last rows of the table as the table grows? Instead of just showing the starting rows?

    You're mixing columns and rows in your problem description, but
    something like the following should be close
    Rectangle rect = new Rectangle( table.getWidth()-1, table.getHeight()-1, 1, 1);
    table.scrollRectToVisible( rect );: jay

  • How do you fix this problem with the View Menu?

    Hi. This is my first time on this forum so please forgive me if not worded correctly.
    I have recently installed CS5 on Windows 7. I work with large folders of images. When I open the folder the images are spread out with a big gap between each row of images. It is much easier when they are close together especially when I am selecting a large number of images to transfer or copy. If I change the menu view to details and then immediately back to list they display as I want. As soon as I open any folder again they go back to being all spread out.
    I thought it may be a Windows problem but I have set it up correctly in Windows Explorer and saved it as that option for all files. They display perfectly on that and also other programs I use where I need to view large amount of images.
    Can anyone suggest what the problem may be and how I can fix it? Please see the following screen grabs which will show what I mean.
    The top version is how I like the files to look. The bottom version is what I always get in CS5. If you can solve the problem I would be very happy.
    Thanks Carol

    What you are seeing is a windows folder option.
    In Windows 7 click the start button, choose computer then open your C drive.
    From there you will see something similar to this,
    Click on the sort options and choose list. Now we need to make it the default so when you look in photoshop it remains as a list.
    to  do that from this same window choose tools then folder options.  A new window will pop up called folder options on the second tab called View is an all folders button, this will apply this view to all folders. if you have Photo shop open close it re-open it and how you will always get the view you want.

  • How to backup all the views in a table

    I want export all the view in a schema.
    I used the below command:
    expdp A12/A12 schemas=USER INCLUDE=VIEW directory=pump_dir dumpfile=expdp_VIEW.dmp
    The command executed successfully but,
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 0 KB
    Processing object type SCHEMA_EXPORT/VIEW
    Master table "SYS"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded
    It seems nothing have been backed up..
    I don't want to export specifically. Is there any way to upload all the views using export or any other way.
    Kindly help me..
    Thanks in advance
    nonuday

    Dean Gagne wrote:
    This job exported views. You would not have seen this line:
    Processing object type SCHEMA_EXPORT/VIEW
    If the views were not exported. What were you expecting to see.
    DeanYes, it even showed the export was successful, but the blocks size was 0kb.
    If I import the dump which I took with the *"include=view"* export command, will the views imported?
    And, can you please tell me when I googled about this it was mentioned *"Metadata of the objects(view,procedure,etc) will be exported"* can you explain it?
    Thanks in advance,
    Karthik

  • Problem setting the fillColor on dynamic tables using javascript

    I try to set the background color on some text fields that I put in a dynamic table. When I set the border color, everything works fine, but not with the fillColor. If I set the fillColor for the enter event for example, the field will only get a colored border, and when I click another field, the field turns completely colored. If I set an exit event with a different color, the field flickers before changing back to white. This happens in dynamic tables only. I am using Designer 8 on Windows XP. This problem has been confirmed by others, and in different forms.

    this.border.fill.color.value = "value" works for me
    value is in 255,255,255 rgb format

  • Problem with the date field in Table Control

    I have created a table control in my module programming. One of the column in the table control is a date field which is I/O field.
    Now if I enter a value in date field column and hit enter the date field is reset. I dont want the field to get reset and accept valid date field.
    I have set type of the column as DATS and I havent used any dictionary fields. The column is from the internal table in the program.
    Please suggest

    In your PAI, in the LOOP AT <itab> did you
    - check date validity
    - update internal table
    * Sample
    LOOP AT itab.
      FIELD itab-field MODULE checkfield.
      MODULE updateitab.
    ENDLOOP.
    Look also at SAP documentation like [Table Controls|http://help.sap.com/abapdocu/en/ABENTABLE_CONTROL1_ABEXA.htm] or [Table Controls in ABAP Programs|http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dbac9f35c111d1829f0000e829fbfe/frameset.htm]
    Regards,
    Raymond

  • Problem with the view

    i am using a view set.
    there is one button in one view and another button in anothor view. and both are in same viewset but one in top and another in bottom.
    now i want ot call a button with in another button...

    hi sunil
    try eventhandling.
    create a event and a method in the component controller
    create the eventhandler method (say hai)corresponding to the event in view2
    create a action in view2.while creating action by pressing the action tab try using the existing method instead of default method option.in the drop down give the
    eventhandler method name.(hai)
    now give call the method in the component controller from view1.in the comp controller fire to the event in the view2 which is also your action eventhandler method of the button in view2.
    regards
    saravana.

  • Problem selecting the view

    Hi!
    Hi begin my project selecting window-based application, then i add a navigation controller because i need to have a bar controller at the top of my first view. Then, beneath the bar controller, i need to have two text input filed, for login and password. So i add a navigationController instance and link it to the navigation controller in the MainWindow in MyAppDelegate, then create a ViewController class type and name it RootViewController, create a xib file named RootViewController, add to it two text input filed. Then i go to the MainWindow.xib, select RootViewController class in the ispector identity panel for the ViewController under the "NavigationController", then write RootViewController in the ispector Attriubutes (always for the same RootViewController).
    Then i run the application, it crashes and the log reports this:
    * Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UIViewController loadView] loaded the "RootViewController" nib but no view was set.'
    Any hint?
    Thank you!

    {quote}
    Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-UIViewController loadView loaded the "RootViewController" nib but no view was set.'
    {quote}
    You're answer is right there. You have no view defined for the RootViewController instance you're loading from that nib file. Go into your RootViewController nib file and control click on the file's owner (which should be Class RootViewController in the identies tab) and drag down to a UIView or some subclass of UIView, a pop up will show, select view.
    A view controller does not automatically have a view to display. it holds (controls) a view.

  • Create a View with many tables with the Table-Fieldnames

    Hello!
    Question 1)
    Which kind of view is the correct for joining
    many tables together.
    Question 2)
    What is the solution in case of having several tables
    with the same fieldnames by creating a view. How can I choose this fields
    into a view. I cant use the same name twice in section
    (tab strip) ViewFlds.
    Regards
    Ilhan

    Hi Ilhan,
    There is no problem in the view fieldname you can put something like this :
    This is you who choose the view field name so...
    View Fieldname         Table           Field
    VBAK_VBELN           vbak             vbeln
    vbap_vbeln                 vbap             vbeln
    Erwan

  • COPA charaterstic Origin table& field Changes

    Dear All,
    Iam facing the problem to change COPA characterstic origin table &field,
    Actually this characterstics (WWFSR) was already created with table VBKD, field POSEX_E, now Client want to change this characterstic with table VBAP, Field POSEX
    Please let me know, how to change the table and field for already created and saved characterstics in COPA ?

    Hi Rupali,
    I am very much sure that when there is WW characteristics, you need to go with Table Lookup under KEDR. But, if the desired combination of source/ origin and targets are not available there, we need to go with user exit. Take a help of your ABAP Consultant for user exit.
    Thanks & Regards,
    Robin

  • Creating View for a table with parent child relation in table

    I need help creating a view. It is on a base table which is a metadata table.It is usinf parent child relationship. There are four types of objects, Job, Workflow, Dataflow and ABAP dataflow. Job would be the root parent everytime. I have saved all the jobs
    of the project in another table TABLE_JOB with column name JOB_NAME. Query should iteratively start from the job and search all the child nodes and then display all child with the job name. Attached are the images of base table data and expected view data
    and also the excel sheet with data.Picture 1 is the sample data in base table. Picture 2 is data in the view.
    Base Table
    PARENT_OBJ
    PAREBT_OBJ_TYPE
    DESCEN_OBJ
    DESCEN_OBJ_TYPE
    JOB_A
    JOB
    WF_1
    WORKFLOW
    JOB_A
    JOB
    DF_1
    DATAFLOW
    WF_1
    WORKFLOW
    DF_2
    DATAFLOW
    DF_1
    DATAFLOW
    ADF_1
    ADF
    JOB_B
    JOB
    WF_2
    WORKFLOW
    JOB_B
    JOB
    WF_3
    WORKFLOW
    WF_2
    WORKFLOW
    DF_3
    DATAFLOW
    WF_3
    WORKFLOW
    DF_4
    DATAFLOW
    DF_4
    DATAFLOW
    ADF_2
    ADF
    View
    Job_Name
    Flow_Name
    Flow_Type
    Job_A
    WF_1
    WORKFLOW
    Job_A
    DF_1
    DATAFLOW
    Job_A
    DF_2
    DATAFLOW
    Job_A
    ADF_1
    ADF
    Job_B
    WF_2
    WORKFLOW
    Job_B
    WF_3
    WORKFLOW
    Job_B
    DF_3
    DATAFLOW
    Job_B
    DF_4
    DATAFLOW
    Job_B
    ADF_2
    ADF
    I implemented the same in oracle using CONNECT_BY_ROOT and START WITH.
    Regards,
    Megha

    I think what you need is recursive CTE
    Consider your table below
    create table basetable
    (PARENT_OBJ varchar(10),
    PAREBT_OBJ_TYPE varchar(10),
    DESCEN_OBJ varchar(10),DESCEN_OBJ_TYPE varchar(10))
    INSERT basetable(PARENT_OBJ,PAREBT_OBJ_TYPE,DESCEN_OBJ,DESCEN_OBJ_TYPE)
    VALUES('JOB_A','JOB','WF_1','WORKFLOW'),
    ('JOB_A','JOB','DF_1','DATAFLOW'),
    ('WF_1','WORKFLOW','DF_2','DATAFLOW'),
    ('DF_1','DATAFLOW','ADF_1','ADF'),
    ('JOB_B','JOB','WF_2','WORKFLOW'),
    ('JOB_B','JOB','WF_3','WORKFLOW'),
    ('WF_2','WORKFLOW','DF_3','DATAFLOW'),
    ('WF_3','WORKFLOW','DF_4','DATAFLOW'),
    ('DF_4','DATAFLOW','ADF_2','ADF')
    ie first create a UDF like below to get hierarchy recursively
    CREATE FUNCTION GetHierarchy
    @Object varchar(10)
    RETURNS @RESULTS table
    PARENT_OBJ varchar(10),
    DESCEN_OBJ varchar(10),
    DESCEN_OBJ_TYPE varchar(10)
    AS
    BEGIN
    ;With CTE
    AS
    SELECT PARENT_OBJ,DESCEN_OBJ,DESCEN_OBJ_TYPE
    FROM basetable
    WHERE PARENT_OBJ = @Object
    UNION ALL
    SELECT b.PARENT_OBJ,b.DESCEN_OBJ,b.DESCEN_OBJ_TYPE
    FROM CTE c
    JOIN basetable b
    ON b.PARENT_OBJ = c.DESCEN_OBJ
    INSERT @RESULTS
    SELECT @Object,DESCEN_OBJ,DESCEN_OBJ_TYPE
    FROM CTE
    OPTION (MAXRECURSION 0)
    RETURN
    END
    Then you can invoke it as below
    SELECT * FROM dbo.GetHierarchy('JOB_A')
    Now you need to use this for every parent obj (start obj) in view 
    for that create view as below
    CREATE VIEW vw_Table
    AS
    SELECT f.*
    FROM (SELECT DISTINCT PARENT_OBJ FROM basetable r
    WHERE NOT EXISTS (SELECT 1
    FROM basetable WHERE DESCEN_OBJ = r.PARENT_OBJ)
    )b
    CROSS APPLY dbo.GetHierarchy(b.PARENT_OBJ) f
    GO
    This will make sure it will give full hieraracy for each start object
    Now just call view as below and see the output
    SELECT * FROM vw_table
    Output
    PARENT_OBJ DESCEN_OBJ DESCEN_OBJ_TYPE
    JOB_A WF_1 WORKFLOW
    JOB_A DF_1 DATAFLOW
    JOB_A ADF_1 ADF
    JOB_A DF_2 DATAFLOW
    JOB_B WF_2 WORKFLOW
    JOB_B WF_3 WORKFLOW
    JOB_B DF_4 DATAFLOW
    JOB_B ADF_2 ADF
    JOB_B DF_3 DATAFLOW
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How do I clear the " view all files " history in Adobe Reader XI  I have recent files set to 1 "View all files " shows all files from 22 june to current date

    as i indicated in my question I'm having a problem clearing the " view all files " history in Adobe Reader XI

    My current Ver is 11.0.07   and the"view all recent files" selection is found by clicking on file and in the drop down menu it is the selection just above the list of recent files

  • Error with the view of a form

    Hi,
    I have a problem with the view of a form before start a workflow:
    This is the aspect that it has (it shows the colums of the form):
    and this is the aspect of the same action in other sites (the correct way):
    How can I change the aspect of the first form to the second? Why it shows this way with the parameters defined in the workflow?

    Hi Enrique,
    What form did you use?
    Was it a New from or an initiation form?
    How did you design the form?
    Please create a new list with the form, compare the result.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • I bought a new super zoom lenses for iphone which is attached to the iphone but you can still see the outside of the lenses through the viewer

    I purchased on-line a new Super Zoom for my iPad and iPhone. when I attached the iPhone lense to the iPhone, there seems to be a problem with the view. You can still see the outline of the lense and it is not a clear view looking through. Can you hep

    Only the carrier can officially unlock it for you

  • Is it possible to place a view of joined tables into Shared Memory?

    Thanks.

    Tom,
    The view of joined tables is just a possible selection method. You may select first and store all data in shared Memory. You better define a shared obkect with a read method and a buffer attribute.
    The best thing you can do here is just to say what you want to do and why. It is always difficult to give a satifactory answer to an abstract question.
    Regards,
    Clemens

Maybe you are looking for

  • How do I resolve the "Unknown Error" in Pages for iOS 8.1 after splitting my AppleID?

    I had been using a shared AppleID between my family until iOS8. After we upgraded our devices, we decided to use Family Sharing. We have a draft of a book that was written in Pages on iPad and synced to iCloud.  After the splitting of accounts on fam

  • Bridge Bugs ( v 5.0.0.399 x64 )

    System: Windows 7 64x AMD Phenom II X6 16GB RAM Radeon HD 6950 2GB DDR5 20mbs Cable Internet Bugs: 1. Wrong Bridge opens 2. Empty File Type Associations 3. File Type Associations do not appear Details: WRONG BRIDGE OPENS System setup: CS4, installed

  • Error while converting schema from oracle to SQL server

    Hello, I am getting following error while converting schema from oracle to SQL server using SSMA. I get Errors 1-3 while migrating procedures and error 4 while migrating a table. 1- O2SS0050: Conversion of identifier 'SYSDATE' is not supported. 2- O2

  • Use of a microphone to record in a MAC G4

    I have a Power Mac G4-867 mghz. this is the unit that has a double mirrored front. I am using Mac O.S. Panther (version 10.3.9). I have tried plugging a microphone at the back of the unit to just hear my voice or better yet to record a song but i jus

  • FCP 10.1.1 Updating Projects Stall on Import

    Hi All - I've read a bunch of other threads, and can't find this particular issues happening elsewhere. I have done a similar proces to others where I've stupidly clicked 'update all' before I realised what was happening... I've tried using EM X with