<?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: SAP Data Provider in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-data-provider/m-p/3843858#M924153</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;SAP Data Provider&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purpose:&lt;/P&gt;&lt;P&gt;The SAP Data Provider (referred to in this documentation as the Data Provider) is a standard&lt;/P&gt;&lt;P&gt;data retrieval interface used by controls in the SAP GUI.&lt;/P&gt;&lt;P&gt;The Data Provider:&lt;/P&gt;&lt;P&gt;-&amp;gt; Manages the data&lt;/P&gt;&lt;P&gt;-&amp;gt; Maps the data on to standard Windows data types and data objects&lt;/P&gt;&lt;P&gt;-&amp;gt; Controls data conversion&lt;/P&gt;&lt;P&gt;The Data Provider consists of:&lt;/P&gt;&lt;P&gt;-&amp;gt; ABAP function modules&lt;/P&gt;&lt;P&gt;ABAP function modules are the Data Provider's interface to the application programmer&lt;/P&gt;&lt;P&gt;or shell programmer. They use normal ABAP data types such as internal tables.&lt;/P&gt;&lt;P&gt;-&amp;gt; SAP GUI function calls&lt;/P&gt;&lt;P&gt;The SAP GUI contains 2 RFC-enabled functions. One function sends a table to the SAP&lt;/P&gt;&lt;P&gt;GUI, the other function gets a table from the SAP GUI. The table passed by this call is a&lt;/P&gt;&lt;P&gt;data object.&lt;/P&gt;&lt;P&gt;-&amp;gt; Local tables object&lt;/P&gt;&lt;P&gt;The local tables object manages all tables in a data pool, which is global within a single&lt;/P&gt;&lt;P&gt;process space.&lt;/P&gt;&lt;P&gt;-&amp;gt; Data Provider object&lt;/P&gt;&lt;P&gt;The Data Provider object provides access to the data objects in the local tables object.&lt;/P&gt;&lt;P&gt;You can either reference data in the local tables object or store references to data there.&lt;/P&gt;&lt;P&gt;The Data Provider object uses standard Windows data types and data objects, so users&lt;/P&gt;&lt;P&gt;require no knowledge of internal tables or ABAP data types.&lt;/P&gt;&lt;P&gt;The Data Provider object also provides access to ftp: and http: servers, as well as files&lt;/P&gt;&lt;P&gt;stored on local servers or file servers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Implementation Considerations&lt;/P&gt;&lt;P&gt;You need the Data Provider because:&lt;/P&gt;&lt;P&gt;-&amp;gt; The standard automation queue mechanism does not allow you to pass amounts of data&lt;/P&gt;&lt;P&gt;exceeding 256 bytes through method calls, nor is it able to pass Binary Large Object&lt;/P&gt;&lt;P&gt;(BLOB) data such as office documents, screen shots and editor contents.&lt;/P&gt;&lt;P&gt;-&amp;gt; External data sources (that is, sources that exist outside R/3 or the current ABAP&lt;/P&gt;&lt;P&gt;program) must be accessible. Examples of these external data sources are the Info&lt;/P&gt;&lt;P&gt;Repository or local files.&lt;/P&gt;&lt;P&gt;Constraints&lt;/P&gt;&lt;P&gt;The SAP Data Provider is available only on Windows platforms (Windows95 or Windows NT&lt;/P&gt;&lt;P&gt;4.0+).&lt;/P&gt;&lt;P&gt;Functional Description&lt;/P&gt;&lt;P&gt;The SAP Data Provider is based on the push model. This means that, before a control can&lt;/P&gt;&lt;P&gt;reference a data object, the data is always passed from the server to the client as an internal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2008 09:39:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-20T09:39:52Z</dc:date>
    <item>
      <title>SAP Data Provider</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-data-provider/m-p/3843856#M924151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is SAP Data Provider?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u knew about it then plz send me this details and send the files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;S.Suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 09:21:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-data-provider/m-p/3843856#M924151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T09:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Data Provider</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-data-provider/m-p/3843857#M924152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;SAP Data Provider&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Purpose&lt;/STRONG&gt;The SAP Data Provider (referred to in this documentation as the Data Provider) is a standard&lt;/P&gt;&lt;P&gt;data retrieval interface used by controls in the SAP GUI.&lt;/P&gt;&lt;P&gt;The Data Provider:&lt;/P&gt;&lt;P&gt;1. Manages the data&lt;/P&gt;&lt;P&gt;2. Maps the data on to standard Windows data types and data objects&lt;/P&gt;&lt;P&gt;3. Controls data conversion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Data Provider consists &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.ABAP function modules&lt;/P&gt;&lt;P&gt;ABAP function modules are the Data Provider's interface to the application programmer&lt;/P&gt;&lt;P&gt;or shell programmer. They use normal ABAP data types such as internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.. SAP GUI function calls&lt;/P&gt;&lt;P&gt;The SAP GUI contains 2 RFC-enabled functions. One function sends a table to the SAP&lt;/P&gt;&lt;P&gt;GUI, the other function gets a table from the SAP GUI. The table passed by this call is a&lt;/P&gt;&lt;P&gt;data object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Local tables object&lt;/P&gt;&lt;P&gt;The local tables object manages all tables in a data pool, which is global within a single&lt;/P&gt;&lt;P&gt;process space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 4.Data Provider object&lt;/P&gt;&lt;P&gt;The Data Provider object provides access to the data objects in the local tables object.&lt;/P&gt;&lt;P&gt;You can either reference data in the local tables object or store references to data there.&lt;/P&gt;&lt;P&gt;The Data Provider object uses standard Windows data types and data objects, so users&lt;/P&gt;&lt;P&gt;require no knowledge of internal tables or ABAP data types.&lt;/P&gt;&lt;P&gt;The Data Provider object also provides access to ftp: and http: servers, as well as files&lt;/P&gt;&lt;P&gt;stored on local servers or file servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow this Below Link It will be Helpfull For You&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIDATAPROV/BCCIDATAPROV.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIDATAPROV/BCCIDATAPROV.pdf&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward If Helpfull,&lt;/P&gt;&lt;P&gt; Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 09:23:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-data-provider/m-p/3843857#M924152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T09:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Data Provider</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-data-provider/m-p/3843858#M924153</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;SAP Data Provider&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purpose:&lt;/P&gt;&lt;P&gt;The SAP Data Provider (referred to in this documentation as the Data Provider) is a standard&lt;/P&gt;&lt;P&gt;data retrieval interface used by controls in the SAP GUI.&lt;/P&gt;&lt;P&gt;The Data Provider:&lt;/P&gt;&lt;P&gt;-&amp;gt; Manages the data&lt;/P&gt;&lt;P&gt;-&amp;gt; Maps the data on to standard Windows data types and data objects&lt;/P&gt;&lt;P&gt;-&amp;gt; Controls data conversion&lt;/P&gt;&lt;P&gt;The Data Provider consists of:&lt;/P&gt;&lt;P&gt;-&amp;gt; ABAP function modules&lt;/P&gt;&lt;P&gt;ABAP function modules are the Data Provider's interface to the application programmer&lt;/P&gt;&lt;P&gt;or shell programmer. They use normal ABAP data types such as internal tables.&lt;/P&gt;&lt;P&gt;-&amp;gt; SAP GUI function calls&lt;/P&gt;&lt;P&gt;The SAP GUI contains 2 RFC-enabled functions. One function sends a table to the SAP&lt;/P&gt;&lt;P&gt;GUI, the other function gets a table from the SAP GUI. The table passed by this call is a&lt;/P&gt;&lt;P&gt;data object.&lt;/P&gt;&lt;P&gt;-&amp;gt; Local tables object&lt;/P&gt;&lt;P&gt;The local tables object manages all tables in a data pool, which is global within a single&lt;/P&gt;&lt;P&gt;process space.&lt;/P&gt;&lt;P&gt;-&amp;gt; Data Provider object&lt;/P&gt;&lt;P&gt;The Data Provider object provides access to the data objects in the local tables object.&lt;/P&gt;&lt;P&gt;You can either reference data in the local tables object or store references to data there.&lt;/P&gt;&lt;P&gt;The Data Provider object uses standard Windows data types and data objects, so users&lt;/P&gt;&lt;P&gt;require no knowledge of internal tables or ABAP data types.&lt;/P&gt;&lt;P&gt;The Data Provider object also provides access to ftp: and http: servers, as well as files&lt;/P&gt;&lt;P&gt;stored on local servers or file servers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Implementation Considerations&lt;/P&gt;&lt;P&gt;You need the Data Provider because:&lt;/P&gt;&lt;P&gt;-&amp;gt; The standard automation queue mechanism does not allow you to pass amounts of data&lt;/P&gt;&lt;P&gt;exceeding 256 bytes through method calls, nor is it able to pass Binary Large Object&lt;/P&gt;&lt;P&gt;(BLOB) data such as office documents, screen shots and editor contents.&lt;/P&gt;&lt;P&gt;-&amp;gt; External data sources (that is, sources that exist outside R/3 or the current ABAP&lt;/P&gt;&lt;P&gt;program) must be accessible. Examples of these external data sources are the Info&lt;/P&gt;&lt;P&gt;Repository or local files.&lt;/P&gt;&lt;P&gt;Constraints&lt;/P&gt;&lt;P&gt;The SAP Data Provider is available only on Windows platforms (Windows95 or Windows NT&lt;/P&gt;&lt;P&gt;4.0+).&lt;/P&gt;&lt;P&gt;Functional Description&lt;/P&gt;&lt;P&gt;The SAP Data Provider is based on the push model. This means that, before a control can&lt;/P&gt;&lt;P&gt;reference a data object, the data is always passed from the server to the client as an internal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 09:39:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-data-provider/m-p/3843858#M924153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T09:39:52Z</dc:date>
    </item>
  </channel>
</rss>

