<?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 Integration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-integration/m-p/11943852#M1965845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinayaka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Vinayaka murthy wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regarding mediator our external system can not use jar file to make connection.We are thinking of creating some mediator in java which can be hosted in AWS or some other platform to make connection between two system.&lt;/P&gt;
&lt;P style="padding: 0px; height: 8pt; min-height: 8pt;"&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;In that case I recommend to take a look at the introductory documentation &amp;amp; tutorial of the SAP Business Connector. I expect it can be used as the "mediator" here. Then you don't need to create your own.&lt;/P&gt;&lt;P&gt;As an example, here is a screenshot of a table lookup in the Business Connector (for the table named SWFREVTPOQ). It displays all table fields with their data type (CHAR, FLOAT, BCD, DATE, TIME, etc.) and the field length/decimals. From this you can then generate structures that can be used in graphical mappings to other formats, for generating an XML document, a flat file format, JSON or whatever.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1048471" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Vinayaka murthy wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style="padding: 0px; height: 8pt; min-height: 8pt;"&gt;Suppose I have username and password of SAP and some how I am able to make a login call to SAP system to get sessionId, Is this enough to get name of Table fields and perform DML operation in SAP or some thing else has to be done in SAP environment.(eg; enabling the object to access in HTTPS way from external resource{like some kind of security setting}).&lt;/P&gt;
&lt;P style="padding: 0px; height: 8pt; min-height: 8pt;"&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If you do it via RFC, nothing needs to be done in the SAP environment. You only need to make sure the SAP user has the required permissions to access the DDIC (= "Data Dictionary" -- the component that contains the table definitions). These permissions changed quite a bit over time... In a 3.1I R/3 system they were quite different from todays 7.40 Netweaver system. SAP note 460089 describes how to give a user the required authorization profile in each SAP release. For DDIC lookups you would need the permissions as given under point 3: "Call a function module using the dynamic repositories --&amp;gt; Repository user". (This is by the way also what the SAP Business Connector would need.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do it via HTTP, I'm not sure. (This is not exactly my field.) You may need to customize some settings in the ICF (Internet Communication Framework), activate some WebServices, etc. And you need to find out, how to access the DDIC via HTTP and what permissions your SAP user would need for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Ulrich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2016 09:18:56 GMT</pubDate>
    <dc:creator>Ulrich_Schmidt1</dc:creator>
    <dc:date>2016-10-05T09:18:56Z</dc:date>
    <item>
      <title>SAP Integration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-integration/m-p/11943847#M1965840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to SAP, my objective is to integrate the SAP system to other CRM system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to experience I connected only through REST and SOAP(through WSDL file consumption) to other system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Is there any way other way to connect the SAP system?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I came to know that only SOAP way is free of cost and REST user have to pay some licence cost to start REST communication.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Objective is the we have to build an generic app which can connect to all SAP system and perform pull and push function in SAP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;We want to get names of tables and rows so that it can be mapped with other external system, after mapping which can perform normal push and pull functions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 05:26:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-integration/m-p/11943847#M1965840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-04T05:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Integration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-integration/m-p/11943848#M1965841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinayaka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in SAP you can't access tables directly (or at least: you should not...). Because by changing tables directly, you can quickly cause data inconsistencies! (E.g. if two or more tables depend on each other via are common key, and you change one of the tables without also updating the corresponding lines of the other table, you have inconsistent data in the system, which will bring you into devil's kitchen... &lt;SPAN __jive_emoticon_name="devil" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/devil.gif"&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you should do instead: for almost every application table there are Create, Read, Update and Delete BAPIs, which can be called via RFC. These BAPIs perform the necessary data validation (as well as the necessary user permissions check) and make sure that only consistent data is committed to the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Decide, which application you are interested in (e.g. Finance, Logistics, Human Resources, etc.) and then look for the corresponding BAPIs (either in the documentation, in the BOR or by ABAP DevClass). Then call these BAPIs via RFC (there are RFC libraries for C/C++, Java and .NET, see &lt;A href="https://service.sap.com/connectors"&gt;https://service.sap.com/connectors&lt;/A&gt;) and finish with BAPI_TRANSACTION_COMMIT in case of a Create or Update operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Ulrich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 08:43:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-integration/m-p/11943848#M1965841</guid>
      <dc:creator>Ulrich_Schmidt1</dc:creator>
      <dc:date>2016-10-04T08:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Integration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-integration/m-p/11943849#M1965842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all &lt;STRONG&gt;Thank you&lt;/STRONG&gt; so much for your help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need is first we want to make a connection to SAP so that we can get name of table and its rows(eg: table in SAP can be &lt;STRONG&gt;Purchase order&lt;/STRONG&gt; but name in other system can be only &lt;STRONG&gt;Order&lt;/STRONG&gt;) so make some call to get name and map both the tables in external system(eg: &lt;STRONG&gt;purchase order no&lt;/STRONG&gt; in SAP can be &lt;STRONG&gt;order no&lt;/STRONG&gt; in external system.). As it has been mapped when data has been created in SAP same thing should be replicated in external system vice versa.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to get table and rows name from sap so that I can create mapping in external source?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to my understanding you are suggesting to use BAPI via RFC through any of the libraries so that it can connect SAP through this and some services to connect external CRM system which will behave as mediator between two systems. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is my understanding correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 09:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-integration/m-p/11943849#M1965842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-04T09:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Integration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-integration/m-p/11943850#M1965843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Vinayaka murthy wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Is there any way to get table and rows name from sap so that I can create mapping in external source?&lt;/P&gt;
&lt;P style="padding: 0px; height: 8pt; min-height: 8pt;"&gt;&lt;/P&gt;
&lt;P style="padding: 0px; height: 8pt; min-height: 8pt;"&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mean like &lt;STRONG&gt;all of them&lt;/STRONG&gt;?! That might be a bit difficult. In a standard SAP system there are thousands of tables, maybe even several ten thousands! So you definitely need to limit yourself to what you are really interested in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, given a certain table name, there are ways to retrieve the names and data types of all that table's fields. E.g. DDIF_FIELDINFO_GET could be used. In fact the &lt;A href="https://service.sap.com/sbc-download"&gt;SAP Business Connector&lt;/A&gt; has built-in functionality to automatically generate structures for data mappings from DDIC table definitions. Perhaps that tool can also be used for your mapping requirements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether or not you need a "mediator" between the two systems depends on whether or not your external system can be modified. E.g. if you can "plug in" the JCo jar file and then use it inside you external system, you won't need any mediator! In that case you could communicate directly between the two systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do need a "mediator", then I would recommend the Business Connector as above. It is a great tool for all kinds of data mappings from SAP formats to external formats with a lot of built-in features that can be used in the mappings via drag-and-drop: e.g. digital signature, encryption, zip/gzip, Base64, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Ulrich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 15:55:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-integration/m-p/11943850#M1965843</guid>
      <dc:creator>Ulrich_Schmidt1</dc:creator>
      <dc:date>2016-10-04T15:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Integration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-integration/m-p/11943851#M1965844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ulrich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding mediator our external system can not use jar file to make connection.We are thinking of creating some mediator in java which can be hosted in AWS or some other platform to make connection between two system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose I have username and password of SAP and some how I am able to make a login call to SAP system to get sessionId, Is this enough to get name of Table fields and perform DML operation in SAP or some thing else has to be done in SAP environment.(eg; enabling the object to access in HTTPS way from external resource{like some kind of security setting}).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 05:39:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-integration/m-p/11943851#M1965844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-05T05:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Integration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-integration/m-p/11943852#M1965845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinayaka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Vinayaka murthy wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regarding mediator our external system can not use jar file to make connection.We are thinking of creating some mediator in java which can be hosted in AWS or some other platform to make connection between two system.&lt;/P&gt;
&lt;P style="padding: 0px; height: 8pt; min-height: 8pt;"&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;In that case I recommend to take a look at the introductory documentation &amp;amp; tutorial of the SAP Business Connector. I expect it can be used as the "mediator" here. Then you don't need to create your own.&lt;/P&gt;&lt;P&gt;As an example, here is a screenshot of a table lookup in the Business Connector (for the table named SWFREVTPOQ). It displays all table fields with their data type (CHAR, FLOAT, BCD, DATE, TIME, etc.) and the field length/decimals. From this you can then generate structures that can be used in graphical mappings to other formats, for generating an XML document, a flat file format, JSON or whatever.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1048471" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Vinayaka murthy wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style="padding: 0px; height: 8pt; min-height: 8pt;"&gt;Suppose I have username and password of SAP and some how I am able to make a login call to SAP system to get sessionId, Is this enough to get name of Table fields and perform DML operation in SAP or some thing else has to be done in SAP environment.(eg; enabling the object to access in HTTPS way from external resource{like some kind of security setting}).&lt;/P&gt;
&lt;P style="padding: 0px; height: 8pt; min-height: 8pt;"&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If you do it via RFC, nothing needs to be done in the SAP environment. You only need to make sure the SAP user has the required permissions to access the DDIC (= "Data Dictionary" -- the component that contains the table definitions). These permissions changed quite a bit over time... In a 3.1I R/3 system they were quite different from todays 7.40 Netweaver system. SAP note 460089 describes how to give a user the required authorization profile in each SAP release. For DDIC lookups you would need the permissions as given under point 3: "Call a function module using the dynamic repositories --&amp;gt; Repository user". (This is by the way also what the SAP Business Connector would need.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do it via HTTP, I'm not sure. (This is not exactly my field.) You may need to customize some settings in the ICF (Internet Communication Framework), activate some WebServices, etc. And you need to find out, how to access the DDIC via HTTP and what permissions your SAP user would need for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Ulrich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 09:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-integration/m-p/11943852#M1965845</guid>
      <dc:creator>Ulrich_Schmidt1</dc:creator>
      <dc:date>2016-10-05T09:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Integration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-integration/m-p/11943853#M1965846</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;Once again Thank you so much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am describing about my whole requirement which we are intended to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our external system is Salesforce CRM, we have customers who follow SAP as their ERP so they want integrate with Salesforce and maintain two live systems one in SAP and other in Salesforce.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We thought of creating some generic connector so that people can configure their one SAP system tables to Salesforce which can be re utilized for other customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only way to connect salesforce with other system is SOAP and REST. In SOAP we have to consume wsdl file from SAP to make a call to system, so if wsdl comes into place I think the connector will not be generic and have to consume every wsdl for every SAP implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont know about REST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we had an idea of creating an connector which can be hosted and connected to both ways is some way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you suggest us with some ideas to me which can be very helpful to us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are very much proficient in sales force side but not that much in SAP side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I get your skype id or some other contact information just to contact you in any case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 11:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-integration/m-p/11943853#M1965846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-05T11:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Integration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-integration/m-p/11943854#M1965847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;Hi Ulrich Schmidt,&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;Once again Thank you so much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;I am describing about my whole requirement which we are intended to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;Our external system is Salesforce CRM, we have customers who follow SAP as their ERP so they want integrate with Salesforce and maintain two live systems one in SAP and other in Salesforce.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;We thought of creating some generic connector so that people can configure their one SAP system tables to Salesforce which can be re utilized for other customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;Only way to connect salesforce with other system is SOAP and REST. In SOAP we have to consume wsdl file from SAP to make a call to system, so if wsdl comes into place I think the connector will not be generic and have to consume every wsdl for every SAP implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;Dont know about REST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;So we had an idea of creating an connector which can be hosted and connected to both ways is some way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;Can you suggest us with some ideas to me which can be very helpful to us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;We are very much proficient in sales force side but not that much in SAP side.&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;Your inputs will be most helpful in understanding the system.&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background: #ffffff; color: #333333;"&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 05:00:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-integration/m-p/11943854#M1965847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-06T05:00:43Z</dc:date>
    </item>
  </channel>
</rss>

