-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release 0.2.0 common parts. * Release 0.2.0 docs. * Release 0.2.0 platform specific parts.
- Loading branch information
Showing
47 changed files
with
11,498 additions
and
4,898 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Upgrading to ABAP SDK version 0.2.0 | ||
|
||
## Breaking changes | ||
|
||
### Table conversion necessary after pull | ||
|
||
The ABAP SDK for IBM Watson is now enabled to separate configuration data by storing data into client-specific tables. To achieve this tables `ZIBMC_TOKEN` and `ZIBMC_CONFIG` were made client-specific by adding a column holding the SAP client number. | ||
|
||
This change may result in an error when trying to activate the tables. To fix the error please execute the following steps: | ||
1. Call transaction SE14 (Data Dictionary Database Utility). | ||
2. Enter `ZIBMC_TOKEN` for "Object name" and click "Edit". | ||
3. Click "Activate and adjust database" (ensure that radio button "Persist data" is selected). | ||
4. Confirm "adjust" request. | ||
5. Repeat the steps above for table `ZIBMC_CONFIG`. | ||
|
||
After this fix, the table content is available only in the SAP client where these steps have been performed. If you want to use configuration data in table `ZIBMC_CONFIG` in another SAP client, you have to copy the records to that SAP client. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.