Crystal 8.5 to Crystal XI conversion question

Trying to convert report from Crystal 8.5 to XI. Report uses ttx file field deffinition and I pass recordset to reports/subreports.
To convert from 8.5 I opened report in version XI, selected :Verify Database" and saved report in a new XI environment.
In 8.5 version you could define field name in ttx file as a placeholder for ADO recordset column.
I have ttx file:
Field1 Number
Field2 Number
For version XI running repoprt I do not see result of my recordset on the report unless I specifically name columns in my recordset as Field1 and Field2. In Crystal 8.5 as long as my recordset contains two number columns, I was fine. Name of the recordset column did not had to match name for the ttx column in Crystal 8.5.
In order to conver from 8.5 to XI p680567
Please help
Thanks
Leonard

See if this note: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do
helps.
You can also search for note number 1215926 here:
https://www.sdn.sap.com/irj/sdn/businessobjects-notes
Ludek
Edited by: Ludek Uher on Oct 29, 2008 6:26 AM
Edited by: Ludek Uher on Oct 29, 2008 6:29 AM

Similar Messages

  • UPGRADE 1103 to 1159 - PAYMENTS CONVERSION QUESTION!

    Hello,
    UPGRADE 1103 to 1159 - PAYMENTS CONVERSION QUESTION!
    This is the scenario, we are planning to do. Currently we have 11.0.3 in one box. We are planning for re-implementation for 11.5.9 in the new box. So we
    have to convert approx 14 months of open and closed data for the historic purposes. (Like PO's, Invoices, Payments and ledger data etc.)
    Again, these conversions cannot be handled through the front end using some Data Loader kind of tool etc...
    Data Loader tool, I used a lot for loading Flexfield Value Set Values, Category Codes etc...
    But my question is converting these AP_PAYMENTS related data in the back end. (Like Check num, Payment Batch ID, Invoice Number, Invoice ID, Supplier Number,
    Supplier ID, etc.) from old 11.0.3 box to new 11i box.
    Since there was some confusion is going on with Payments related areas, because there was now API's etc... some of them are telling it is very difficult to migrate "AS IS" into 11i. I also heard that oracle won't support this.
    Just want to clarify clearly on this issues.
    Because we are moving from the small box of 11.0.3 into Big box for 11.5.9. So we don't want to loose all the histories for about 20 months. especially open
    Closed / Open - Invoices, Payments, PO's, REQ's, Active Items which are in the Open Blanket PO's, Employees, etc...
    Of all these everything sounds like doable because they do have API's etc... Of course, I belive there is no API for the Vendors only. We want to know is this true for the Payments also.
    Any urgent clarifications is very much appreciated with clear explanation.
    Thanks in advance
    Mani Varadan

    The payment conversion is little bit tricky in term on its understanding and functionality.
    There are lot of dependices of payments conversion on the others objects like invoice.
    You need to be very clear in requirements.
    Here is the extracted documents for giving you clear understanding about payments.
    Overview of Process
    Prior to creating a payment batch, four setup are required.
    A.Define a bank for bank branches with which you do business.
    B.Define bank accounts.
    C.Choose a predefined or custom payment format.
    D.Finally, define payment documents for disbursements for each bank account.
    To give an overview of the steps required to create payment batch payments:
    1) Initiate the payment batch by entering the criteria for invoices you want to pay. The payment batch process selects invoices, and then builds the payments. It determines which invoices will be paid on each payment document, and lists this information for you on the Preliminary Payment Register.
    2) Make any necessary modifications to your payment batch, such as selecting additional invoices, deselecting invoices, deselecting suppliers, etc. Once modifications are complete, the modify payment batch process automatically builds the payments if any invoices were added.
    3) Format payments to produce an output file.
    4) Print checks from the output file if you are not creating electronic payments or sending the output file to a third party for printing.
    5) Confirm the payment batch by recording the document numbers associated with each payment. During this step, the invoice status is updated to “Paid” and a document number is associated with the invoice and invoice payment.
    As conversion(from 11.0.3 to 11.5.9) is concern step 3,4 is excluded from the standard processes.
    These are the tables involved during the payment conversion.
    AP_SELECTED_INVOICES_ALL
    AP_INV_SELECTION_CRITERIA_ALL
    AP_INVOICES_ALL
    AP_PAYMENT_SCHEDULES_ALL
    These are background (concurrent) processes involved in batch process consists of the following
    a. Autoselect      
    b. Build Payments
    c. Preliminary Payment Register
    d. Format
    e. Confirm
    f. Final Payment Register.
    10.7:
    If you are using the application in character mode, navigate to the Reset Payment Batch form. The navigation path is
    \Navigate --> Controls --> Payment --> ResetPaymentBatch.
    Select the payment batch name and the system displays the status of the batch. Your options for proceeding vary according to the batch status.
    11.5.8/9
    You can perform actions on your batch in Payment Batches form by clicking on the Actions button. The appropriate actions are highlighted depending on the status of the batch.
    THIS SECTION TALK ABOUT THE DETAIL TECHNICAL OVERVIEW
    Payment Conversion Technical Overview
    For the conversion is concern we are following four-step process
    I.Defined and prerequisite steps as discussed above
    II.Selecting the Invoice
    III.Building the Payment
    IV.Confirm
    THESE ARE THE PREREQUISITE SETUP
    We are assuming the bank set is already done from 10.7 to 11i.Bank set up means bank account id, and its corresponding payment format.
    For this purpose we are using mapping function for bank account id and on that basis we are getting corresponding checks stock id.This means defining a payment documents for disbursements
    SELECT INVOICES
    When a payment batch is started one row for each record is created in the
    AP_INV_SELECTION_CRITERIA_ALL table.
    This table stores the criteria that a payment batch uses to select invoices for payments. The module name for the Auto Select process is APXPBSEL. The Select Invoices, or AutoSelect, is the first step in the payment batch process.
    When we run a concurrent program the AutoSelect process starts by loading records that meet the invoice selection criteria into the table AP_SELECTED_INVOICES_ALL from the tables AP_INVOICES_ALL and AP_PAYMENT_SCHEDULES_ALL.
    The criteria that AutoSelect uses to determine which record to select from AP_INVOICES_ALL and AP_PAYMENT_SCHEDULES_ALL is stored in AP_INV_SELECTION_CRITERIA_ALL.
    To be sure that no duplicate invoices get selected, invoices that are already selected in another payment batch are not selected. Invoice payments that have no remaining payment amounts are not selected either.
    BUILD PAYMENTS
    The module name for the Build Program is APXPBBLD. From the list created by AutoSelect, the Build program determines which invoices will be paid on each
    Payment document, and lists this information on the Preliminary Payment Register if Selected. The Build program is spawned when AutoSelect has completed. When the Build Program starts, the application uses information from the table AP_SELECTED_INVOICES_ALL to create rows in the table AP_SELECTED_INVOICE_CHECKS_ALL.
    In addition to creating rows in the AP_SELECTED_INVOICE_CHECKS_ALL, the build payments program also performs the following tasks:
    • Assigns document numbers for payments
    • Assigns Check Ids
    • Renumbers the remaining documents starting from the first_available_document
    • Updates the payment batch status to BUILT
    Since we are doing conversion from 10.7 to 11i where all payments need to converted hence we are keeping payment batch status as ‘FORMATTED’
    CONFIRM
    This is the final step for the payment batch process, where we will pick a payment batch from front end, and then making confirm. The menu for this
    AP Payable =>Payment Batches form =>by clicking on the Actions button
    Internally the confirm program first updates the AP_SELECTED_INVOICE_CHECKS_ALL records,
    then transfers those records to
    AP_CHECKS_ALL.
    In addition, the AP_SELECTED_INVOICES_ALL
    records are transferred into the corresponding
    AP_INVOICE_PAYMENTS_ALL,
    AP_INVOICES_ALL and
    AP_PAYMENT_SCHEDULES_ALL.
    Table Involved in Payment Batch Process
    These are the various table involved in the payment process of 10.7 and 11i.It is recommended that if corresponding earlier conversion is done then use the mapping function to get the new value.
    oAP_SELECTED_INVOICES_ALL
    oAP_INV_SELECTION_CRITERIA_ALL
    oAP_INVOICES_ALL
    oAP_PAYMENT_SCHEDULES_ALL
    oAP_SELECTED_INVOICE_CHECKS_ALL
    oAP_CHECKS_ALL
    oAP_INVOICE_PAYMENTS_ALL
    oAP_PAYMENT_SCHEDULES_ALL
    oAP_INVOICES_ALL
    oAP_BANK_ACCOUNTS_ALL `
    Common Issue:
    1.Determine the status of the Payment Batch?
    A: Query up the Payment Batch in the Payment Batches Summary window to view the status. If you can not get into the application, you can select the status from SQL*Plus:
    SELECT status FROM ap_inv_selection_criteria_all
    WHERE checkrun_name = ?<payment batch name>?;
    2. Don’t change the last update date
    We are doing the conversion for payments, hence we can’t change he last_updated_date to sysdate as this will create a problem by concurrent program, in that case we need to populate the field for FUTURE_DATED_PAYMENT=’N’
    3. don’t populate the value for INVOICE_PAYMENT_TYPE
    If there are some prepayments in the conversion process donor populate this field and pass NULL, otherwise this will create a duplicate invoice, which will cause a problem for concurrent batch for payment.
    Hope now you will be very clear about the process.
    let me me offline, if you need further.
    regards
    sanjit
    [email protected]

  • Crystal Data Conversion Issue (Error converting data type varchar to datetime)

    Hi,
    I can run stored procedure without error in SQL Server using my personal credentials as well as database credentials.
    I can also run Crystal Report after connecting to Stored procedure without error on my desktop using my personal credentials as well as database credentials.
    But when I upload the crystal report in BOBJDEV and when I run using database credentials report fails saying that "Error in File ~tmp1d1480b8e70fd90.rpt: Unable to connect: incorrect log on parameters. Details: [Database Vendor Code: 18456 ]" but I can run the crystal report successfully on BOBJDEV using my personal credentials.
    I googled (Data Conversion Error Message) about this issue & lot of people asked to do "Verify Database" in Crystal Report. So I did that, but when I do it I am getting a error message like this:
    Error converting data type varchar to datetime.
    Where do you think the error might be occurring? Did anyone faced this kind of issue before? If so, how to resolve it?
    (FYI, I am using Crystal Reports 2008, & for stored procedure I have used SSMS 2012 )
    Please help me with this issue.
    Thanks & Regards.
    Naveen.

    hello Naveen,
    since the report works fine in the cr designer / desktop, we need to figure out where you should post this question.
    by bobjdev do you mean businessobjects enterprise or crystal reports server? if so please post this question to the bi platform space.
    -jamie

  • Exsisting Crystal Reports conversion to Business Objects reports

    hi,
    can existing crystal reports can be converted to Business Objects reports ( Adhoc, webi, deski types ).
    If yes, what versions of CR can be converted to BOBJ reports and what versions could not be.
    Where woud I go to get the information and procedure to get this done.
    Your help is deeply appreicated. Thanks.

    Hi Venkat,
    Unfortunately there is no direct method or tool which can convert the existing Crystal reports to WEBI or DESKI. The best way to go about converting the reports would be to re-create the reports in the required reporting tool.
    All these three reporting softwares are different in working and are designed to suit different reporting needs. So based on the requirements, you can select the tool which best suits your requirement.
    I hope this helps in answering your question.
    Regards,
    Abhishek Jain.

  • Crystal Reports Interview Questions

    Hai All
    I need  to prepare for an interview next month for crystal Reports
    Please send me some crystal Reports and Crystal Xcelsius  Basic and Real time Interview Questions
    For good reply points are assaigned

    Hello,
    Try using the product and reading the help files, lots of info in there. Also browse through the forums for both CR and XC.
    Flex SDK Development
    No point in looking for the answers for the test, they can be random and the people giving you the test know the product very well and will know if you know it also. Database and DB connectivity is must also.
    Good luck
    Don

  • Crystal 10 to Crystal 2008 Conversion

    Hi,
    We are currently using Crystal Reports 10 and Crystal Enterprise 10. The current database used is Microsoft SQL 2005.
    We are planning to upgrade to the latest version of Crystal, which I assume is Crystal 2008. And also the database is going to be upgraded to Microsoft SQL 2008. All the Crystal Reports use Stored Procedures for getting the data.
    Please let me know if this will be smooth conversion from Crystal 10 to Crystal 2008, or will it require redesigning all reports.
    Regards,
    Zareen
    Edited by: ZARFAT on Jan 17, 2011 5:32 PM

    Hi Zareen, 
    The best way we found to upgrade the objects into Enterprise 2008 was to do a restore into it.  I recommend making sure you have installed the latest updates for Enterprise 2008 because we ran into some issues with rescheduling and using variables in Crosstabs. 
    These were issues with Enterprise and not the reports as we found out.  The reports ran fine in Crystal without needing to update them.  Once the updates were installed the reports were fine. 
    We found two things we didn't track down but the worked themselves out.  Some reports scheduled to be exported to Excel actually came out in Crystal Reports formats even though they had the Excel icon beside them.  Not sure why but we just recheduled them and they were fine. 
    The second issue we ran into was reports disconnected from the schedule.  This was our problem because it looks like the custom calendars we have didn't all get imported.  It was with the reports associated with 2 calendars that had problems.  So it wasn't a huge deal for us. 
    I haven't used APOS so I can't comment on that.
    Good luck.  I'm about to go through another upgrade in the next couple of months so it should be interesting here. 
    Brian

  • BW Query variable default value put in Crystal report variable question

    Why BW Query variable default value put in Crystal report variable for BO InfoView to open crystal report.
    I using Analyzer to open bw query,variables had default value ,but crystal report can't had variable default value ,and can't search variable  value.
    pho:
    [http://file.itpub.net/f/e38876ad4f6efb7e73980488e7d71f8d/4ae940e9/day_091029/20091029_2b04da1232144feba180OrB23SNvXtoT.gif/p/1.gif]
    [http://file.itpub.net/f/d93ddfe61e0eaf80429726c61f1a02ff/4ae940e9/day_091029/20091029_3211ffe04bf0302fbab5FRKnbwmH80p7.gif/p/BW_QUERY_Crystal.gif]
    Edited by: flying on Oct 29, 2009 8:20 AM

    I Know what to do .
    but Crystal report date variable value are Garbage characters "###".
    PHO:
    [http://file.itpub.net/f/39a8510104476707ae21c945db93ecba/4ae97949/day_091029/20091029_32dcbb7e7d99141483aesJ9KBJHXN0Kj.gif/p/2.gif]

  • Crystal Reports Version Question

    Hello,
    I am developing a web site using vs 2010 and the compatible version as downloaded from here. I have come across a small issue that I'm sure is easily solvable but I can't find any references to it. When I try to run this solution on another machine or server with crystal reports 10 installed I notice that the graphs colours aren't matching to as set in the report. I understand that this is a version issue but without installing vs 2010 and then the crystal report version supported onto another machine. Is there away or an installation just so that the reports work as expected (fo this version without installing vs 2010).
    I tried downloading the redist 32 bit version from here and updating the config file accordingly but when I then generate a report I'm getting a database logon failed error.
    Note that if I change the webconfig file back to 10.2.3600.0 from the recently changed 13.0.2000.0 then the report works as expected, except the graph colours aren't using the conditional colours.
    Am I doing something horribly wrong?
    Cheers,
    John.
    Edited by: John Arran on Mar 2, 2011 3:11 PM

    I'm not sure I understand the details here - I htink the description gets a bit muddled as it goes. E.g.; this:
    I understand that this is a version issue but without installing vs 2010 and then the crystal report version supported onto another machine. Is there away or an installation just so that the reports work as expected (fo this version without installing vs 2010).
    is a source of confusion for me(?).
    In any case, CRVS2010 and CR 10.2 should be (as far as I know, are) side by side compatible. Based on my interpretation of the statement above, I wonder about the runtime being deployed. The CRVS2010 runtime is here:
    MSM
    http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_mergemodules_13_0.zip
    MSI 32 bit
    http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0.zip
    MSI 64 bit
    http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_64bit_13_0.zip
    Are you using one of the above to deploy the crvs2010 runtime?
    - Ludek

  • Crystal Report Desing question

    Hello everybody,
    Im a newbie to the Crystal reports envrionment. I have to design a report, using Crystal reports 11 , which will show an entity, its address phone number ets as the main row in the report. If an advanced option is clicked on the filter, a child section will be shown, containing filenames associated to that entity in the database. How do i design this report . Any inputs would be gretaly appriciated. Also this is being done in a Java environment, like the filters and all will be in a jsp page. However .net implementation would be acceptable, as i require the solution if at all this is possible.
    Thanks,
    Kohinoor

    Please re-post if this is still an issue

  • Crystal 7 to crystal 10 conversion

    I currently have 20 or more Crystal 7 reports that have both .rpt and .qry files.  When I attempt to open these in Crystal X I am warned that the Query file is no longer supported.  I create a command in the Database and add it to the report.  As soon as I try to remove the old Query, Crystal X dies.  Is there a better way of doing this?

    Hi Guna
    When you create a Data Foundation, you need to specify your data source,
    whether it be one or more Data Connections or one or more Dynamic Data
    Connections. You can have any number or combination of Data Connections
    and Dynamic Data Connections for your Data Foundation.
    Data Foundations are flexible as they contain the physical database
    properties for tables and fields. Using Data Foundations, you can link different
    data tables. You can also insert additional data tables, and create formulas,
    SQL expressions, filters, parameters, and custom functions. In addition, you
    can set specific rights on all of these objects for your users and groups.
    When you create a new Data Foundation, you first need to specify the tables
    you want to use (tables which are taken from the data source specified by a
    Data Connection or a Dynamic Data Connection). After you create the Data
    Foundation, you can link different tables. You can insert additional tables,
    formulas, SQL expressions, filters, parameters, and custom functions to your
    Data Foundation.
    You can build multiple Business Views from a single Data Foundation.  At the same time you may also create a separate Data Foundation for each distinct Business View.  Make a choice based on what suits your requirement best. 
    Hope this information is useful to you.
    Regards
    Girish.

  • Crystal Report Server Questions

    We purchased CRSXIR2 from Business objects and have 1 yr maintenance.
    I want to upgrade to Crystal Report Server 2008.
    Where can I get the media for a 64bit version of Crystal Report Server 2008?
    Can 32 bit clients using Crystal Reports 10 or 11 integrate with a 64 bit install of Crystal Report Server 2008?

    Enterprise Soft Delivery.
    You need a login though:
    [https://businessobjects.subscribenet.com/control/bobj/login]
    I believe it's a free upgrade with an ongoing service agreement (at least that's the case with BOE XI R2 to BOE XI 3.0)

  • Crystal Report Chart Question

    I have created a line chart based on a report that has a Sum $ amount field. I also have a running total field for a "count" of records (ttl by year)  Year is currently a group.  Because it is a running total I am unable to include it in the chart and it is not working.  Can anyone help me figure out how I can count the number of records, per year, on my report and create a chart based on this information?
    Thank you.
    Karen

    Karen,
    As you have already grouped on Year you can include the count of records at the group level in group footer section for that year .
    Go to Insert Summary select ID or Which field you want the count on select count from the calculate this summary option .Summary Location select the group which is year in your case.
    Click OK so you get the record count for the years. then plot the chart accordingly.
    Cheers
    Rahul

  • Data conversion questions

    Hi Everyone,
    I'm confused by the data conversion rule and how to do it in abap, could you help me about some of my questions?
    1. How many ways to do data conversion ( like assignment .....)?
    2. When using field symbol, we know we can assign reference to field symbol , and at mean time , we can casting type.
        Is this kind of casting also a way to do data conversion?
    3. In my real case, I have unknown type data to convert to xstring. the type could be any ( I, D, T, STRING......). Is there an easy way to implement that when I get the data reference, I only need to import it to a method and then the method return an xstring to me?
    4. question 3 is about data->xstring, and how can I convert xstring back to the original data( should be the same type )?
    Thanks and Regards,
    Aaron

    Hi Aaron,
    try this FM:     CONVERSION_EXIT_ALPHA_INPUT
    is useful for convert different data type, here an example:
         call function 'CONVERSION_EXIT_ALPHA_INPUT'
              exporting
                input         =   A    ( type unknown )
              importing
                output        =  B  ( type xstring ).
    Perhaps that helps,
    Regards,
    Davide

  • Report conversion question

    I have a project created in VS 2008 that has one report in it.  When I open it in VS 2010 with CR 2010 installed it asks if I want to convert the report.  I tell it no since i don't want to move to the 4 framework yet.  Everything worked great.  Then I opened up another 2010 environment and opened a different project from 2008 I did not get asked if i want to convert the report it is just converted to 2010.  I have closed the environment and reopened with the same results, also have restarted with the same results. It is now always converting the reports to 2010.  How can i stop this?
    I can manually change the references to the older crystal decisions and will get the older version, but this is not practical.
    Edited by: ck911db on Nov 23, 2010 7:26 PM

    Hello,
    What is the Crystal Repots version in which the reports are designed?
    Only Crystal Reports basic for visual studio 2010 is meant to work with VS2010, so even if you try to use report from any other version with VS2010, it may cause issues.
    I would recommend you to upgrade the reports to [CR4VS2010|/people/coy.yonce/blog/2010/11/12/crystal-reports-for-visual-studio-2010-production-release-now-availableCystlR%2528SAPWeblogs%253ACrystal+Reports%2529].
    Also is CR2008 installed on the same machine? As issues are encountered because of its side by side installatioon with CR4VS2010.
    Thanks,
    Bhushan.

  • GL Balances Conversion Question

    Hi,
    Recently I started working in oracle apps so you can consider me as a beginer.Now; I'm working on a GL Conversion project. We have balances from 2003. It has been decided that we will convert the balances from 2003-2006 and for 2007, 2008 we will convert in detail (every journal). We also use multiple currencies. My question is on extracting the balances. There are various values for Translated flag and some thing about BEQ columns.
    I will appreciate, if you can tell me what balances I should extract for conversion purposes.
    Thanks for your help !!
    Shreekar.

    Can you give me details of what you have done?? i have the same issue and i do not know what has to be done
    Thank you!

Maybe you are looking for

  • Creation of Personal Object Worklists - can anyone help...?

    Hi All, We have a portal where in which the end users(actually power users) can view reports, run queries within the privileges of their authorizations,change queries and save them etc..... All the data for the reports comes from ECC(backend). Given

  • How do I get sfz files to play in gargeband?

    How do I go about doing this? I moved the files to /library/audio/sounds/banks and yet I still can not load any of them. Someone help me!

  • IDOCS IN CRM

    Dear All, How to send IDOCS to the third party system in CRM like SAP R/3.Please guide I want to send qutation through ALE.Please guide me. Regards, Suresh

  • Conversion of lower case letters to upper case in ABAP

    Moderator message: when you've got your answer to this, find out how to do it the other way for the subject of your posts!  Please do not use ALL CAPITALS as subject Hi Experts     How to convert lower case letter to upper case letter in ABAP Edited

  • HT1349 MY I PHONE5'S EAR PHONE'S RIGHT SIDE NOT WORKING

    MY IPHONE 5'S EAR PHONE RIGHT SIDE NOT WORKING ND I HAV TRY TO CHANGE MY EAR PHONE AFTER THAT SAME RESULT