SQL2005 view table problem

I use Crystal Reports for Eclipse 3.2.0.
I could connect to SQL 2005 successfully as sa (on another machine) using database Explorer.
However I could only view the user's schema.  I could not view the tables.
I only have this problem with SQL 2005.
I could make connection to SLQ 2000 as sa and view tables.
It would be very appreciated to know why?
Hayley

Please re-post if this is still an issue to the Java Development - Crystal Reports Forum or purchase a case and have a dedicated support engineer work with you directly

Similar Messages

  • DataServices 3.1 AIX/DB2 problem viewing table data.

    This is a brand new DS 3.1 installation. After install, DI part works fine, jobs run, and we can view table data. At one point view table data became very slow, actually after a 30-second hour-glass show, an empty grey  window shows up.

    Hi Mahir,
    the CID transform uses by default the Substitution Parameter [$$RefFilesAddressCleanse] to search for the necessary directory information.
    You see this if you open the transform configuration and take a look at the options panel.
    It sounds like on your installation you have the Data Services installed on your IBM AIX system and use the designer from the Windows based Client and during installation this Substitution parameter has been set to point to a local directory on you windows system instead to the server side installed directory (...\DataQuality\referencedata).
    Can you check in your Substitution Parameter Editor (in DS Designer under Tools--> Substitution Parameters Configuration...) if all of your Substitution Parameters are set to the local machine?
    Niels

  • Updating XML thru view table

    Given the following view table that i created
    CREATE OR REPLACE VIEW PO_DETAIL_VIEW ( PAYLOADID,
    ORDERNUMBER, LINENUMBER, SHIPPEDITEMQTY, COST,
    ORDEREDITEMQTY, ACTION, UOM, DESCRIPTION,
    SKU, STATUS, CURRENCY, PLANNEDRECEIPTDATETIME
    ) AS select extractValue(value(p),'/OrderMessage/MessageHeader/@payloadId'),
              extractValue(value(p),'/OrderMessage/Order/@orderNumber'),
              extractvalue(value(i),'/OrderLine/@lineNumber'),
    extractvalue(value(i),'/OrderLine/@shippedItemQty'),
    extractvalue(value(i),'/OrderLine/@cost'),
    extractvalue(value(i),'/OrderLine/@orderedItemQty'),
    extractvalue(value(i),'/OrderLine/@action'),
    extractvalue(value(i),'/OrderLine/@uom'),
    extractvalue(value(i),'/OrderLine/@description'),
              extractvalue(value(i),'/OrderLine/@sku'),
              extractvalue(value(i),'/OrderLine/@status'),
              extractvalue(value(i),'/OrderLine/@currency'),
              extractvalue(value(i),'/OrderLine/@plannedReceiptDateTime')
    from PURCHASEORDER p, table(xmlsequence(extract(value(p),'/OrderMessage/Order/OrderLine'))) i
    when i executed the following command:
    UPDATE po_detail_view
    SET ORDERNUMBER = '500001' where PAYLOADID='1'
    I get end of file error which disconnect me from my oracle database.
    but when i update my another view table it is fine.
    CREATE OR REPLACE VIEW PO_MASTER_VIEW ( VERSION,
    PAYLOADID, TIMESTAMP, SENDERNAME, SENDERCOMPONENT,
    DOCUMENTREFERENCEID, SINGLETRANSACTION, INDEX0, INDEX1,
    INDEX2, INDEX3, CLOSED, ORDERNUMBER,
    ORDERTYPE, UNIQUEBUSINESSKEY, HANDLINGCODE, BUYERID,
    BUYERPARTYNAME, BUYERROLE ) AS select extractValue(value(p),'/OrderMessage/MessageHeader/@version'),
    extractValue(value(p),'/OrderMessage/MessageHeader/@payloadId'),
    extractValue(value(p),'/OrderMessage/MessageHeader/@timeStamp'),
    extractValue(value(p),'/OrderMessage/MessageHeader/@senderName'),
    extractValue(value(p),'/OrderMessage/MessageHeader/@senderComponent'),
    extractValue(value(p),'/OrderMessage/MessageHeader/@documentReferenceId'),
    extractValue(value(p),'/OrderMessage/MessageHeader/@singleTransaction'),
    extractValue(value(p),'/OrderMessage/MessageHeader/HeaderIndexedAttribute[1]/@content'),     
    extractValue(value(p),'/OrderMessage/MessageHeader/HeaderIndexedAttribute[2]/@content'),               
    extractValue(value(p),'/OrderMessage/MessageHeader/HeaderIndexedAttribute[3]/@content'),
    extractValue(value(p),'/OrderMessage/MessageHeader/HeaderIndexedAttribute[4]/@content'),
    extractValue(value(p),'/OrderMessage/Order/@closed'),
    extractValue(value(p),'/OrderMessage/Order/@orderNumber'),
    extractValue(value(p),'/OrderMessage/Order/@orderType'),
    extractValue(value(p),'/OrderMessage/Order/@uniqueBusinessKey'),
    extractValue(value(p),'/OrderMessage/Order/@handlingCode'),
    extractValue(value(p),'/OrderMessage/Order/Buyer/@Id'),
    extractValue(value(p),'/OrderMessage/Order/Buyer/@PartyName'),
    extractValue(value(p),'/OrderMessage/Order/Buyer/@Role')
    from PURCHASEORDER p
    UPDATE po_master_view
    SET VERSION = '2.0' where PAYLOADID='1'
    i can see that the problem lies with
    table(xmlsequence(extract(value(p),'/OrderMessage/Order/OrderLine'))) i
    is there any better way or solutions to work ard with it?
    Thanks.

    Thanks Mark,
    That's what i suspected the case, will log the itar later when i am free.
    Actually my main issue is that I am using forms 9i to view and edit the view tables that are based on the xml schema. Forms is giving me problem in accessing complicating views.
    I think my only solution is to:
    1)create a custom table updated by the view table.
    2)Create my form block based on custom table.
    3)update the xml data using updateXML() from the custom table.

  • MSS - Unable to work teamviewer with generic view table iview

    Hi Portal experts !
    I work on a portal migration project from EP5 to EP6 and I have a problem to work together a "teamviewer" iview and a "generic view table" iview.
    The teamviewer displays all my employees and when I click on a employee, the "generic view table" iview must display me his/her career in the company (the iview execute a SAP query with in input the personal ID of the selected employee).
    On EP5, it is working.
    But on EP6, it is not working. I have no error message displayed but it throughs me on the first folder of the test portal role I have created.
    I have used the same templates from EP5 to create EP6 iviews.
    There are few parameters on each iviews, so I don't know where can be the origin of problem :/.
    If you have any clue, it would be great !
    Thanks by advance
    Best regards,
    Nicolas

    I've found the solution: I have to set the "isolation method" property to "Pumped" for the iView which catches the event launched by the teamviewer.
    What is looked strange is that isolation method is deprecated
    Hope that it will help someone on this subject.
    Nicolas

  • Partial Capacity consuption in capacity view - Table 1

    Hi all,
    When I see the capacity consumption for a particular product in capacity view, Table 1; it is exactly half the quantity of the pur. req. that is generated. The pur. req. quantity for this product is correct in capacity view, Table 2. The resource is a transportation resource.
    This is happening for one particular product. Is this some master data problem?
    Regards,
    Biplab

    hi
    Check the UOM and Conversion for Weight/volume/base unit etc.as detailed in the SAP note:722706
    I would suggest you to check the guideline in SAP Note:722706..
    Thanks and Regards
    Suresh

  • Autonomous Trigger / Mutating Table Problem

    We have a specific problem in one of our applications being developed where by the database needs to enforce a specific business requirement.
    We need to use a database trigger to enforce some data integrity which involves more than one table as such cannot use standard constraint. The integrity has to be maintained in the database as the DML statements may be coming from a Java application or PL/SQL code as such we need the logic all in one place.
    The problem being that within the trigger we need to examine the state of the table the trigger is associated with as well as one other table. Obviously using a trigger on a table that is being affected by DML statements causes the dreaded mutating table problem.
    One suggested solution to this was to make the trigger or the code the trigger called autonomous. This allows the trigger to execute by only showing the trigger the original state of the table before any of the DML statements have affected it.
    The problem is this seems to work for single row DML statements but not for multi row DML statements. In multi row the trigger only sees the original state of the table, not the state of the table plus the changes made by any other actions in the same DML statement.
    Below I have shown an example of what I'm seeing.
    I have grossly simplified the example code below to only refer to a single table and use stupidly simple logic
    I do realise i appear to be implementing uniqueness in my own PL/SQL code, this is purely for the example.
    CREATE TABLE mutate_test
    id INTEGER NOT NULL,
    value VARCHAR2(255) NOT NULL
    ALTER TABLE mutate_test ADD CONSTRAINT pk_mutate_test PRIMARY KEY(id);
    ALTER TABLE mutate_test ADD CONSTRAINT ck_mutate_test CHECK (value = UPPER(value));
    CREATE OR REPLACE FUNCTION duplicate_found(in_value IN mutate_test.value%TYPE) RETURN BOOLEAN IS
    PRAGMA AUTONOMOUS_TRANSACTION;
    v_value_found INTEGER;
    BEGIN
    SELECT COUNT(*)
    INTO v_value_found
    FROM mutate_test
    WHERE value = in_value;
    IF v_value_found > 0 THEN
    RETURN TRUE;
    ELSE
    RETURN FALSE;
    END IF;
    END;
    CREATE OR REPLACE TRIGGER tr_mutate_test BEFORE INSERT OR UPDATE ON mutate_test
    FOR EACH ROW
    BEGIN
    IF duplicate_found(:new.value) = TRUE THEN
    RAISE_APPLICATION_ERROR(-20000,'Duplicate value found');
    END IF;
    END;
    INSERT INTO mutate_test (id,value) VALUES (1,'CLIFF');
    INSERT INTO mutate_test (id,value) VALUES (2,'SULA');
    COMMIT;
    SELECT * FROM mutate_test;
    -- Should fail as row 1 already has a value of CLIFF
    INSERT INTO mutate_test (id,value) VALUES (3,'CLIFF');
    COMMIT;
    SELECT * FROM mutate_test;
    -- Should fail as row 1 is already set to CLIFF
    UPDATE mutate_test SET value = 'CLIFF' WHERE id = 2;
    COMMIT;
    SELECT * FROM mutate_test;
    UPDATE mutate_test SET value = 'CLIFFORD' WHERE id = 1;
    COMMIT;
    SELECT * FROM mutate_test;
    INSERT INTO mutate_test (id,value) VALUES (3,'RONNY');
    INSERT INTO mutate_test (id,value) VALUES (4,'TIM');
    INSERT INTO mutate_test (id,value) VALUES (5,'MONIQUE');
    COMMIT;
    SELECT * FROM mutate_test;
    -- Wanted result would be row 1 would be updated from CLIFFORD to CLIFF
    -- and the others raise errors, or all of them raise errors.
    UPDATE mutate_test SET value = 'CLIFF' WHERE id IN (1,3,4);
    COMMIT;
    SELECT * FROM mutate_test;

    This is all from a University application that deals with eLearning.
    Shell = Mapping from the system to an external eLearning application, ie: unique id of the Blackboard course shell, or WebBoard board.
    Term = Academic term
    Sector = University sector, ie: Higher Education, TAFE, etc..
    Resource = eLearning tool, ie: Blackboard, WebBoard, etc..
    Resource Level = Whether the resource is being offered at a Course or Program level
    Resource Mapping = Association of a resource to shell
    What we are trying to achieve is that shells cannot be used across sector boundaries.
    The real table structure is (grossly simplified again)
    CREATE TABLE sector (sector_pk INTEGER PRIMARY KEY);
    CREATE TABLE sector_pattern (sector_pk INTEGER REFERENCES sector(sector_pk), pattern CHAR(2) NOT NULL UNIQUE CHECK (pattern = UPPER(pattern)));
    CREATE TABLE term (term_pk INTEGER PRIMARY KEY, term CHAR(4) NOT NULL UNIQUE CHECK (term = UPPER(term)));
    CREATE TABLE resource_level (resource_level_pk INTEGER PRIMARY KEY, term_pk INTEGER REFERENCES term(term_pk));
    CREATE TABLE shell_detail (shell_detail_pk INTEGER PRIMARY KEY);
    CREATE TABLE resource_mapping (resource_mapping INTEGER PRIMARY KEY, resource_level_pk INTEGER REFERENCES resource_level(resource_level_pk), shell_detail_pk INTEGER REFERENCES shell_detail(shell_detail_pk));
    Based on the Ask Tom article linked I'd liked to use a MATERIALIZED VIEW on the following query
    SELECT DISTINCT rm.shell_detail_pk,sp.sector_pk
    FROM resource_mapping rm, resource_level rl, term t, sector_pattern sp
    WHERE rm.resource_level_pk = rl.resource_level_pk
    AND rl.term_pk = t.term_pk
    AND SUBSTR(t.term,3,2) = sp.pattern;
    Then apply a UNIQUE constraint on that VIEW.
    But I'm receiving a
    SQL Error: ORA-12054: cannot set the ON COMMIT refresh attribute for the materialized view
    I'm not sure how to create the MATERIALIZED VIEW LOG entries for the above VIEW.
    Any ideas anyone? ;)
    Need to do some more reading and research but as Tom says
    "I'm asking around about the future of "SQL" as far as enhancments go like that
    (will update when I get some feedback), but -- you are not limited to triggers
    (in fact, I would avoid triggers as it is virtually IMPOSSIBLE to implement
    cross row/cross object constraints with them!!!! at least correctly)"
    So I think i'll give up on the TRIGGER approach as it doesn't meet our requirements.

  • Unable to view table list

    I am able to connect to the database through sql developer but unable to view tables list.
    Select query is displaying the contents though.
    Any Help ???

    I am on Windows XP using SQLDeveloper Build 5440 and I am having a similar problem (I think).
    I am able to connect to the database, I am able to see a list of all the tables (as the owner) in the tree but i can not see anything under columns and am shown 5 all null rows under data. I am able to view statistics, DDL and I can query the table with a select and get results. I have tried reverting to an older versin of SQLDeveloper but that gave me the same result.
    If this is the same problem then I am having it too. Any help would be appreciated. Thanks in advance.
    Greg

  • Bug when viewing tables?

    There seems to be a bug when viewing tables with identical names in different schemas in SQL Developer. When I view table information in one schema and then go to a table with identical name in another schema the view isn't updated, it still shows the information for the table from the first schema. I have to select another table in the second schema before I select the table I want to look at to get the information correct.
    I have the same problem with views, so this is probably the case for all kinds of objects.
    Regards,
    Sveinung

    I have found that the problem is even more specific. It occurs only when I view schemas in different databases.
    I am not sure that I understand what you mean about abstracted script. I have tried to create a simple test case with two scripts, one for each database, that creates a table, inserts some data and creates a view on the table.
    I have not found a way to upload files, so I have pasted the contents into this thread along with a description of the steps in the GUI. I have run the scripts on Oracle 10g (10.2.0.3.0) databases.
    -- SCRIPT 1
    CREATE TABLE test_table
    col_1 NUMBER,
    col_2 VARCHAR2(6)
    INSERT INTO test_table VALUES (1, 'ROW 1')
    INSERT INTO test_table VALUES (2, 'ROW 2')
    INSERT INTO test_table VALUES (3, 'ROW 3')
    INSERT INTO test_table VALUES (4, 'ROW 4')
    INSERT INTO test_table VALUES (5, 'ROW 5')
    COMMIT
    CREATE VIEW test_view AS SELECT * FROM test_table
    -- END SCRIPT 1
    Run script 1 in some schema in a database.
    -- SCRIPT 2
    CREATE TABLE test_table
    col_1 NUMBER,
    col_2 VARCHAR2(6),
    col_3 VARCHAR2(12)
    INSERT INTO test_table VALUES (1, 'ROW 1', 'COL 3 ROW 1')
    INSERT INTO test_table VALUES (2, 'ROW 2', 'COL 3 ROW 2')
    INSERT INTO test_table VALUES (3, 'ROW 3', 'COL 3 ROW 3')
    INSERT INTO test_table VALUES (4, 'ROW 4', 'COL 3 ROW 4')
    INSERT INTO test_table VALUES (5, 'ROW 5', 'COL 3 ROW 5')
    INSERT INTO test_table VALUES (6, 'ROW 6', 'COL 3 ROW 6')
    INSERT INTO test_table VALUES (7, 'ROW 7', 'COL 3 ROW 7')
    COMMIT
    CREATE VIEW test_view AS SELECT * FROM test_table
    -- END SCRIPT 2
    Run script 2 in some schema in another database.
    Connect to the two databases in SQL Developer.
    Select the table in the first database, then select Data.
    Then select the table in the other database. In my system the data are not refreshed. This is also the case when I look at the views.
    Hope this description is good enough.
    Sveinung

  • Hi,View/table J_1IEWTECESS can only be displayed and maintained with restri

    hi,
    View/table J_1IEWTECESS can only be displayed and maintained with restrictions. i changed package j1in.but when i maintained in sm30.it will display this error. plz help me .
    error.View/table J_1IEWTECESS can only be displayed and maintained with restrictions.
    Murali.

    Hi,
    The view is already maintained by SAP , why do u want to change that? it is SAP standard view right???I'm able to add entries without any problem.
    regards,
    madhu

  • Meterlized view Refreshtime problem

    Hi,
    I have an issue with my MATERIALIZED view refreshment.
    Server170 having schema "Afccv" with the table name " Tbl_voicechat".
    Server 169 having a db link name "SERVICEDB1" point to same server.
    MATERIALIZED view on server 169 DB user "smschat" with the following code ::
    CREATE MATERIALIZED VIEW "SMSCHAT"."TBL_VOICECHAT_NEW1" TABLESPACE "SMSCHAT"
    BUILD IMMEDIATE
    REFRESH FAST
    AS SELECT <COLUMNNAMES>
    FROM AFCCV.TBL_VOICECHAT@SERVICEDB1;
    Refreshment time is 15 min.
    alter MATERIALIZED VIEW SMSCHAT.TBL_VOICECHAT_NEW1 REFRESH FAST ON DEMAND START WITH sysdate+0 NEXT sysdate+(15/86400*60);
    Also there is 5 indexes on this MATERIALIZED view.
    Problem is ::
    Sometimes it is refreshing properly in time and taking approximate 5-8 min to refresh. But sometimes it seems to be like hang or when I m checking the job for refreshment its only showing runnning.
    SQL> set time on
    11:44:02 SQL> alter session set nls_Date_format='dd-mon-yyyy hh24:mi:ss';
    Session altered.
    11:44:03 SQL> select mview_name ,last_refresh_date from dba_mviews;
    MVIEW_NAME LAST_REFRESH_DATE
    MGMT_ECM_MD_ALL_TBL_COLUMNS 20-jan-2011 11:44:40
    TBL_VOICECHAT_NEW1 07-jun-2012 09:44:54
    11:44:33 SQL> select * from dba_jobs_running;
    SID JOB FAILURES LAST_DATE LAST_SEC THIS_DATE THIS_SEC INSTANCE
    2893 252 0 07-jun-2012 09:44:51 09:44:51 07-jun-2012 11:14:06 11:14:06 0
    11:44:34 SQL>
    Now What to do and why it is not refreshing properly. DB link is working fine. no network issue is there. no locking is there on db.
    Kindly tell me where to check related to this issue. or what I can do for this.
    thanks in Advnace
    Pradeep.

    Pradeep Sharma wrote:
    Hi,
    I have an issue with my MATERIALIZED view refreshment.
    Server170 having schema "Afccv" with the table name " Tbl_voicechat".
    Server 169 having a db link name "SERVICEDB1" point to same server.
    MATERIALIZED view on server 169 DB user "smschat" with the following code ::
    CREATE MATERIALIZED VIEW "SMSCHAT"."TBL_VOICECHAT_NEW1" TABLESPACE "SMSCHAT"
    BUILD IMMEDIATE
    REFRESH FAST
    AS SELECT <COLUMNNAMES>
    FROM AFCCV.TBL_VOICECHAT@SERVICEDB1;
    Refreshment time is 15 min.
    alter MATERIALIZED VIEW SMSCHAT.TBL_VOICECHAT_NEW1 REFRESH FAST ON DEMAND START WITH sysdate+0 NEXT sysdate+(15/86400*60);
    Also there is 5 indexes on this MATERIALIZED view.
    Problem is ::
    Sometimes it is refreshing properly in time and taking approximate 5-8 min to refresh. But sometimes it seems to be like hang or when I m checking the job for refreshment its only showing runnning.
    SQL> set time on
    11:44:02 SQL> alter session set nls_Date_format='dd-mon-yyyy hh24:mi:ss';
    Session altered.
    11:44:03 SQL> select mview_name ,last_refresh_date from dba_mviews;
    MVIEW_NAME LAST_REFRESH_DATE
    MGMT_ECM_MD_ALL_TBL_COLUMNS 20-jan-2011 11:44:40
    TBL_VOICECHAT_NEW1 07-jun-2012 09:44:54
    11:44:33 SQL> select * from dba_jobs_running;
    SID JOB FAILURES LAST_DATE LAST_SEC THIS_DATE THIS_SEC INSTANCE
    2893 252 0 07-jun-2012 09:44:51 09:44:51 07-jun-2012 11:14:06 11:14:06 0
    11:44:34 SQL>
    Now What to do and why it is not refreshing properly. DB link is working fine. no network issue is there. no locking is there on db.
    Kindly tell me where to check related to this issue. or what I can do for this.
    thanks in Advnace
    Pradeep.
    >Hi,
    I have an issue with my MATERIALIZED view refreshment.
    Server170 having schema "Afccv" with the table name " Tbl_voicechat".
    Server 169 having a db link name "SERVICEDB1" point to same server.
    MATERIALIZED view on server 169 DB user "smschat" with the following code ::
    CREATE MATERIALIZED VIEW "SMSCHAT"."TBL_VOICECHAT_NEW1" TABLESPACE "SMSCHAT"
    BUILD IMMEDIATE
    REFRESH FAST
    AS SELECT <COLUMNNAMES>
    FROM AFCCV.TBL_VOICECHAT@SERVICEDB1;
    Refreshment time is 15 min.
    alter MATERIALIZED VIEW SMSCHAT.TBL_VOICECHAT_NEW1 REFRESH FAST ON DEMAND START WITH sysdate+0 NEXT sysdate+(15/86400*60);
    Also there is 5 indexes on this MATERIALIZED view.
    Problem is ::
    Sometimes it is refreshing properly in time and taking approximate 5-8 min to refresh. But sometimes it seems to be like hang or when I m checking the job for refreshment its only showing runnning.
    SQL> set time on
    11:44:02 SQL> alter session set nls_Date_format='dd-mon-yyyy hh24:mi:ss';
    Session altered.
    11:44:03 SQL> select mview_name ,last_refresh_date from dba_mviews;
    MVIEW_NAME LAST_REFRESH_DATE
    MGMT_ECM_MD_ALL_TBL_COLUMNS 20-jan-2011 11:44:40
    TBL_VOICECHAT_NEW1 07-jun-2012 09:44:54
    11:44:33 SQL> select * from dba_jobs_running;
    SID JOB FAILURES LAST_DATE LAST_SEC THIS_DATE THIS_SEC INSTANCE
    2893 252 0 07-jun-2012 09:44:51 09:44:51 07-jun-2012 11:14:06 11:14:06 0
    11:44:34 SQL>
    Now What to do and why it is not refreshing properly. DB link is working fine. no network issue is there. no locking is there on db.
    Kindly tell me where to check related to this issue. or what I can do for this.
    thanks in Advnace
    Pradeep.
    Hi All,
    Some more queries I also being use to check this process working
    11:44:34 SQL> select LAST_DATE,LAST_SEC,THIS_DATE,THIS_SEC,NEXT_DATE,NEXT_SEC,TOTAL_TIME,BROKEN from dba_jobs where job=252;
    LAST_DATE LAST_SEC THIS_DATE THIS_SEC NEXT_DATE NEXT_SEC TOTAL_TIME B
    07-jun-2012 09:44:51 09:44:51 07-jun-2012 11:14:06 11:14:06 07-jun-2012 11:14:04 11:14:04 44877 N
    11:49:28 SQL> SELECT t.used_ublk, t.used_urec FROM v$session s, v$transaction t WHERE s.taddr=t.addr and s.SID =2893 ;
    USED_UBLK USED_UREC
    389 27054
    11:49:59 SQL> /
    USED_UBLK USED_UREC
    390 27084
    11:50:02 SQL>

  • View/Table Name Length

    I noticed the View/Table Name length in 9i is still 30
    characters. This poses a problem when migrating applications
    from SQLServer to Oracle. Is there a more convenient workaround
    in lieu of renaming object and re-writing the existing
    application code referencing these objects? Are there any plans
    to increase this length in a future release? If so, which
    release?
    Thanks.
    -Brian

    You first understand your conditions and put the detailed query, Don't put the whatever you have in your spec. It is very difficult to understand. Just give me your query then i can help you out
    Warm Regards,
    Vijay

  • Creating a Maintenance View Table on SE11

    Hi, Experts.  I want to create a Maintenance View Table on SE11 (View option on SE11 and then selecting Maintenance view from the View Type List).  Is there anyone who have a document that will be able to help me create this table or pointers that will help me.
    Thanks for your help.
    Regards

    hi,
    steps are
    Goto SE 11.
    Choose the radio button of Views, give the view name and create.
    Enter the short description and table names for which u want to create view.
    Select the 2nd table-name field and click on relationship button.
    Then goto view fields tab.
    Select the table name and the fields u want to display.
    Save and activate.
    please see this
    steps  to create a view

  • MVC: Create a view which populates two (or more) joined tables in a single view table

    I am beginner in MVC and I would like to create a view which populates two (or more) joined tables in a single view table as described below.
    I have two tables:
    1 - Bloggers: - bloggerID (int);
                        - bloggerName (string)
    2 - Blogs: - blogID (int);
    bloggerID (int);
                    - blogTitle (string);
                    - blogImage (string)
    A blogger can have one or more blogs while one blog must be related to only one blogger.
    I would like to have a view table on my webpage as the following:
    Blogger Name
    Blog Title
    Blog Image
    Noris Gang
    Virus
    virus.jpg
    Noris Gang
    Desktops
    desktop.jpg
    Gauthier
    Books
    books.png
    John Leon
    NNNMHJhjdhj
    Nmbj.jpg
    I'm using MVC 4 (or at least 3).
    Thanks for your help.

    Hello,
    From your description, it is not very clear that what you mean about the View, if it means the View concept in database as SQL Server, your required view should be as below:
    Create view
    as
    Select Bloggers.bloggerName, Bloggers.blogTitle, Bloggers.blogImage
    From Bloggers join Blogs on Bloggers.bloggerID = Blogs. bloggerID
    If it means the UI view in MVC concept, I suggest you could ask it on the MVC forum:
    http://forums.asp.net/1146.aspx
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to edit data from a "View Table"?

    I am importing data from a "table view" where in sql it joins several tables into one view. When I passed it in using the template it doesnt have the "Edit command column" like other direct link tables. Is there anyway I could make a view table editable? Can I manually try to do it or I have to edit the individual ables? thanks

    oh sorry about that.The "template" I mean in HTMLDB when I start building a new application I used "Based on existing tables" method and with single tables it generates everything fine with search fields and edit column to the left. I have a table view that combines about 4 tables together and I used the same template (Based on existing tables) and it has the search and create but it doesnt have the "edit" column on the left. Is there a way I can edit the view table's information so that the other tables that the view combines will be updated/edited?
    The reason is that lets say I dont know this person's ID number but I know his name. I search for his name on table A and it returns some general data including his ID number. Instead of going to another Table B with the person's ID number and edit that table I really want to see the information just from one search (Table A)- if a global search can be implemented that would be great too. Thanks Sergio.

  • Error in creating Transport Request for a view table

    Hello all,
    I have an ECC IDES 6.0 system named EC1 and another one which is ECC EhP4 IDES named EA1 which I have just installed.
    One of my requesters has a view table named ZVAITM_TBLE in EC1 and she wants it to be transported to EA1.
    So I created a workbench transport in SE10 and included the following:
    PgmID = R3TR
    Obj = VDAT
    Object name = ZVAITM_TBLE
    But when I press enter, I encountered the following error:
    No object definition exists for Customizing object ZVAITM_TBLE
    Message no. TK427
    Diagnosis
    The Customizing object R3TR VDAT ZVAITM_TBLE is not defined in the tables of the Change and Transport System.
    This means that you cannot use the Transport Organizer to edit it.
    System Response
    The function terminates.
    Procedure
    First check whether the name of the object is correct. Then you (or the system administrator) should check the object definition, to ensure that the object was created correctly (transaction SOBJ).
    If the object does not exist, then create it or delete it from the request/task.
    I am new to transports so I have no idea how to proceed.
    Please advise.
    Thanks a lot!
    Cha Cha

    Hello Cha,
    Kindly open this custom table using SM30 and try creating a transport request from there.
    Regards
    Vivek

Maybe you are looking for