Data Reconciliation Data Sources in Business Content

Can you tell me where we can find these data sources and explain me how to use them? Do we need to define infocube/ods or anything like that to load the data and use report to see the results?
Please explain me with one complete scenario.
Thanks.

Data Reconciliation for data sources allows you to ensure the consistency of data has been loaded in to BI is available and used productively there.
It is based on comparision of the data loaded in to BI and the application data in the source system.You can access the data in the source system directly to perform this comparison.
The term Data Reconciliation data source is used for Data sources that are used as a reference for accessing the application data in the source directly and there fore allow you to draw comparison to the source data.
It allows you to check the integrity of the loaded data by for EXAMPLE,comparing the total of a keyfigure in the data store object with the corresponding totals that the virtual providers access directly in the Source system.
Hope it will helps you.....

Similar Messages

  • Bug in Config Data Source Parameter on Content presenter

    Hi all,
    I find out a bug when we configure Data Source parameter on Content Presenter at run-time.
    Example:
    I configure the value for Data Source is:
    ${'SELECT * FROM ora:t:IDC:Profile:TinbaiProfile WHERE ora:p:xmNgayxuatban < TIMESTAMP \''}${pageFlowScope.utilsBean.strCurrentDate}${'\''}
    and Data Source Type: Query Expression
    Then Click OK to save my configuration and close the popup
    After that I came back the Component Properties: Content presenter dialog to configure more parameter. And I saw the value in the Data Source is:
    SELECT * FROM ora:t:IDC:Profile:TinbaiProfile WHERE ora:p:xmNgayxuatban < TIMESTAMP ''}${pageFlowScope.utilsBean.strCurrentDate}${''
    If I do anything else and click Apply or OK, it will alert the error message "Error: Error Parsing..."
    It's really a bug of this component. I known it happen from version 11.1.1.6.0 and hope the next version it will be fixed. But now is version 11.1.1.8.0 this bug still here .
    In my opinion Oracle should do more and more for a good produce with high value as $ for buying their produces and services
    Thanks!

    Thanks DanielMerchán!
    I have one more question about the error when I config the JOC for the manage server where my portal application is deployed.
    After finish config JOC for my manage server as the link Configuring the Distributed Java Object Cache - 11g Release 1 (11.1.1), my portal application can't run anymore. Check the log I saw the error:
    <Sep 17, 2013 4:59:17 PM ICT> <Error> <oracle.as.cache.groupv2.HttpHandler> <BEA-000000> <CO-0 Invalid HTTP request information: GET /ubck/faces/vi/vimenu/vipages_trangchu HTTP/1.1>
    Do you know why? I do something wrong
    Thanks!

  • Is it possible to delete data selectively from Business content cubes

    Dear Experts,
             Requesting you to help me out to know, is it possible to delete data selectively from Business content cubes.
    When I'm trying to delete selectively from Business content cubes, the background job gets cancelled with ST22 logs stating
    A RAISE statement in the program "SAPLRSDRD" raised the exception  condition "X_MESSAGE".                                                                               
    Since the exception was not intercepted by a superior program, processing was terminated.  
    and i tried  with few more Technical content cubes but the same thing happens.
    Pls let me know how to selectively delete data from Business content cubes if it's possible?.
    Thanks in advance for your favorable assistance.
    Regards,
    Ramesh-Kumar.

    Hi Ramesh,
    Follow below steps for selective deletion:
    1.     Transaction code: Use the Transaction code DELETE_FACTS.
    2.     Generate selective deletion program:
    A report program will be generated of the given name, here .
    3.     Selection screen:
    Take the deletion program u201CZDEL_EPBGu201D to the transaction code SE38 to see/execute the program.
    After executing it will take you to a selection screen:
    As we need to carry out deletion selective on Calendar week, we need to get the screen field for the field Calendar week. For this, click on the Calendar week field and press F1.
    Click on the technical information button (marked in red box above) you will get below screen:
         ABAP program to carry out the Calendar week calculation
    Problem scenario: As stated earlier the requirement is to delete the data from the cube based on the calendar week. Thus a code must be developed such that the number of weeks should be taken as input and corresponding calendar week should be determined. This calendar week should be then passed to the deletion program in order to carry out the data deletion from the InfoCube.
         Transaction code: Use T-code SE38 in order to create a program.
    Logic: Suppose we need to delete the data older than 100 weeks.
    a.     Get the number of weeks and system date in variables and calculate the total number of days :
    lv_week = 100.      *number of weeks      
    lv_dte = sy-datum.     *system date
    v_totaldays = lv_week * 7.      *total days
    b.     Get the corresponding calendar day from the total days. This is obtained by simply subtracting the total no. of days from the system date.
    lv_calday = lv_dte - v_totaldays. *corresponding calday.     
    c.     Now in order to get the calendar week corresponding to the calculated calendar day we must call a function module 'DATE_TO_PERIOD_CONVERT'. This function module takes input as Calendar day and Fiscal year variant and returns the appropriate fiscal period.
    Get the sales week time elements
      call function 'DATE_TO_PERIOD_CONVERT'
        exporting
          i_date                      = lv_calday
          i_periv                     = lc_sales
        importing
          e_buper                     = lv_period
          e_gjahr                     = lv_year
        exceptions
          input_false                 = 1
          t009_notfound               = 2
          t009b_notfound              = 3.
      if sy-subrc = 0.
        ls_time-calweek(4)      = lv_year.
        ls_time-calweek+4(2)    = lv_period.
      endif.
    v_week = ls_boots_time-calweek.
    Note: We can pass the fiscal year variant which can be obtained from the table T009B.For e.g. here fiscal year variant lc_sales = Z2. LS_TIME will be any table with suitable time units.
    d.     Now we have obtained the required calendar week in the v_week variable. This calendar week is the week till which we need to keep the data. And older data than this week will be deleted. This deletion will be done by the deletion program
    Submitting the Data deletion program for ZEPBGC01 and key field
    SUBMIT ZDEL_EPBG WITH C039 LT v_week.
              Here the calendar week value is submitted to the deletion program ZDEL_EPBG with the screen field of calendar week.
    Hope ... this will  help you..
    Thanks,
    Jitendra

  • Finding fields in R/3 for data extraction VS Business content

    Hi all,
    I am doing my first BW project after my training and I am finding it difficult to locate some fields that should be part of my report.
    The Consultant says Sales Group, Inco terms, Open orders, Account assignment group, Sold to party, ship to party, Payment terms, Document currency and base currency, Complete deliver indicator, Order type and Count of Complete deliveries required should all be in the Order while transmission type and number of transmissions should be in NAST.
    I have gone to R/3 - RSA6 to look at datasources and found 2LIS_01_S260 (Sales order) to have most of the fields but not payment terms, complete delivery indicator, open orders base currency and count of complete deliveries required. Also in Sales document header data, these fileds are not there.
    Is it a case of not understanding the correct name of the fields if they are described in a different manner in R/3 or I have not done the proper thing? Can I just use an infocube in BW business content to get all the required objetcs -(infocube, infosource, datasource).
    Thank you

    Hi,
    Finding the correct Infoobject and it's mapped field is a job of BIW consultant. But the problem is how to find them and how to frind respective R/3  field and it's table. You will be familar with them as your experience increases.
    So you need to list of fields you require and then find out the Datasource/s which can give these fields by going through the Business content help or using LBWE Tcode in R/3.
    The datasource you mentioned is obsolate one. i.e 2LIS_01_S260  .
    You better to go wtih new DSes like 2LIS_11_VAITM,2LIS_11_V_ITM.
    http://help.sap.com/saphelp_bw31/helpdata/en/8f/36f338472b420de10000000a114084/frameset.htm
    If allmost all fields are avialable in a DS , then you can check the possibility of enhancing the DS for remaining Fields.
    With rgds,
    Anil Kumar Sharma .P

  • Failed to retrieve the data source in Business Objects Explorer

    I have built a universe with Designer suits and separate measurements of paramentros and bound by, ran on Web Intelligence, but when I try to use the Business Objects Explorer is reported the following message:
    Failed to retrieve the data source details.
    The creation of the data source object tree failed
    What should I do?

    There are two OSS notes about this error ;
    1411433
    1363777
    Also you can take a look at this service pack
    http://ftp1.businessobjects.com/outgoing/CMS/crXIwin_en_sp3.pdf
    cheers
    Tansu
    Edited by: tansu aksu on Jan 25, 2011 5:03 PM

  • Changing the Data source in Business Objects XI

    Hi,
      Is it possible to change the data source(not universe) in runtime to generate business objects reports. I am using BOXI 3.1.
    Below is the code I am using to change the universe in runtime. I would like to change this so that i can change the data source instead of changing the universe. My intention is to generate report from multipple database using same universe. Right now I am using multipple universes connected to multiple datasources to achieve this. I am using Report Engine SDK(Java).
               if("Webi".equals(mDocKind))
                   // Added for multiple database support
                   DataProviders dataProvs = documentInstance.getDataProviders();
                try{
                    //To support multiple queries in BO reports
                 for(int count=0;count<dataProvs.getCount(); count++){
                   DataProvider dp=dataProvs.getItem(count);
                   DataSource ds= dp.getDataSource();
                   infoUniverseObjects = getUniverseObject(infoStore,NewUniverseName);
                   infoUniverseObject = (IInfoObject)infoUniverseObjects.get(0);
                   String newDsCuid = infoUniverseObject.getCUID();
                   dataProvs.changeDataSource(ds.getID(), "UnivCUID=" + newDsCuid, true);
                   if(dataProvs.mustFillChangeDataSourceMapping())
                        // Re-map data source to target Universe objects
                        ChangeDataSourceMapping mapping = dataProvs.getChangeDataSourceMapping();
                        ChangeDataSourceObjectMapping[] maps = mapping.getAllMappings();
                        dataProvs.setChangeDataSourceMapping();
                    }//for dataProvs.getCount()
                }catch(Exception e)
                      mLogger.info("BOReportObject","createReport","Inside multiple data providers loop"+e.getMessage());
    Thanks in advance
    Shameer
    Edited by: Shameertaj on May 20, 2009 3:08 AM

    Hi Shameer,
    I think this is only possible with the Universe Designer SDK (which is only available in COM).
    Please kindly refer to the API reference for the Universe Designer SDK for more details:
    http://help.sap.com/businessobject/product_guides/boexir31/en/bodessdk.chm
    Also, please note that changing the universe connection when viewing a document on-demand is not recommended because this could lead to possible issues.
    For example:
    Two users trying to view documents that uses the same universe at approximately the same time.
    But user A wants to use connection X and user B wants to use connection Y.
    This could lead to an error while openning the document or while refreshing/retrieving the the data.
    Hope this helps.
    Regards,
    Dan

  • Unable to collect Update/Transfer rules Info & Data sources from BI content

    Hi,
    We are tyring to activate Infoprovider 0PY_CO2 from BI content by selecting the option - In data before. BI is unable to collect all corresponding objects such as Update rules, Info source, transfer rules and the data source for the selected Infoprovider. Only Info area and associated info objects are being collected for the installation.
    We are experiencing same problem whilst acitvating most of the info providers. However, in some cases, either of these objects get activated but not all the necessary objects that feed data to the Infoprovider (cube or multi provider).
    Also, Infopackages and Info object catalogs are not being collected for any objects activated/installed so fare from the BI content.
    We are trying to activate BW 3.5 content on the BI 7.0 environment. BI Content release is 703 and support pack level is 008.
    Kindly share any pointers to troubleshoot this probelm please.
    Thanks
    Venkat

    Shiv,
    For some Info providers, all associated info objects(including transfer & update rules and info source and data sources) are getting collected and got successfuly installed. But this is true for only 10% of the Info providers that we have installed so far.
    Remaining all the objects, we are unable to proceed further.
    Thanks
    Venkat.

  • Business Content and Data Sources automatic binding

    Hi,
    I am not clear about the Data Sources and Business Content sync.
    If I transfer the datasources in SBIW(RSA5)  and replicate in BW, how it will automatically bind to the infosources and data targets when we activate the relevant infoobjects in BW Business content. As part of Business content activation, will it search for datasources and bind to it automatically? What steps are needed in order to make the everything hooked up correctly?
    Can anyone clarify to me how it works? Please explain step-by-step.
    Thanks.

    Is there any addiotional things we need to do at info source level after activating the content? Selecting the correct data source etc.
    If there is a enhancement to the extraction structure then what all steps manually  we need to do at info source level? When we replicate the data source which has been enhanced, will it create the infoobjects automatically so that they can be used in infosource communication structure?
    As I am new to the system, I am running in to all these questions.
    Appreciate any help in step by step how things will work.
    Thanks.

  • COPA Data Source: possible to enhance using exit?

    Hi BI experts,
    I got a question about if it is possible to enhance COPA data source by using user exit (just like the way to enahance other data sources in the business content).
    The background:
    I have to include several new fields in COPA data source. Since COPA data source is generated (not a data source from business content like LIS data sources).
    My questions:
    1) Is it the recommended way to enhance the existing COPA data source using exit?
    2) or it would be better to delete the existing one and create a new one with the two additional fields?
    3) any potential issue to be expected?
    Your feedback and help is highly appreciated.
    Regards,
    Sally

    Hi
    1) Is it the recommended way to enhance the existing COPA data source using exit?
    Yes, we can enhance COPA DS via User Exit, Provided the fields should be from other different tables which are not from Segment Tables.
    2) or it would be better to delete the existing one and create a new one with the two additional fields?
    If the fields are from Segment Tables, it is always better to delete the existing one and Recreate the same
    3) any potential issue to be expected?
    Appending/Enhancing fields are always bit difficult and my lead into errors in future, based on the critical functionality we use.. But I recommend DELETE THE DS AND RECREATE WITH COPA always.Hope it helps

  • Using a data source configured in Business View Manager?

    Post Author: Rob
    CA Forum: Crystal Reports
    Hello,We're using Crystal Enterprise 10 service pack 6 on Server 2003 and I'm having a bit of a problem (surprise)!   I've configured a data source in  Business View Manager with the intention of the users not having to enter a password for the data source in a report.  However, the data source has been stored in the repository but is not visible anywhere within Crystal Reports or the Enterprise web site at all. Any pointers as to the usage of said data source would be gratefully received!Thanks in advance,Rob

    Post Author: yangster
    CA Forum: Crystal Reports
    You created a datasource connection in the BV Manger and then what?Did you make the corresponding Data Foundation, Business Element, and Business View?You can only report off the business view not a datasource.

  • Standard Business Content & Data Targets for Case Management & CRM Survey

    Dear Friends,
    We are implementing CRM2007 with BW3.5 for reports for CRM Analytics. We require to Identify the Standard Data Targets & Standard Business Content (Reports) available for the following:
    1. Case Management
    2. CRM Survey (We have already been able to identify Data targets in BW3.5 for Web Survey & in CRM 2007 we have been able to identify Data targets for CRM Survey, as well as Web Survey. Our requirement is identifying Data Target for CRM Survey)
    Please guide.
    Regards,
    Rajesh Banka

    hi,
    You can find the planning scenarios related to planning ifor CRM at this link http://help.sap.com/SAPHELP_SEM350BW/helpdata/EN/05/242537cedf2056e10000009b38f936/frameset.htm
    You can also find the details on demo content for the same at http://help.sap.com/SAPHELP_SEM350BW/helpdata/EN/05/242537cedf2056e10000009b38f936/frameset.htm
    Regards,
    Deepti

  • Unable to find Transfer Rules and Data Source for 0PERSON Info Source

    Hi,
    I'am working on SALES ANALYSIS Configuration with the help of SAP Best Practices.
    I'am trying to load Master Data Attributes/Texts/Hierarchies.
    I'am able to load for allmost all the InfoPackages which i created for particular DataSource.
    Now i need to load master data for 0PERSON InfoObject under that Person (Attributes) and Person (texts) are there,for this 2 Transfer Rules and the DataSource has to be defined by default as it is defined for other Attributes/Texts/Hierarchies.But i'am unable to find a DataSource and Transfer Rules to create a infopackage for PERSON Attributes and Texts.
    Please gudie me with a solution in order to get these Transfer Rules and DataSource for this Attributes and Texts.
    With regards,
    Pradeep.B

    Hi,
    Install the corresponding master data objects from Business content. Go to data source find out the needed datasource, replicate it. If you want you can migrate it also.
    If still you are not getting 0person masterdata object datasource & transformation structure, then you have to create the transformation, Infopackage.
    Hope if you will install the business content again, it will solve your problem.

  • Urgent: Relevant Master Data Data Sources for FI-GL  & FI-AP

    Hi BW Guru's
    We have install the Standard Data Targets from Business Content.  Now i want to do the same for Master Data can any one help me in selecting the relevant master data data sources for the following Data Targets.
    Your help will be appreciated.
    FI-GL
    INFOCUBE    0FIGL_C01    General Ledger: Transaction Figures   
    INFOCUBE    0FIGL_C02    Cost of Sales Ledger: Transaction Figures   
    INFOCUBE    0FIGL_VC1    General Ledger: Financial Statements   
    INFOCUBE    0FIGL_VC2    Cost of Sales Ledger:Financial Statements   
    INFOCUBE    0FIGL_C10    General Ledger (New): Transaction Figures   
    INFOCUBE    0FIGL_R10    General Ledger (New): Transaction Figures Remote   
    INFOCUBE    0FIGL_V10    G/L (New): Balance Sheet and Profit and Loss   
    INFOCUBE    0FIGL_V11    G/L (New): Balance Sheet and Profit and Loss Remote   
    FI-AP
    INFOCUBE    0FIAP_C02    FIAP: Transaction Data   
    INFOCUBE    0FIAP_C03    FIAP: Line Item   
    Thanks in Advance,
    Ganni

    AC --> AC-IO -
                                        All DataSources
    FI -->  FI-IO -
                                        All DataSources
    FI -->  FI-AR --> FI-AR-I0 -
                        All DataSources
    FI --> FI-AR -
                                         0FI_AR_4, 0FI_AR_10,0FI_AR_6
    FI --> FI-AP --> FI-AP-I0 -
                         All DataSources
    FI --> FI-AP -
                                         0FI_AP_4, 0FI_AP_6
    FI --> FI-GL --> FI-GL-I0 -
                         All DataSources
    FI --> FI-GL -
                                         0FI_GL_10
    LO--> LO-IO -
                                   All DataSources
    SD--> SD-IO -
                                         All DataSources
    SAP-R/3-IO -
                                         All DataSources
    PI-BASIS--> 0CA_GD --> 0CA_GD-IO ---     All DataSources

  • Bpartner value to be added in data source

    Dear SDN Experts,
                                     am facing 1 issue for CRM data source. There is activity generation module used in CRM where bpartner value has been configured under PARTNERS tab. I am able to extract this transaction data using 0CRM_SALES_ACT_1 but the particular partner value mentioned in the tab is not getting extracted in this data source.
    Business has demanded this field in BW report, so I want to enhance the data source but I am not able to find out in which table of CRM this partner value gets stored against each transaction.
    Please help me if any1 has faced similar issue.
    Thanks & Regards,
    Priyanka

    Hello Satya,
                           I have tried using that BAPI function but when I use it in the extractor, the internal table eats lot of memory and extractor ends with no temp space memory error. That's why I tried searching for the basic tables where transactional data gets stored.
    Regards,
    Priyanka

  • Error installing Business Content: InfoObject Catalogs

    hi all,
    just new in this community and hope you can help with my encountered problem regarding Installation in BI content.
    I'm trying to activate:
    InfoObject Catalog (technical name) : 0CHANOTASSIGNED
    InfoObject Catalog(description)        : Unassigned characteristics
    upon installation here is the job log that i got:
    Message text | Message class | Message no. | Message type
    Replication completed successfully | RSAOLTP | 33 | S
    Replication completed successfully | RSAOLTP | 33 | S
    The object R3TR ISTS 0CUST_CLASS_TEXT_BA does not exist | TK | 233 | S
    Assign a package | TR | 709 | S
    Specify the package or flag it as a local object | TR | 742 | E
    Job cancelled after system exception ERROR_MESSAGE | 00 | 564 | A
    what seems to be the error here?
    thanks and regards,
    karl

    hi chintamanim,
    thanks for the response.
    i verified the objects included on the BI content objects window and noticed that the object 0CUST_CLASS_TEXT "active version" is not available and i tried finding 0CUST_CLASS_TEXT_BA and cannot find it.
    does this have an effect on the error i got from activating and receiving the error upon activation?
    The object R3TR ISTS 0CUST_CLASS_TEXT_BA does not exist
    I did follow a document for Building Block Configuration Guide:
    B03: General Settings for BI Integration
    and the step is included here:
    Activating Business Content: InfoObject Catalogs:
    1.     On the Data Warehousing Workbench: Business Content screen:
    a.     At the top of the right hand frame, choose Grouping and select In Data Flow Before.
    b.     At the top of the right hand frame, choose Collection mode and select collect automatically.
    c.     In the left hand frame, select Object Types.
    d.     In the middle frame, expand InfoObject Catalog and make a double-click on Select Objects.
    2.     In the Selection of Query Objects dialog box.
    a.     Select the following InfoObject catalog:
    0CHANOTASSIGNED
    b.     Choose Transfer Selections.
    c.     If a dialog box Remote Activation in the Source System <…> occurs, choose OK and log on to the source system on the following screen.
    d.     If a dialog box appears Exceeded runtime when collecting objects choose Continue.
    3.     At the top of the right frame, choose Install and select Install in Background.
    4.     In the Install Business Content in the Background dialog box choose Yes.
    5.     In the Information dialog box choose Continue.
    6.     Choose Exit.
    please advise on how to continue.
    thanks and regards

Maybe you are looking for