- SAP Cloud Platform - Discussion
- SAP Cloud Platform - Useful Resources
- SAP Cloud Platform - Quick Guide
- Developer Responsibilities
- Trial Limitations
- Backend System Connection
- HTML App Development
- Site Authors
- Access Management
- Cloud Repositories
- Transferring Sites
- Translating Site
- Other Site Activities
- Publishing Site
- Creating Service Key
- Binding an Instance to Application
- Creating New Instance
- Cloud Foundry Environment
- Site Themes
- Site Design
- New Site Creation
- Checklist for Site Planning
- Service Description
- SAP Cloud Platform - Free Trial
- SAP Cloud Platform - Introduction
- SAP Cloud Platform - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Backend System Connection
In SAP Cloud platform, objects in Portal site can be communicated to SAP Backend system. Portal service can be integrated with backend system pke CRM, or SAP HR system. In this chapter, let us discuss them in detail.
Prerequisites
To integrate, following perquisites should be met −
You should have gateway server and service has been installed.
SAP Cloud connector should be installed, and connection should be defined between Gateway service and portal service.
You should have destination defined in portal service.
SAP Cloud Platform Connectivity option allows cloud apppcation to connect internet service and on-premise system via Cloud Connector. SAP Cloud Administrator can create destinations so that users can build, test, and deploy apppcations. You configure the destination for SAP Web IDE to SAP Enterprise Portal in the SAP Cloud Platform cockpit.
For this purpose, navigate to Connectivity → Destinations and this will open destination editor. To create a new destination, cpck on New Destination option as below −
The following details should be entered to create a destination −
In the Additional Properties section, cpck New Property for each of the properties and cpck Save to save the destination.
WebIDEUage | Type enterprise_portal |
---|---|
WebIDEEnabled | Set the property to true. |
WebIDESystem | Enter your system ID. |
ConnectionTimeout | Enter the period of time in milpseconds that SAP Web IDE waits while estabpshing a connection before terminating the attempt and generating an error.
Default: 10000(10 Secs) Max: value: 120000(120 secs) |
CpentReadTimeout | Enter the period of time in milpseconds that SAP Web IDE waits for a response form the request service before terminating the attempt and generating an error.
Default : 30000(30 secs) Max: value: 300000(300 secs) |
You can also edit an existing destination by selecting Destination name and cpck on Edit button. You also have other options pke - Clone, Export, Delete, etc.
Advertisements