Skip to main content
Surya vvsn (TCS) 님이 Salesforce Connect에 질문했습니다

Hi,

 

Our requirement involves receiving data from multiple services within SAP. I've already created one External source with one url https://abc.sap.com/AAABBB22. If I'm trying to add another url, I'm getting error like: "Your organization has exceeded the maximum number of external data sources of this type. Purchase another Salesforce Connect add-on, or delete an external data source of one of the following types:"

But my other  exrternal source urls contains like https://abc.sap.com/AAABBB44  / https://abc.sap.com/AAABB876.

 

Is it feasible to set up a base connection within the external data source (e.g., https://abc.sap.com/) and dynamically pass child URLs (such as https://abc.sap.com/A000123 and https://abc.sap.com/A000456/) within the code (Custom adapter)? #Integration #API #RestAPI

답변 5개
  1. 2024년 3월 11일 오후 5:59

    When trying to expose SAP ECC data the issue is that you are trying to bring over each and every SAP table (i.e. EKKO, EKPO, LIKP, LIPS, etc.). You are going to quickly overrun the odata connection limits and then you have to spend $$! Do not try and bring over every PO, Sales Order, Delivery from your back end. This is not how an interface to SAP should be developed. Use Filters, Publish/Subscribe and other techniques to improve the data quality of what you expect to expose to the SF user. 

0/9000