MIS Report Issue (Report Painter)

Hi SAP gurus,
USERS have been processing critical Management Reports which are developed through Report Painter. In the recent past when ever the USERS are processing the Reports they are getting different figures even though the parameters are same. This Report is for the period closed.
Please let us know how we can overcome with this problem as this report is critical to the management.
Awaiting your immediate responseu2026

Hello Eli,
Here in my company we are using report painter tool for running report.
I am running one report is for Cost center wise balances.
following are the inputs
Plan Version : P99
Previous fiscal year : 2009
Current Fiscal year : 2010
CY Period from : 1
PY Period from : 10
CY Period To : 8
PY Period To : 12
Respective Company code  & Cost center
Here in my company 8th period is closed for posting and there is no any posting happens in this period. when i am running report with the above mentioned input parameters. Every time i am getting different balance figures even though the input parameters are the same. I hope this information will help you to understand the problem.
regards
Sagar Ckar
Edited by: sagarckar on Sep 29, 2010 10:39 AM

Similar Messages

  • Jasper report issue report row 65535 but can't generated correctly

    Hi All ,
    We are trying to create report with jasper report . The issue is sometime generated report can be open.
    Below is test case and result .
    1.     when dummy all the returned field of procedure to ‘1’ and 20000 rows are to printed in report. The file size is 7564K. The excel can be open after several minutes waiting.
    2.     When dummy the procedure only return 5000 rows with actual data, the field type may be char, number. The file size is 2010K. The excel can be open quickly.
    3.     When dummy the procedure only return10000 rows with actual data. The file size is 3999K. The excel cannot be open.
    What the issue may be?
    Below is our code.
         * Generate the the report, currently generate excel report.
         * @param results - data set return from procedure execution
         * @param parameters - input parameters for Jasper Report design
         * @param procName - Jasper file name
         * @param outputFile - used as report file name
         * @throws JRException - Jasper exception
    private void ReportGenerator(List<ScriptParameterObject> results,HashMap<String, Object> parameters, String procName,String outputFile) throws JRException, Exception
    logger.info("Creating report: " + outputFile + ".xls");
    //URL en = ClassLoader.getSystemResource("jasper"+java.io.File.separator+procName + ".jasper");
              URL en = ClassLoader.getSystemResource(procName + ".jasper");
    if(en==null)
    throw new Exception("Can't find jasper file: " + procName + ".jasper");
    logger.debug("Loading jasper file: " + en.getPath());
    //InputStream isJasper = ClassLoader.getSystemResourceAsStream("jasper"+java.io.File.separator+procName + ".jasper");
    InputStream isJasper = ClassLoader.getSystemResourceAsStream(procName + ".jasper");
    JasperReport relatorio = (JasperReport) JRLoader.loadObject(isJasper);
              SapiData sapiData = new SapiData(results);
              logger.debug("Filling report file ..." + results.size());
    JasperPrint impressao=null;
    try{
              impressao = JasperFillManager.fillReport(relatorio,parameters, sapiData);
    catch(Exception ex){
    System.out.println(ex); ---never catch error. but not know why the .xls can't open
    if (impressao == null) {
    logger.debug("impressao == nul.");
    logger.debug("Filled report file successfully.");
              impressao.setLocaleCode(Locale.getDefault().getCountry());
              JRAbstractExporter saida = null;
              saida = new JRXlsExporter();
              saida.setParameter(JRExporterParameter.JASPER_PRINT, impressao);
              saida.setParameter(JRExporterParameter.OUTPUT_FILE_NAME, outputFile     + ".xls");
              saida.setParameter(JRXlsExporterParameter.IS_ONE_PAGE_PER_SHEET,Boolean.FALSE);
              saida.setParameter(JRXlsExporterParameter.IS_WHITE_PAGE_BACKGROUND,Boolean.TRUE);
              saida.setParameter(JRXlsExporterParameter.IS_REMOVE_EMPTY_SPACE_BETWEEN_ROWS,Boolean.TRUE);
              saida.setParameter(JRXlsExporterParameter.IS_COLLAPSE_ROW_SPAN,Boolean.TRUE);
              saida.setParameter(JRXlsExporterParameter.MAXIMUM_ROWS_PER_SHEET, Integer.decode("5000"));
    logger.debug("Exporting excel report file ...");
              saida.exportReport();
              logger.debug("Generated excel report file successfully: "+outputFile + ".xls");
              /* - used for generate html report
              JRAbstractExporter htmlExp = new JRHtmlExporter();
              htmlExp.setParameter(JRExporterParameter.JASPER_PRINT, impressao);
              htmlExp.setParameter(JRHtmlExporterParameter.OUTPUT_FILE_NAME,outputFile + ".html");
              htmlExp.setParameter(JRHtmlExporterParameter.IS_REMOVE_EMPTY_SPACE_BETWEEN_ROWS,Boolean.TRUE);
              htmlExp.setParameter(JRHtmlExporterParameter.IS_WRAP_BREAK_WORD,Boolean.TRUE);
              htmlExp.exportReport();
         }

    I hava the same problem.Hava you solved it?

  • Project Report in Report Painter

    Hi,
    Need your help for one of my issue.
    Current issue in the System / reqirment:
    There is a project report in report painter-GR55 which used to provide planed / actual cost and planed / actual quantity of the project. Whenever we are trying to run the report for several years and periods there is no cumulative data displaying. E.g. if we want to execute the report for the range of 001 period/2009 fiscal year to 004 period/2010 fiscal year, system is displaying data of 2009 and 2010 for the period of 01 to 04 only and there is missing data for period from 05 till 12 in 2009
    Root cause:
    There is no field in table-CCSS for the fiscal year/ period (FISCPER field name). As per the OSS note-157720 this is standard behavior of report painter. SAP suggested to build new report group based on OSS note-157720.
    Approach:
    An an alternative we used table-RWCOOM as there is field fiscal year/period (FISCPER). The new report group is working fine except planed cost of the project as the planed cost of the service orders are added up to project planed cost. We found there is missing field name-Object indicator which will restrict planed cost of the service order flow into project for which planed cost of the service orders are added up to project cost plan. This field-object indicator is available in table-CCSS.
    Looking for now to fix the issue:
    Option-1
    We are looking for any field similar to object indicator in table-RWCOOM which will restrict planed cost of service flow into Project
    Option-2
    Build new report based on OSS Note-157720.
    Please advise for this issue.
    Thank you in advance.
    Regards,
    Rakesh

    Hi Eli,
    Thanks a lot for your suggestion. A small query i got here while building the auxilarry coloumns-2 and 3.
    As per the Note (157720), in the auxilary coloumn-2 for the period we have to define period as 0 .....from period-1. Whereas my from period will be 1 and i can't provide from period-1 here
    In same way for Auxilarry coloumn-3 period details as per the Note will be To period +1 ...17 whereas my to period will be  12 so i may not enter the details.
    System will forbid if to period value is less than from period value.
    Could you guide me on this.
    Thank you for your cooperation.
    Regards,
    Rakesh

  • Library develop report with report painter in Cost Center Accounting

    Dear experts!
    Now, I'm getting some issue about finding library for developing report with report painter.
    Really, i don't know libraries that are used to develop report with report painter for Cost Center Accounting.
    Can tell me about them?
    Help me, please.
    Best regards, Huy

    Hello Huy,
    CCA reports would be based on table CCSS, you can go to transaction GRR2 and check the various libraries listed there and find a suitable one. You can also use libary 1AB which contains the various cost center variance reports or you can use transaction GR21 to create your own library.
    Kind Regards // Shaubhik

  • P&L report in Report Painter

    Can anybody tell me hw to create a P&L report in report painter. I alreadly created the account groups for the report in KDH2 and linked the account groups with the new reports in OF1. But when am trying to generate the report the system is showing ' no valid master data for characteristic 'version' and report does not contain any data pages.
    Plz anybody help me for the above issue.
    regards
    VINU

    Hi,
    First Create FSV in OB58.
    Select new entries and give a 4 letter name an description.
    Give language, COA and check Item keys auto chk box.
    Save entries.
    Click on Financial Statemen tItems
    Here you will be seeing 7 default nodes.
    1)Fin. Statement Notes
    2)Not assigned : Here the unassigned GL accounts to the FSV are shown and its result.
    3)P+L result: Here the net value of the P & L is shown
    4) Net result: loss : Here the value will come only if the result is loss
    5)Net result: profit: Here the value will come only if the result is Profit
    6)iab+Equity:  Assign here all the liabilities in the hirerchial way
    7)Assets:Assign here all the asstes in the hirerchial way
    You need to create two more nodes by Revenue and Expenditure by selecting "Create Items"
    Assign GL accounts in a hrerchial way as per clients requirement to these nodes.
    Save your entries.
    With this you have created a FSV.
    No I am taking the exmple of FSI4 to create form.
    Go to FSI4
    In the Form Type Select " FInancial Statement Key Figures"
    Give Form name and description and press create.
    Select two axis form.
    Go to edit >Gen.Data selection>Gen Data Selection
    Select from the available characteristics "Fin. Statement Ver" and move this to the left in to the selected characteristics.
    Give the created FSV here.
    Also select comapny code adn give the compnay code.
    Confirm Values.
    on the rown 1 in lead col dbl clk. Select key fig with characterstics
    In The Key Fig select "Balance sheet Value" from the drop down.
    From the available characterstics select "FSITEM" and move this to the left and here you give either the hirerarchy or select the individual FS Item  from the drop down and confirm the values.
    Dbls click on the Column and select characteristic
    From available characteristiscs select Fiscal year and fix the value by giving that in From field.
    Confrm Values.
    When you wan to use formulas select formula and give the formula.
    Save the form
    Go to FSI1
    Report type "FInancial Statement Key Figures""
    GIve report name and description.
    Give the form that you have created above with "With Form" and create.
    In the report characteristics select "Currency" or Currency type"
    in the variable you don't need to gve any thing.
    In the output type Select "Classic Drill down" and in this "Basic list detail"
    save and execute.
    Same is the case with FGI4 & FGI1
    Don't forget to reward points
    Sarma

  • Stage Analysis Report Issue

    Hi,
    I have run a stage analysis report but it says no data inspite of open opportunities being present in the system. Could anyone kindly let me know what could be the issue?
    Regards
    Sharat

    Hi Sharat,
    Welcome you to the forum. Please close your first thread.
    Regarding your Stage Analysis Report Issue, what selection has been made? This report show closed opportunity only.
    Thanks,
    Gordon

  • Need to add Purchase Order field in Standard report in report painter

    Hi Gurus,
    I have a requirement to add an extra field in Cost center:Act/Plan/Comm CC Cur report.This is otherwise a Z report in report painter with 0% code (T-code : GR55-> Report group->Report).But,when we go to technical information of this report,it has four standard sap programs,which contains code for this selection screen.It does not even have a modification scope.
    Selection screen of this report contains following parameters:
    Selection values:
    Controlling Ar
    Fiscal Year
    From Period
    To Period
    Plan Version
    Selection Groups:
    Cost Center Group
    Or value(s)
    Cost Element Group
    Or value(s)
    My requirement is to add one more parameter : Purchase oeder in new block:
    Is there any way to achieve it.
    Note: Copying the standard progs into custom prog is not working,i already tried that.
    Please let me know your suggestions,if any one of you came across such requirement before.it is very impoertant for me.
    Thanks in advance,
    Meenakshi

    Hi Subramaniyam,
    You can find enhancement in me28 by following steps and then apply your logic in include of this enhancement.
    cmod>Give a project name>in enhancement column give the package name ME >f4>in package write ME-->ENTER>It will show you all enhancements available in me28> find which ever suits your requirement>save > click on components> from there you can make changes in include program.to add that particular field.

  • Vendor Ageing Report Through Report Painter

    Dear All
    As per my company requirement we are trying to develop vendor ageing report through report painter, by using library 8A4 (EC CPA: Drill Down Open Item), our requirement is all normal items and some special GL transactions (Not all) has to flow in this report.
    In FKI4 / FKI5 if we assign any special GL, then data flowing in to report relating to that particular special GL transactions only, normal items are not flowing in to report. If we not assign any special GL then all normal and special GL transaction are flowing in to report.
    Can anybody suggest how to restrict flow of some special GL transaction data in to report. Our requirement is all normal transaction along with some specified special GL transaction data has to flow in to report. Points will be rewarded on helpful answer.
    Thanks & Regards
    Madhava

    Hi Madhava
    You can pull all values whether Sp GL or Normal GL values. For a particular 'Column' if you assign Sp Gl Indicator you will fetch all Sp Gl Values in that column. Same way in other column, you dont assign Sp Gl Indicator, instead you calculate manually as shown below;
    In a similar fashion you can calculate all values for (00-30), (31-60) ...and so on.
    Hope this clears all your doubts?
    Regards
    Abbas

  • Profit Center Report issue

    Dear Experts,
    We have activated NEW GL Functionality and Classical PCA is switched off (i.e. no dummy pc is created)
    and client's Profit Center report requirement is as following.
    Under Profit Center,client wants to view the costs -Cost elements wise (BOTH THE REVENUE & COSTS) and Cost Center wise.
    We have searched all the standard reports,but there is no such report to meet the client's requirement.
    So we have decided to go with the development.Can any body share the table name ,by which we can develop a report to meet the client requirement.
    Note that Table :COEP is tried ,but cost center field is not available in this table .
    Regards
    Su

    Hi
    You should use the library 0FS or 0FL to write your own report as per the format required. Standard Reports will not have the layout required. The link below will guide you on the steps to write a report in Report Painter. You need to down load the PPT
    http://www.erpdb.info/report-painter-step-by-step-guide/
    Regards
    Sanil Bhandari

  • GR/IR GL Reporting Issue

    1. 30 documents of 2009 were matching and post with clear is perfomred. After performing post with clear also the line items are not moving from open line items. When we download the open line items as of today, these line items are appearing.
    2. When we download the ZBLRFIOI report for GRIR a/c 349100 to have the opne line items. we have some set of documents showing as " FI Open items without J2" - This is reporting issues.
    Thanks
    Mallikarjuna

    Hi
    Pls try with F.13 for that GR/IR account 349100 by selecting check box select gl accounts
    And give Company code, year and pending document numbers in selection screen
    And before that pls make sure that OB74 clearing settings maintained or not
    It will clear all the open items exists
    Reg
    Vishnu

  • BW Reporting Issue

    Hi,
    I am facing one reporting Issue relating to Display Attributes.
    Characteristic: Business Partner
    Display Attributes: Address0, Address1, Address3...etc.
    Requirement is to display mentioned Display attributes along with Business Partner.
    For this I have selected Business Partner as characteristic and mentioned above three as display attributes to Business Partner.
    But Query out put is not showing Display attributes. For this I have done all settings at reporting level, all gone vain.
    I am using Bex 7.0.
    Kindly look in to the Issue and let me know the solution.
    Regards,
    Venkat.Mahipathi.
    09886652422.
    [email protected]

    Hi,
    Check in Reporting properties or check attributes in analyzer proprties then it will display  
    ************asign points if usefull***********
    swapna

  • PO and Goods Issue report

    Dear All,
    I want a PO report for which Import purchase and Local purchases Goods receipt done.(spares and accesories)
    I also want a Goods issue report for which Imports and Local - stocked material or direct consumption material (eg cost center)
    Please advice
    Regards

    I want a PO report for which Import purchase and Local purchases Goods receipt done.(spares and accesories)
    In MB51,Enter GR Movement type,Enter plant,vendor no,purchase order no.,valuation type(if customized,seperate valuation type for import & local then you can get seperate reports),batch(if customized),posting date,transaction type.
    In report,Click details list,modify layout to include vendor,p.o no,material doc.no,posting date,gr material,gr qty,uom,valuation type.
    I also want a Goods issue report for which Imports and Local - stocked material or direct consumption material (eg cost center)
    In MB51Enter goods issue movement type(261,201(against cost centere),etc.,,),plant,posting date,batch etc.,

  • No Program generated after creation of new report via Report Painter

    Hello,
    I have created a new report after copying an existing report from report painter GRR1. The new report has also been assigned to a new Report Group relevant to the same library.
    There is no Syntax error. The only change has been to the Title of the report.
    However when I am trying to execute the report nothing happens. ABAP found that no program has been generated by SAP for this mew rpeort. We confirmed this by searching with my user ID in table TRDIR.
    However there is no trace of it.
    We have tried to execute the report from GRR3 & GR53 (report group). The report & report group is having the same attributes as the old one.
    Unless the report is in executable stage we are not able to go to the Selection screen & finally from the Technical Information to the program name.
    Please could you let me know what can be the possible cause for this & how can we resolve the same.
    Thanks & Regards
    Shreenath

    @JoeSchmoe115:  Thanks for your suggestion.  Using a web service or WCF service would still mean dealing with potential timeouts for very large reports (granted you can adjust those timeouts).    
    I think an approach using a console app could work, but rather than having the web app spawn it, an alternative would be to do the following:  (1) have the web app insert report generation requests (including all necessary report parameters) into
    a database table, and (2) have a console app, periodically invoked by Windows Task Scheduler, which reads that database table and then uses the SSRS API as you describe to generate the report, save the byte stream to a file, and finally send
    the e-mail notification to the user.  
    mkedwards
    What you've described will work but saving report generation requests in separate table may not be necessary. I don't have much experience with web services but can they just spawn C# console app with needed parameters and exit without waiting for console
    app to complete?
    The positive side of using database to store report generation requests is that you would have complete log of all requests. Your console app can then update database with completion status.

  • Creation of report using Report Painter

    Dear All,
    I have a requirement to create a report using Report Painter. I don't have any idea about this.
    Could you pls provide me some study materials or Links to study Materials, it could of great help.
    Regards
    Ranjan

    report painter
    http://help.sap.com/saphelp_47x200/helpdata/en/da/6ada3889432f48e10000000a114084/frameset.htm
    <b>reward points if helpful</b>
    Message was edited by: Rahul Kavuri
    Message was edited by: Rahul Kavuri

  • Cash Flow report in Report Painter

    Hi,
    I am trying to make a cash flow report in Report Painter.
    Can any one help me with steps or config material so that i can prepare and tally the cash flow report being generated in Report Painter.
    Also there are report line items where by the figures are getting populated but are not tallying with the GL balance, if seen individually by going to GL line item display
    Thanking You,
    Parin

    HI
    GOOD
    I NEVER WORK ON THIS BUT HERE I AM GIVING SOME LINKS , I HOPE YOU WILL GET SOME IDEA FOR YOUR PROBLEM.
    http://www.asug.com/client_files/Calendar/Upload/BPS%20presentation%20to%20Indiana%20ASUG%202-10-06.ppt
    http://sap.ittoolbox.com/groups/technical-functional/SAP-R3-ACCT/cash-flow-report-642778
    THANKS
    MRUTYUN

Maybe you are looking for

  • How to load 256 length field from r/3 to BW & How to report in Bex Browser

    Hi, We have a field consists of 256 length in r/3 system. I want to load from R/3 -> BIW -> Bex Reporting. What are the steps to be taken in R/3 Side. What are the steps to be taken in BW side. What are the steps to be taken for Bex. Thanks, Madhu

  • Bom explosion in the item detail screen for standard purchase order

    Hi Gurs, we have a requirement to expolde bom in standard purchase order in the main item screen like in any sales order where main item will be item 10 sub item will be item 20 sub item will be item 30 we had already exploded bom through subcontract

  • Adobe flash will not instal( compaq presario sr1103wm) windows xp os

    trying to get adobe flash to install. I have several downloads then when I go thru procedure to instal it never completes. Does anyone have a patch or driver to remedy this or is this computer a throw away. Failed to initialize ! is the message i get

  • Help in setup for MAC

    Need help. When I insert the Setup CD into my mac, the setup. exe file cant be read. The default program is the simple text but I cant seem to open the .exe file so I can setup the router

  • Layers & locking CS6 (?)

    hi, the locking system of layers in CS6 is a bit different. But here's the problem. I created a folder, dropped a layer in there w/ a graphic. Duplicated the layer, and then began using the arrow keys to make the separation so I can move it around to