<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Data transfer from SQL db to SAP db in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-from-sql-db-to-sap-db/m-p/7298466#M1533777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The req. is to fetch the time in &amp;amp; time out data of the employees from SQL database of the non SAP system(HR Legacy System) to the SAP system directly into the TEVEN table of the SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This req. is for the TCODE PA30 : Maintain HR Master Data &amp;amp; for Infotype 2011 : Time Events.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest the procedure &amp;amp; steps to go about it &amp;amp; also the logic of the program to be written.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Sep 2010 04:49:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-24T04:49:41Z</dc:date>
    <item>
      <title>Data transfer from SQL db to SAP db</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-from-sql-db-to-sap-db/m-p/7298464#M1533775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to fetch data from SQL database to SAP HR table directly either through ALE or RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to go about it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 09:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-from-sql-db-to-sap-db/m-p/7298464#M1533775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T09:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data transfer from SQL db to SAP db</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-from-sql-db-to-sap-db/m-p/7298465#M1533776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, please give the detais where your SQL database is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your SQL database is outside an SAP than you can create RFC type HR table and call this RFC from .net or JAVA whatever you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However so many settings required for that, please give more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 15:16:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-from-sql-db-to-sap-db/m-p/7298465#M1533776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T15:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Data transfer from SQL db to SAP db</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-from-sql-db-to-sap-db/m-p/7298466#M1533777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The req. is to fetch the time in &amp;amp; time out data of the employees from SQL database of the non SAP system(HR Legacy System) to the SAP system directly into the TEVEN table of the SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This req. is for the TCODE PA30 : Maintain HR Master Data &amp;amp; for Infotype 2011 : Time Events.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest the procedure &amp;amp; steps to go about it &amp;amp; also the logic of the program to be written.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 04:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-from-sql-db-to-sap-db/m-p/7298466#M1533777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-24T04:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data transfer from SQL db to SAP db</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-from-sql-db-to-sap-db/m-p/7298467#M1533778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Purva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can access external sql data by writing native sql code (cursor) but this is really slow. Instead, I suggest you to write a webservice which reads the data in HR legacy system. So you can cosume this webservice in ABAP to call the necessary bapis or transactions. Alternatively, you can write a remote enabled ABAP FM (and create a webservice from this FM), which can be consumed bu the HR legacy application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ozcan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 05:55:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-from-sql-db-to-sap-db/m-p/7298467#M1533778</guid>
      <dc:creator>former_member848108</dc:creator>
      <dc:date>2010-09-24T05:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data transfer from SQL db to SAP db</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-from-sql-db-to-sap-db/m-p/7298468#M1533779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ozcan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please elaborate the solution described  with some example ? I too have a similar requirement and i am exploring all the possibilities. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhinav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 03:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-from-sql-db-to-sap-db/m-p/7298468#M1533779</guid>
      <dc:creator>former_member97974</dc:creator>
      <dc:date>2010-11-02T03:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Data transfer from SQL db to SAP db</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-from-sql-db-to-sap-db/m-p/7298469#M1533780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case you are looking for Data Integration, its possible using SQL Server 2008 Integration Package. It shows how to load data into SAP BI by using the SAP BI destination, how to extract data from SAP BI by using the SAP BI source, and how to prepare extracted data for analysis in SQL Server Analysis Services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Microsoft Connector 1.0 for SAP BI is delivered in the Microsoft SQL Server 2008 Feature Pack. It enables data extraction from and to SAP NetWeaver BI in both Full and Delta modes via standard interfaces, within the Microsoft SQL Server Integration Services environment. The SAP datasets supported by the connector include SAP BI InfoProviders like InfoCubes, Data Store Objects (DSO), and InfoObjects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Microsoft Connector 1.0 for SAP BI has three main components:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SAP BI Source, to extract data from SAP BI&lt;/P&gt;&lt;P&gt;    SAP BI Destination, to load data into SAP BI&lt;/P&gt;&lt;P&gt;    SAP BI Connection Manager, to manage the RFC connection between the Integration Services package and SAP BI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Microsoft Connector 1.0 for SAP BI is an add-in for SQL Server Integration Services. It provides an efficient and streamlined solution for integrating non-SAP data sources with SAP BI. It also enables the construction of data warehouse solutions for SAP data in SQL Server 2008, where SAP BI is exposed as a data source of SQL Server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 02:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-from-sql-db-to-sap-db/m-p/7298469#M1533780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-07T02:53:49Z</dc:date>
    </item>
  </channel>
</rss>

