You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a persona,
I want to have proper check if ABAP system is cloud or not,
so that I I can finish my business logic
Description
Currently there is a method "@sap-ux/axios-extension" called "isS4Cloud" which does not work properly for internal cloud systems. After discussions we took on a decision its name to be changed to "isAbapCloud" and to rely only to two of the properties from atoSettings:
atoSettings.tenantType === ‘CUSTOMER' &&
atoSettings.operationsType === 'C'
Technical Design
@sap-ux/axios-extension module should be enhanced with the needed changes
As a persona,
I want to have proper check if ABAP system is cloud or not,
so that I I can finish my business logic
Description
Currently there is a method "@sap-ux/axios-extension" called "isS4Cloud" which does not work properly for internal cloud systems. After discussions we took on a decision its name to be changed to "isAbapCloud" and to rely only to two of the properties from atoSettings:
Technical Design
@sap-ux/axios-extension module should be enhanced with the needed changes
Acceptance Criteria
GivenWhenThen format (https://martinfowler.com/bliki/GivenWhenThen.html)
Given I have a system
when I execute "isS4Cloud" method from axios-extension
then I should know whether ABAP system is cloud or not.
Notes
Tasks
The text was updated successfully, but these errors were encountered: