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
# ABAP SDK for IBM Watson, using SAP Cloud Platform ABAP Environment
2
4
3
5
ABAP client library to use the [Watson APIs][wdc]. This is a Community SDK written by ABAPers for the ABAPers in the Open Source community, to provide easy usage of IBM Watson Developer Services in innovation initatives using the SAP Cloud Platform ABAP Environment. It is the choice and responsibility of application developers how this Community SDK is used.
@@ -9,16 +11,17 @@ Additionally, as the ABAP SDK is a community release it is not updated with the
| for SAP NetWeaver AS ABAP 7.50+ | for SAP Cloud Platform ABAP Environment 2002+ |
12
-
| tested on SAP ECC and SAP S/4HANA ||
14
+
| tested on SAP Business Suite and SAP S/4HANA on-premises edition||
13
15
||`this repository`|
14
16
15
-
**Note:**The ABAP SDK is available and will run in the SAP Cloud Platform ABAP Environment. However, at time of release, the SCP ABAP Env Trial has not been upgraded, therefore will not work at this time. The documentation will be updated, when the SCP ABAP Env Trial has been upgraded.
17
+
**Note:** The SDK can currently only be deployed in non-Trial instances of the SAP Cloud Platform ABAP Environment. It is planned to make a deployment possible in Trial systems as well later this year.
16
18
17
19
---
18
20
19
21
<details>
20
22
<summary>Table of Contents</summary>
21
23
24
+
*[Announcements](#announcements)
22
25
*[Before you begin](#before-you-begin)
23
26
*[Installation](#installation)
24
27
*[SSL Certificates](#ssl-certificates)
@@ -33,6 +36,10 @@ Additionally, as the ABAP SDK is a community release it is not updated with the
33
36
*[Acknowledgements](#acknowledgements)
34
37
</details>
35
38
39
+
## ANNOUNCEMENTS
40
+
### Minor version 0.3.0 released
41
+
Version v0.3.0 of the SDK has been released and includes one breaking change - see what's changed in the [migration guide](MIGRATION-V0.3.0.md).
42
+
36
43
## Before you begin
37
44
* You need an [IBM Cloud][ibm_cloud_onboarding] account.
38
45
@@ -120,7 +127,7 @@ Using the client library requires two steps:
0 commit comments