CRM 7.0 - Enhancement of Data Sources for interactive Reporting

Hallo All,
I would like to know whether anybody has positive experience with the enhancement of CRM Data Sources for interactive Reporting. I read that the enhancement of Customer fields should be possible (Those Data Sources below the Hierarchy node /CRMBW/ROOT).
I have seen that the extract structure can be enhanced via RSA6 (as for other data sources).
Questions:
1. Which USEREXIT / BADI has to be used to fill the added fields?
2. Does it work?
Best regards

Hi!
Those DS are not meant to be enhanced manually but only by one of the following two ways:
1. Adding custom fields with the Application Enhancement Tool (AET) in the CRM UI.
2. Adding SAP fields with the Interactive Reporting Enhancement Workbench (IREW).
The AET is available since CRM 7.0. Please find more details in the SAP Help Portal:
<http://help.sap.com>
    SAP Business Suite
        SAP Customer Relationship Mgmt.
             SAP EHP1 for CRM 7.0
                 Application Help
                     WebClient UI Framework
                         Application Enhancement Tool
The IREW is available since CRM 7.0 EhP1. More details can be found inside TX CRMD_IREW or in the SAP Help Portal:
<http://help.sap.com>
    SAP Business Suite
        SAP Customer Relationship Mgmt.
             SAP EHP1 for CRM 7.0
                 Application Help
                     SAP Customer Relationship Management
                         Analytics
Best regards

