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
-[Visual Recognition V3 and V4](#visual-recognition-v3-and-v4)
21
+
22
+
</details>
23
+
24
+
## Breaking changes
25
+
26
+
### Breaking changes by service
27
+
28
+
#### Watson Assistant V1
29
+
30
+
Data types `t_Dialog_Node_Output_Generic` and `t_Runtime_Response_Generic` were changed from structures with several components (`RESPONSE_TYPE`, `TEXT`, `VALUES`, ...) to data type `JSONOBJECT`. Depending on the expected data type, data type `JSONOBJECT` must be mapped to the corresponding data structure, for example `t_Dia_Nd_Otpt_Gnrc_Dia_Nd_Otp1` (dialog node output generic) or `t_Rt_Resp_Gnrc_Rt_Resp_Typ_Txt` (runtime response generic).
31
+
32
+
When you fill in one of these structures and want to assign this structure to a variable of type `JSONOBJECT`, you can use the reference operator `REF` or the deprecated form `GET REFERENCE OF` to perform the mapping. When you receive data in a variable of type `JSONOBJECT` and need to map it to one of these structures, you can use method `move_data_reference_to_abap`, which is provided in the service class `zcl_ibmc_service`.
33
+
34
+
#### Watson Assistant V2
35
+
36
+
Data type `t_Runtime_Response_Generic` was changed from a structure with several components (`RESPONSE_TYPE`, `TEXT`, ...) to data type `JSONOBJECT`. Depending on the expected data type, data type `JSONOBJECT` must be mapped to the corresponding data structure, for example `t_Rt_Resp_Gnrc_Rt_Resp_Typ_Txt`.
37
+
38
+
When you fill in one of these structures and want to assign this structure to a variable of type `JSONOBJECT`, you can use the reference operator `REF` or the deprecated form `GET REFERENCE OF` to perform the mapping. When you receive data in a variable of type `JSONOBJECT` and need to map it to one of these structures, you can use method `move_data_reference_to_abap`, which is provided in the service class `zcl_ibmc_service`.
39
+
40
+
#### Compare and Comply V1
41
+
42
+
Parameters `I_BEFORE` and `I_AFTER` have been removed from method `LIST_FEEDBACK`.
43
+
44
+
#### Discovery V2
45
+
46
+
The Discovery V2 interface is available for Premium Discovery instances only and not supported by the ABAP SDK.
The following services are discontinued. New service instances cannot be created anymore. The ABAP SDK still includes interfaces to these services, which cannot be used anymore when IBM support of the corresponding service ends.
73
+
74
+
#### Compare and Comply V1
75
+
76
+
Existing instances are supported until 30 November 2021 and will be deleted afterwards.
77
+
78
+
#### Personality Insights V3
79
+
80
+
Existing instances are supported until 1 December 2021 and will be deleted afterwards.
81
+
82
+
#### Visual Recognition V3 and V4
83
+
84
+
Existing instances are supported until 1 December 2021 and will be deleted afterwards.
Copy file name to clipboardExpand all lines: README.md
+22-79
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
# ABAP SDK for IBM Watson, using SAP Cloud Platform ABAP Environment
4
4
5
-
ABAP client library to use the [IBM 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.
5
+
ABAP client library to use the [IBM 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 initiatives using the SAP Cloud Platform ABAP Environment. It is the choice and responsibility of application developers how this Community SDK is used.
6
6
7
-
Additionally, as the ABAP SDK is a community release it is not updated with the same schedule as IBM-supported SDKs. Please see more information in [Questions](#questions).
7
+
Additionally, as the ABAP SDK is a community release it is not updated with the same schedule as IBM-supported SDKs. Please see more information in [Questions](#Questions).
8
8
9
9
# Choose ABAP SDK release for the applicable ABAP Runtime
10
10
@@ -14,8 +14,6 @@ Additionally, as the ABAP SDK is a community release it is not updated with the
14
14
| tested on SAP Business Suite and SAP S/4HANA on-premises edition ||
15
15
||`this repository`|
16
16
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.
18
-
19
17
---
20
18
21
19
<details>
@@ -37,8 +35,8 @@ Additionally, as the ABAP SDK is a community release it is not updated with the
37
35
</details>
38
36
39
37
## 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).
38
+
### Major version 1.0.0 released
39
+
Version v1.0.0 of the SDK has been released and includes breaking changes - see what's changed in the [migration guide](MIGRATION-V1.0.0.md).
42
40
43
41
## Before you begin
44
42
* You need an [IBM Cloud][ibm_cloud_onboarding] account.
@@ -100,21 +98,23 @@ Afterwards, service methods can be called as long as the provided token is valid
100
98
The client library is delivered as package *ZIBMC*. Once the Git Repository has been cloned to the SAP system, a Watson service instance is wrapped by an ABAP class instance.<br>
101
99
The following Watson services are currently supported:
catch zcx_ibmc_service_exception into lo_service_exception.
285
-
message lo_service_exception type 'E'.
286
-
endtry.
287
-
288
-
" retreive profile analysis results from ls_response
289
-
290
-
```
291
-
292
-
</details>
293
-
294
237
<details>
295
238
<summary>Language Translator Example</summary>
296
239
@@ -350,7 +293,7 @@ GitHub Pages contain the [ABAP Client Library for Watson API Reference](https://
350
293
351
294
The ABAP SDK is a Community SDK for IBM Watson, created by the IBM Watson development community and SAP's ABAP development community - written by ABAPers from IBM Cloud, IBM Services and IBM Systems. Therefore as a community release it is not updated with the same schedule as IBM-supported SDKs, and does not include support by IBM. For more information on IBM-supported SDKs and the update policy, please see https://cloud.ibm.com/docs/watson?topic=watson-using-sdks
352
295
353
-
If you have questions about the IBM Watson services or are having difficulties using the APIs, please ask a question at [dW Answers](https://developer.ibm.com/answers/questions/ask/?topics=watson) or [Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-watson-cognitive).
296
+
If you have questions about the IBM Watson services or are having difficulties using the APIs, please ask a question at [IBM Support Forums](https://www.ibm.com/mysupport/s/forumshome) or [Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-watson-cognitive).
0 commit comments