FR Reports developed with Admin ID

Hi All,
The FR Reports developed using Planning connection with Admin User ID will have issues when a regular user ID tries to access report.... any id other than admin cannot see data at the top of Entity, Scenario, or Version.....IS it correct..........
Reports developd with essbase connection dont have these issues..
Is it correct....Do we need to develop reports using regular ID
Appreciate your clarifications

Hi,
You must give access right to the FR Report... I do it in Workspace directly.
Regards

Similar Messages

  • Is there any help for ALV report development with  funcation modules?

    Hi,
    please tell me any help or example to understand the ALV function module.

    Hi neha,
    1. very simple alv
       (with minimum code)
    2. just copy paste
    3.
    report abc.
    TYPE-POOLS : slis.
    DATA : alvfc TYPE slis_t_fieldcat_alv.
    DATA : alvfcwa TYPE slis_fieldcat_alv.
    data : begin of itab occurs 0.
            include structure usr02.
    data : end of itab.
    START-OF-SELECTION.
      select * from usr02
      into table itab.
      CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
        EXPORTING
          i_program_name         = sy-repid
          i_internal_tabname     = 'ITAB'
          i_inclname             = sy-repid
        CHANGING
          ct_fieldcat            = alvfc
        EXCEPTIONS
          inconsistent_interface = 1
          program_error          = 2
          OTHERS                 = 3.
    Display
      CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
        EXPORTING
          it_fieldcat   = alvfc
        TABLES
          t_outtab      = itab
        EXCEPTIONS
          program_error = 1
          OTHERS        = 2.
    regards,
    amit m.

  • We have report developed with VS 2005, is it possible to deploy it to BOE?

    If we use Crystal Report for Vistual Studio 2005 to develop the report, includes RPT file and the logic to get the data(c# code). Is it possible to deploy it to BOE server XI?
    If we use Crystal Report XI to design the RPT file, is it possible to get the result set by calling .Net method included in a assembly?

    BI scheduler can only schedule BI Publisher reports. You will have to convert the rpt files to bip report to use the scheduler.

  • Unable to see options in reporting services with admin account

    
    I have sysadmin access to the sql server but i am unable to access the reports which i am using earlier. recently i have updated the server sp4 on current sql sever 2005.
    how to re-enable the  access to the reporting server. please help me.

    Hi RoyalM,
    According to your description, you are using windows domain account which has full access to report manager, but you couldn’t see any folders in the page.
    Based on my research, this is because of User Access Control. Windows Vista, Windows 7, Windows 8, Windows Server 2008 and Windows Server 2008 R2 operating systems limit the overuse of elevated permissions by removing administrator permissions when accessing
    applications. Because the noted operating systems limit permissions, members of the local Administrators group run most applications as if they are using the Standard User account.
    If you are executing the report locally, we can Run the Internet Explorer (IE) as Administrator. if the folders still are no shown, we can add the report manager to Trusted sites zone to solve the issue.
    If there are any other questions, please feel free to ask.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Issue with Reports Developer?

    I am using Reports Developer 6i which worked good for few days and snow when I clicked on it, It prompts to open but it gets minimized in task bar. When I tried to click on it it never pops up. Can some one help me with a solution. Thanks in Advance

    Issue got resolved. I just right clicked on Report builder and clicked on properties and Clicked on maximize from normal windows and it popped out

  • First Day with SAP ABAP Report Developement.

    Hi all ..
    I am going to start my career after a year struggle...Advice me how to work with real time system, what are the initial things to consider...Most importantly what are the things SHOULD NOT BE ASKED or done....
    I am selected for Report Developement...plz guys let me join with u... plz advice and i expect u guys will make it happen....

    Hi,
    All the best for your future,
    Even my situation was the same, i mean i just have 1 year of development experience.
    I can say you to work on performance use the extended program check , ABAP test cockpit (if configured ), and code inspector.
    Try to learn the functional flow of the business process, it will help you in getting the indepth knowledge, and hence will maintain your interest.
    Try to be thoroughly learn your development guidelines (standards ), that are specific to your company.
    Regards,
    AnkitMahajan

  • Crystal 10 Reports fail with error: "Load Report Failed"

    Hi,
    this seems to be a mystery. A client has Crystal 10 reports run from a Visual Studio 2003 application  (.NET 1.1) running fine on and old server.
    Once the .NET application is installed on a new Windows 2003 server, all Crystal 10 reports fail with the error message: "Load report failed" Source: CrystalDecisions.CrystalReport.Engine.
    I set the worker process in the application pool to "system admin" and all Crystal reports failed. I had thought it was a security issue. I even removed Crystal 10 and installed Crystall XI Developer Edition and all reports raised the exact same error message from CrystalDecisions.CrystalReport.Engine.
    Crystal does call the stored procedure to retrieve the data but cannot load the PDF. I have used 3 different physical servers, one Win 2003 64-bit and two Win 2003  32-bit and get the same error.
    Help!
    Thanks

    Hi Mak,
    It seems that you are having issue with SDK's.
    Post your question in  Business Objects SDK Application Development  ->
    .NET Development - Crystal Reports Forum.
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all SDK's queries remain in one place and thus can be easily searched in one place.
    Thank you for your understanding,
    Shweta

  • Report Developer Control Of Applying Hints to Analytics Queries

    There are numerous ways to apply hints to the queries generated by Analytics:
    - Table level
    - Join level
    - Evaluate calculation
    Each has its advantages and drawbacks.
    - Table level: applies the hint to every query that references the table.
    - Join level: applies the hint whenever the join is used in the query.
    - Evaluate: allows the report developer to include a hint, but can't control where Analytics decides to apply the hint.
    I propose another method for the report developer to apply hints, when needed, that uses join level hints. All the report developer
    does is add the hint column to the Answer or add a filter based on the hint column to the Answer to apply the hint.
    Setup
    NOTE: I suggest you do consistency checks along the way, especially before starting work in the next Layer, to be sure that all setup errors are resolved early.
    1) Start by defining a Logical SQL table in the Physical Layer using the following SQL: Select 1 Hint from dual
    2) Alias this table for each hint to be defined for report developer usage. As an example, alias the hint table, creating
    No Star and Parallel alias tables.
    3) Join each alias to the physical layer fact tables, using a complex join, where the hint could be applied. In the Join definition screen, put the hint in the HINT field and enter 1=1 for
    in the Expression section. Yes, we are creating a cartesian join between the hint and the other joining table. As the hint table always returns one and only one row, there
    is no effect on the rows returned by the query. For No Star, you
    put NO_STAR_TRANSFORMATION in the Hint field. For Parallel, you put PARALLEL(<physical table name>, default, default), where the physical table name
    is the name of the actual database table, not the name of the alias table (Analytics will put the alias in the place of the database table name
    when it generates the SQL). Additionally, for hints that have no parameters, you only need to join it
    to the Fact tables in a query and not necessarily the dimensions. If you include fields from multiple fact tables, the hint will be applied
    for each fact table. So, you may see the hint multiple times in the SQL (something like SELECT /*+ NO_STAR_TRANSFORMATION NO_STAR_TRANSFORMATION */ t00001.col1...)
    4) Add the hint alias tables to the BMM Layer.
    5) Rename the Hint field in each of the BMM hint tables to identify the hint being applied. For No Star, change the column name from Hint to No Star Hint. For Parallel,
    change the column name from Hint to Parallel Hint.
    6) Set the hint column as a key.
    7) Join the BMM hint tables to the appropriate fact tables, using a complex join.
    8) Define each hint table as a dimension.
    9) Set the Logical Level in the Content tab in each of the sources of the joined tables to use the Detail of the hint dimension.
    10) Create a folder in the Presentation Layer called Hints
    11) Place each BMM hint field into the Presentation Layer Hints folder.
    To apply a hint to your Answer, either add the Hint field to your Answer or create a filter where the Hint field is equal to/is in 1 (the number one). Check that the SQL generated
    contains the hint, in Answers, go into Administration, Session Manager, and view the log for the user (the user log level will need to have been set to 7 to see the SQL generated).
    Use of hints in more complex setups can be done by performing a setup of the hints that is parallel to the fact table setup. As an example, if you specify fragmentation content and a where
    clause in your BMM for your fact tables, you would setup parallel physical layer hint tables and joins, BMM objects and joins, fragmentation content, and where clauses based on the
    hint tables (only hint tables are referenced in the where clause).
    As any database person knows, hints can either help or degrade the performance of queries. So, taking the SQL of the pre-hint Answer and figuring out which hints give the best
    performance is suggested, prior to adding the hint fields/filters to the Answer.

    Hi Oliver,
    I would suggest you to have a look at the below WLST script which would give you the required report of the active threads and it would be send an email too.
    Topic: Sending Email Alert for Threads Pool Health Using WLST
    http://middlewaremagic.com/weblogic/?p=5433
    Topic: Sending Email Alert for Hogger Threads Count Using WLST
    http://middlewaremagic.com/weblogic/?p=5423
    Also you can use the below script in case of the stuck threads, this script would send you an email with the thread dumps during the issue occurred.
    Topic: Sending Email Alert For Stuck Threads With Thread Dumps
    http://middlewaremagic.com/weblogic/?p=5582
    Regards,
    Ravish Mody

  • SQL Reporting Services with Java EE

    I have developed a Java application for calling the SQL Reports. A couple of reports are made in the server. This SQL Reporting server is deployed and the client is made in the java using Werb services. Whenever a search is done from the Java application, reports are displayed on the JSP page using the web service methods. But the problem is the entire report is displayed. Is there any way to display the report based on the particular item search. Suppose, if search is made on "Australia" in the coulumn Country, the report should contain only Australian related data. Currently the search is based on the report name itself.

    bobz wrote:
    jschell wrote:
    bobz wrote:
    Is there any book on SQL Reporting services with Java
    [http://www.javaworld.com/javaworld/jw-01-2005/jw-0110-sqlrs.html]
    This looks hopeful.I have already developed a java EE for calling reports with the help of ---"MSDN Virtual Lab: Implementing SQL Server Reporting Services with a Java Enterprise Edition (EE) Application (ID:1032315323)". Now I need to find out the parametrized reports(passing parameters to the report calls and more customization using java). In .NET, reportviewer controller is available for this purpose. I want to achieve the same type of thing using java.The protocol of controlling the Report Server is a feature of the Report Server.
    To control it you learn the protocol. To use it you program it in java.
    The first has nothing to do with java. The second obviously does.

  • FOD schema installation with tutorial Database Development with JDeveloper

    I followed the instruction online at http://www.oracle.com/technetwork/developer-tools/jdev/index-095536.html to install FOD schema. Errors displayed when call "run ant target -> buildall" were below:
    populateImages:
    [java] 2010-9-26 14:56:01 oracle.as.jmx.framework.LoggerHelper log
    [java] SEVERE: Error initializing the JMX FRamework SPI "oracle.as.jmx.framework.standardmbeans.spi.JMXFrameworkProviderImpl"
    [java] java.lang.reflect.InvocationTargetException
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java]      at java.lang.reflect.Method.invoke(Method.java:597)
    [java]      at oracle.as.jmx.framework.PortableMBeanFactory.initializeSPI(PortableMBeanFactory.java:1895)
    [java]      at oracle.as.jmx.framework.PortableMBeanFactory.initializePlatformSPI(PortableMBeanFactory.java:1851)
    [java]      at oracle.as.jmx.framework.PortableMBeanFactory.init(PortableMBeanFactory.java:1831)
    [java]      at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:207)
    [java]      at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:215)
    [java]      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [java]      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [java]      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [java]      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    [java]      at java.lang.Class.newInstance0(Class.java:355)
    [java]      at java.lang.Class.newInstance(Class.java:308)
    [java]      at oracle.mds.core.MDSInstance.lookupMBeanServer(MDSInstance.java:2061)
    [java]      at oracle.mds.core.MDSInstance.checkMDSDeployStatus(MDSInstance.java:950)
    [java]      at oracle.mds.core.MDSInstance.<init>(MDSInstance.java:1692)
    [java]      at oracle.mds.core.MDSInstance.<init>(MDSInstance.java:1666)
    [java]      at oracle.mds.core.MDSInstance.findAndStoreMDSInstance(MDSInstance.java:1962)
    [java]      at oracle.mds.core.MDSInstance.getOrCreateInstance(MDSInstance.java:507)
    [java]      at oracle.mds.core.MDSInstance.getOrCreateInstance(MDSInstance.java:470)
    [java]      at oracle.adf.share.config.ADFMDSConfig.getDefaultMDSInstance(ADFMDSConfig.java:436)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    But still got message - "BUILD SUCCESSFUL" at the end. Does anyone know how to solve this problem?
    My intention of performing FOD schema installation was to follow the tutorial "Database Development with JDeveloper" at http://st-curriculum.oracle.com/obe/jdev/obe11jdev/ps1/databasedevelopment/obe_%20databasedevmt.htm. But I stopped at the last topic "Creating and Debugging PL/SQL Objects in the Database" ->"Running a SQL Script to Create an Object Type" when trying to create a object using script on the page.
    This is the script:
    ------------------------------------------------start
    REM
    REM Create object ORDER_ITEMS_REC
    REM
    CREATE or REPLACE type ORDER_ITEMS_REC as object
    ORDER_ID NUMBER(15),
    LINE_ITEM_ID NUMBER(3),
    PRODUCT_ID NUMBER(15),
    QUANTITY NUMBER(6),
    UNIT_PRICE NUMBER(8,2),
    CREATED_BY VARCHAR2(60),
    CREATION_DATE DATE,
    LAST_UPDATED_BY VARCHAR2(60),
    LAST_UPDATE_DATE DATE,
    OBJECT_VERSION_ID NUMBER(15)
    show errors;
    --------------------------------------------------end
    and the error message I got was
    ------------------------------------------------start
    Error report:
    ORA-01031: insufficient privileges
    01031. 00000 - "insufficient privileges"
    ------------------------------------------------end
    I was wandering whether the error of FOD installation could cause the error of the tutorial?
    Any response will be appreciated.

    1. you dont have to insall Oracle database at the BO machine side, you just need any database to hold the BO repository.
    2. you cant connect directly using BO, only Crystal reports can connect directly to R3 database, you need to have a BW in between.
    extract your data into the BW, and let BO connect to BW using the BO integration kit for SAP solutions.
    3. no you dont have to have 3 different machines, using one BO machine you connect to them all, but you may need build a  BO environment, (Development, Production servers)
    good luck

  • FUNCTIONAL SPEC FOR ABAP REPORT DEVELOPMENT

    Hi There,
    Can someone please help with a sample of Funtional specs for ABAP Z report development that i could give ABAPer.
    You can scrub the report for names cof company and other personal info, i just want to see what is essential and what is not essential and the presentation.
    Please you can send to my email [email protected]
    Thanks

    Hi,
    Functional Specification  is written by the functional consultants to give to the ABAPers where there will write technical specifications to meet the requirement.
    Regarding your issue, u have to first know
    whats the requirement is
    when to start with either T.Code and
    at what field
    who are authorized to do that
    How we do that
    How this integrated with other modules
    what implications it is going to reflect in other modules
    the approval from the repective supervisors
    and finally viewing the output
    and rectifying the same after going through the technical requirements.
    Mohan
    Award pointsif it helps.

  • Request for sample reports developed using report designer

    Hi All,
    Request for sample reports developed using report designer.
    Thanks

    Ramesh,
    right now there really is no way to solve what you are looking for.  There partial solutions, but you will not be able to force a page break in a dynamic report.
    Here is what I have faced, and what I have come up with so far:
    I have a series of reports that have the same column heading, but spread over 5 pages in a fixed structure.  I need to be able to re-use the header and the general report design with 6 reports.  Here is my solution:
    1. Create an outline of the report.  I did all the formatting by creating a report section for each page.  You can force page breaks between the pages.  Upgrade to patch 1502 (came out last week) and you will see some new functionality (such as fit to page, page numbers, etc).
    2. Insert all you page breaks and do all the formatting.
    3. Insert an infoprovider.  Once in, you can just drag and drop the key figure cells into your formatted report.
    4. Create additional modification for formatting as needed.
    This fixes my problem (for now), but I had to do a lot of work to come up with this.  Also, the latest patch (1501 and 1502) has created an issue for me - there is a null exception when I try to use a variable or a filter value in the report body - I can't save the report.  I have an OSS message out, but our BASIS guys are going to be taking the lead on troubleshooting this.
    The reason that you are seeing some customers on the new pages is probably because of "how the cookie falls" - they just fit that way.
    I am trying to be positive and overcome the limitations that are in place right now. If my technical issue is solved, I would recommend upgrading to the new patch (1403 is the latest stable one in my opinion)
    good luck
    Pavel

  • Run Web Layout in Reports Developer not working properly

    I created a simple tabular report on hr.employees. It runs fine for the "Run Paper Layout" button. When I click "Run Web Layout" I get an IE browser window with the following:
    404 Not Found
    OracleJSP: java.io.FileNotFoundException:
    Set the init-param debug_mode to "true" to see the complete exception message.
    I do not know where to 'Set the init-param debug_mode to "true"'
    I'm using windows XP
    My "home" for the 10g Developer Suite is I:\DevSuite10g
    My "home" for the 10g Rel2 database is I:\oracle\product\10.2.0\
    I can navigate to http://mycomputer:8890/reports/rwservlet and see the
    "OracleAS Reports Services - Servlet Command Help" webpage
    I'm not using Oracle Application Server software.
    Please Advise........Mark

    Sure, here is the note.
    Subject:  Running JSP Report in Builder returns: Error: 404 Not Found Oraclejsp: Java.Io.Filenotfoundexception
      Doc ID:  372624.1 Type:  PROBLEM
      Modified Date :  07-JUN-2006 Status:  MODERATED
    In this Document
      Symptoms
      Cause
      Solution
    This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process, and therefore has not been subject to an independent technical review.
    Applies to: Oracle Reports Developer - Version: 10.1.2.0.2
    This problem can occur on any platform.
    Symptomso The loss of functionality
    Cannot test jsp using Run to Web Layout button.
    o The sequence of events
    Open a report in builder.
    Click on Run to Web Layout.
    Browser shows 404 error.
    o The significance of loss
    Cannot test reports in builder.
    o Include specific error messages (error number with syntax)
    404 Not Found
    OracleJSP: java.io.FileNotFoundException:
    Set the initialization parameter in debug_mode to "true" to query the complete exception message.</HT
    o What IS working
    Paper layout reports work.
    CauseA space in the name caused the URL call for the jsp not to be valid.
    When the URL is generated, the space is treated as the need for a new parameter.
    EXAMPLE
    JSP name: 'my test.jsp'
    Builds the following URL:
    http://server:3000%2Fmy+test000203332.jsp?frombuilder=yes&validatetag=yes&JSPRUN=Yes
    While the following name without a space produces a good URL
    JSP name: 'myname.jsp'
    http://server:3000%2Fmyname000203332.jsp?frombuilder=yes&validatetag=yes&JSPRUN=Yes
    Note that the '+' is not in the good URL.
    SolutionTo implement the solution, please execute the following steps:
    1. Rename you report from my test.jsp' (with space) to 'mytest.jsp' (no space)

  • Need to find the table of RV45A-ETDAT for Report Development

    Hi Everyone,
    I need to bring a field on a custom report - 'First Date' in the Sales Order at item level.
    It is populated with a structure RV45A and the field is ETDAT.
    Apparrently this field is not directly stored in the sales order related database table like VBAP.
    Kindly advise on how to find 'from where to pick this field value' for a custom report development.
    Thank you very much for your help.
    Hemant

    Hi,
    The field ETDAT field is not stored in any SAP Table.
    Probably the field ETDAT in your structure RV45A is populated with data at runtime and that data might be reassigned to some other field.
    You can check the same only in debugging the standard code of that transaction.
    Reward if helpful.
    Warm Regards
    R Adarsh

  • PDF Export Output in Crystal Reports Developer 10 vs. Crystal Reports Developer XI

    <p>Hi -- First post here, so forgive newbish behavior (at least for today)</p><p>Quick question:</p><p>Why does my output differ (margins and image size) for the same report exported to PDF via Crystal Reports Developer 10 vs. Crystal Reports Developer XI?  It&#39;s the same report with the same data and same design.  When XI is compared to 10, the output in XI seems to remove an extra 1/4-inch on the left, right, top, and bottom margins and makes my images shrink by about a factor of 25%.</p><p>While not the end of the world, it would be nice to get an explanation as to why this happens.</p><p>Thanks in advance,</p><p>Amasis</p>

     I personally haven't noticed that myself but I'm sure it will have been reported to Customer Care if it's a more persistent issue. Have you tried looking this up in the Knowledge Base?
        - Kathryn Webster (Report Design Consultant)Â
               Kat&#39;s News: http://diamond.businessobjects.com/blog/279

Maybe you are looking for