Perfomance Report Writer iView EP6.0 SP11

Hi Guys.
The Performance of our Report Writer iViews (e.g. one called "Cost element report by Project") are running very slow. When e.g. this report is displayed in the portal it takes approximate 35 sec. when the user presses the next page button in the report writer iView.
Do anyone have similar experiance's and suggestions to performance improvement of Report Writer iViews?

Hello Sagar,
You have to write an application in that u have to use the follwing code
<i>Step 1:</i>
import the Files like
<b>import com.sap.security.api.IUser;</b>
<b>IPortalComponentRequest request = IPortalComponentRequest)this.getRequest();
IUser usrSO =request.getUser();
strSOID = usrSO.getUniqueName();</b>
<i>Step 2:</i>
Create a table at DB with the fields like userid Time and required filelds...
<i>Step 3 :</i>
Deploy your application and create a iview from PAR
then create a invisible iview or attach the iview at the end of the page and attach this in every user role
when the user logged in auto matically his ID will stored in the DB..
Try to attch this iview in visible mode into System Admin role ..see the Number of users logged in
But u have to write a efficient application for this
Don't forget to award points ....
Sreedhar G

Similar Messages

  • Copy Paste of Report Writer iViews "Change description"

    Hi. I have mad a copy paste of some report writer iViews. Even though I change the Description and name of the copied iView (in the Property Category info area)it still keeps the original description in the Portal catalog. How can this be changed?
    BR Kurt

    Hi. It is EP6 SP10 see more details below.
    Portal: 6.0.10.1.0
    EP 6.0
    Support Package 10
    Patch 1
    Hotfix 0
    SAP J2EE Version and Patch Level:
    J2EE Version: 6.40
    Patchlevel: 88028.313
    JDK Version:
    java version "1.4.2.06"
    Best regards Kurt

  • Report Writer (GR55 Txn) reports via Web Dynpro

    Hello,
    Has anybody been able to run Report writer reports but render the output in a webdypro?
    Basically I am looking for a way to run the report but capture the data output and render it on the Web.
    regards,
    Atul Kulkarni

    Bala,
    We want to use the portal to publish the reports too but NOT in SAPGUI on the web.
    We were actually able to get it to work with an SAPGUI iView or "SAPGUI HTML" iView.
    However we want to capture the output of the report writer reports and render them in ABAP or JAVA webdynpro technology.
    Our Top Management does not like anything that resembles SAPGUI.
    How did you all do it?
    regards,
    Atul

  • Accessability issue in Report Writer report in EP7.0

    Hi All,
    I have a requirement as stated below, where i have to create the Transaction Iview for the Report which is created using the Report Writer.
    Report Writer report in ECC5.0 is getting displayed in MS-Excel in R/3 system, but when I tired to access the same from EP7.0 the report is displayed in plain graphic - Is there any specific setting I have to set in order to get the report displayed in MS-Excel format in EP7.0.
    If anybody has done this type of iView, please assist me.
    Regards,
    Vijay

    hi,
    can you use NODIM functionality and see .
    Ravi

  • GR55-Report Writer output

    Hello Experts,
    I have a requirement to get the output from Report writer (GR55) and send it as an XML attchment in a mail to receipient.
    I have used the SUBMIT statement to access the GR55 in my Custom coding. I could find an option in GR55 to export the output in HTML format to SAP Memory. I am accessing this memory to read the output and send it as mail.
    But my requirement is to send this output as XML attached. Can you please suggest me the possibilities of achieving this?
    Thanks
    Dhurga

    Bala,
    We want to use the portal to publish the reports too but NOT in SAPGUI on the web.
    We were actually able to get it to work with an SAPGUI iView or "SAPGUI HTML" iView.
    However we want to capture the output of the report writer reports and render them in ABAP or JAVA webdynpro technology.
    Our Top Management does not like anything that resembles SAPGUI.
    How did you all do it?
    regards,
    Atul

  • Error generating report in Report writer (GR214, short dump)

    Hello
    We are making a report in GGR2. When generating the report group, we have dump with error:
    Short text of error message:
    Internal error.: SAPMGRW2, Include: MGRW2F20, FORM: GEN_DATAFI
    ELD.
    Long text of error message:
    Technical information about the message:
    Message class....... "GR"
    Number.............. 214
    Variable 1.......... "SAPMGRW2"
    Variable 2.......... "MGRW2F20"
    Variable 3.......... "GEN_DATAFIELD"
    Variable 4.......... " "
    I have generated as well via GR52 with the same result.
    The report i try to generate has about 500 lines, uses a number of existing sets and has simple formulas in it. When i restrict the number of rows to say 400 I donu2019t have the issue. Is there a restriction to rows in report writer?
    Thanks for your help
    Kai

    Hi,
    The error you are receiving could be caused by a large number of row blocks in your report definition, (you can check the report definition with report RGRRDC00). A report should not contain too many row and column blocks. It is not possible to give an upper bound for the number of row blocks (since the length of the coding depends on other parts of the report as well). However, even a complicated Report Writer or Report Painter report should not contain more than 50 row blocks, and reports with more than 100 row blocks should not be defined.
    In this case the report(s) have to be redefined. Please also refer to the note 387916 for further information regarding this issue.
    When there are more than 30 variables in a report, please have a look at the note 332091.
    Please reduce the number of row blocks in the report by using the function 'Edit' -> 'Rows' -> 'Explode' in the Report Painter
    definition. This function enables several rows to be created for one row block (in the Report Painter definition one row block is just one row). Report Painter (and Report Writer) are designed to display hierarchical reports where the rows in the few row blocks are built up using the 'Explode' function.
    regards
    Waman

  • How to create the Set ID for report writer

    Hi
    I am suppose to create the Set id . Please suggest me the t-code etc for creating set id.
    Thanks
    Shiv

    transaction for  creating the set ID GS01
    further, the menu path  in the application menu is
    information system->Ad Hoc Reports ->Report Painter ->Report Writer ->Set
    if helpful, plz assign point as way of thanks

  • Report Writer Excel integration

    I have a serious issue here that I am unable to resolve in report writer or painter.
    I want the report to export to excel with some formatting.
    The formatting that I want is that.
    My report has 1 row of profit center which is variablized for user selection, when a user wants to see a report for a certain range of profit centers, he will enter that in the selection criteria, the report comes out looking fine how I want it but when I turn the excel integration on , I want all the profit centers that were selected in the selection screen to appear in a seperate tab in excel..
    So one tab per profit center chosen , How do i do that?
    please help, urgent.
    thanks.

    Hi,
    Use section option,
    Edit--- sections-New section (with profit center range).
    Thanks
    Jagannadh

  • Modifications in Transaction  S_ALR_87013611( Report Writer )

    Hi Gurus,
    I have a Standard transaction S_ALR_87013611 which in turn calls the transaction KSB1.This former transaction is developed using report writer. The Issue is that when I give Cost Center Values twice in the selection screen with multiple values , I get two cost centre values with same number and the corresponding values are added.So I need to restrict the Cost Centre values in the selection screen to unique values.And for that I need to modify the report . So if anyone have ever worked with report writer or report painter, please tell how to modify the report and add our own coding as in the case of ABAP Query.
    Thanks in advance.

    Thanks for not replying...I have found the solution myself

  • Error message in report writer when add new selection filed?

    Dear All,
    I wanna add a new selection field cost element group and cost element to a report in report writer. I key in GR52 and click the general data selection. I select the set variable &1KSTAR to enter into the set ID. But it shows me the following message:
    Set cannot be used in Selection:
    Message no. GR807
    Diagnosis
    You are trying to use a set in report maintenance.
    The set cannot be entered in the report definition for any of the dimensions for which the set could be used.
    The following error message describes why the set cannot be used for all the dimensions for which the set can be used.
    System Response
    The set will not be entered in report maintenance.
    Procedure
    Choose an appropriate set.
    What does it mean? I have tried other set variables but sitll gave the same message.
    Thank you and good day.
    Emma.

    At the same time, it gave me a green light message saying:
    Characteristic Cost Element is already used in a row
    Message no. GR465
    Diagnosis
    The characteristic Cost Element is already being used in a report row block and therefore cannot be used in a different part of the report.
    Technical note:  The field name for characteristic Cost Element is KSTAR.
    Does it mean I have used the cost element in the report and blocked the cost element so that I can't use it in the selection screen? How can I solve this by not changing the report or should I change the report?
    Thank you and good day
    Emma

  • Report Writer Issue

    Hi Gurus,
    I have created report ZTEPCA12 with report writer .When i check the syntex i am getting the error.
    The key figure cell ZTEPCA12 has not yet been defined
        Message no. GR687
    Can any one please tell me where do i need to define this.
    Thank in advance

    Hi,
    Go into GR32, select the report you have created in change mode.  Go to the columns, and view the key figure set.  In there you would have defined a set of key figures, which are basically value fields.
    The reason for the error could be that you have entered a key figure set there but not defined the set with the key figure fields or you would not have entered a key figure set in the report itself.
    Go into GS02 and enter the set name and include the key figures in the column From value from the table defined in the set.
    If the set does not exist then create a key figure set with key figures.
    Cheers.

  • Error when running a report writer

    Hi,
    I am getting an error ("Internal error: More than 999 GREP blocks were requested") when running a report writer.
    The error diagnosis is:
    Internal error: More than 999 GREP blocks were requested                                                                               
    Message no. GR 215                                                                               
    Diagnosis                                                                               
    An internal error occurred in the Report Writer.                                                                               
    When running the program, you selected the option to store your results
         permanently.  However, when the selected data was stored in blocks in  
         the GREP file, the maximum number of blocks was exceeded.                                                                               
    System Response                                                                               
    The selection program was terminated.                                                                               
    Procedure                                                                               
    Inform your system administrator.                                                                               
    You may have to increase the block size for the GREP blocks.    
    Anybody knows how to increase the size of GREP blocks?
    Thanks in advance.
    Regards,
    Arun Mohan

    Hello,
    The reason for the error GR215 is that too many data blocks are being
    processed.
    The explanation is one of the following:
    - You have variation activated in the report
    - A large group of objects is being processed and the report output
       fails due to the large data size
    - the selected data is reaching the technical restriction
    Check the SAP note 64537. This note advises you to set the BLOCK SIZE parameter
    in the coding to 500000. However, the maximum value possible is 999999. You may -
    if you already implemented the coding change of SAP note 64537 - raise the parameter
    once more to 999999.
    If the error then still remains the selected/processed data is definitely too much.
    Then check the report definition in comparison to SAP notes 317574 and 387414.
    Regards,
    David

  • What is the significance of report writer and report painter

    hi all,
    can anyone throw light on report write and report painter, when and why it used with examples.
    thanxs in advance
    regds
    hari

    Dear Hari,
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf
    http://help.sap.com/saphelp_erp2005/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm
    Report Painter allows you to create reports using data from SAP application components, which you can adapt to meet your individual requirements.
    Many of your reporting requirements can already be met by using the standard reports provided by various SAP application components. If these SAP standard reports do not meet your reporting needs, Report Painter enables you to define your specific reports quickly and easily.
    Report Painter fulfills a function similar to Report Writer, but is easier to use. Most of the functions found in Report Writer have been built into Report Painter; however, you do not need to be familiar with all Report Writer concepts (such as Sets) in order to use Report Painter.
    When executing a Report Painter report, it is displayed by the system in Report Writer format. You thus have access to the same functions as for Report Writer reports defined in the same way, and can combine Report Painter and Report Writer reports together in a report group.
    Report Painter uses a graphical report structure, which forms the basis for your report definition and displays the rows and columns as they appear in the final report output.
    To facilitate report definition, you can use many of the standard reporting objects provided by SAP (such as libraries, row/column models, and standard layouts) in your own specific reports. When you define a Report Painter report you can use groups (sets). You can also enter characteristic values directly.
    Advantages of Report Painter include:
    Flexible and simple report definition
    Report definition without using sets
    Direct layout control: The rows and columns are displayed in the report definition as they appear in the final report output, making test runs unnecessary.
    http://help.sap.com/saphelp_47x200/helpdata/en/56/32e339b62b3011e10000000a11402f/content.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/5b/d22cee43c611d182b30000e829fbfe/frameset.htm
    Regards,
    Naveen.

  • Use of Selection Rule in Report Writer.

    Hello Everybody,
    I am trying to make use of selection rule in report writer.   We have a mixed chart of accounts using both IFRS and USGAAP account.  Distinction between USGAAP and IFRS is based on certain value in gl account master data.  Using report writer rule I wish to exclude IFRS account for a specfic report.
    For example
    REPORT = X = Rule to restrict selection to only USGAAP account
    REPORT = Y = Rule to restrict selection to only IFRS account.
    I have created a rule and tried to build user-exit around it.  However during the callup of the selection rule no values are transferred to user-exit and therefore the ABAP consultant is not able to write any specific code.
    Request your inputs on usage of selection rules in report writer.
    Regards
    Jayesh.

    Hi Jayesh,
    Please have a look at the below attachment.
    [http://help.sap.com/saphelp_470/helpdata/en/5b/d22e3843c611d182b30000e829fbfe/content.htm]
    Warm regards,
    Murukan Arunachalam

  • Getting a weird error in Report Writer Report(ABAP Reporting tool)

    Hi Guys,
    If anybody has worked on Report Writer Report.Can you help me in this regards?
    There is a peculiar problem for the (Column block) .In the Column block there are 3 key figures(Quantity,Local Currency and Group Currency).
    Of these in the output of the Report Writer Report the Quantity Column is not getting summed up properly.Though the other 2 columns(Local Currency and Group Currency)are reflecting the proper summed up data.
    According to the tables, all of them are reflecting the accurate data.But only for the Quantity column though its reflecting the actual data,but the summation for it is not reflecting the correct data.
    Can anybody tell me if we can attach screen-shots for Questions posted in Forums?
    Please help me in this regards.

    Hi James,
    Thank you for your quick response.
    I checked the report and the remainder functions is not being used.
    The only formulas being used in the report are the following.
    UpperCase ([1])
    + ", " + - This is set to @name
    {@name} + " (" + + ")"
    There are some formatting formulas set on the above values, but other than that, there is a sql query and the "select distinct rows" and "perform grouping on server" is selected.
    Thanks,
    Jayashree

Maybe you are looking for