"How can I call Drill down report in 10g Without hard code user/password"

Dear All;
Can I get the "Pasword" of the login user in oracle, because I want to use in report, i have get the
User Name and Connecting string already but I can not get the Password. can I anybody tell me
"How I get the Password in Oracle 10g"
Give User Name: = SELECT SYS_CONTEXT('USERENV','CURRENT_SCHEMA') FROM DUAL;
Give DB Name: = SELECT SYS_CONTEXT('USERENV','DB_NAME') FROM DUAL;
BUT how I get the password............???
regards;
Zahid Hussain
Edited by: zahid9999 on Jun 10, 2010 3:04 AM

hi
you can use openDocument for this.
[http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_url_reporting_opendocument_en.pdf]
I would suggest to use variables that build the HTML code for the hyperlinks dynamically, and display them in your crosstab. Set the display option for the related cells (ie. the cells where your variables are displayed in) so that the cell's contents as interpreted as HTML code.
Regards,
Stratos

Similar Messages

  • How can I activate drill down report for planned line items please urgent?

    Hi Everyone,
    Please suggest me how can i activate drill down report for planned line items in internal orders. S_ALR_87012993. Please suggest me, I'll award full points. I am unable to do it in client system, which has already line items. I tried in my sys with new config it is working.
    Kind regards
    Arvey.

    Hi
    It is based on the reports attached in the Report Group - TCODE: GR53
    In the Report Group screen
    Press CONFIGURE – This is to attach any Drill Down reports.
    Press the “Insert Line” icon
    As is the screen may be used to insert a Report Writer report group. To add an ABAP, press “other report type”
    Double click on “ABAP Reports”
    Enter the name of the ABAP and ENTER
    <b>RCOPCA08                       Profit Center: Plan Line Items</b>
    VVR

  • Can we prepare drill down reports in Desktop Intelligence...........

    Hy,
    can we prepare drill down reports in Desktop Intelligence...........
    if we can prepare then how we can do ? please tell me  the steps to prepare drill down reports
    thanks
    ravi

    Take a look at the following guide (I assume you use XI 3.1) in the Chapter "Analyzing Data in Drill Mode"
    http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_desktop_intelligence_access_and_analysis_guide_en.pdf
    Regards,
    Stratos

  • How can i call the certificate selection dialog box from source code?

    How can i call the certificate selection dialog box from source code?
    NB: Of course if i have more than one certificate in the Microsoft Keystore 'My'.
    Thank You in advance

    I found an example of the "TestStand UI Expression Control.ctl" and it works just the way I need it. (check the link)
    Proper use of "TestStand UI ExpressionEdit Control" in LabVIEW http://forums.ni.com/ni/board/message?board.id=330&requireLogin=False&thread.id=10609 
    The "Expression Browser Dialog Box Button" F(x) stays disable while editing the VI, however it become available when the VI is called from TestStand.
    Thank you,
    Hecuba
    Mfg. Test Engineer
    Certified LabVIEW Associate Developer

  • How to collapse a drill down report

    Hi All,
    I have quick question on drill down report. I drill down from year to quarter / month / week and I get correct output. Now our client wants to collapse it back to year level. Is it possible and how?
    Thanks in advance

    Refer to this, it may be helpful
    http://prasadmadhasi.com/2011/12/15/hierarchicalnavigationinobiee11g/
    https://blogs.oracle.com/robreynolds/entry/obiee_11g_new_feature_-_hierar                                                                                                                                                                                                                                                                                                                                                                       

  • How to build drill down reports in 10g

    Hi everybody,
    I want build the reports with drill down option.Can any one help regarding this.
    Also i want to publish that output in Excel sheet.
    Example:
    Monthly Commission Statement FOR <MM/YYYY>
    GAM CODE & GAM NAME :<GAM Code &GAM Name>     
    GAM UNIT CODE:          :<GAM Unit Code>     
    AM CODE & AM NAME     :<AM Code & AM Name>     
    AM UNIT CODE          :<AM Unit Code>     
    AGENT-CODE & AGENT NAME :<Agent Code &Agnet Name>     
    i wnat to drop down list for all those like MM/YYYY,GAM Code&GAM Name......
    Any document for this with screen shots.
    Thanks to all inadvance

    Maybe this?
    http://www.oracle.com/technology/documentation/reports.html
    For Excel report do a search there with 'DESFORMAT= spreadsheet'
    Hope helps you

  • How to attach a drill down report to a form (FDI2)

    Hi,
    I created a report using the "Copy from" functionality in transaction FDI1 copying the standard from SAP to show Due analysis of open items.  I then created a form  (also copied from standard) and adapted that.  But how can I attach that new form to my report ?  If I call up the report in FDI2 I can see at the top of the screen it is attached to the standard form of SAP but I see no functionality anywhere to re-assign to my form.
    thanks
    Hans

    Suresh,
    Hi
    Thanks for the quick response. I think you're right in saying there is no SAP functionality but it seems not logical that it is missing.  So not a bug but an error anyway.  What I did now is to delete the report and form that I had made.  Then in FDI1 created it again but this time without using "Copy from" .  The form is now correctly attached from the start.  I then had to define myself the report characteristics and such but that was ok.  I'll grant points for usefull answer.
    thanks,

  • How can i call a jasper report from a java Application

    Hi,
    i am chiranjit , currently i working in a web based ERP project, in this project as a report building tool we are using JasperReport wih eclipse plugin . in eclipse report's are generating very well but i am unable to call that report from a java application because i have no idea about the How to call a Jasper Report from a Java Application . so please send me the necessary class names, jar files names and programe code as early as possible.
    Chiranjit

    Ahh, kind of a duplicate thread:
    http://forums.java.sun.com/thread.jspa?threadID=631642
    @OP. You could have clarified your original post and the relationship of your question to java. You did not need a new thread.
    � {�                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How can I modify data from a Transparent Table without ABAP code.

    Hi,All
    How can I modify data from a Transparent Table (like TCURR),  and important thing is I want do all that with no ABAP code here. It is like that we always do that in a Oracle database use TOAD or PLSQL third party tools, with no script code here.
    I had fond that there is a way can do that:
    1, type 'se11',and Display Database table 'TCURR', click Contents, then click Execute to display all data
    2, type '/h' and let debugging on
    3, select one of this data then click 'Display',enter in debugging system.
    4, then make a breakpoint in the code. But... display a dialog let I type a 'ABAP Cmnds', I want to know what can be type in for that?
    and, My system is ECC6.
    thank you all
    Edited by: xuehui li on Aug 20, 2008 6:30 PM

    Hello,
    Your approach (with Vijay's suggestion) MAY work.  However, depending on how tight security is at the company that you are working at you may or may not be able to acutaly change the value of the SHOW field to EDIT.  This will be especially true if you are working in a Production environment.  Vijay's other comment is true as well.  This is not a recommended approach to change data (especially data with a financial impact like TCURR) in a production environment.  The auditors will not be impressed.
    Explore the option of a maintenace view or look at tcode TBDM to upload a file which includes daily rates from providers like Reuters or try tcode s_bce_68000174 which is a maintenance view on TCURR.
    Regards
    Greg Kern

  • I locked my volume level, and forgot the code to unlock it, so how can i get my volume back to normal without a code??

    About four years ago I set the volume lock on my ipod to half way up. To do that, you enter a four number code. I decided to change the code one day, and then ever since then i can not remember the code. I would like to remove my volume lock from half way, so that i can turn it up to max volume, but to do this it is asking for the old four number code, which i don't remember! So how can i take this volume lock off without knowing the code??? I tried to reset all settings, but that did not remove the volume lock. Please help me figure out how to achieve full volume level!
    Thanks.

    See here: Restoring iPod to factory settings
    B-rock

  • How can i call the xml report from oaf page

    Dear all
    i have oaf page in that page i need to call xml report from that oaf page
    how is posible.
    Regards
    Sreekanth

    refer this link http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework
    --Prasanna                                                                                                                                                                                                                       

  • How can I call a COM object from a PL/SQL CODE

    Hi everyone,
    Does anyone know how to call a COM object from a stored procedure in oracle.
    a sample of code
    please help,
    Hilaire

    Are you familiar with external procedures? Basically, you can expose functions exported by a shared library (i.e. a DLL on Windows) to the Oracle database. My assumption is that you'd probably need to write a wrapper DLL around the COM object, since I believe you can only pass fundamental data types back and forth (i.e. no object references). You'd expose the method(s) of that wrapper DLL to the database via external procedures.
    Justin
    Distributed Database Consulting, Inc.
    www.ddbcinc.com/askDDBC

  • How can I add an iPad to Apple Configurator without losing the user's settings, folders, etc?

    When attempting to add an iPad that has already been in use (for some time) by a particular user into Apple Configurator, I end up having to either wipe the iPad entirely as if it is a new iPad, or restore the user's settings and configuration from iCloud during mini-setup. It seems to be one choice or the other.
    Is there a way to add the "old" iPad into Apple Configurator for management purposes yet still be able to restore the user's settings from iCloud? That is - items like: folders, pictures, email settings, app data?

    nsdjoey wrote:
    theAntioch wrote:
    This isnt true. Connecting an unsupervised device to configurator and supervising it will wipe the device, there is no way around that. You can attempt an iCloud restore from here, but anything not backed up prior to supervising the device will be erased when supervising it. I have never tried to restore data from an unsupervised iPad so I have no clue if everything will come back.
    Let me clarify... You can successfully restore an iCloud backup of an unsupervised iPad to a new (i.e. different) iPad and have it Supervised with data intact. The process below will allow Configurator to Supervise a device without wiping it when an iCloud backup from a different unsupervised iPad is restored to it.
    Try it… Get 2 new unsupervised iPads… we'll call them iPad "A" and iPad "B." Take iPad "A" and install a few apps, take a few photos, change the background, create a new document in Pages, etc. Run an iCloud backup of iPad "A" using your Apple ID. This is our unsupervised backup of iPad "A."
    Now take new unsupervised iPad "B" and start running through the setup assistant. When you get to the restore screen, choose to restore from iCloud backup. Log in with your Apple ID. Select the backup for iPad "A." The backup will restore and then the iPad will restart. Once it restarts, you get to a "Hello" screen on the iPad. At this point, plug the iPad into your Configurator computer. On the Prepare screen, turn Supervision ON and select "Don't restore backup." Click Prepare.
    Configurator will not wipe the iPad. It will run through the supervision process but not wipe it. Once complete, you'll see that iPad "B" is now exactly the same as iPad "A", but if you go to Settings -> General -> Profiles on iPad "B" you will see a Supervision profile installed.
    The key here is to use a different iPad from the originally backed up iPad. You can't restore the backup of iPad "A" to iPad "A" again and supervise it without wiping it. But you can take the backup of unsupervised iPad "A" and restore it to iPad "B" and retain apps, data, and settings of iPad "A" but with the Supervision profile.
    Hope this clarifies things!
    ~Joe
    I see where your going with that. I dont have any way to reproduce this scenario in my environment, but I will take your word for it that this works. I have only ever plugged in an unsupervised device to configurator and gone through the setup, which always wipes the device. If your saying theres a way around that you should give that a shot OP.

  • How can I lock people out of my computer without signing off User?

    I'd like to keep an application open 24/7, but also keep people off computer when not here,
    if I log off my user (the logical way to keep people put of my stuff) the app closes.
    thoughts?
    roger

    There are a couple of solutions:
    1) Make a second user account, enable fast user switching, and switch to the second account when you leave the computer. This allows others to use the machine without affecting the applications that are still running in your main user.
    2) In the Security settings, require a password to wake the computer or disable the screen saver. Then, set up a screen saver to go on when you hit a certain key or move the mouse to a corner of the screen. Then only someone with your user credentials can get into the machine.
    bd

  • How to create drill down reports

    pelase help me step to create drill down reports
    Find the manager and their employees Manager names are abc, def employees are abc manager employees are john, lilly.
    def employees are mark,syam
    How can i acheive below format.
    abc-manager
    John
    lilly
    DEF--manager
    Mark
    Syam
    Pelase help me
    Edited by: 893185 on Jun 7, 2012 3:36 PM

    >
    After 213 posts you should have a real handle instead of "893185". Please edit your profile with one as a matter of urgency.
    pelase help me step to create drill down reports
    Find the manager and their employees Manager names are abc, def employees are abc manager employees are john, lilly.
    def employees are mark,syam
    How can i acheive below format.
    abc-manager
    John
    lilly
    DEF--manager
    Mark
    SyamSounds like homework.
    How to Create a Drill Down Report
    Don't see the relevance of this format to "drill down reports". What is drilling down to where?