Similar Messages

  • Data source for SQR reporting

    Is it possible to use the Brio Query or Report Results as a data source for an SQR report? Instead of accessing a database for an SQR, can I use the Results section instead?

    N0 you need to create ur own generic datasource for line items - it is not delivered.
    0FI_GL_4 reads BSEG and BKPF
    where as the new Gl line items is based on table FAGLFLEXA

  • Universe as data source for Crystal Reports

    Are there any issues in using a Universe as the data source for a crystal reports?  We are using Business Objects Enterprise XI R2 and Crystal Reports XI R2.
    Thanks in advance for your response,
    Garet Wicker

    Hi,
    We can have a parameter from a Universe, following are the steps which will create the report which is based a Universe with a parameter.
    -connect to the universe and you will a Query Panel.
    -drag some objects in the Result Objects field. Ex. Country, Revenue.
    -then drag an object in the Query Filter. Ex. Country.
    -then a new window will appear as Filter Editor.
    -Select the prompt option and also select the check box as u201CSelect only from listu201D.
    -Click on Ok.
    When you refresh the report then there will be a parameter prompting for the Country field. Also you will see a parameter created automatically in the parameter list.
    However if you try to create a new parameter (without modifying anything from the query panel) by with the following workflow then there is no option to select the field for the parameter.
    -Right click on Parameter fieldsu2014New parameter.
    -When you click on the drop down list in the u201CValue Fieldu201D list there are no available fields/objects.
    Hence we can create a parameter in CR which is connected to the Universe with the steps mentioned above.
    I hope this helps you.
    Regards,
    Prashant.

  • HOW TO CREATE SAP BW DATA SOURCES FOR TDS REPORT?

    Hi All,
    How to create generic data source for these fields?
    I have TDS report these names and field.
    Pls anyone guide me..
    PAN NUMBER
    J_1IPANNO
    VENDOR NAME (accont type - k)
    LIFNR
    POSTING DATE
    BUDAT
    WITHHOLDING TAX  BASE
    WT_QSSHH
    WITHHOLDING TAX  AMOUNT
    WT_QBSHH
    NAME OF WITHHOLD TAX TYPE
    WITHT

    Hi ,
    Thanks for giving info.
    How to add different tables in generic data source?
    PAN NUMBER
    J_1IPANNO
    J_1IMOVEND
    VENDOR NAME (accont type - k)
    LIFNR
    J_1IMOVEND
    POSTING DATE
    BUDAT
    RBKP
    WITHHOLDING TAX  BASE
    WT_QSSHH
    WITH_ITEM
    WITHHOLDING TAX  AMOUNT
    WT_QBSHH
    WITH_ITEM
    NAME OF WITHHOLD TAX TYPE
    WITHT
    WITH_ITEM

  • 2.5 GB CSV file as data source for Crystal report

    Hi Experts,
        I  was asked to create a crystal report using crystal report as datasource(CSV file that is pretty huge (2.4Gb)). Could you help with me any doc that expalins the steps mainly with data connectivity.
    Objective is to create Crystal Report using that csv file as data source, save the report as .rpt with the data and send the results to customer to be read with Crystal Reports Viewer or save the results to PDF.
    Please help and suggest me steps as I am new to crystal reports and CSV as source.
    BR, Nanda Kishore

    Nanda,
    The issue of having some records with comma and some with a semi colon will need to be resolved before you can do an import. Assuming that there are no semi colons in any of the text values of the report, you could do a "Find & Replace" to convert the semi colons to commas.
    If find & replace isn't an option, you'll need to get the files separately.
    I've never used the Import Export Wizzard myself. I've always used the BULK INSERT command
    It would look something like this...
    BULK INSERT SQLServerTableName
    FROM 'c:\My_CSV_File.csv'
    WITH (FIELDTERMINATOR = ',')
    This of course implies that your table has the same columns, in the same order as the csv files and that each column is the correct data type to accept the incoming data.
    If you continue to have issues getting your data into SQL Server Express, please post in one of these two forums
    [Transact-SQL|http://social.msdn.microsoft.com/Forums/en-US/transactsql/threads]
    [SQL Server Express|http://social.msdn.microsoft.com/Forums/en-US/sqlexpress/threads]
    The Transact-SQL forum has some VERY knowledgeable people (including MVPs and book authors) posing answers.
    I've never posed to the SQL Server Express but I'm sure they can trouble shoot your issues with the Import Export Wizard.
    If you post in one of them, please copy the post link back to this thread you I can continue to to help.
    Jason

  • Switching Data Source for a report with stored procedure

    Post Author: ysbn
    CA Forum: Data Connectivity and SQL
    I've created a report and deployed it on a Crystal Server. The report is based on a certain stored procedure which also exists on other DB machines in my environment (Oracle machines). When I try to switch my report object to work with other machines (not the one originally used when the report was designed) the activation of the report fails. The error I see in the preview window is:
    Error in File <my rpt file name>: Failed to retrieve data from the database. Details: &#91;Database Vendor Code: 6550 &#93;
    When I try the same thing with a report which is based on a view and not a stored procedure the switching of Data Source works perfectly.
    Is there a problem switching between data sources from the server when the report is based on stored procedure? Are there any configurations I need to do in order to support this scenario?
    Thanks!

    Hi everyone~
    i am now facing the same problem
    i am using CR2008 and Visual Studio 2008 c# to write a window program
    because we have 2 db environment (one is production , the other one is development) so i have set a prarameter to switch db connection in c# code.
    the database is Oracle, and the the report will connect to Oracle procedure (which it is stored in package) this procedure will return reference cursor, so the report will loop up this cursor to generate report.
    at first time, it work fine when i open the report in CR2008 designer and point to dev database (ie datasource point to oracle procedure) . but when i want to deploy this win application to client and point to prod database, it show (vendor error 6550)
    i found that i cannot change the datasource during runtime in c# code...
    am i miss something in code? here attached a part of this code...
    private void setDBLogonForReport(ConnectionInfo info, ReportDocument doc)
                Tables myTables = doc.Database.Tables;
                foreach (Table myTable in myTables)
                    TableLogOnInfo logOnInfo = myTable.LogOnInfo;
                    logOnInfo.ConnectionInfo = info;
                    logOnInfo.TableName = myTable.Name;
                    myTable.ApplyLogOnInfo(logOnInfo);
                    //myTable.Location = info.UserID + "." + "pkg_crystal_report." + myTable.Name;
                    //someone suggest i have to set the 'Location' for change the datasource, but i am not sure how to construct a 
                    //string for point to oracle prcedure
    i will check it freq ... hope any expert can give me some advice ~
    thank you very much!!!

  • Data Source for Oracle reports

    Hi,
    Can Oracle Reports support anyother data source. I am using
    Reports Server to invoke reports. The requirement is client
    passing the dat that have to come in the report. (The size of
    data can be high).So is there any method other than sending the
    data as parametes(which in this case is not feasible).
    The client is a browser.
    Regards
    Ravi

    hello,
    oracle reports 6i supports SQL, PLSQL and Express as datasource.
    for passing large amounts of data, a temporary table in the
    database would be most reasonable.
    regards,
    the oracle reports team

  • Crystal Reports Server 2011 and BW 7 as a data source for uploaded reports.

    Hello,
    I am hoping someone can provide me with a clear answer for this.
    Lets assume..
    1. We are running crystal reports server 2011 and BW 7
    2. We want to publish a report in the BI Launch pad so users can view it
    3. Can we create a crystal report in the report designer with the data source as BW 7 then upload it to the reports server and have it run on-demand and Run over night?
    Can anyone shed some light in this area?
    kind regards
    david

    Hi,
    Crystal Reports Server is not supporting the SAP Integration Kit. You will need BusinessObjects Edge or BusinessObjects Enterprise
    regards
    Ingo Hilgefort

  • Best Data source for Crystal Reports

    Hi Experts,
    We have decided to use Crystal Reports 2008, for our project & advised to use BO Universe(based on Dimensional model) as data source against using the Dimensional tables directly(in Oracle).
    Since the Universes are based on Dimensional model, typically I have to link two or three Universes for each report. I am concerned about the query performance time involved for the Universe approach vs. using the Dimensional tables directly.
    I understand Universe as Meta-Data layer that hides all the database complexity from the end-user, and is a favorable option for Adhoc reports created by end users.
    But for developers who are going to create 400 odd reports, I don't see any advantage that Universe brings, compared to linking the tables at Crystal Designer.
    And we do not want to write customized Stored Procedures for every report, so our options are Universe/ Oracle tables.
    Appreciate any help from you on helping my process.
    Thanks.

    IMHO, the Universe is fantastic for sophisticated end users (who have a general knowledge of logic or a logical mind) to build ad hoc reports.  (Less sophisticated users should not be given the ability to design reports.)  It should not be used for production reports that will run frequently, as performance can deteriorate quickly.  (This is particularly true if you design the universe with the intent to build multiple reports off of one logical view.  You tend to do a lot of extra work to gather data that is not needed for the task at hand.  Our universe was designed this way - before I got here...  I tend not to use it on new reports...)
    There is no question in my mind that direct SQL will be the most performant way to develop the reports.  In fact, I'd even suggest using SQL Commands as the basis for the reports so the database does all of the heavy lifting of table linking, record selection, sorting, and summarizing.  That's what databases are built to do!  (I know Crystal is supposed to push what it can to the database, but its definition of what the database can do is very generalized, so a lot ends up on the Crystal server.)  This is particularly true if the Crystal server is not the same box as the database server; you don't want to pump huge volumes of data over the network!  The downside to this is that some logic tends to get duplicated.  This can be minimized by creating additional data (fields, tables, or aggregate tables) in the database, which are populated by one program (where the logic resides) and used by all of the reports.  (For example, "definitions" based on data values should be table driven.)
    HTH,
    Carl

  • External Data Source For BAM Report

    Hi all,
    I have created one table in Sql Server 2008.I want BAM report for that table.so while creating BAM report I was creating External Data source but I really don't know the driver details.so please help me out.
    Thanks in advance
    Edited by: 923309 on Oct 26, 2012 7:19 AM

    Hello,
    Please use the below connection details not exactly.Provide matched details to u db.
    Driver Name : com.microsoft.sqlserver.jdbc.SQLServerDriver
    Connection String : jdbc:sqlserver://localhost:1433;DatabaseName=SQLDB
    Best Regards
    Siva Sankar

  • Report results as a data source for another report

    Hi,
    Is it possible to use results of a report as a data source?
    Thanks,
    Alex

    hi,
    what do do you mean by that???
    i hope i helped....
    http://greekoraclebi.blogspot.com/
    ///////////////////////////////////////

  • Specifying a Date Range for Interactive Reports

    Hi All,
    I'm currently working on Oracle Application Express 11. We have created an application with a standard reports page. On this page there are the following items:
    HTML Region 1: (Parameters)
    Start Date: (Date Picker)
    End Date: (Date Picker)
    Amount: (Displays Read-Only Amount)
    HTML Region 2: (Specify Report)
    Violation Reports (link 1)
    Correct Reports (link 2)
    Fault Reports (link 3)
    All Reports (link 4)
    I would like to know if it's possible that I could enforce the following scenarios on a user:
    If a user clicks a link without specifying a date range, then an error message is displayed prompting the user to specify Start Date & End Date.
    If a user specifies a Start Date that is outside the table's date range, then an error message is displayed prompting the user to enter a valid Start Date. For instance, if the first ever date on the database table is 17/JUL/97 then if a user specifies 16/JUL/97 as his/her Start Date then an error message will be displayed prompting the user to specify a start date from 17/JUL/97 onwards.
    Is this possible? Please advice!
    THANK YOU IN ADVANCE
    Kamo

    Hi Kamo,
    In order for the dates to be used on the reports (which is what I assume you are trying to do?), the user must submit the page to get the dates into the session. Given that, you could have Validation on your page that checks the criteria you need when the page is submitted. You could also have your Region 2 conditional on the dates not being NULL - that way, the user can not click on a link until both dates have been entered and submitted.
    Andy

  • Using Web Service a Data Source for my Report

    Hi All,
    I'm trying to use a Web service as a PDS for my Oracle9ias reports.
    I have a few questions on this.
    1) Can the webservice Return a Complex data type e.g java.util.Vector? If Yes, How does the report extract data frm the Vecor?
    2) If the first option isn't feasible, Can I go for a array of objects as return values provided those objects are serializable?Again how would the report extract data from array of objects?
    3) OR is it advisable to go for Document style web service that returns me an XML document?
    Regards,
    Ritesh

    hi,
    what do do you mean by that???
    i hope i helped....
    http://greekoraclebi.blogspot.com/
    ///////////////////////////////////////

  • When overriding the data source for a report in RAS-Error Using CRAS2008sp3

    ErrorCode:515 ErrorMsg:"This field name is not known.
    Details: errorKind
    ANy ideas.

    Need a LOT more info. Version, service pack, dev language, windows or web app?
    From the error mesage it indicates something has changed from the original data batabase table/filed info from what you are setting it too.
    Try verifying the report manually to see if all your log on info and database are still the same.
    Thank you
    Don

  • Using an SAS2008 Cube as a data source for BI Publisher errors

    Hi All,
    I am trying to use a SAS 2008 cube as a data source for a report in BI Publisher. When I defined the data source under the admin section I gave it the following details:
    Data Source=ntsasqa01;Provider=msolap.3;Initial Catalog=WWPR_SMG
    With a username / password that has access to the cube.
    When I try and test the connection the OC4J instance stops running and the test does not finish or error. If I use the data source and then setup a report and then try and view data I get an error like the one below:
    /app/oracle/OracleBI/xmlp/XMLP/Admin/DataSource/msmdacc.dll (     0509-022 Cannot load module /app/oracle/OracleBI/xmlp/XMLP/Admin/DataSource/msmdacc.dll.
         0509-103 The module has an invalid magic number.)
    I am not sure if the error is related to the initial issue of not being able to complete the test.
    I need to find a solution though as I have to make use of MDX to access the cubes.
    Please could someone give me some advice.
    Thanks,
    Kim.

    Hi Kim
    1. SAS cubes are not currently supported - http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e10417.pdf. Unless SAS cubes can use the MS drivers?
    2. If you try and pursue it you might check the permissions on the ddll in the error to ensure you have rights over it.
    Either way you are not supported with a SAS cube so you are kinda on your own. Sorry I dont use SAS so Im not going to be much help other than stating the obvious :0)
    Regards
    Tim

