Discoverer 11g generates weird queries with fields of date dastatype

Hi,
We recently installed Discoverer 11g and found out that it always adds "+0" expression to all fields of date datatype in SQL in reports. For example:
SELECT ( O100186.END_DATE+( ( 0 ) ) ), O100186.INSTITUTIONID, O100186.INSTITUTIONNAME
FROM INSTITUTION_MV O100186
WHERE ( ( O100186.END_DATE+( ( 0 ) ) ) >= SYSDATE-10 );It causes problems with outer join queries and also prevents optimizer from using indexes on date fields.
Is there a way to remove these "+0" expressions from queries?
Thanks in advance.
Oracle BI Discoverer 11g (11.1.1.2.0)Oracle Business Intelligence Discoverer Plus 11g (11.1.1.2.0)
Discoverer Model - 11.1.1.2.0
Discoverer Server - 11.1.1.2.0
End User Layer - 5.1.1.0.0.0
End User Layer Library - 11.1.1.2.0
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production

I'm skeptical th Application node will be helpful but here is as well:
[HKEY_CURRENT_USER\Software\ORACLE\Discoverer 10\Application]
"ToolBarStateIsSaved"=dword:00000001
"SplashDelayMsecs"=dword:00000fa0
"MaxVirtualHeapMem"=dword:01388000
"MaxVirtualDiskMem"=dword:f4240000
"CacheFlushPercentage"=dword:00000019
"UseImageOCX"=dword:00000000
"UseSoundOCX"=dword:00000000
"UseVideoOCX"=dword:00000000
"DefaultOpenPath"=""
"MaxMRUFiles"=dword:00000004
"ToolBarStateSaved"=dword:00000001
"WindowZoom"=dword:00000000
"WindowRect"=hex:15,00,00,00,8d,00,00,00,db,04,00,00,b6,03,00,00
"ShowDialogBitmaps"=dword:00000001
"ViewType"=dword:00000001
"PageDetail"=dword:00000000
"DialogSize1539"=hex:02,01,00,00,0d,01,00,00,0d,04,00,00,bb,02,00,00
"OpenDBDocumentType"=dword:00000000
"QueryBehavior"=dword:00000000
"SQL Inspector Visible"=dword:00000000
"DocumentOrigin"=dword:00000002
"SwapDir"="C:\\orant\\DISCVR4"
"PromptIfDifferentDB"=dword:00000001
"OptionsPage"=dword:00000100
"Data Format"=hex:00,fa,01,00,00,01,00,00,00,40,06,00,01,00,00,00,08,4a,06,00,\
00,01,42,06,00,00,00,00,00,01,43,06,00,01,00,00,00,03,44,06,00,00,00,07,45,\
06,00,00,07,46,06,00,00,07,47,06,00,00,07,48,06,00,00,02,49,06,00,8c,7c,78,\
5a,07,4b,06,00,00,08,4d,06,00,01,31,08,4c,06,00,00,00,02,00,00,00,40,06,00,\
00,01,00,00,00,d0,07,00,02,00,00,00,01,d2,07,00,f3,ff,ff,ff,01,d3,07,00,00,\
00,00,00,01,d4,07,00,00,00,00,00,01,d5,07,00,00,00,00,00,01,d6,07,00,90,01,\
00,00,05,d7,07,00,00,05,d8,07,00,00,05,d9,07,00,00,05,da,07,00,01,05,db,07,\
00,04,05,dc,07,00,00,05,dd,07,00,01,05,de,07,00,02,08,df,07,00,05,41,72,69,\
61,6c,02,e0,07,00,00,00,00,ff,02,e1,07,00,00,00,00,ff,01,e2,07,00,00,00,01,\
00,01,e3,07,00,00,00,00,00,01,e4,07,00,00,00,00,00,01,e5,07,00,00,00,00,00,\
01,e6,07,00,00,00,00,00,01,e7,07,00,01,00,00,00,02,e8,07,00,01,00,00,00,0a,\
e9,07,00,00,00,00,00,00,00,00,00,00,00,00,00,0a,ea,07,00,00,00,00,00,00,00,\
00,00,00,00,00,00,01,eb,07,00,ff,ff,00,00,08,ed,07,00,01,32,08,ec,07,00,00,\
00,02,00,00,00,d0,07,00,00,fb,01,00
"Heading Format"=hex:00,fa,01,00,00,01,00,00,00,40,06,00,01,00,00,00,08,4a,06,\
00,00,01,42,06,00,00,00,00,00,01,43,06,00,01,00,00,00,03,44,06,00,00,00,07,\
45,06,00,00,07,46,06,00,00,07,47,06,00,00,07,48,06,00,00,02,49,06,00,15,1c,\
13,00,07,4b,06,00,00,08,4d,06,00,01,31,08,4c,06,00,00,00,02,00,00,00,40,06,\
00,00,01,00,00,00,d0,07,00,02,00,00,00,01,d2,07,00,f3,ff,ff,ff,01,d3,07,00,\
00,00,00,00,01,d4,07,00,00,00,00,00,01,d5,07,00,00,00,00,00,01,d6,07,00,90,\
01,00,00,05,d7,07,00,00,05,d8,07,00,00,05,d9,07,00,00,05,da,07,00,01,05,db,\
07,00,04,05,dc,07,00,00,05,dd,07,00,01,05,de,07,00,02,08,df,07,00,05,41,72,\
69,61,6c,02,e0,07,00,00,00,00,ff,02,e1,07,00,00,00,00,ff,01,e2,07,00,01,00,\
00,00,01,e3,07,00,00,00,00,00,01,e4,07,00,00,00,00,00,01,e5,07,00,00,00,00,\
00,01,e6,07,00,00,00,00,00,01,e7,07,00,02,00,00,00,02,e8,07,00,01,00,00,00,\
0a,e9,07,00,00,00,00,00,00,00,00,00,00,00,00,00,0a,ea,07,00,00,00,00,00,00,\
00,00,00,00,00,00,00,01,eb,07,00,ff,ff,00,00,08,ed,07,00,01,32,08,ec,07,00,\
00,00,02,00,00,00,d0,07,00,00,fb,01,00
"Title Format"=hex:00,fa,01,00,00,01,00,00,00,40,06,00,01,00,00,00,08,4a,06,00,\
00,01,42,06,00,00,00,00,00,01,43,06,00,01,00,00,00,03,44,06,00,00,00,07,45,\
06,00,00,07,46,06,00,00,07,47,06,00,00,07,48,06,00,00,02,49,06,00,2a,cc,ff,\
00,07,4b,06,00,00,08,4d,06,00,01,31,08,4c,06,00,00,00,02,00,00,00,40,06,00,\
00,01,00,00,00,d0,07,00,02,00,00,00,01,d2,07,00,f3,ff,ff,ff,01,d3,07,00,00,\
00,00,00,01,d4,07,00,00,00,00,00,01,d5,07,00,00,00,00,00,01,d6,07,00,bc,02,\
00,00,05,d7,07,00,00,05,d8,07,00,00,05,d9,07,00,00,05,da,07,00,01,05,db,07,\
00,04,05,dc,07,00,00,05,dd,07,00,01,05,de,07,00,02,08,df,07,00,05,41,72,69,\
61,6c,02,e0,07,00,00,00,00,ff,02,e1,07,00,00,00,00,ff,01,e2,07,00,01,00,00,\
00,01,e3,07,00,00,00,00,00,01,e4,07,00,00,00,00,00,01,e5,07,00,00,00,00,00,\
01,e6,07,00,00,00,00,00,01,e7,07,00,04,00,00,00,02,e8,07,00,01,00,00,00,0a,\
e9,07,00,00,00,00,00,00,00,00,00,00,00,00,00,0a,ea,07,00,00,00,00,00,00,00,\
00,00,00,00,00,00,01,eb,07,00,ff,ff,00,00,08,ed,07,00,01,32,08,ec,07,00,00,\
00,02,00,00,00,d0,07,00,00,fb,01,00
"Totals Format"=hex:00,fa,01,00,00,01,00,00,00,40,06,00,01,00,00,00,08,4a,06,\
00,00,01,42,06,00,00,00,00,00,01,43,06,00,01,00,00,00,03,44,06,00,00,00,07,\
45,06,00,00,07,46,06,00,00,07,47,06,00,00,07,48,06,00,00,02,49,06,00,e9,f3,\
81,00,07,4b,06,00,00,08,4d,06,00,01,31,08,4c,06,00,00,00,02,00,00,00,40,06,\
00,00,01,00,00,00,d0,07,00,02,00,00,00,01,d2,07,00,f3,ff,ff,ff,01,d3,07,00,\
00,00,00,00,01,d4,07,00,00,00,00,00,01,d5,07,00,00,00,00,00,01,d6,07,00,90,\
01,00,00,05,d7,07,00,00,05,d8,07,00,00,05,d9,07,00,00,05,da,07,00,01,05,db,\
07,00,04,05,dc,07,00,00,05,dd,07,00,01,05,de,07,00,02,08,df,07,00,05,41,72,\
69,61,6c,02,e0,07,00,00,00,00,ff,02,e1,07,00,00,00,00,ff,01,e2,07,00,00,00,\
01,00,01,e3,07,00,00,00,00,00,01,e4,07,00,00,00,00,00,01,e5,07,00,00,00,00,\
00,01,e6,07,00,00,00,00,00,01,e7,07,00,08,00,00,00,02,e8,07,00,01,00,00,00,\
0a,e9,07,00,00,00,00,00,00,00,00,00,00,00,00,00,0a,ea,07,00,00,00,00,00,00,\
00,00,00,00,00,00,00,01,eb,07,00,ff,ff,00,00,08,ed,07,00,01,32,08,ec,07,00,\
00,00,02,00,00,00,d0,07,00,00,fb,01,00
"Exception Format"=hex:00,fa,01,00,00,01,00,00,00,40,06,00,01,00,00,00,08,4a,\
06,00,00,01,42,06,00,00,00,00,00,01,43,06,00,01,00,00,00,03,44,06,00,00,00,\
07,45,06,00,00,07,46,06,00,00,07,47,06,00,00,07,48,06,00,00,02,49,06,00,eb,\
ff,a0,00,07,4b,06,00,00,08,4d,06,00,01,31,08,4c,06,00,00,00,02,00,00,00,40,\
06,00,00,01,00,00,00,d0,07,00,02,00,00,00,01,d2,07,00,f3,ff,ff,ff,01,d3,07,\
00,00,00,00,00,01,d4,07,00,00,00,00,00,01,d5,07,00,00,00,00,00,01,d6,07,00,\
90,01,00,00,05,d7,07,00,00,05,d8,07,00,00,05,d9,07,00,00,05,da,07,00,01,05,\
db,07,00,04,05,dc,07,00,00,05,dd,07,00,01,05,de,07,00,02,08,df,07,00,05,41,\
72,69,61,6c,02,e0,07,00,00,00,00,ff,02,e1,07,00,ff,00,00,00,01,e2,07,00,00,\
00,01,00,01,e3,07,00,00,00,00,00,01,e4,07,00,00,00,00,00,01,e5,07,00,00,00,\
00,00,01,e6,07,00,00,00,00,00,01,e7,07,00,10,00,00,00,02,e8,07,00,01,00,00,\
00,0a,e9,07,00,00,00,00,00,00,00,00,00,00,00,00,00,0a,ea,07,00,00,00,00,00,\
00,00,00,00,00,00,00,00,01,eb,07,00,ff,ff,00,00,08,ed,07,00,01,32,08,ec,07,\
00,00,00,02,00,00,00,d0,07,00,00,fb,01,00
"DialogSize263"=hex:75,01,00,00,0f,01,00,00,90,03,00,00,d2,02,00,00
"DialogSize265"=hex:af,01,00,00,fd,01,00,00,ca,03,00,00,4b,03,00,00
"Business Area"="Video Store Tutorial"
"DialogSize1671"=hex:c9,01,00,00,5b,01,00,00,36,03,00,00,87,02,00,00
"DialogSize303"=hex:ac,01,00,00,33,01,00,00,58,03,00,00,ad,02,00,00
"DialogSize281"=hex:87,01,00,00,43,01,00,00,7e,03,00,00,9e,02,00,00
"DialogSize288"=hex:3c,01,00,00,9a,01,00,00,c6,03,00,00,66,03,00,00
"DialogSize304"=hex:ac,01,00,00,44,01,00,00,58,03,00,00,9c,02,00,00
"DialogSize305"=hex:b1,01,00,00,10,01,00,00,5d,03,00,00,8f,02,00,00
"DrillWizardFlavor"=dword:00000001
"UpDownDrillToNewSheet"=dword:00000000
"UpDownDrillNewSheetType"=dword:00000000
"UpDownDrillShowWizard"=dword:00000000
"UpDownDrillReplaceItem"=dword:00000000
"HyperDrillToNewSheet"=dword:00000001
"HyperDrillNewSheetType"=dword:00000001
"HyperDrillShowWizard"=dword:00000000
"HyperDrillReplaceItem"=dword:00000000
"RelatedDrillToNewSheet"=dword:00000000
"RelatedDrillNewSheetType"=dword:00000000
"RelatedDrillShowWizard"=dword:00000000
"RelatedDrillReplaceItem"=dword:00000000
"DialogSize1569"=hex:cb,00,00,00,bf,00,00,00,34,03,00,00,27,02,00,00
"DialogSize1541"=hex:f4,00,00,00,c2,00,00,00,0b,03,00,00,24,02,00,00