Maybe you are looking for

  • Updating a HashMap Concurrently

    Hi I am using a thread with a LinkedBlockingQueue to read updates from a service and push the data into a LinkedBlockingQueue. For each of these update I want to retreive the corresponding record from a HashMap make some calculations on that record a

  • Connecting SD and CRM servers

    Hi, I am new to SAP CRM, i have installed R/3 4.7 in one laptop and SAP CRM 4.0 in another laptop. is there any possibility to connect these two servers for the transfer ? if yes, wht is the necessary steps for these connections. please note that the

  • Where can I download CourseBuilder for Dreamweaver CS4?

    I downloaded what I thought was the CourseBuilder extension for DW CS4. However, I don't see all the question types that there are supposed to be. The only types that appear are multiple choice, drag and drop, explore, and text entry. I believe there

  • SpeedFan

    Is there any way i can change what it displays in the sys tray like instead of it showing my Sys. temp have it show my CPU temp? It also displays my system temp. as "-35", any way I can get rid of the "-" or what does it mean?

  • Log the SQL parameters used by ORM

    Hi Everyone, I have read Rupesh's blog post; http://www.rupeshk.org/blog/index.php/2009/07/coldfusion-orm-how-to-log-sql/ and have appropriately changed the log4j setting ### Also log the parameter binding to the prepared statements. log4j.logger.org