Maybe you are looking for

  • Error in uploading the PO while running Direct Input porgram RM06EEI0

    Hi all i have written one conversion program to upload PO. Here in the program i am populating the batch input structures MBEPOH and MBEPOI and finally writing it to the unix file. Finally when i execute the direct input program RM06EEI0 using the lo

  • ID CS4 Debug slow

    Hi, can anyone tell me, if there's anyway to speed up the performance of ID CS4 Debug. What I have already tried helps, but does not help enough: I tried unchecking all TRACE options, under Test->PERFORMANCE I chose the no cache-checking (faster opti

  • Multiple components in a gridbag layout cell

    Is it possible to have two components in one cell of a grid bag layout? Say, a textfield box and some text to its immediate right? If so, can someone post an example? Thanksmuch.

  • How much memory is allocated to windows in boot camp?

    I have a 2 GHz Intel Core Duo iMac running Snow Leopard with 2 GB of RAM (maxed) circa 2006, the last big white iMac.  It runs very well.  Since I need to use a Windows software program for a work function I installed Fusion and Windows XP a few year

  • Upgrading from 10.3 to Tiger 10.4.6

    I'm trying to install 10.4.6 on my iBook G4. When I put in INstall Disc 1 I'm getting a long message the top & tail of are:- "No debugger configured............Darwin Kernel...panic. We are hanging here...". It effectively freezes the machine and I'v