Replicate data source needed?

Hi,
  I have done some changes in the program used to enhance the data source in the R3, No changes done on the structure. Do i need to replicate it in BI.
Thanks
Karthikeyan.L

Hi
If you have enhanced the datasource by adding a field then you need to replicate the datasource.
But if you have only changed the exit program you need not do that
data will be populated automaically.
Regards
PBI

Similar Messages

  • Re-replicate data source in QAS system doesn't work

    I've transported extract. structures from DEV ECC to QAS ECC and done data source replications on BI side.
    After that I done some changes (added several fields) on extraction structure CUSTOMER_ATTR on ECC side in dev env. and transported it to QAS ECC. Then I replicate CUSTOMER_ATTR on BI QAS nothing happens. It remains with the same field list.
    My QAS system is read-only. How can I re-replicate this CUSTOMER_ATTR to get new added fields?

    Gediminas 
    Datasource, extract structure and append structure(if any) not transported properly.
    Try to collect again and retransport and replicate.
    Check at RSA3 in QA system, now fields are visible or not.
    Srini

  • Data source needs to be specified in context.xml instead of web.xml - why?

    Hi,
    I'm using a Spring JndiObjectFactoryBean to create my JNDI data source in my code:
    <bean id="jndiDataSource" class="org.springframework.jndi.JndiObjectFactoryBean" lazy-init="true">
              <property name="jndiName" value="java:comp/env/jdbc/DS_OURDB_DB2" />
              <property name="lookupOnStartup" value="false"/>
              <property name="proxyInterface" value="javax.sql.DataSource"/>
         </bean>I have the necessary Resource added to my Tomcat's server.xml:
    <Resource accessToUnderlyingConnectionAllowed="false"
                defaultAutoCommit="true" defaultReadOnly="false"
                driverClassName="com.ibm.db2.jcc.DB2Driver"
                factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
                initialSize="0" logAbandoned="false" maxActive="8"
                maxIdle="8" maxOpenPreparedStatements="0" maxWait="-1"
                minEvictableIdleTimeMillis="1800000" minIdle="0"
                name="jdbc/DS_OURDB_DB2" numTestsPerEvictionRun="3"
                password="ourpass" poolPreparedStatements="false"
                removeAbandoned="false" removeAbandonedTimeout="300"
                testOnBorrow="true" testOnReturn="false"
                testWhileIdle="false" timeBetweenEvictionRunsMillis="-1"
                type="javax.sql.DataSource"
                url="jdbc:db2://machine1:60056/DBD1" username="ouruser"
                   validationQuery="SELECT current date FROM sysibm.sysdummy1"/>I then have the resource referenced in my web.xml:
    <resource-ref>
              <res-ref-name>jdbc/DS_OURDB_DB2</res-ref-name>
              <res-type>javax.sql.DataSource</res-type>
              <res-auth>Container</res-auth>
              <res-sharing-scope>Shareable</res-sharing-scope>
         </resource-ref>However, I'm getting JndiLookupFailureExceptions when I attempt to use this JNDI resource.
    I can resolve it by specifying the following in my META-INF/context.xml:
    <Context>
         <ResourceLink global="jdbc/DS_OURDB_DB2" name="jdbc/DS_OURDB_DB2" type="javax.sql.Datasource"/>
    </Context>I've read some of the JNDI/Tomcat documentation. However, I still do not understand why it doesn't work with the web.xml. Can anyone explain please? Thanks

    Can answer this myself after some more investigation. The reason I required the entry in the META-INF/context.xml was because I had specified the Resource as a Global Reference in the server.xml. By adding this Resource to my application's Context in the server.xml the configuration in the web.xml worked as expected.

  • SRM Approver Name - Data source need for this DSO: 0BBP_SCA

    Hello Experts,
    I am having difficulty to get shopping cart approver name loaded (but approver id is loaded) into BI reports
    I am using standard business content  (DS Names: 0BBP_TD_SC_1, 0BBP_TD_SC_APPR_1)
    Please let me know the data source reg. this. Any hint reg. this will be appreciated.
    I tried all these info objects, No luck yet.
    0BBP_APPROV
    0BPARTNER
    http://help.sap.com/saphelp_sm32/helpdata/en/29/9cfb3673421a4a809ec9fe82d6a16b/content.htm
    Thanks in advance.
    Thanks
    Praba

    Hello Navesh,
    You are right. Sorry I did not mention clearly in the title.
    But I used correct DSOs respectively for the Data source
    1)
    Approval Process for Shopping Carts u2013 Single Documents Locate the document in its SAP Library structure
    DSO: Technical name: 0BBP_SCA
    DS: 0BBP_TD_SC_APPR_1
    2)
    Shopping Carts u2013 Single Documents Locate the document in its SAP Library structure
    DSO: Technical name: 0BBP_SC
    DS: Technical name: 0BBP_TD_SC_1
    Please let me know relevant info object for Approver Name.
    0BPARTNER
    0BBP_APPROV
    0HRPOSITION
    Note: Source system is SRM
    Thanks
    Praba

  • How to replicate Generic data source from R/3 to BI

    Hi,
    I have created generic datasource in r/3 using view. I replicated to BI.
    I selected  for DataSource (RSDS) instead of selecting  3.x DataSouce.
    Now what r the steps to load data into cube.
      Please help me in this regard. Please give me detail steps to proceed further.
    Thanks,
    Jaswantha

    Hi,
    About Generic Extraction:
    In Sometimes the Standard Extraction Does not Satisfy the Customers Needs that time We have to use Generic Extraction.
    generic extraction is also classified in to three types
    using
    1. View
    2.Infoset query
    3.Function module.
    Procedure:
    -->Go to Tcode : RSo2,
    -->There give the name of data source which you want to create like
    transaction data source or master data attribue or Text data source.
    -->enter
    -->again in the next screen you need to give application like SD or MM
    etc
    -->in the same screen need to select table/view or infosetquery or
    function module. these are different ways of creating data sources.
    -->Give the name for the same like if u r creating data source on table
    give the name of table.
    -->click on Generic delta which will there in application tool bar and
    fil the required columns in that screen like type of delta and all
    -->continue and save
    -->it will give all the fieds
    -->enable the check boxes based on your requirement like selection or
    hide or field only..
    -->save
    please see the below links:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33
    Re: Generic Extractor - Delta
    Re: Generic Extractor - Delta
    Please do check the link for step by step for generic xtraction
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33
    check the following
    http://help.sap.com/bp_biv235/BI_EN/html/bw.htm
    business content
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/g-i/how%20to%20co-pa%20extraction%203.0x
    https://websmp203.sap-ag.de/co
    http://help.sap.com/saphelp_nw04/helpdata/en/37/5fb13cd0500255e10000000a114084/frameset.htm
    (navigate with expand left nodes)
    also co-pa
    http://help.sap.com/saphelp_nw04/helpdata/en/53/c1143c26b8bc00e10000000a114084/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/fb07ab90-0201-0010-c489-d527d39cc0c6
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1910ab90-0201-0010-eea3-c4ac84080806
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ff61152b-0301-0010-849f-839fec3771f3
    LO Extraction
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f83be790-0201-0010-4fb0-98bd7c01e328
    Check these links:
    /people/sap.user72/blog/2004/12/16/logistic-cockpit-delta-mechanism--episode-one-v3-update-the-145serializer146
    /people/sap.user72/blog/2004/12/23/logistic-cockpit-delta-mechanism--episode-two-v3-update-when-some-problems-can-occur
    /people/sap.user72/blog/2005/01/19/logistic-cockpit-delta-mechanism--episode-three-the-new-update-methods
    /people/sap.user72/blog/2005/02/14/logistic-cockpit--when-you-need-more--first-option-enhance-it
    /people/sap.user72/blog/2005/04/19/logistic-cockpit-a-new-deal-overshadowed-by-the-old-fashioned-lis
    Re: LO-Cockpit  V1 and V2 update
    Also Refer this link:
    http://www.sap-img.com/business/lo-cockpit-step-by-step.htm
    FI-CO 'Data Extraction -Line Item Level-FI-CO
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a7f2f294-0501-0010-11bb-80e0d67c3e4a
    FI-GL
    http://help.sap.com/saphelp_nw04/helpdata/en/c9/fe943b2bcbd11ee10000000a114084/frameset.htm
    http://help.sap.com/saphelp_470/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm
    http://www.sapgenie.com/sapfunc/fi.htm
    FI-SL
    http://help.sap.com/saphelp_nw2004s/helpdata/en/28/5ccfbb45b01140a3b59298c267604f/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/41/65be27836d300ae10000000a114b54/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/ee/cd143c5db89b00e10000000a114084/frameset.htm
    How to do basic LO extraction for SAP-R3-BW
    1. Go to transaction code RSA3 and see if any data is available related to your DataSource. If data is there in RSA3 then go to transaction code LBWG (Delete Setup data) and delete the data by entering the application name.
    2. Go to transaction SBIW --> Settings for Application Specific Datasource --> Logistics --> Managing extract structures --> Initialization --> Filling the Setup table --> Application specific setup of statistical data --> perform setup (relevant application)
    3. In OLI*** (for example OLI7BW for Statistical setup for old documents : Orders) give the name of the run and execute. Now all the available records from R/3 will be loaded to setup tables.
    4. Go to transaction RSA3 and check the data.
    5. Go to transaction LBWE and make sure the update mode for the corresponding DataSource is serialized V3 update.
    6. Go to BW system and create infopackage and under the update tab select the initialize delta process. And schedule the package. Now all the data available in the setup tables are now loaded into the data target.
    7.Now for the delta records go to LBWE in R/3 and change the update mode for the corresponding DataSource to Direct/Queue delta. By doing this record will bypass SM13 and directly go to RSA7. Go to transaction code RSA7 there you can see green light # Once the new records are added immediately you can see the record in RSA7.
    8.Go to BW system and create a new infopackage for delta loads. Double click on new infopackage. Under update tab you can see the delta update radio button.
    9.Now you can go to your data target and see the delta record.
    find your scenario and find what data sources do you need on R3 side and ensure they are active as well:
    http://help.sap.com/saphelp_nw04/helpdata/en/37/5fb13cd0500255e10000000a114084/frameset.htm
    find your scenario -> data sources -> go to R3 -> sbiw and activate required data source
    replicate data sources in BW:
    RSA1 -> source systems -> right click on your source system -> replicate
    then activate your BC:
    service.sap.com/bi -> BI Business Content -> General Information -> SAP BW Business Content - Activation
    and execute infopackage (it should be delivered with BC)
    Useful links:
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    service.sap.com/bi -> BI InfoIndex
    sdn.sap.com -> Business Information Warehouse -> How-To guides (under Quick Links)
    Assign points if useful.

  • Error During Replication of Data Source in BI 7.0 SAPKW70017

    Hi Experts
    We have recently imported Support Pack SAPKW70017 into our quality
    system. The Quality System Client setting is
    -  No changes Allowed
    -  No change to Repository and cross-client Customizing objects
    After upgrade when ever we are trying to replicate data sources we are
    getting the error. "Changes to Repository or cross-client Customization
    not permitted".
    This error was certainly not there before updating to SAPKW70017.
    Interestingly if we change client setting to
    - Automatic Recording of Changes.
    - Changes to the Repository and cross-client Customizing permitted
    and try to replicate data source. System does not prompt for any change
    request.
    To overcome this, we tried to import the 'data source in BW' via change
    request from development. The replication completes successfully but
    time stamp does not matches with source. And we end up in
    error "DataSource 0FI_AR_4 has to be replicated (time stamp, see long
    text)" in scheduler.
    Please advise.
    Thanks & Regards
    Sachchida Nand Dubey

    hi,
    I am looking forward to implement SAPKW70017, I  need to know the CONS of SP17, what was the reason which made you implement SP17, just to have updated Version of SP or did you face with any problems and decided to update the SP? what was the previous SP which you had,
    We have problems in F4 search help when running queries, SAP asked us to implement latest which is SP17, but wanted to make sure what would be the CONS before we do it, we are having SP15 in BI 7.0
    Please update the post for this.

  • Error while deleting data source : Message RSO414

    Hello Guys,
    We have activated data source 2LIS_04_PKKANBAN and entire standard BI content . When i tried to extract data, i got 0 records initially and after that i came to know that some functions needs to be activated in ECC to extract KANBAN data.
    We activated some function and deleted & filled setup tables for KANBAN and i can see data in RSA3 (368 Records). Then i tried to extract data into SAP BI. it took  me 20 minutes but ended with error. "Data Source needs to be activated again as it was changed (We just activated one function only) nothing changed to data source" I activated data source again in ECC and replicate on SAP BI side but i am not able to get it in activated mode.
    I tried to activate it manually and it takes 20-25 minutes but i am not able to activate it and getting error "Error when activating DataSource : MESSAGE NO  RSO414 " "Error when resetting DataSource 2LIS_04_PKKANBAN to the active version". i also can't delete data source as when i try to delete it, i get the error "ERROR WHEN DELETING DATA SOURCE : MESSAGE NO RSO414" .  What to do in this situation ?
    Regards,
    Komik Shah

    Hi Rahul,
    I tried it but it didn't help me.
    Also there is no FM in SAP BI called RS_DATASOURCE_ACTIVATE_ALL. I have activated  data source in my ERP system  and replicated same on BI side as we don't have standard Transfer Rules or Transformation, i can't use RS_TRANSTRU_ACTIVATE_ALL .
    Regards,
    Komik Shah

  • Data source - activation problem

    Hello,
    when I try to transport a datasource from the development system to the QA-system I always get the error:
    Syntax error in GP_ERR_RSAPTD1, row 25 (-> long text)
    Message no. RG102
    Diagnosis
    Field '/BIC/CE8CO_PA_02A' is unknown. It is neither in one of the specif
    What could be the problem?
    thanks

    Hi,
    export data sources of InfoCubes are transported with the associated InfoCube, you should not try to transport the export data source separately. Just pick up the cube and transport it, that should sove the problem and the exprot data source should be there, maybe you need to replicate data sources to see it.
    Regards
    Michele

  • Sap pm data source enhancement

    HI all,
    i need to enhance pm header and operations data sources with field " user status".
    MY user want to see report like user status field with both numbered nd un numbered.
    so i need user status field technicl name in bw. And u suggetions to do this.
    thanks in advnce.
    ravi

    Hi,
    first from your user requirement find the source table for status. once you got the table name then you can enhance your data source and maintain the logic at CMOD to fill data to enhanced field(status).
    You can add status field to your data source by appending to extract structure at SE11 or RSA6.
    Unhide it at RAS6 Once you add field to data source.
    1. Replicate data source,
    2. Add related info object to your upward data from this data source.
    3. creating mappings at transformations save and activate all changes.
    Thanks

  • ODS as data source for the next ODS - can't see the name in the DS list

    Hello, experts!
    Need your help.  I'm trying to use Staging ODS for the transaction data to populate data into next level of ODS - Standard ODS.   The problem is that Staging ODS does not appear in the Data Source list for the Standard ODS when I Assign data sources(and would not let me paste the Staging ODS  data source name either).  I did Replicate data source for the Staging ODS and Generate Export data sources but it did not fix the problem. 
    Any suggestions?
    Thank you.
    Alina.

    OK, you're talking about the selection screen "Available datasources" showing only 50 entries right?
    In my system the screen can show more than 900... must be one of your user settings in the gui...
    just under the tab "restrictions" there is a line with an arrow pointing down; click this line to expand the restrictions...
    In the DataSource field enter 8* or 8<ODS_TECH_NAME> in order to see your DSource.
    Otherwise in RSA13 in your Dsources overview, right click it and "assign infosource"; it will also make it...
    hope this helps...
    Olivier.
    Edited by: Olivier Cora on Jul 30, 2008 6:31 PM

  • Data Source Application not showing

    I am creating Generic Data source but in the Application component no hireachy is showing. Currently showing only NEW_HIER_ROOT.
    No other application Component is there after pressing help , like SAP R/3, SD , MM etc. It is a new  system. Kindly suggest.
    Thanks,
    Sk Kamruzzaman

    Hi,
    Take basis team or team lead help and do it at ECC side RSA9.
    While replicating data source applications also will replicate. You need to replicate data source under same application component.
    at bw side your application components are not exist then fron BI content you can instal lthem.
    Thanks

  • Report Viewer and Multiple Data Sources

    I know that it is possible to create a report in Crystal Reports using multiple data sources.  But is it possible to use just the Free  Report Viewer to view a report with Multiple Data Sources?
    Our company uses Crystal Reports XI.  I do not use the program myself, I am in the IT Department.  I have limited knowledge of Crystal and do not do any of the report writing.
    If this is possible, and if someone could help me out with what would need to be done, or point me in the right direction of a Knowledge Base or Help Topic that explains this, that would be great.
    Thanks.

    I believe it can but both data sources need to be set up. Ask a report designer to help you use the Designer to test this and see what is required.

  • Data load issue with export data source - BW 3.5

    Hi,
    We are facing issues in loading data with the help of export data source.
    We have created export data source of 0PCA_C01 cube. With the help of this export datasource,  we are loading data to other custom cube. Scenario is working fine in development server.
    But when we transported objects to quality server data is not getting loaded to custom target cube.
    It is extracting zero records.  All transports are ok and we have generated export datasource in quality before transports .Also regenerated export datasource after transport and activated infosource, update rule via RS* programs.  Every object is active but data is not getting extracted.
    RSA3 for 80PCA_C01 datasource isn't extracting any record in Quality. Records getting extracted in development.   We are in BW 3.5 with patch level 19.
    Please guide us to resolve the issue.
    Thanks,
    Aditya

    Hi
    Make sure that you have relevant Role & Authorization at Quality/PRS.
    You have to Transport the Source Cube first and then Create a Generate Export Data Source in QAS. Then, replicate data sources for BW QAS Soruce System. Make sure this replicated Data Source in QAS. Only then can transport new update rules for second cube.
    Hope it helps and clear

  • Data Source not visible in Data Source Tree in 7.0 System

    Hi Experts
    I have a CO_PA Data-Source that I have brought into our Development System from an other R/3 System via RSDS and that all worked fine. Trying to get it into the System via "Replicate Data Source" of the Source System didn't work even do the System showed me in the System_line on the bottom, that it was saving Data-Source etc, while replicating.
    The thing is now, that even do I managed to activate my Data Source via RSDS, build a Transformation, and fetcht the Data out of the Source System into PSA, my Data-Source-Tree just show's me a Top-Node called "NEW_HIER_ROOT" for this Source-System but not my Data-Source underneath !!
    Can anybody help me on this behaviour of the Data Source Tree ?
    Thank you
    Armin

    Worked perfect
    Thank you very much Simon !
    Best regards
    Armin
    Edited by: Armin Baggenstos on Feb 25, 2010 1:23 PM

  • Capturing Data Source Activation in a transport

    Dear Gurus,
    I 'm using the 0TR_LP_1 data source for my data loading and facing the following issue.
    In DEV system , this data source have been activated by one of the developer but not captured in any of the transport request.
    How can i capture the activation in another transport so that this data source can be activated in QAS and PRD system via transport.
    Thank you
    BR

    Hi ,
    You can fix this issue by following the below steps.
    1--> Go to T code RSA6
    2-> Find your data source --> Click on Object Directory Entry
    4--> Change the package --> It will ask you for a transport
    5--> Save it >Double click on your data source> Generate data socrce
    6--> Then transport your data source
    On the BW side 
    1--> Replicate data source
    2--> If required reactivate transfer and communication structure using standrad programs.
    This will solve your issue.
    -Vikram Srivastava

Maybe you are looking for