Reuse of table view in mine own view.

Hi experts,
I have reused a view from standard component BP_DATA ( marketing attribute : table view ) into my component.
I have created a component usage for BP_DATA and then i have assigned the usage are to a view set and then that view set is assigned to window directly.
When i am launching Web UI , I am getting the view area only.
Couple of requirements further is :
1. To assign the title to that area.
2. To have the table view fields available on view area.
view area in in black border in Screenshot attached.
Kindly advice.
Thank you.
Regards,
Vishal

Hi Vishal,
I would try to answer your questions:
1. To assign the title to that area.
              Try to find a method *descrition* in IMPL class
2. To have the table view fields available on view area
               Generally if you add a view (a) inside view set (b) - in runtime to make field visible there should be similar kind configuration in view with configuration key object type etc. used in viewset; it means viewset configuration crietria gets precedence unless there is a BADI implemented for the view to alter the criteria.
So please check configuration and BADI CRM*VIEW*CONFIG
Hope it helps.
Thanks
Krish

Similar Messages

  • Create own views in the Fact Sheet

    Hi Forum,
    I am trying to create my own views in the fact sheet.
    for instance open opportunities,closed oppportunities,open leads,closed leads... w.r.t a particular BP.
    plz guide how this can be achieved.
    Kind Regards!
    Lucas

    Hi Lucas,
    In order to create your own views in the fact sheet follow the above steps:
    spro  CRM  Master Data  Business Partner  Business Partner Cockpit  and fact Sheet.
    Make the settings in Define Info blocks and views by first maintaining the info blocks. Then go to View definitions and assign info blocks.
    Before creating you Info block you have to create your own class and then register this class in CRMC_CCKPT_IOREG table in order to see it in the fact sheet list.
    Hope it helps!
    Best regards,
    Roula Lazaridou

  • Mini Month View in iCal

    Can't say I like the new iCal running on Lion. One feature that I can't seem to find is the mini month view. I did away with my paper calendar for viewing full months because of the mini month calendars on my Macs.
    Is that functionality gone? I've searched preferences and menus and can't find a way to turn it on.
    So many things about this new iCal that I find I do not like. I sure hope updates are coming to fix it.
    CJ

    Last thing about iCal which I think could be fixed, is that it would be easier to type down events and making line-breaks if one whouldn't have to hold 'Alt' in while doing it.  I make line-breaks much more often than I finish editing an event (in which case you just press enter or click outside the event you were editing).  It would be better to press 'alt' + 'enter' in order to finish editing an event, and reserve the action of just pressing 'enter' for line-breaks.  This, btw, was also this way in iCal 4.
    Ok, last last thing: in the preferences of iCal one can add a default alert to all new timed events and invitations and one can specify how many minutes before one wants to be alerted.  I do not want to add a default alert to all new events/appointments, but I would like to be able to specify the default number of minutes put on all new alerts that I put on events.  It seems quite intuitive to me that the default number of minutes one can specify for every alarm added to events by defult (if that option is checked in the preferences), should be the defult number of minutes set to alarms one manually puts on events, in stead of the '15 minutes before' default that is in the system and which seems to be unchangable.
    If it says '0 minutes before the start time' there, then all alerts that I manually put on events should have this value put to zero by default! 

  • Mini-month view stuck on January 2007.  Non-functional.

    Hi there,
    As the subject line indicates, my mini-month view has stopped functioning. It is stuck on Jan 07 and clicking to a month and selecting a day results in a flicker, no movement to the main calendar window and the mini-month returning to Jan 07.
    Not sure what to do to fix from here. I've deleted my preferences file and rebooted iCal - no change to the problem.
    Any advice is appreciated!!
    Cheers,
    Dan

    Dan,
    Follow the troubleshooting steps listed in If iCal doesn't launch/display properly, by John Maisey.
    ;~)

  • ICal Mini-Month View question

    A quick question.
    Using iCal on Leopard...I noticed the mini-month view doesn't show any marks on it for days that have events. I seem to remember a little dot on the days, in Tiger. Or am I just spoilt looking at the month view on the iPhone, or iPod Touch?
    Is there anyway of having it have little dots or halos or anything to indicate when I have an event on a certain day in the mini-month view?

    Last thing about iCal which I think could be fixed, is that it would be easier to type down events and making line-breaks if one whouldn't have to hold 'Alt' in while doing it.  I make line-breaks much more often than I finish editing an event (in which case you just press enter or click outside the event you were editing).  It would be better to press 'alt' + 'enter' in order to finish editing an event, and reserve the action of just pressing 'enter' for line-breaks.  This, btw, was also this way in iCal 4.
    Ok, last last thing: in the preferences of iCal one can add a default alert to all new timed events and invitations and one can specify how many minutes before one wants to be alerted.  I do not want to add a default alert to all new events/appointments, but I would like to be able to specify the default number of minutes put on all new alerts that I put on events.  It seems quite intuitive to me that the default number of minutes one can specify for every alarm added to events by defult (if that option is checked in the preferences), should be the defult number of minutes set to alarms one manually puts on events, in stead of the '15 minutes before' default that is in the system and which seems to be unchangable.
    If it says '0 minutes before the start time' there, then all alerts that I manually put on events should have this value put to zero by default! 

  • Text Index works fine consistently with Table, but not on underlying View

    Hi,
    We are facing weird issue relating to Oracle Text Indexes. Search using Oracle Text Index
    works fine on a Table, but when running query on View it gives sometimes (not consistently)
    ORA-20000: Oracle Text error:
    DRG-10849: catsearch does not support functional invocation
    DRG-10599: column is not indexed
    Sometimes it works.
    All of the below steps are run using User IR2OWNER:
    STEP 1: Table CPF_CUSTOMER created as follows (3 Non Text Indexes defined at time of creation )
    **Please note no Public Synonym is created for this Table**
    ** There is already another Table by same name CPF_CUSTOMER under different Owner (CDROWNER)
    and that Table has Public Synonym CPF_CUSTOMER created. Other Table CPF_CUSTOMER does not
    have any Views **
    create table CPF_CUSTOMER
    CPF_CUSTOMER_UUID NUMBER(20) not null,
    SAP_ID VARCHAR2(10 CHAR) not null,
    IRIS2_ID VARCHAR2(7 CHAR),
    NAME VARCHAR2(70 CHAR) not null,
    DRAFT_IND NUMBER(1) not null,
    ACTIVE_IND NUMBER(1) not null,
    REPLACED_BY_CUST VARCHAR2(10 CHAR),
    CRE_DT_GMT DATE,
    CRE_DT_LOC DATE,
    TIME_ZONE VARCHAR2(3 CHAR),
    CRE_USR VARCHAR2(8 CHAR),
    CHG_DT_GMT DATE,
    CHG_DT_LOC DATE,
    CHG_TIME_ZONE VARCHAR2(3 CHAR),
    CHG_USR VARCHAR2(8 CHAR),
    VFY_DT_GMT DATE,
    VFY_DT_LOC DATE,
    VFY_USR VARCHAR2(8 CHAR),
    DIVISION VARCHAR2(20 CHAR),
    SALES_ADMIN VARCHAR2(3 CHAR),
    MF_CUST_CDE VARCHAR2(14 CHAR),
    CR_CTRL_OFCE VARCHAR2(3 CHAR),
    DEFAULT_INV_CCY VARCHAR2(3 CHAR),
    AUTOBILL_OVRRD_IND NUMBER(1) not null,
    AUTOBILL NUMBER(1) not null,
    AUTOPRT_OVRRD_IND NUMBER(1) not null,
    AUTOPRT NUMBER(1) not null,
    AVE_PYMT_DAY NUMBER(3),
    TTL_INV_VAL NUMBER(12,2),
    INHERIT_CR_TERM_ASSGMT NUMBER(1) not null,
    NORMALIZED_NME VARCHAR2(70 CHAR),
    OB_PYMT_OFCE VARCHAR2(3 CHAR),
    IB_PYMT_OFCE VARCHAR2(3 CHAR),
    CGO_SMART_ID VARCHAR2(20 CHAR),
    REC_UPD_DT TIMESTAMP(6),
    NCPF_CUST_ID VARCHAR2(7) not null,
    CPF_CUST_LEVEL_UUID NUMBER(20) not null
    tablespace DBCPFP1_LG_DATA LOGGING;
    CREATE UNIQUE INDEX CPF_CUSTOMERI1 ON CPF_CUSTOMER
    (SAP_ID ASC) TABLESPACE DBCPFP1_LG_INDX;
    ALTER TABLE CPF_CUSTOMER
    ADD CONSTRAINT CPF_CUSTOMERI1 UNIQUE (SAP_ID);
    CREATE UNIQUE INDEX CPF_CUSTOMERI2 ON CPF_CUSTOMER
    (CPF_CUSTOMER_UUID ASC) TABLESPACE DBCPFP1_LG_INDX;
    ALTER TABLE CPF_CUSTOMER
    ADD CONSTRAINT CPF_CUSTOMERI2 UNIQUE (CPF_CUSTOMER_UUID);
    CREATE INDEX CPF_CUSTOMER_IDX2 ON CPF_CUSTOMER (UPPER(NAME))
    TABLESPACE DBCPFP1_LG_INDX;
    STEP 2: Create View CPF_CUSTOMER_RVW on above Table (and Public Synonym on View)
    This View is created under same OWNER as Table created in STEP 1 (IR2OWNER)
    create or replace view cpf_customer_rvw as
    select
    CPF_CUSTOMER_UUID,
    SAP_ID,
    IRIS2_ID,
    NAME,
    DRAFT_IND,
    ACTIVE_IND,
    REPLACED_BY_CUST,
    CRE_DT_GMT,
    CRE_DT_LOC,
    TIME_ZONE,
    CRE_USR,
    CHG_DT_GMT,
    CHG_DT_LOC,
    CHG_TIME_ZONE,
    CHG_USR,
    VFY_DT_GMT,
    VFY_DT_LOC,
    VFY_USR,
    DIVISION,
    SALES_ADMIN,
    MF_CUST_CDE,
    CR_CTRL_OFCE,
    DEFAULT_INV_CCY,
    AUTOBILL_OVRRD_IND,
    AUTOBILL,
    AUTOPRT_OVRRD_IND,
    AUTOPRT,
    AVE_PYMT_DAY,
    TTL_INV_VAL,
    INHERIT_CR_TERM_ASSGMT,
    NORMALIZED_NME,
    OB_PYMT_OFCE,
    IB_PYMT_OFCE,
    CGO_SMART_ID,
    NCPF_CUST_ID,
    CPF_CUST_LEVEL_UUID,
    REC_UPD_DT
    from CPF_CUSTOMER;
    CREATE OR REPLACE PUBLIC SYNONYM CPF_CUSTOMER_RVW FOR CPF_CUSTOMER_RVW;
    STEP 3: Insert Test row
    insert into cpf_customer (CPF_CUSTOMER_UUID, SAP_ID, IRIS2_ID, NAME, DRAFT_IND, ACTIVE_IND, REPLACED_BY_CUST, CRE_DT_GMT, CRE_DT_LOC, TIME_ZONE, CRE_USR, CHG_DT_GMT, CHG_DT_LOC, CHG_TIME_ZONE, CHG_USR, VFY_DT_GMT, VFY_DT_LOC, VFY_USR, DIVISION, SALES_ADMIN, MF_CUST_CDE, CR_CTRL_OFCE, DEFAULT_INV_CCY, AUTOBILL_OVRRD_IND, AUTOBILL, AUTOPRT_OVRRD_IND, AUTOPRT, AVE_PYMT_DAY, TTL_INV_VAL, INHERIT_CR_TERM_ASSGMT, NORMALIZED_NME, OB_PYMT_OFCE, IB_PYMT_OFCE, CGO_SMART_ID, NCPF_CUST_ID, CPF_CUST_LEVEL_UUID, REC_UPD_DT)
    values (2.26283572796028E15, '6588125000', '6588125', 'S M Mooseen And Sons(PVT) Limited', 0, 1, '', to_date('15-03-2005 08:55:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('15-03-2005 14:25:00', 'dd-mm-yyyy hh24:mi:ss'), 'IST', 'licr2', to_date('19-02-2007 00:33:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('19-02-2007 06:03:00', 'dd-mm-yyyy hh24:mi:ss'), 'IST', 'BaseAdmi', to_date('15-03-2005 09:03:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('15-03-2005 14:33:00', 'dd-mm-yyyy hh24:mi:ss'), 'ninwasa', '', '', 'SRI06588125000', '463', '', 0, 0, 0, 0, null, null, 0, 'SMMOOSEENANDSONSPVTLIMITED', '', '', '', '6588125', 109966195050333, '14-JAN-09 02.49.28.325774 PM');
    commit;
    STEP 4: Create Oracle Text Index on Table CPF_CUSTOMER
    EXEC CTX_DDL.DROP_PREFERENCE('CTXCAT_IR2_STORAGE');
    EXEC CTX_DDL.CREATE_PREFERENCE('CTXCAT_IR2_STORAGE', 'BASIC_STORAGE');
    EXEC CTX_DDL.SET_ATTRIBUTE('CTXCAT_IR2_STORAGE', 'I_INDEX_CLAUSE', 'TABLESPACE COMMON_SM_INDX COMPRESS 2');
    EXEC CTX_DDL.SET_ATTRIBUTE('CTXCAT_IR2_STORAGE', 'I_INDEX_CLAUSE', 'TABLESPACE COMMON_SM_INDX COMPRESS 2');
    EXEC CTX_DDL.SET_ATTRIBUTE('CTXCAT_IR2_STORAGE', 'K_TABLE_CLAUSE', 'TABLESPACE COMMON_SM_INDX COMPRESS 2');
    EXEC CTX_DDL.SET_ATTRIBUTE('CTXCAT_IR2_STORAGE', 'R_TABLE_CLAUSE', 'TABLESPACE COMMON_SM_INDX COMPRESS 2');
    EXEC CTX_DDL.SET_ATTRIBUTE('CTXCAT_IR2_STORAGE', 'I_ROWID_INDEX_CLAUSE', 'TABLESPACE COMMON_SM_INDX storage (INITIAL 5M)');
    -- Define IR2_AB_LEXER to handle Special Characters.
    EXEC ctx_ddl.drop_preference('IR2_AB_LEXER');
    EXEC ctx_ddl.create_preference('IR2_AB_LEXER', 'BASIC_LEXER');
    EXEC ctx_ddl.set_attribute ('IR2_AB_LEXER', 'printjoins', ',_!$~%?=({;|&+-:/)}.@`^');
    --Drop Indexes
    drop index CPF_CUSTOMER_DIDX1;
    -- CATSEARCH INDEX on CPF_CUSTOMER.NAME     
    CREATE INDEX CPF_CUSTOMER_DIDX1 ON CPF_CUSTOMER(NAME) INDEXTYPE IS CTXSYS.CTXCAT PARAMETERS ('STORAGE CTXCAT_IR2_STORAGE STOPLIST CTXSYS.EMPTY_STOPLIST LEXER IR2_AB_LEXER');
    commit;
    STEP 5: Run Query to use Oracle Text Index on Base Table (works fine always. No issues seen so far)
    SELECT a.sap_id||'|'||a.name||'|' CUSTOMER_STR
    FROM cpf_customer a
    WHERE (catsearch(a.name, 'Mooseen'||'*', '')>0);
    CUSTOMER_STR
    6588125000|S M Mooseen And Sons(PVT) Limited|
    STEP 6: Run Query to use Oracle Text Index on View created under Table (get below error periodically)
    ORA-20000: Oracle Text error:
    DRG-10849: catsearch does not support functional invocation
    DRG-10599: column is not indexed
    But it works sometimes as in STEP 5 and returns 1 row. It is never consistent. We would like to
    provide access to this Table using View only. That is why we would like to get this query working consistently
    using View.
    Any help or tips would be greatly appreciated
    Thanks
    Auro

    This is a known issue with CTXCAT indexes. Sometimes the optimizer will "drive" the query off another index, and request results from the CTXCAT index on a row-by-row basis ("does the row with rowid NNNN satisfy this CATSEARCH condition?"). That's known as a functional lookup, and is not supported by the CTXCAT indextype.
    The only solution is to try to persuade the optimizer to use a different plan which does not use a functional lookup. This can be achieved by the use of hints, or sometimes by collecting or deleting statistics on the table.

  • Mini Month views

    I seem to be able to only view the mini months as previous month>current month. Is there a way to show current month>next month?

    Joe,
    Navigating in a calendar, and Choosing the days and times you see on the calendar should help describe how to manipulate the mini-calendar view.
    ;~)

  • Ical mini calendar view is off by a day

    In mini calendar view, when I use the left or right arrows the date moves properly.  But when I click on a specific date in the mini calendar it brings up the calendar for the day before.  In other words, if I click on July 11, it returns with the full calendar for July 10, etc. 

    I have solved this issue.
    Credit this thread:
    https://discussions.apple.com/message/10478653#10478653
    The root cause is a mis-match between time zone locations in iCal vs. System Preferences.
    In System Preferences, I changed time zones, since I traveled to another state. I changed the time zone in System Preference from Pacific to Mountain.
    In iCal preferences, I have "Turn on time zone support" checked.
    To solve my issue, I needed to go to iCal calendar view and look for the time zone drop down selector in the top right corner. Once I changed it from Pacific to Mountain, my view problem (off by a day) went away.

  • How to produce a table of contents by using view

    How to produce a table of contents by using view

    I dont understand what u want to know, just give an example ! !

  • How do i count number of table being used in a view

    Hi All,
    I will be really thankful if anyone please let me know about the count of number of tables being used in a view. I am using Oracle 10g Release 2 on HP-UX(11.31).
    In actual I have to find views in my database with more than 5 table in join.
    Thank you
    Gursimran

    Try :
    select count(*) from dba_dependencies
    where name ='<view name>'
    and owner = '<view owner>'
    and referenced_type= 'TABLE';Example:
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE    10.2.0.1.0      Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    SQL> show user;
    USER is "HR"
    SQL>
    SQL> drop table t1 purge;
    Table dropped.
    SQL> drop table t2 purge;
    Table dropped.
    SQL> drop table t3 purge;
    Table dropped.
    SQL> drop view v;
    View dropped.
    SQL>
    SQL> create table t1(x int);
    Table created.
    SQL> create table t2(y int);
    Table created.
    SQL> create table t3(z int);
    Table created.
    SQL> create view v as select x,y,z from t1,t2,t3;
    View created.
    SQL>
    SQL> connect / as sysdba
    ConnectÚ.
    SQL> alter session set nls_language=english;
    Session altered.
    SQL>
    SQL> select count(*) from dba_dependencies
      2  where name ='V'
      3  and owner = 'HR'
      4  and referenced_type= 'TABLE';
      COUNT(*)
             3
    SQL>Edited by: P. Forstmann on 26 juil. 2010 17:45

  • Query DB2 tables from oracle using normal view

    This is with regard to querying db2 tables using oracle views. The view is created using dblink. The querying is not an one time activity.querying will be done once in a day. Can i use normal view (will it work ) or should i use materialised view. will i be able to view the added records in db2 table using normal view?
    thanks,
    vinodh

    Vinodh2 wrote:
    This is with regard to querying db2 tables using oracle views. The view is created using dblink. The querying is not an one time activity.querying will be done once in a day. Can i use normal view (will it work ) or should i use materialised view. will i be able to view the added records in db2 table using normal view?How can the SQL select statement via a dblink not work for a view, but the same SQL select statement work for a materialised view?
    Do you think the database link or remote database care whether the select SQL that hits it, comes from a PL/SQL procedure, a view, a materialised view, a job or whatever else? It has no idea what/who is behind that select SQL - and nor does it care.
    As for the benefits of a view vs. a materialised view - that depends on the requirements for needing to use that foreign database's data in the local database.

  • Spry Tables and Xml Data Sets viewed in IE7

    Has anyone ever run into a problem with Spry Tables and Xml
    Data Sets viewed in IE7? Work fine in IE6 and Firefox, but get the
    error "exception caught while loading feed.xml: [object Error]" in
    IE 7. Any ideas?
    Attached is the xml I'm using.
    Thanks

    I came looking for the answer to this question. I could not
    find an answer. Eventually I found it the answer that worked for
    me, a graphic designer with not much experience in xml.
    The following url provided an errata file in PDF format:
    www.peachpit.com/dwcs3cib
    which includes the following addendum to the incomplete
    instructions in the book i was using to learn about spry:
    "If Internet Explorer 7 is your primary browser, you'll nee
    to take some extra steps to view spry dynamic content locally.
    First, your site must be within the local server webroot; be sure
    your Lessons folder is stored within the Inetpub>wwwroot folder.
    Next, double-click the site name in the files panel to open the
    Site Definition dialogue. Click the Testing Server category; from
    the Access List choose Local/Network. Click Okay to close the Site
    Definition dialogue. Now, when you preview your page with Internet
    Explorer, your local Web server (localhost) serves the page as
    designed."
    Horray for me! Now i can move on from here and actually get
    some work done!

  • ITunes 5 poor performance in mini player view

    When I switch the iTunes 5 interface to the "mini player" view (green plus button), iTunes consumes ~65% CPU time continuously. This isn't the case when iTunes is minimzed, and when the entire interface is visible it only takes ~15% CPU time continuously. This wasn't the case with iTunes 4.x, in which the mini player mode didn't appear to consume any more CPU time than any other view mode. It's terribly annoying since it heats the computer significantly and forces my laptop's fan to spin nonstop.
    I can only attribute this behavior to the new "skin," but is anyone else seeing poor performance from iTunes 5 in the mini player view?

    No, I just downloaded iTunes 5 a few days ago and I don't have any add-ons. I should clarify that this is on my 867MHz Powerbook G4.
    I've been observing the CPU usage some more, and it seems to take a huge hit with songs/labels that are very long; i.e.: ones that scroll sideways across the yellow display on the second line. I've noticed this behavior with Podcasts--the Podcast name will be short and will not scroll, then it's description will roll up and will be long enough to require sideways scrolling. The poor performance comes only whin scrolling titles are being displayed, consuming 45-65% CPU.
    Playing music with short artist and album names consumes 10-15% CPU continuously, with spikes to 35% when the artist/album rolls upwards on the yellow display window. If sideways scrolling is displayed, again CPU usage stays high.
    If iTunes 5 is in mini player mode and not playing anything (only the Mac logo in the yellow window), then continuous CPU usage is <1%.
    It seems to me that text animation in the GUI has taken a huge hit with the upgrade to iTunes 5.

  • Union of tables to give a spatial view

    I have a series of tables that i am trying to join together and display in a view. Some of them have a slightly different structure. They all have either a east/north, easting or northing, or a centrex and centrey. I then want the centroids for each polygon. If i run the select statements seperatly they select what i want, however when i put a union in it gives the following error message :
    ERROR at line 1:
    ORA-22901: cannot compare nested table or VARRAY or LOB attributes of an object
    type
    The SQL is as follows :
    CREATE or REPLACE VIEW ALLSITES_V AS
    select
    'SSSI' desg,SSSI_NAME site_name,SSSI_ID site_code,EAST CENTREX,NORTH CENTREY,TO_NUMBER(sssi_id) isis_id,MI_STYLE,MI_PRINX,GEOLOC,sdo_geom.sdo_centroid(geoloc,0.001)
    from SSSI
    union
    select
    'SPA' desig,SPA_NAME site_name,SPA_CODE site_code,EASTING CENTREX,NORTHING CENTREY,ISIS_ID isis_id,MI_STYLE,MI_PRINX,GEOLOC,sdo_geom.sdo_centroid(geoloc,0.001)
    from SPA
    union
    select
    'RAMSAR' desg,RAMSAR_NAME site_name,RAMSAR_CODE site_code,EASTING CENTREX,NORTHING CENTREY,ISIS_ID isis_id,MI_STYLE,MI_PRINX,GEOLOC,sdo_geom.sdo_centroid(geoloc,0.001)
    from RAMSAR
    union
    select
    'SAC' desg,SAC_NAME site_name, SITE_CODE site_code,ISIS_ID isis_id,CENTREX,CENTREY,MI_STYLE,MI_PRINX,GEOLOC,sdo_geom.sdo_centroid(geoloc,0.001)
    from SAC
    I am assuming it is because i have not used the SDO_GEOM function in it's correct format. I would also like the view to show the centrex and y and also the MBR. It is will be used when passed through a WMS. I have missed out something fairly fundermental but i am not sure how to incorperate it.

    Hi,
    I created view:
    CREATE OR REPLACE VIEW VIEW_ALL as
    SELECT
    ID, GEOMETRIE_ZNACKA as GEOMETRIE
    FROM
    TAB_A
    WHERE
    GEOMETRIE_ZNACKA is not null
    UNION ALL
    SELECT
    ID, GEOMETRIE_SIPKA as GEOMETRIE
    FROM
    TAB_B
    WHERE
    GEOMETRIE_SIPKA is not null
    I inserted geometry metadata:
    insert into mdsys.user_sdo_geom_metadata (table_name,column_name,diminfo,SRID)
    values ('VIEW_ALL','GEOMETRIE',MDSYS.SDO_DIM_ARRAY (MDSYS.SDO_DIM_ELEMENT('X',431700, 904600,0.01),
    MDSYS.SDO_DIM_ELEMENT('Y',935200, 1227300,0.01)),2065);
    Tables TAB_A and TAB_B have spatial index on column with geometry.
    When I view the view VIEW_ALL in the spatial view (Georaptor) we get an error "ORA-01446".
    Geometry data of tables TAB_A and TAB_B (directly) is viewed in spatial view (Georaptor) corectly.
    Thanks
    Petr Soucek

  • V/04 : Change condition table (pricing sales&distribution) technical view

    Hello,
    I want to modify table A073 (just modify checkbox in technical view) using V/04 but It ask me a access key.
    the data are stored in table T681E, How can i modify the table T681E ?
    What transaction i have to use ?
    Is there any user exit can i use it ?
    Thank you for your help.

    Hi ABdou,
             The best way is to get the access key from any ABAPer(normally they have the access key) or you can try in any of the below mentioned Table.views by going to Tcode SM30(click on Maintain)
    V_T681_IND             Conditions: Condition Index
    V_T681A             Conditions: Application
    V_T681COMP       Maintain T681COMP
    V_T681F             Field Catalog (&1 &2)
    V_T681H            Conditions: Archiving Control
    V_T681O           Allowed Document Types for Condition Index
    V_T681V            Conditions: Usage
    V_T681Y_BMEN     View Maintenance: T681Y_BMEN
    V_T681Y_BMEN_USR     View Maintenance: T681Y_BMEN
    V_T681Z           Conditions: Usage/Application
    Most of the pricing related tables are cross-client and hence very limited EDIT access would be provided(generally it would be Read only access)
    If you come across any changes that need to be made in any of the above mentioned tables you can go ahead and give it a try using SM30.(Maintain)
    Hope it helps
    Rgds,
    Aram K.

Maybe you are looking for

  • Trace example in examples.jar

    Hello: The Trace example in examples.jar that comes with JDK 1.4 is very useful, but very slow. I was thinking how could the source code be modified so that I could use the same by connecting to a running JVM so that it doesn't log at startup. The ap

  • Get rid of the GPT-table and OSX

    I have run out of patience with the limitations of the GPT layout of my Macbook's hard disk. I would like to go back to Linux-only and get rid of OSX. My current layout is the following sda1: GPT layout table (afaik) sda2: OSX sda3: Arch / (also grub

  • Continuos Ring, cannot find main socket, Leviton p...

    Hi, I'm new to this country and have not been experiencing any issues with BT, but recently my cordless phone started to give out a continuos ring for no reason. I contacted BT via email and they asked me to check the BT main line socket to test my p

  • Squid authenticator crashes on sign-in

    Hey guys, i've set up a new root server in france and installed squid on it to bypass the youtube-restrictions and other stuff here in germany. the problem is, that every time i try to sign-in the authenticator process (basic_ncsa_auth) crashes due t

  • Emailing photos using Mozilla Thunderbird

    There was an article in the NY tImes this week that indicated you could mail photos directly from IPhoto using mail packages other than Apple's mail package. It said to go to IPhoto preferences, click on the General tab, and select an email program f