Update the ChaRM configuration table

LiveCompare’s integration with ChaRM is controlled by the /ICORP/CHARM_003 table on the ChaRM system. Each table entry stores the following:

  • An RFC Destination that points to a LiveCompare server.

  • A workspace and workflow ID that identifies the workflow that will be triggered by the ChaRM action.

  • The process type of the ChaRM action that will trigger the workflow.

  • The ChaRM action that will trigger the workflow.

  • The authorization token for the workflow’s REST API.

To update the table with your own data, follow these steps in SAPGUI on your ChaRM system. You will need the text document in which you stored the table entries.

  1. Run transaction SE16.

  2. Enter /ICORP/CHARM_003 and click to display the Table /ICORP/CHARM_003 Insert screen.

  3. Copy the field values from your text document into the fields in the Table /ICORP/CHARM_003 Insert screen using the ACTION (Auto) value for the ACTION column. Pay particular attention to the field order.

  4. Click Save tool button. to save the entry.

  5. Click Reset. Copy the field values from your text document into the fields in the Table /ICORP/CHARM_003 Insert screen, this time using the ACTION (Manual) value for the ACTION column. Pay particular attention to the field order.

  6. Click Save tool button. to save the entry.

Check the validity of the API tokens

You should sign in to each of your LiveCompare systems as an administrator periodically, and select the Data > API Tokens folder in the LiveCompare hierarchy to check each of the API tokens used in the /ICORP/CHARM03 table. Follow these steps for each API token that has expired.

  1. Select the Data > REST APIs folder in the LiveCompare hierarchy, and click Make API Token for the workflow whose API token has expired. The Create API Token screen is displayed.

  2. Select ’90 Days’ in the Expiration field and click Make API token.

  3. In the API Tokens screen, copy the new API token to the clipboard

  4. Run transaction SE16 on your SAP ChaRM system and display the contents for table /ICORP/CHARM_003.

  5. Select the table row whose AUTH_TOKEN has expired, and click .

  6. Paste the new API token into the AUTH_TOKEN field, and click Save tool button..

Next: Debug logging for ChaRM integration