BP aliases table BKK21, visible in UI

Hi
I am a CRM functional consultant. Now we have requirement to make BP aliases visible in UI. Through configuration I am able to make aliases tab visible in GUI (transaction BP). But corresponding Component/View is not available for UI. Please guide me how can I add it.
Thanks & Regards
Hitsm

Hi Hitesh,
We would need custom development for that.
Regards,
Harshit

Similar Messages

  • Not able to find aliased tables when supplying username/password

    <p>I am able to run my report which contains several aliased tables just fine as long as I have the application (Viewer?) ask for the login credentials for the database. But it seems if I try to set the login credentials in the Viewer jsp, I then receive the following error message which states that it cannot find the table, stating that it is looking for a table with the alias name... not the actual name.</p><p>&#39;PositionEducation&#39; is the alias for a table named &#39;large_text&#39;, this table is aliased several times in the report so it can pull the different types of data it needs.</p><p>Thanks, Steve</p><p>*** Update  -- I did an update to the latest files and it pulled some newer jars from Crystal even though I had just installed this a few days ago :)... anyway, it now works where the application (Viewer?) does not ask me for credentials (I assume they are embedded within the rpt) and it goes on through like it did before. HOWEVER, I still have the problem that if I try to manually override the login credentials, I still receive the error as stated </p><p>*** End Update</p><p> </p><p> 2007-03-28 11:38:15,843 ERROR [com.businessobjects.reports.sdk.JRCCommunicationAdapter] - <JRCAgent2 detected an exception: The table &#39;PositionEducation&#39; could not be found.<br />    at com.crystaldecisions.reports.reportdefinition.datainterface.g.a(Unknown Source)<br />    at com.crystaldecisions.reports.dataengine.bj.new(Unknown Source)<br />    at com.crystaldecisions.reports.common.as.a(Unknown Source)<br />    at com.crystaldecisions.reports.common.ae.a(Unknown Source)<br />    at com.businessobjects.reports.sdk.b.k.a(Unknown Source)<br />    at com.businessobjects.reports.sdk.b.w.m(Unknown Source)<br />    at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)<br />    at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)<br />    at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.ag.a(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.av.if(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.an.new(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.cb.for(Unknown Source)<br />    at com.crystaldecisions.proxy.remoteagent.u.performDo(Unknown Source)<br />    at com.crystaldecisions.proxy.remoteagent.u.a(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.DatabaseController.setTableLocation(Unknown Source)<br />    at com.crystaldecisions.reports.sdk.DatabaseController.setTableLocation(Unknown Source)<br />    at com.businessobjects.samples.JRCHelperSample.changeDataSource(JRCHelperSample.java:182)<br />    at com.businessobjects.samples.JRCHelperSample.changeDataSource(JRCHelperSample.java:80)<br />    at org.apache.jsp.WEB_002dINF.jsp.reports.Evaluation_002dviewer_jsp._jspService(Evaluation_002dviewer_jsp.java:76)<br />    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)<br />    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)<br />    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)<br />    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)<br />    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)<br />    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)<br />    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)<br />    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)<br />    at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:39)<br />    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)<br />    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)<br />    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)<br />    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)<br />    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)<br />    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)<br />    at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:111)<br />    at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:250)<br />    at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:965)<br />    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:744)<br />    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:663)<br />    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:394)<br />    at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:348)<br />    at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)<br />    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)<br />    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)<br />    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)<br />    at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)<br />    at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)<br />    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)<br />    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)<br />    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:75)<br />    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:77)<br />    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)<br />    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)<br />    at net.sf.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:292)<br />    at net.sf.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:84)<br />    at net.sf.acegisecurity.intercept.web.SecurityEnforcementFilter.doFilter(SecurityEnforcementFilter.java:182)<br />    at net.sf.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:303)<br />    at net.sf.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:305)<br />    at net.sf.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:303)<br />    at net.sf.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:226)<br />    at net.sf.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:303)<br />    at net.sf.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:173)<br />    at net.sf.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:125)<br />    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)<br />    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)<br />    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)<br />    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)<br />    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)<br />   
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)<br />    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)<br />    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)<br />    at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:833)<br />    at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:639)<br />    at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1285)<br />    at java.lang.Thread.run(Unknown Source)<br />><br /> </p>

    <p> </p><p>From the stack trace, the problem appears to be happening in the setTableLocation method call.</p><p>There&#39;s a known issue with the JRC when you try and transfer datasource location for multiple aliases pointing to the same database table. </p><p>You may, however, need not trigger the setTableLocation method call, if you wish merely to enter database logon credentials.</p><p>The way to enter it would be to use ReportClientDocument method getDatabaseController().logon(String, String).  This should get you the same behavior as with the viewer.</p><p>TUeda </p>

  • Tables not visible after running CHECKDB REPAIR_ALLOW_DATA_LOSS

    Hi everyone,
    I have a server that suffered some kind of power failure. After that the database was in suspect mode. I tried
    EXEC sp_resetstatus [YourDatabase];
    ALTER DATABASE [YourDatabase] SET EMERGENCY
    DBCC checkdb([YourDatabase])
    Msg 8921, Level 16, State 1, Line 2
    Check terminated. A failure was detected while collecting facts. Possibly tempdb out of space or a system table is inconsistent. Check previous errors.
    ALTER DATABASE [YourDatabase] SET SINGLE_USER WITH ROLLBACK IMMEDIATE
    DBCC CheckDB ([YourDatabase], REPAIR_ALLOW_DATA_LOSS)
    ALTER DATABASE [YourDatabase] SET MULTI_USER
    Warning: The log for database 'YourDatabase' has been rebuilt. Transactional consistency has been lost. The RESTORE chain was broken, and the server no longer has context on the previous log files, so you will need to know what they were. You should run
    DBCC CHECKDB to validate physical consistency. The database has been put in dbo-only mode. When you are ready to make the database available for use, you will need to reset database options and delete any extra log files.
    The database is no longer in suspect mode but now none of the tables are visible. Is there anything I can do to bring it back to life.
    Regards,

    Its really surprising to see that checkdb deleted all tables to remove truncation. I am not aware what would have happened but your only option is to restore from valid backup. I still cannot believe repair can delete all tables of a database
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Articles

  • Entire Table not visible/ transferred to a file on application server

    HI Experts,
    My req is to pass an entire internal table to a file on the application server.
    How ever some of the fields in the table are not shown / transferred when i check that file.
    The fields are not visible when i try to scroll side wise.
    When I download the internal table to an excel all the fileds are present . There is no problem with the internal table that is being transferred.
    Below is the code snippet.
    CLEAR w_filepath.
        MOVE p_file TO w_file_ext.
        CALL FUNCTION 'FILE_GET_NAME_USING_PATH'
          EXPORTING
            logical_path               = c_zstore
            file_name                  = w_file_ext
          IMPORTING
            file_name_with_path        = w_filepath
          EXCEPTIONS
            path_not_found             = 1
            missing_parameter          = 2
            operating_system_not_found = 3
            file_system_not_found      = 4
            OTHERS                     = 5.
        IF sy-subrc NE 0.
          MESSAGE e068(zz_material).
    *   File could not be downloaded to the application server
        ELSE.
          OPEN DATASET w_filepath FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
          IF sy-subrc NE 0.
            MESSAGE e069(zz_material).
    *   Unable to Open File
          ENDIF.
          CLEAR:rec_final.
          LOOP AT t_final INTO rec_final.
            TRANSFER rec_final TO w_filepath.
            CLEAR rec_final.
          ENDLOOP.
          CLOSE DATASET w_filepath.
    Are there any limitations on the no char that can be displayed in one line on the application server.
    Is there any seeting to change that...?

    Hello Abhishek,
    You are not getting the point. AL11 (prog. RSWATCH0) is a simple report used to display the file contents.
    There is a limitation to the maximum length of the file line AL11 can DISPLAY (i.e., 512 characters after applying the notes).
    Please understand what you are seeing in AL11 is the 1st 512 characters of the file width & not the entire file width.
    Hope you get the point.
    BR,
    Suhas

  • Changes made in the table not visible in the AM

    Hi,
    I have few validation that i need to conduct on the data that is modified in the table. The problem is that when i create a new VO instance in the AM method it does not show me the updated VO. Instead it shows me the VO before update.
    However, if i use gettransaction.postchanges, i am able to see the changes in the new VO instance i create. Can you please tell me if that is the right way of doing this or do i need to change some property to make the updated VO visible in the new instances i create.
    Thanks,
    Ankit

    Ankit,
    Just to extend to what Ankur said, any VO instance stores cache in JVM when u execute query for the first time....., now when when do some changes... these are there in cache, till u do transaction.commit(). After that they are gone in DB.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Powerpivot filter query based on another table's visible results?

    Excel 2010 x32 on Win 7 x64
    I have multiple tables coming into Powerpivot via SQL connection. They have some relationships pre-defined from the source.
    I need to reduce the amount of data I'm bringing in for my testing. One of the tables has great granularity, containing every event in the database. One field in this data is "Event Type".
    A separate table has a short list of the event types of interest.
    I'd like to filter the first table's data pull (SQL refresh) to only include the event types that are listed (and visible) in the second table, in addition to an existing date range filter that is already in place. Ultimately my goal is to widen
    the date range I can pull in before hitting Excel's memory limits, by eliminating the events I don't care about.
    Currently I'm using a SQL query to pull in the granular data;
    SELECT
      [Fact RawData].*
    FROM
      [Fact RawData]
    WHERE
      [Fact RawData].[Event Date] >= N'2014-06-01T00:00:00'  
    How would I adjust this to also say "only where [Fact RawData].[Event Type] IN {a column in a data pull that is already in powerpivot}"
    and how will that work under a "refresh all" scenario, where I would need the event table to update before this SQL is executed each time?
    Many thanks!

    If I understand correctly, these articles indicate that I can apply filters during
    data import, but I'm not clear how rows can be filtered during import based on
    another powerpivot table results. <o:p></o:p>
    From the first link:<o:p></o:p>
    "For data feeds, you can only change the columns that are imported. You can’t filter
    rows by values unless the source of the data feed is a report, and the report
    is parameterized."<o:p></o:p>
    So I guess the clarification of my original question is: How do I create a parameterized
    report, based on the data in another powerpivot table, and also ensure that the
    parameterized report is executed /after/ the source powerpivot table is
    refreshed so that the proper row filtering is applied?<o:p></o:p>
    Simplified example:<o:p></o:p>
    Table 1 = List of all physicians who have ever had a patient in a large hospital system.
    Filter when bringing results into powerpivot limits results to physicians from
    a target physician group, clinical specialty, or other filter based on reporting needs. <o:p></o:p>
    Table 2 = anonymized records for all patients, physician listed in each record. Filtered
    by time period when bringing into powerpivot.<o:p></o:p>
    I could bring back the whole patient table, but it is so large that Excel runs out of
    resources unless my time period is tiny. If I can limit the returned rows from
    Table 2 based on the current list of physicians shown in Table 1, then I will
    have a much smaller data set and can expand the time period filter to be more
    meaningful and make sure all the target records are brought back, without
    having to run multiple subsets of physicians or time, and still have to
    merge/remove duplicate records.<o:p></o:p>
    Thank you for any advice/URLs/etc.<o:p></o:p>

  • How to make table borders visible in BI Publisher report

    Hi,
    I'm trying to create a BI Publisher report that contains a number of table and want to make sure the borders of the table visible after publishing. Can you anyone tell me how?
    Edited by: user11001592 on Jan 22, 2010 2:50 AM

    In Word, if you have set the borders on then you should see them in the output. In Word it has a setting to let you see 'gridlines' even if they are not set ie you have turned the borders off. Highlight the table and set all the borders on and re-try. If that fails, try building the table from scratch and copy the cell contents across to the new table
    Tim

  • Single Object Assignmentblock - table not visible

    Hello,
    i created a Z_Singleobject for Hotels in the area of the businesspartner.
    I added this Z_Assignmentblock in the component usage and UI configuration of BP_HEAD.
    The assignmentblockheaderline is visible.
    If i open the assignmentblock the debugger shows me that i have in the Z_component the corret BuilHeader as focus_bo.
    But for some reason the table in the assignmentblock is not displayed - it still just looks like lazy mode.
    The UI configuration is done.
    Maybee some issue with the .htm page - but i´m a beginner with this .htm and don´t know what should be changed.
    Here is the .htm like it is now:
    <%@page language="abap" %>
    <%@extension name="chtmlb" prefix="chtmlb" %>
    <%@extension name="thtmlb" prefix="thtmlb" %>
    <%
      data: lv_xml    type string.
      lv_xml    = controller->CONFIGURATION_DESCR->GET_CONFIG_DATA( ).
    %>
    <thtmlb:areaFrameSetter toolbarButtons  = "<%= controller->ab_button %>"
                            maxButtonNumber = "2"
                            displayMode     = "<%= controller->view_group_context->is_view_in_display_mode( controller ). %>" />
    <chtmlb:tableExtension tableId = "prodtable"
                           layout  = "FIXED" >
      <chtmlb:configTable xml                   = "<%= lv_xml %>"
                          id                    = "Table"
                          navigationMode        = "BYPAGE"
                          onRowSelection        = "select"
                          table                 = "//BP_HOTEL/Table"
                          width                 = "100%"
                          displayMode           = "<%= controller->view_group_context->is_view_in_display_mode( controller ). %>"
                          headerVisible         = "FALSE"
                          hasLeadSelection      = "TRUE"
                          usage                 = "ASSIGNMENTBLOCK"
                          personalizable        = "FALSE"
                          actions               = "<%= controller->gt_button %>"
                          allRowsEditable       = "TRUE"
                          downloadToExcel       = "FALSE"
                          visibleFirstRow       = "<%= BPHOTEL->visible_first_row_index %>"
                          selectionMode         = "<%= BPHOTEL->selection_mode %>"
                          selectedRowIndex      = "<%= BPHOTEL->SELECTED_INDEX %>"
                          selectedRowIndexTable = "<%= BPHOTEL->SELECTION_TAB %>" />
    </chtmlb:tableExtension>
    Thank you
    Best regards
    Manfred

    Yes, it is a bug since 2 years now!
    As (temporal) workarounds, you could:
    1. log on as "SYS" (or ask your DBA) and go change the "generated" flags for the tables you need (subtract 4 from sys.obj$.flags - would leave it at 0 normally).
    2. delete the AND O.GENERATED='N' line from the SELECT in +\sqldeveloper\extensions\oracle.sqldeveloper.jar\oracle\dbtools\raptor\navigator\table.xml+
    3. create a user defined XML extension, starting from the xml obtained above.
    Have fun,
    K.

  • 12c: redaction_policies table not visible in dba_tables, dictionary

    The table redaction_policies is visible when we describe it or search tab but is not listed in dictionary or dba_tables.
    NCDB@NCDB> desc redaction_policies
    Name                    Null?    Type
    OBJECT_OWNER            NOT NULL VARCHAR2(128)
    OBJECT_NAME             NOT NULL VARCHAR2(128)
    POLICY_NAME             NOT NULL VARCHAR2(128)
    EXPRESSION              NOT NULL VARCHAR2(4000)
    ENABLE                           VARCHAR2(7)
    POLICY_DESCRIPTION               VARCHAR2(4000)
    NCDB@NCDB> select table_name from dba_tables where table_name like '%REDA%';
    no rows selected
    NCDB@NCDB>  select table_name from dictionary  where table_name like '%REDA%';
    no rows selected
    NCDB@NCDB> select tname from tab where tname like '%REDA%';
    TNAME
    REDACTION_COLUMNS
    REDACTION_POLICIES
    REDACTION_VALUES_FOR_TYPE_FULL
    what could be the reason?
    Regards

    I'd say I wouldn't expect it to be returned from dba_tables, since it's a datadictionary view, just like V$SESSION etc.
    SQL> select * from dba_tables where table_name = 'V$SESSION';
    no rows selected
    However, based on the docs:
    Configuring Oracle Data Redaction Policies
    I'd expect to see it returned from dictionary, just like:
    SQL> select * from dictionary where table_name = 'V$SESSION';
    TABLE_NAME
    COMMENTS
    V$SESSION
    Synonym for V_$SESSION
    1 row selected.
    But, since I'm not on 12c now, I can't really add much more.

  • Controlling Table Column visibility through Program

    Hi Experts
    We have custom WD Java applications developed in NW 7.0 which we have now migrated to NW 7.3.
    The visibility property of the columns are bound to the Context attributes. In the application, we are controlling the visibility of the Table columns by setting the values of context attributes.
    However, i could see that even though the visibility property is set as "NONE", by printing it on screen, those particular columns are visible.
    Am I missing something?? Do we need to take care of something or is any other property needs to be set??
    Thanks in advance..
    Regards,
    Deepak

    OK, starting at the lowest level is getting the column selected, since we need to select the correct column
    before selecting the first cell in the column to rename (a separate funciton?) and then the remaining cells
    in the column (another function)? Once these two functions are done, the rest would be like the example in the
    the Frame book, since then you would have a function select only the tables that have a certain name and then
    all the files in the book.
    #target framemaker
    // !! first, click on table
    var doc=app.ActiveDoc;
    //Get the table containing the insertion point
    var tbl=doc.SelectedTbl;
    //Get the first cell in the first row
    var cell=tbl.FirstRowInTbl.FirstCellInRow;
    var colNum=3;
    for (var i=1; i<colNum; i+=1){
        cell=cell.NextCellInRow;
    while (cell.ObjectValid()){
        var pgf=cell.FirstPgf;
        alert (pgf.Name);
        alert(cell);
        cell=cell.CellBelowInCol;// Move down to next cell

  • Generated Table not visible in tree

    hi,
    I have registered a Schema and
    select object_name,
    object_type,
    status
    from user_objects
    order by object_name,
    object_type;
    Results of the statement:
    OBJECT_NAME OBJECT_TYPE STATUS
    EXTRADATA177_L LOB VALID
    NAMESPACES178_L LOB VALID
    PLAYER TABLE VALID
    PLAYER$xd TRIGGER VALID
    PLAYER_T TYPE VALID
    SYS_C004803 INDEX VALID
    SYS_XDBPD$176_L LOB VALID
    I am wondering why the PLAYER Table doesn't appear in the connections tree on the left side (Tables node).
    Is this a bug or doesn't show SQL Developer these generated tables? Via DB Search I can find the table but I can't edit it.
    Thanks

    Yes, it is a bug since 2 years now!
    As (temporal) workarounds, you could:
    1. log on as "SYS" (or ask your DBA) and go change the "generated" flags for the tables you need (subtract 4 from sys.obj$.flags - would leave it at 0 normally).
    2. delete the AND O.GENERATED='N' line from the SELECT in +\sqldeveloper\extensions\oracle.sqldeveloper.jar\oracle\dbtools\raptor\navigator\table.xml+
    3. create a user defined XML extension, starting from the xml obtained above.
    Have fun,
    K.

  • Attachment table not visible

    Hi, all.
    I put an "Attachment Table" item in my page and I notice that:
    when I create a new record in the table where there is the declared attachment entity and
    the primary key that links the attachment record, the attachment table works fine;
    if I dsconnect from EBS and re-connect looking for the same record, the layout of the page
    does not render any attachment table and the attachment header is shown alone.
    In the FND_DOCUMENT table I see correctly all attachments related to that primary key.
    What happens?
    Thank you
    Regards
    -- Vincenzo

    Hi, all.
    I solved myself the problem.
    Sorry, but I set the wrong VO for the attachment table. Now, it works.
    Thank you
    Bye
    Vincenzo

  • Tables not visible in sqldeveloper

    Hi,
    I can't see any tables when I connect to my Orace9. I've priviliges to read only.
    Do you know why is it so?
    Michal

    This is the Spatial forum. You should try your question on the SQL Developer forum:
    SQL Developer

  • Tables not visible

    Hi,
    I can't see any tables when I connect to my Orace9. I've priviliges to read only.
    Do you know why is it so?
    Michal

    Hi Michal,
    What version of the Oracle 9 are you on?
    Can you still use at least use the worksheet?
    -Turloch
    From the SQLDeveloper 1.2.1 readme.html:
    2.7 Oracle 8.1.7
    SQL Developer is only certified for Oracle database 9.2.0.1 and above. There is limited 8.1.7 functionality, including browsing and editing data, running DML and DDL and general SQL Worksheet functionality. You can edit, compile and debug PL/SQL.

  • J2EE Process table to visible in SAP MMC

    Hi All,
    Inside my SAP server MMC i am not getting J2EE process table and ICM also. how ever it was available till yesterday. today morning i restart SAP server and it is not found there. However Java process are running  in JCMON, SDM is working with NWDS.
    Also MMC is set in expert mode.
    Please suggest
    Regards
    Gyan

    I am unable to see J2ee Process in SAP MMC.
    There is long running job (OCS_Import_queue) is going on from last 40 hours, i have terminated that job, update the statistics of database and restart SAP server, after that it's not showing the J2ee process and even also my dispatcher is not connecting with message server.
    Kernel detail are as follows:
    disp+work information
    OS = Win2003
    Datbase = Oracle 10
    kernel release                701
    kernel make variant           701_REL
    patch number                  23
    Kindly give me the solution, how to get resolve this issue, as i need to again start the saint import.
    Regards
    Adil

Maybe you are looking for

  • Print a file to printer

    Hi, I have a peculiar requirement .. I have a file on the desktop (text based file), which should be directed to printer, when I click a button which is there in Forms (forms 10g).. In when button clicked, what's that I have to write ? I dont want to

  • Cannot get internet to work over a mobile modem!

    Hello. I'd like to use my Samsung A401 Telstra Mobile for wireless internet access when I'm away with my iBook. I so far have tested my phone working with the Samsung drivers on Windows XP, with built in UTMS/GPRS support on Ubuntu x86 and recently U

  • Not enough memory to place the file

    hi when iam opening photoshop layered files at 300 dpi and having size 6x18 inches illustrator cs3 portable gives error message not enough memory to place the file and file is not opening ???

  • Makeing changes on your iweb from multiple macs

    i've been working on my web site from my desktop all this time and i just got a new macbook labtop and i'd love to be able to update my web site from there too..... how do i, or can i do that????

  • I get an 'unknown error -69'  msg.

    Hi there! When i sync my new video ipod to itunes it has copied about a tenth of my library onto the ipod and then comes up with an 'unknown error -69' message.... Please help!