Similar Messages

  • How to Generate sales orders with custom Fields using BAPI_BUSPROCESSND_CREATEMULTI

    Hi,
    I need to generate sales orders with custom fields on table CRMD_ORDERADM_H using BAPI_BUSPROCESSND_CREATEMULTI, after changing the structure BAPI_TE_CRMD_ORDERADM_H, and feed the  EXTENSIONIN table of the BAPI with data, the order is created, but any value on custom fields.
    After debuging, I saw that the BAPI search for structure conversion in table CRMC_OBJECTS_GEN, but we haven't entry with BAPI_TE_CRMD_ORDERADM_H in this table. is that the problem ?, Is there any way to fix it?
    Best Regards,
    Salah.

    That depends on where do you have the customer fields, check the table CRMD_CUSTOMER_H, if your custom fields are there, you need to use the changing parameter CUSTOMER_HEAD, I guess your already checked that one, right? but there's no custom fields, well...AET/EEWB doesn't enhance the strcuture of the BAPI, so you should do it manually, check the note following note for further details.
    988410 - FAQ: User-defined fields in the BAPI
    If you don't have access to the SAP Marketplace, in resume you should create an append on the structure BAPIBUS20001_CUSTOMER_H and include the following strcutrue CI_EEW_CUSTOMER_H
    Cheers!
    Luis

  • How to install Discoverer 11g on Web Logic Server with Forms and Reports 11g Rel2

    Hello,
    We finally started to migrate from Oracle iAs 10g Release 2 to Oracle Forms and Reports 11g Release 2 using Web Logic. I don't see an option to install Discoverer on the server.
    My OS: windows 2008 R2
    Installed Web Logic 10.3.6
    Forms & Reports: 11.1.2.2.0_64 (64 Bit Forms)
    How do I install Discoverer Plus in 11g? All I can find is Discoverer 11g Desktop/Administrator to run on User work Station. We were using discoverer Plus in 10g iAS.
    Thanks
    Rao

    907485 wrote:
    Hi:
    I need to install oracle 11g from VNC viewer. The VNC is stalled on linux. I managed login. Now I have a screen that has some icons on the top like, Connection Options, "i", refresh, CTRl, ...
    under that I have
    Accept clipboard from viewers
    Send clipboard to viewers
    Send primary selection to viewers
    From the Connection Options window, I checked Hextile for Use encoding and Let remote server deal with mouse cursor.
    What is next? How do I connect to the server. (When I login I used hostname:1)
    Thankyou.we only know what you post.
    where does linux reside?
    where is VNC installed?

  • Intermittent Sign on issues with Discoverer 11g

    Since migrating to Discoverer 11g, we have received a number of issues where Discoverer users can't connect to Discoverer and receive a invalid username/password, logon denied.
    Everything is correct with the account and they are able to log in if they use another Browser. If they are using IE I have them switch to Firefox and if they are using Firefox I have them switch to IE or the other work-around is if I have them use the browser that is having the issue they go in to Private mode it will allow them to sign in.
    This problem does not appear to be Browser specific or a Java version issue but it does seem to have something to do with the fact that most of the users having this issue saved their passwords in their browser when using the previous 10g version. Even at that I have had them clear out all of their cache including saved passwords and it has not fixed the issue.
    Has anybody encountered anything similar?
    Versions:
    Oracle BI Discoverer 11g (11.1.1.3.0)
    Oracle Business Intelligence Discoverer Plus 11g (11.1.1.3.0)
    Discoverer Model - 11.1.1.3.0
    Discoverer Server - 11.1.1.3.0
    End User Layer - 5.1.1.0.0.0
    End User Layer Library - 11.1.1.3.0
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production

    Hi,
    Did you try to simply clear the cache ? and the saved password ?
    also i think you should clean the java cache
    Tamir

  • Discoverer 11g certification with JRE 1.7

    Hello,
    Oracle Support Note 1469683.1 "Discoverer 11g With Java 1.7 (JDK or JRE) Fails With Exceptions" states that Discoverer 11.1.1.6 is certified
    with Java 1.7 when using Weblogic 10.3.6. It indicates that this information can be found in the certification matrix. I have looked at the most recent certification matrix and I have found where it says JDK 1.7 (server-side) is certified with FMW 11.1.1.6.0. However, for Discoverer, the certification matrix specifically states that JDK 1.7 is NOT supported with Discoverer. So I am curious, which document is correct?
    As for the JRE, the certification matrix mentions that Forms is certified with JRE 1.7 but it does not say anything about Discoverer and JRE 1.7. I want to make sure I am using an "Oracle certified" configuration.
    I have Discoverer 11.1.1.6.0 and WebLogic 10.3.6. My server-side JDK is 1.6.x. My client-side JRE will be 1.7.x. Is this an Oracle certified configuration?
    Thank you.

    Pl open an SR with Support for this issue
    Srini

  • Discoverer 11g Workbook Fails With Single row subquery returns more than 1

    All -
    We are using discoverer-11g workbook using EBS 12.1.3 integration
    We are seeing below error message only for few users on all workbooks in discoverer.
    ORA-01427 Single row subquery returns more than one row
    EBS Version : 12.1.3
    Discoverer Version : 11.1.1.6
    Database Version : 11.2.0.3
    Please advise on this
    Regards
    VSH

    Hi,
    If it is happening for only a few users then the problem may be caused by security conditions built into the query. However, you need to give us some information about the SQL the workbooks are running. Do you get this error even for the very simple queries?
    Rod West

  • Discoverer 11g with 12.1.3

    Dear All,
    We are in the process of implementing discoverer 11g with 12.1.3 and DB 10.2.0.5. This is an upgraded instanace from
    11.5.10.2 - DB - 10.2.0.5 ---> 12.1.3 - DB 10.2.0.5
    I used the note, Using Discoverer 11.1.1 with Oracle E-Business Suite Release 12 [ID 1074326.1], I've completed till Section 5: Configure Oracle E-Business Suite for Oracle Business Intelligence Discoverer 11g Integration. We don't have SSO,(so step 6 ignored). is it necessary to do step 7). Please advise

    936074 wrote:
    Dear All,
    We are in the process of implementing discoverer 11g with 12.1.3 and DB 10.2.0.5. This is an upgraded instanace from
    11.5.10.2 - DB - 10.2.0.5 ---> 12.1.3 - DB 10.2.0.5
    I used the note, Using Discoverer 11.1.1 with Oracle E-Business Suite Release 12 [ID 1074326.1], I've completed till Section 5: Configure Oracle E-Business Suite for Oracle Business Intelligence Discoverer 11g Integration. We don't have SSO,(so step 6 ignored). is it necessary to do step 7). Please adviseAre you referring to (Section 7: Upgrade Discoverer Environment from Oracle Application Server 10g to Oracle Fusion Middleware 11g)? If yes, then the answer is yes (this section is required).
    Thanks,
    Hussein

  • Weird errors with a DATE field in a certain row

    We have a table with an exp_date field of DATE datatype. One row is giving us mysterious problems.
    If I query the row in sqlplus, the exp_date field displays 18-Jun-04. The same query in Oracle SQL Developer displays 19-Jun-04. The same query in TOAD returns a NULL field, and adding "exp_date IS NULL" to the query returns no rows (since it really isn't NULL!).
    In sqlplus, if I use trunc() or round() on exp_date, it gets bumped up to 19-Jun-04.
    This field for this record is causing some issues in our java classes as well, we're adding some more logging/exception handling to find out exactly what they are.
    Any thoughts?
    FWIW this is on Oracle 10gR2 (10.2.0.2).
    Message was edited by:
    dtseiler

    what happens if you do the following on all three different environments:
    SQL> select to_char(exp_date, 'dd-mon-yyyy hh24:mi:ss') from your_table where your_condition ;
    [pre]

  • Complex Queries with Discoverer 3.1

    I have ran a query with some filtered data. With the results of my original query, I need to exclude any duplicates from a matching field in a new worksheet with new conditions in a new query. Can this be done? I have tried using the subquery, but I am not looking for a calculation result or value, like your video store sample. Basically, any Customer ID in the original query that is = to my new set of ID's in my new query need to be excluded in the resulting set.

    go in admin make a new folder with a complete quey with this subselect
    where < 1 = ( select column from table
    where column ( you want to have distinct ) = table.column)

  • Create a VC Model for BEx queries with Cell Editor

    Hello All,
    I am trying to create a VC Model for BEx queries with Cell Editor.
    BW Development Team has created a BEX query with complex restrictions and calculations using Cell Editor feature of BI-BEX.
    The query output in BEx analyzer is correct where all values are being calculated at each Cell level and being displayed.
    But, while creating VC model, system is not displaying the Cells.Thus, no VC Model can be created.
    I have executed below steps:
    1. Created a VC Model for BEx Query - ZQRY_XYZ
    2. Create Iview -> Create a dataService -> Provide a Table from the Output
    In the Column field system is not showing any of the Cells (present in Cell Editor)
    Please help me to solve this issue.
    Thanks,
    Siva

    Hi
    If 'Cell Editor' is been used then that query must have the structure in it. You have to select that 'structure' object in your 'VC Table'.
    If you select that then you will get the required result in the output. This structure will be the structure where 'cell reference' is used in BI query, You have to select that structures name.
    Regards
    Sandeep

  • Export in Discoverer 11g

    Hello ,
    I have a Problem with the Web-Version of Oracle-Discoverer.
    I make an Export in Web-Discoverer 11g.
    My Result has 700 000 records and if I export this into for example a Text file then I get 177 000 records in this file. Not enough.
    The same thing i got in csv- or html-files.
    In Discoverer-Desktop the Export is fine. All 770 000 records are in the text-file.
    The difference between Discoverer-Web and Discoverer-Desktop is that the Web-Version is 11g and the Desktop-Version is 10g.
    Is there a limit of records that can be exported in such files?
    Regards Philipp

    Hello,
    If I understand your question correctly, no this is not possible. There is no tool or method to have Discoverer 11g review the 9.0.4 statistics/usage and then limit the resources based upon the 9.0.4 usage.
    You can limit the number of rows returned or set requirement to schedule worksheets that are estimated to take over specific time and other such settings. These same settings are available in 9.0.4 as well.
    Regards,
    Sharon

  • Dynamic table with field type table

    Hi,
    I´m using "cl_alv_table_create=>create_dynamic_table" to create a dynamic table for ALV Grid.
    But...I need to use colors in ALV, then I need to declare a field type LVC_S_SCOL in dynamic table from "cl_alv_table_create=>create_dynamic_table".
    How can I declare this in fieldcat?
    The code:
    Creating dynamic table
    DATA: table_agrup TYPE REF TO data,
            line_agrup  TYPE REF TO data.
    CALL METHOD cl_alv_table_create=>create_dynamic_table
        EXPORTING
          it_fieldcatalog           = t_fieldcat
        IMPORTING
          ep_table                  = table_agrup
        EXCEPTIONS
          generate_subpool_dir_full = 1
          OTHERS                    = 2.
        ASSIGN table_agrup->* TO .
    Printing ALV
      CALL METHOD obj_grid->set_table_for_first_display
        EXPORTING
          is_variant                    = w_variant
          i_save                        = 'A'
          is_layout                     = w_layout
        CHANGING
          it_outtab                     =
          it_fieldcatalog               = t_fieldcat
          it_sort                       = t_sort
        EXCEPTIONS
          invalid_parameter_combination = 1
          program_error                 = 2
          too_many_lines                = 3
          OTHERS                        = 4.
    Thanks.

    It is not possible with the  METHOD cl_alv_table_create=>create_dynamic_table to include another table inside that newly generated table.
    I have tried to do it with the code and I got the dynamic table created after at the end of the program.
    In the code,
    <DYN_TABLE> has same effect as your <table> variable
    <DYN_WA> has same effect as your <HEADER>
    REPORT  ZTEST_NP_DYNAMIC.
    DATA: DY_TABLE TYPE REF TO DATA,
          DY_LINE  TYPE REF TO DATA.
    FIELD-SYMBOLS: <DYN_TABLE> TYPE STANDARD TABLE,
                   <DYN_WA>,
                   <DYN_FIELD>.
    FIELD-SYMBOLS: <FS> TYPE ANY.
    * To generate the Dyanmic table with the COLOR
    DATA: LS_SOURCE TYPE STRING.
    DATA: LT_SOURCE LIKE STANDARD TABLE OF LS_SOURCE WITH HEADER LINE.
    DATA: L_NAME LIKE SY-REPID.
    DATA: L_MESSAGE(240) TYPE C,
          L_LINE TYPE I,
          L_WORD(72) TYPE C.
    DATA: L_FORM(30) TYPE C VALUE 'TABLE_CREATE'.
    LT_SOURCE = 'REPORT ZTEST_SUBROUTINE_POOL.'.
    APPEND LT_SOURCE.
    LT_SOURCE = 'FORM  TABLE_CREATE USING I_FS TYPE ANY.'.
    APPEND LT_SOURCE.
    LT_SOURCE = 'DATA: BEGIN OF LT_GENTAB OCCURS 0.'.
    APPEND LT_SOURCE.
    LT_SOURCE = 'DATA: BUKRS TYPE BUKRS. '.
    APPEND LT_SOURCE.
    LT_SOURCE = 'DATA: BKTXT TYPE BKTXT. '.
    APPEND LT_SOURCE.
    * you can add your fields here.....
    LT_SOURCE = 'DATA: COLOR TYPE lvc_t_scol. '.
    APPEND LT_SOURCE.
    LT_SOURCE = 'DATA: END OF LT_GENTAB.'.
    APPEND LT_SOURCE.
    LT_SOURCE = 'DATA: POINTER TYPE REF TO DATA.'.
    APPEND LT_SOURCE.
    LT_SOURCE = 'CREATE DATA POINTER LIKE STANDARD TABLE OF LT_GENTAB.'.
    APPEND LT_SOURCE.
    LT_SOURCE = 'I_FS = POINTER.'.
    APPEND LT_SOURCE.
    LT_SOURCE = 'ENDFORM. '.
    APPEND LT_SOURCE.
    L_NAME = 'ZTEST_SUBROUTINE_POOL'.
    CATCH SYSTEM-EXCEPTIONS GENERATE_SUBPOOL_DIR_FULL = 9.
      GENERATE SUBROUTINE POOL LT_SOURCE NAME L_NAME
               MESSAGE L_MESSAGE LINE L_LINE WORD L_WORD.  "#EC CI_GENERATE
    ENDCATCH.
    IF NOT L_MESSAGE IS INITIAL.
      MESSAGE E000(0K) WITH L_MESSAGE L_LINE L_WORD.
    ENDIF.
    ASSIGN DY_TABLE TO <FS>.
    PERFORM (L_FORM) IN PROGRAM (L_NAME) USING <FS>.
    ASSIGN DY_TABLE->* TO <DYN_TABLE>.
    * Create dynamic work area and assign to FS
    CREATE DATA DY_LINE LIKE LINE OF <DYN_TABLE>.
    ASSIGN DY_LINE->* TO <DYN_WA>.
    Write: 'bye'.
    Regards,
    Naimesh Patel

  • How modify my connections page in Discoverer 11g

    Hi Experts,
    We had a customized connections page for ours Discoverer version 10. A genius updated to version 11g without more information about ours customizations. Now I need to re-build all my customizations (add a new link in connections page, add an image, etc..). How can I do this in Discoverer 11g?
    Thanks,
    Gianni Neves

    Hello David,
    Thanks for reply.
    Actually I am just concern abt the OBIEE Dashboard page, the link that u have mentioned is for Application Server, where we can manage the multiple Application Portals.
    and it also doesn't come with Middleware that we are installing for OBIEE.
    so i did get some useful information but not related to my question.
    is there any place in EM(Enterprise Manager) or Console(Admin Console) from where we can manage the Default Portal for OBIEE Users?
    Thanking You..

  • Default the sender name while sending email from discoverer 11g viewer

    Hi,
    Can we put a default value of a sender in the email which are sent from discoverer 11g viewer.??

    Hello
    Yes, you can do this but you have to edit one of the UIX files to do it. The following is taken from my new Discoverer 11h Handbook which will be out later in the year.
    If you want to force users to send Discoverer reports from a prespecified e-mail account, use the following workflow:
    Locate this file: $MIDDLEWARE_HOME/user_projects/domains/ClassicDomain/servers/WLS_DISCO/tmp/_WL_user/discoverer_11.1.1.2.0/<tmpfolder>/war/Email.uix
    NOTE: In my system the name of the tmpfolder was 51oeh7. You may have a different name for <tmpfile> on your system and so may need to do a search for Email.uix.
    Make a safe backup of Email.uix.
    Find the following line and add the information in bold, changing [email protected] with your default email address:
    <contents>
    <messageTextInput required="yes" name="sender" disabled="true"
    tip="[email protected]" columns="40"
    prompt="${uix.data.nls['email.text.sender']}" text="[email protected]"/>
    NOTE:  In the above, you will be replacing text="${uix.eventResult.sender}" with your default email address like: text="myemail.mycompany.com"
    Find the following line and add the line in bold below it:
    <formValue name="event" value="sendEmail" />
    <formValue name="sender" [email protected] />
    NOTE: Make sure the domain name you provide is the same domain you are using for the SMTP server; otherwise, your Discoverer Viewer users will not be able to send e-mail.
    Take a backup of the modified file and place it somewhere safe.
    Stop and restart the WLS_DISCO server in the WebLogic Server Administration Console.
    Notes concerning editing of UIX files:
    Never make any changes without first backing up the UIX file you intend to work on. You need to go slowly and carefully, making backups as you go and trying your modifications on a test system first.
    Any changes you make to a UIX file will not be supported by Oracle, and if you run into any problems with changes you make to a UIX file, you will be on your own, which is why you need a backup.
    If you need future support, you will need to be able to prove that the issue you are encountering is not because of any changes you have made. You will basically need to have a clean instance to prove that the issue is still there.
    Any upgrades or patches that you subsequently apply may overwrite any custom changes that you have made to the UIX files. It will be your responsibility to keep copies of any changes you have made, and it will be your responsibility to make sure these changes are still valid after any upgrade or patch.
    NOTE: I cannot be held responsible if you tamper with your UIX files and mess up your system. You have been warned! That said, there are many examples for editing UIX files on Oracle’s Support site. So long as you are careful and heed the warnings mentioned, you should be fine
    Best wishes
    Michael

  • Install Repository Creation Utility [RCU] for Discoverer 11g

    Friends !
    Please help me in answering below quesitons.
    1. We are implementing Discoverer 11g on Sun Solaris 64 SParc systems
    2. For this i did download software using "edelivery" - Oracle Fusion MiddleWare 11g.
    3. I did installed Weblogic server
    4. But there is no "Repository Creation Utility " for solaris env. Is it mandatory to install Repository Creation Utility for discoverer 11g installation
    our main goal is to install discoverer 11g and integrate with e-business environment 12.1.3
    Please advise on this
    Regards
    VSH

    Please see MOS note 858748.1.
    Section "5. RCU only on Linux x86 and Windows 32 bit"
    This states:
    "Since the Repository Creation Utility (RCU) is only available on Linux and Windows, how can I create schemas in other supported Oracle Database platforms?
    Answer:
    RCU is only available for Windows 32 bit and Linux x86. Run RCU on these supported platforms to remotely access a certified Oracle Database Server (see Certification Guide) by following the RCU User's Guide"
    There are then links to useful information so definitely read that note.
    Regards
    Robin

Maybe you are looking for

  • Itunes "unexpectedly quits" when I plug my ipod in to sync it!

    I'm running Windows Vista, and whenever I try to sync my iPod or open iTunes at that, it 'Unexpectedly quits'. I use iTunes all the time, and it'd be nice to be able to use it again. If anyone has had this problem and has fixed it, mind telling me ho

  • Ability to Receive email@ my personal domain through MobileMe

    I asked my current web hosting service about switching over to have Apple host my domain 2pi.ca so that I could use iWeb at its full power on my website. I was told that I'd loose my two email accounts which currently work @2pi.ca. Does that have to

  • Regarding sql function error  for Hijri date to Gregorian date

    Hi , I want to convert Hijri date format into Gregorian date format . i write the script with  sql function  like this $Hijri_Date = '16/04/1428'; $Gregorian_Date = sql('DS_REPO','SELECT CONVERT(DATE,[$Hijri_Date],131)'); print($Gregorian_Date); here

  • Subcontracting Purchase order with Sales order Reference

    Hi friends, I am facing a problem during GR of Purchase order with Acc. Assignment E and Item Cat L i.e. purchase order is MTO and of Subcontracting. During GR, system is purposing movement type 543 E instead of 543 O for BOM components. Please sugge

  • Problem Photoshop CS2

    When I'm editing a photo, windows utilities close by themselves and the  image disappears. I have to click on the gray background to return  everything to appear. Why does this happen?