Convert SQL*Report Writer V1 to Reports V6

Is there an Oracle utility to convert the old SQL*Report Writer REPs to Reports V6 RDFs? Also, will Reports V6 for Unix be able to use our REPs from SQL*Report Writer V1?
We are moving to a new server and updating our Oracle software. As a test, we are attempting to rewrite / convert some of our reports from our Unix platform to a test NT server. Once we get to the new Unix server and Oracle, we will have to convert the old REPs to the new Reports for Unix.

You can convert SQL*ReportWriter v1.1 reports to Oracle Reports 2.5/3.0 and then to Oracle Reports 6.0. I know there is a migration tool that comes with 2.5, though I'm not sure about 3.0.

Similar Messages

  • Moving from IQ Report Writer to Crystal Reports

    Hi everyone,
    My company is looking to make the switch from IQ Report Writer 5 to Crystal Reports XI or 2008.
    We have a couple questions though on how to make this switch easier.
    I may need to talk to Business Objects support instead, but I thought I'd try here first.
    Our data currently resides in a vision file format which is type of flat file.
    Currently with the IQ Writer, we can establish IQ Views, which are essentially just predefined links between the different data tables. A user selects which view they will use for a report, then are able to pick and choose which columns to use from that view. A view may contain many tables, but when the report is generated, it will only access the tables necessary based on the columns selected.
    Example: IQ View A constists of Tables A, B, and C. The view is defined as A.Column1 = B.Column1 and B.Column2 = C.Column2. If a user chooses columns from A and B, then the query only runs against tables A and B and doesn't have to process the data from C, which cuts down processing Cost.
    Is there any way to create views like this in Crystal Reports XI? I know if we convert to SQL Server (which we have done for some users) we can create SQL Views, but the thing I noticed with SQL Views, was that it ran the query against Tables A, B, and C, even though C wasn't needed and it ended up returning duplicate rows. I could get around the duplicate info with a select distinct statement, but it still had to process the extra info, which increased the cost.
    Any feedback would be greatly appreciated. If it's a question for Business Objects Support, let me know.

    Actually, the problem has to do more with the joins than anything, I got a little more clarification on this.
    The tables have many to one relationships. My example is one company has many sites, and each site has many repair orders, and each repair order can have multiple jobs. So here's a sample sql select statement that I'd use for a view and the problem with it:
    Create View Jobs_by_Site as
    Select A.site_number, B.ro_number, C.roline_job
    From A inner join B on A.site_number = B.ro_site
    inner join C on B.ro_number = C.roline_ronumber
    So if I were to run this, I'd see down to the detail what jobs were done per site etc. Not a problem, I need every table to return the query and every record would be unique.
    The problem comes from when you only need the site number and the ro_number.
    Select site_number, ro_number from Jobs_by_Site
    You get lots of duplicates. You could say select distinct, but it's still processing rows from table C because by nature of the view, you are saying:
    Select site_number, ro_number from
    (Select A.site_number, B.ro_number, C.roline_job
    From A inner join B on A.site_number = B.ro_site
    inner join C on B.ro_number = C.roline_ronumber).
    Not sure if that clears things up or just muddles it more.
    So the back story is this. Our database, though well documented, is fairly large. About 160 tables. Our end users work mainly in truck shops and their computer literacy ranges anywhere from very competent to "Just put the mouse down, and nobody will get hurt". So asking them to design their own reports is one thing, but then having them to pick and choose which tables to use as well as how they relate to each other just takes it to a whole new level.
    So with IQ writer, one of the things we were able to do was define views, where we could set up predefined links between tables and group similar tables together. Any unused table wasn't used in the final query, which cut out duplicate rows and cut down on the number of records processed.
    So does that make any sense?

  • 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

  • Report Writer in a Report Tree

    All,
    I am having a problem migrating a report tree from a 3.1i environment to a 5.0 upgrade.
    I have been successful with SAP Reports, Custom Z reports and ABAP Queries, but
    Report Writer reports pose a problem. 
    To migrate I used the RTTREE_MIGRATION transaction SAP recommends.  Seems this creates Y_…  type transactions for some Custom Z reports and ABAP Queries.  I have had to create Z t-code for the Queries and then override the generated Y_... transaction with the Z t-codes in the Area Menu.
    The problem I am encountering with Report Writer / Report Painter is I believe the generated ABAP name assigned when the report is created seems to be a $TMP reports and the name seems to change whenever changes are made.   
    I’m not sure if I can assign a Z t-code to Report Writer reports? 
    Any Suggestions?

    <b>The problem I am encountering with Report Writer / Report Painter is I believe the generated ABAP name assigned when the<u> report is created seems to be a $TMP reports and the name seems to change whenever changes are made.</u>
    <i>Well lots of reports in sales are using GR51/52 I dont think so its name changes every time , llike for example you have cost analysis report in Tr.Co02 as well as you have series of reports in MM like Mc.1 to MC.9 .</i>
    I’m not sure if I can assign a Z t-code to Report Writer reports?</b>
    You can assign the Z T-codes to the program it `ll work !!
    Hope this’ll give you idea!!
    <b>P.S award the points.</b>
    Good luck
    Thanks
    Saquib Khan
    "Some are wise and some are otherwise"

  • How to create report writer in sap?

    Hi Anybody,
      I want to create new report writer for finance report for ex: (p & L or balance sheet), i don't know how to create report writer in sap.
    anybody please tell me with example?
    Thanks
    Regards,
    S.Muthu.
    IT Dept.

    https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=createreportwriter&adv=false&sortby=cm_rnd_rankvalue

  • Construing a report writer with a table of client - Table YSCO_BASE_ALOCAC

    I am construing a report writer with a table of client - Table YSCO_BASE_ALOCAC
    When I definition the library, the message is show...
    Table YSCO_BASE_ALOCAC is not installed in Report Writer.
    Message no. GR 493
    Diagnosis
    The Report Writer can only report on tables if the attributes of these tables that are relevant for reporting are defined in control tables. This is not the case for table YSCO_BASE_ALOCAC.
    Where I can to make this configuration?

    hey thanks again
    i tried it it works fine..
    WITH     e     AS
         SELECT     consultant , client , project
         ,     task , effort ,date_  , billable
         FROM    trial_3_details
    SELECT     *
    FROM     e
    PIVOT     (     sum (effort)
              FOR     date_     IN     ( '07/22/2013'     AS monday ,
                                         '07/23/2013'    as tuesday,
                                        '07/24/2013'    as wednesday,
                                         '07/25/2013'     as thrusday,
                                         '07/26/2013'     as friday,
                                          '07/27/2013'     as saturday,
                                          '07/28/2013'     as sunday                        
    CONSULTANT
    CLIENT
    PROJECT
    TASK
    BILLABLE
    MONDAY
    TUESDAY
    WEDNESDAY
    THRUSDAY
    FRIDAY
    SATURDAY
    SUNDAY
    Syed
    Facebook
    Security
    Privacy Settings
    N
    Syed
    Google
    Security
    gmail privacy features
    Y
    8
    Patel
    Dell
    Recruitment
    Profile Detailing
    Y
    Sanjay
    Google
    Software
    Webpage development
    Y
    John
    Dell
    Hardware
    Processors
    Y
    Steve
    Lenovo
    Administration
    Attendance
    N
    Syed
    Yahoo
    Security
    Firewall Check
    Y
    Sanjay
    Google
    Software
    debugging
    N
    Steve
    Microsoft
    Adminstration
    Attendance
    N
    Steve
    Yahoo
    Adminstration
    Attendance
    N
    One more question how do i automatically set the days instead of explicitly declaring it every time?? and also i want to add one more column
    which gives overall week 'effort' of a consultant..

  • Selection screen of report writer

    Hi all,
    I am working on a report writer .In this report writer there is one column set which is a key figure set.
    It has two key figures,each is associated with one additional set.
    The fields of additional sets are as follows.
    Additional set 1 -
    period range1
    year1
    record type
    Additional set 2-
    period range2
    year2
    record type
    Its selection screen is automatically taking these as a parameters from additional sets in the following sequence.
    year1
    year2
    period1 to
    period1 from
    period2 to
    period2 from
    I want this sequence to be different i.e. as follows:
    Period1 to
    period1 from
    year1
    Period2 to
    period2 from
    year2
    Can anyone tell me how can  I achieve this.
    Thank You.

    Here is the Code:
    DATA: lt_params  TYPE STANDARD TABLE OF alv_s_param_wp,
    lwa_params TYPE alv_s_param_wp,
    lwa_msg    TYPE bapiret2,
    gt_msg     TYPE TABLE OF bapiret2,
    lv_dcpfm   TYPE xudcpfm,
    gt_data    TYPE STANDARD TABLE OF grwwebdata.
    CLEAR:gt_data,
    lwa_msg.
    REFRESH : gt_data, gt_msg.
    *  SET REPORT painter paramters
    lwa_params-pname  = '$PARAMETER[$1KOKRE'.
    lwa_params-pvalue = c_ccode.   '' (company code = 0010)
    APPEND lwa_params TO lt_params .
    lwa_params-pname  = '$PARAMETER[$1GJAHR'.
    lwa_params-pvalue = p_year.    (2011)
    APPEND lwa_params TO lt_params .
    lwa_params-pname  = '$PARAMETER[$1PERIV'.
    lwa_params-pvalue = s_month-low.     " (1)
    APPEND lwa_params TO lt_params .
    lwa_params-pname  = '$PARAMETER[$1PERIB'.
    lwa_params-pvalue = s_month-high.    "(12)
    APPEND lwa_params TO lt_params .
    lwa_params-pname  = '$PARAMETER[$1VERP'.
    lwa_params-pvalue = p_plan.        " (0)
    APPEND lwa_params TO lt_params .
    lwa_params-pname  = '$SELECT-OPTION[$1KOSET'.
    lwa_params-pvalue = 'I[EQ[1110[3190'.
    APPEND lwa_params TO lt_params .
    CALL FUNCTION 'CRIF_RW_WEB_CALL_REPORT'
    EXPORTING
    i_report_group  = '1SIP'
    *     I_PERS_APPL     =
    *     I_NEW_SELECTION =
    *     I_DISPLAY_LIST  =
    *     I_APPL_ID       =
    *     I_VAR           =
    TABLES
    it_params       = lt_params
    et_data         = gt_data
    et_messages     = gt_msg.

  • Report Painter/Report Writer Error

    Hi Gurus,
    When I try to create a library in report writer with a custom Special Ledger line item table ZZFCCA, I get the error
    "Table ZZFCCA is not installed in Report Writer.
    Message no. GR493
    Diagnosis:
    The Report Writer can only report on tables if the attributes of these tables that are relevant for reporting are defined in control tables. This is not the case for table ZZFCCA."
    I would appreciate any kind of help to resolve this.
    Thanks,
    Ram

    Hello,
    The answer is in your question itself. You are using customized table, which is not suitable, the properties of this table needs to be changed. Take the help from ABAPer.
    SAP Notes 53245 and 37611 may be helpful to you.
    Regards,
    Ravi

  • REPORT WRITER AND REPORT PAINTER

    Hi Techis,
    Will anybody pls tell me the details workin of reort painter and report writer along with Tr code and also will u pls give me the steps to execute such type of report.
    Rewards will be given for each reply.
    Regards
    Santosh L.

    hi santosh,
    Where Is Report Painter/Report Writer Used?
    Initially, both tools were only available to the FI/CO modules. Later, with the introduction of the Logistics Information System and Flexible Analyses in Release 3.x, the functionality of these tools was further expanded. It still is not widely known that the Report Painter/Writer can be used for reporting against structures other than those delivered in FI and CO (see TechTalk on page 8-4).
    A common misconception in the user community is that Report Painter/Report Writer can only be used to report against a single table. However, some reporting structures do report against multiple tables. For example, CCSS (for Cost Center Accounting) refers to tables COSP, COSS and more, depending on the key figure configuration. Similarly, FI-SL (Special Purpose Ledger) reporting structures include summary and line-item tables (the key figure set determines where the data comes from).
    To configure other table joins, views may be created joining the necessary tables, and views can be added to the control tables, via Flexible Analyses in LIS. Report Painter/Report Writer can be used in almost any application area in R/3 to report on currencies and quantities.
    Data tables supported
    Both Report Painter and Report Writer can be used to report on the following tables and tables types:
    < Evaluation structures set up in the Logistics Information System (LIS). These structures normally begin with an “S” or “ZF.” Several different tables and views within the R/3 System can be added as evaluation structures.
    Note: You cannot add cluster tables, such as BSEG.
    < CCSS is used for Cost Center Accounting (CO-CCA), Internal Orders (CO-OPA), Activity Based Costing (CO-ABC) and for cost element reports in Project Systems (PS).
    < GLFUNCT is used for functional area reporting in cost-of-sales accounting.
    < GLPCT and GLPCOP are used for Profit Center Accounting (CO-PCA/EC-PCA).
    < FILC is used for Legal Consolidations (FI-LC).
    < COFIT is used for the Controlling Reconciliation Ledger (CO-CEL).
    < ZZ tables are created for the Special Purpose Ledger (FI-SL).
    < FIMC is used for consolidations in the Enterprise Controlling module (EC-LC).
    < GLT0 is used for Financial Accounting (General Ledger) reports by account, company, and business area (FI-GL).
    < KKBC, KKBE, and KKBU are used for the Controlling Product Costing module (CO-Costing).
    < New in Release 4.0A: RWCOOM is used for CO-CCA, CO-OPA, and CO-ABC. RWCOOM is used for special standard reports like internal order budget reports, cost center budget reports and cost component reports.
    Note: RPPS was used for Project Systems (PS). However, it is obsolete and will no longer be supported in Release 4.0. In Release 3.x there were only two special reports (6P70 and 6P71) using RPPS. These reports cannot be called directly, but via ABAP reports RKOPLAN0 and RKOPLAN1.
    How to Access Report Painter/Report Writer?
    To access the Report Painter you may use either of the following two methods:
    < Transaction FGRP
    < From the SAP main menu, choose Information systems ® Ad hoc reports® Report painter.
    Report Writer functions can be accessed from within the Report Painter. To access Report Writer, choose the following menu path from the SAP main menu:
    Information systems ® Ad hoc reports® Report painter® Report Writer.
    How Is Report Painter/Report Writer Organized?
    Report Painter/Report Writer has four main components:
    < Sets: Sets are logical groupings of characteristic values. For example, a cash line on a balance sheet is made up of a set of cash accounts or an energy product line on an inventory report is made up of a set of energy products. Variables can also be created which are placeholders for sets, or values within sets.
    < Libraries: Libraries control which characteristics and key figures from a table are available for reporting.
    < Reports: Reports hold a definition of the rows, columns, and overall data selection. They also include the header and footer texts and layout settings.
    < Report Groups: Report groups can contain one or more reports. The report group is what you execute—not the actual report. A report group is generated to create a set of ABAP programs that produce the reports.
    How Does Report Painter Differ from Other Reporting Tools?
    < With the exception of row titles which have text fields, Report Painter/Report Writer reports display numerical fields only (for example, dollar and quantity fields). This is not a requirement for ABAP Query and typical line item reporting tools, which can display arbitrary text columns.
    < While printed Report Painter/Report Writer reports appear much the same way on paper as they do on screen, the Drilldown reporting tool produces a different output format. Drilldown reporting is an online analytical tool which can be used to drill down to different levels of detail, but it is infrequently used for printing.
    < Report Painter/Report Writer reports are hierarchical and take advantage of configured hierarchies (for example, with cost center hierarchies). You can also execute Report Painter/Report Writer reports from each level within a hierarchy.
    < Report Painter/Report Writer reports can handle multiple currency/quantity units within a single column.
    < Report Painter/Report Writer is well suited to handle reports that require mass production. For example, Report Painter/Report Writer is a particularly effective tool for creating month-end reports.
    refer this link
    http://help.sap.com/saphelp_erp2005/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm
    http://abaplearner.blogspot.com/2007/12/more-abap-tutorials.html
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf
    regards,
    sravanthi

  • Creating a Library in Report Writer for FI-SL

    Hello everybody,
    When creating a library (table ZZGLTRS) for Report Writer for FI-SL I have the following message:
    "Table ZZGLTRS is not installed in Report Writer" and the description of the message says:
    "The Report Writer can only report on tables if the attributes of these tables that are relevant for reporting are defined in control tables. This is not the case for table ZZGLTRS"
    Does anybody knows what does this "control tables" mean? Should I activate this ZZGLTRS table somewhere to be used in report Writer?
    Thanks in advance!!!
    Adela.

    Update table T804A via SM31

  • Difference between Reaport Painter and Report Writer

    HI All,
    What is the Difference between Report painter and Report Writer
    regards
    JK

    Hi
    Report Painter allows the user to report on data from various applications using graphical report structure which forms the basis for report.
    Report Writer allows the user to report on data from multiple applications using functions such as sets, variables, formulas, cells, key figures and the user can create more complex reports as per clients requirements.

  • Convert a report painter in a report writer

    Hi.
    How can we convert a «report painter report» into a «report writer report»?
    Thanks,
    Julien

    Hi Julien,
    Can you elaborate your question? and what is the requirement and what is the scenario ?
    Because Report Painter reports are created using Report Writers so i just want to know your exact requirement.
    Regards
    Ajoy

  • Convert report writer to report painter

    Hi,
    Please advice how to convert report writer to report painter.
    I have used GR31 to create a report writer but I need to convert it to a report painter as in GRR3.

    Hi!
    Fortunately report writer programs are ABAP programs. You can figure out their names in the following way:
    GR55 - Enter the name of the report group, you wanted to modify - press F8.
    On the selection screen choose Environment - Technical data, you'll see the program names here.
    They seem like this:
    GPCV74T2WBUPA9V6K6M86563YM7040
    GPCXBUYEUX830Y0CQQTVVO0FLRZ040
    GPCZGL3QTILGRM5IXB1JL6UR8XR040
    GPCT2ENQXQHBJLQ0DMEKGMBSBGF040
    Simply copy them... But don't forget, after you copy the report, all change in the GR55 will not get into the copyed programs.
    Regards
    Tamá

  • Convert Report Writer Report to ABAP Report

    Hi,
    does anyone know if there is an easy way to kind of export a report writer report to a abap programm, that can then be changed or enhanced?
    ths in advance.

    Hi!
    Fortunately report writer programs are ABAP programs. You can figure out their names in the following way:
    GR55 - Enter the name of the report group, you wanted to modify - press F8.
    On the selection screen choose Environment - Technical data, you'll see the program names here.
    They seem like this:
    GPCV74T2WBUPA9V6K6M86563YM7040
    GPCXBUYEUX830Y0CQQTVVO0FLRZ040
    GPCZGL3QTILGRM5IXB1JL6UR8XR040
    GPCT2ENQXQHBJLQ0DMEKGMBSBGF040
    Simply copy them... But don't forget, after you copy the report, all change in the GR55 will not get into the copyed programs.
    Regards
    Tamá

  • Report Writer - Converting from MS Access to Business Objects Tools

    In 2008, my company migrated to SAP.  Security has forced all report writing to use business objects (specifically WEBI); however, WEBI is very very difficult to use.  The data in the universe doesn't always match what SAP has and the tool itself doesn't give the robust manipulation that Access does.  I have tried to tell the company I need access to the universes through MS Access in order to create the reports automatically and allow interactive databases; however they refuse to give me ODBC access (against policy).  Right now I have no alternative but to do daily downloads from SAP in order to feed my robust databases.
    Can anyone suggest what business object tool I should use that will replicate what MS Access does for me?
    Easy report writing with robust design (including charts)
    Easy front-end tool for end users
    One to many relationships needed
    Efficient/Automatic (no need for daily downloads)
    End users can interact with reports (enter data for later analysis)
    What about Crystal Reports?  What are the limitations and can it do what MS Access does for me today?
    Should I be posting this question in another forum?

    Hi Amy,
    CR 2008 is the complimentary version of CR Designer when connecting to BOE 3.1. You can get an update to Service Pack 3 and then possible SP 4:
    https://smpdl.sap-ag.de/~sapidp/012002523100007123572010E/cr2008_sp3.exe
    https://smpdl.sap-ag.de/~sapidp/012002523100008782452011E/cr2008sp4.exe
    But before you do that check with the BOE admin, SP's should match also but not required.
    They should work together, When you use the Report Wizard you'll see an option to connect to Enterprise and then log in using your User account and then the Repository will have the Universes available. Remember this is all set up by the Administrator so you will need the Admin person to grant you access to the Repository as well as anything else you need access to. Once you create the report then you can Publish them to your folder or a common folder and the Admin can then share your reports.
    WEBI is what the name implies, it's a WEB interface to allow you to create reports using it's Report Wizard. It does take some getting used to and you should have training available, check with your admin group again. Same as CRD, it tool allows you to create reports but is much more flexible than WEBI is in a few ways but once you understand how WEBI works it has some very powerful tools also.
    CR allows you to access any database field you have permission to see, it fully supports database permissions. So if you can't see them again you have to ask your DBA to grant you permissions. You can then link tables including your late entry table if it is separate or simply hitting the refresh button in the viewer will requery the DB for new rows of data. All depends on how it's set up.
    As for security, this is a decision your company has made. SAP is just a tool that allows you to be secure. With today's security threats and other privacy laws and hackers abilities to get to and cause personal harm to those affected it's just the way things are these days. Take this up with your Management, it's not something we can decide for you and certainly can't provide you with ways to circumvent the security.....
    There is training available for both WEBI and CR as well as third party Help for books available. Downloading the sample reports is a great place to start, you can switch between Design and preview mode and see what happens when you make changes....
    Thanks again
    Don

Maybe you are looking for

  • Getting error while trying to open the b2b console

    Hi All, I have installed weblogic server 10..3.1.0 and SOA 11.1.1.1.0. After installation I started the admin server and managed servers. While trying to open b2b console after login I am getting the following error message access denied (oracle.secu

  • Same no video problem as a lot of people...

    Trying to do video chat with friends how have ichat. It works with my wife's parents - but the video quality is very poor. It won't work with my dad or friend...very frustrating. Here is my error log: Date/Time: 2008-05-22 21:06:19.728 -0400 OS Versi

  • Need to delete xp and load mac os x 10.5, please help.

    Hi, i have a MB 13.3/2.0/2X512/80 with me. I currently run it on windows xp but want to delete that and load mac os x 10.5. I have the installation cd that came with it need help on installing. Awaiting on a reply. Thanks.

  • Installing mx7 and homesite  Getting Started

    hello i am attempting to start up a tutorial at home. the check list that i do have are. mx server homesite database software. i amanged to download the mx but it asked me about the web apache or just its own on a radio button option. can i run cf wi

  • ThinkCentre M58p Se enciende sólo

    Hola a todos. Os cuento mi problema, a ver si alguien se encontró en una situación similar. El problema es que apago el ordenador, y con una frecuencia de entre unos 20 y 30 min trata de encenderse, enciende los ventiladores y pasados unos 2 segundos