Enterprise Resource Planning Blogs by SAP
Get insights and updates about cloud ERP and RISE with SAP, SAP S/4HANA and SAP S/4HANA Cloud, and more enterprise management capabilities with SAP blog posts.
cancel
Showing results for 
Search instead for 
Did you mean: 
thomas-salvador
Advisor
Advisor
0 Kudos
9,125
System access highly depends on

  • the used front end and back end technologies,

  • how data can be retrieved, and

  • what is accessible.


In case of any doubt, it is suggested to use SAP standard communication.

Regardless of the used front end technology, an application can talk to the system/account where it originates. Direct access to other systems, like the Business ByDesign system, might be restricted for security reasons.

For example, a JavaScript based application can talk to the system it was started on, e.g. an SAP Cloud Platform account. But it does not allow unrestricted cross site calls.

For testing purposes, a browser with disabled security can be used, e.g. Google Chrome. To do this:

  • Close all open Google Chrome instances.

  • Start the browser from the command line (e.g. Win+R) with
    exe --disable-web-security --user-data-dir=c:\temp .

  • Cookies should be allowed.


It is recommended to use an SAP standard communication, e.g. to define a secure connection from an SAP Cloud Platform account to the Business ByDesign system and use this to access the Business ByDesign system including OData services.

In the same way, security might restrict direct access to other external sources.

If a direct connection is not possible, it is recommended to tunnel required data via secure channels. This could mean to create further secure connections from an SCP account to other Business ByDesign systems or to establish a secure connection from a Business ByDesign system to the external source.

Examples:
2 Comments