You open the SAP CC Processing agent configuration dialog from a workflow configuration. To open the SAP CC Batch agent configuration, click Build → New Configuration. Select Workflow from the Configurations dialog. When prompted to Select workflow type, select Batch. Click Add agent and select SAP CC Batch from the Processing tab of the Agent Selection dialog.
...
Setting | Description | ||
---|---|---|---|
Enable Debug Events | Select this check box to enable debug mode. This option is useful for testing purposes. | ||
Convert BigDecimal Response to String | Select this check box to allow conversion of the BigDecimal data type from the SAP Convergent Charging response into string. By default, the check box is empty.
|
Anchor | ||||
---|---|---|---|---|
|
...
To create the table in SAP Hana, follow the command below:
Code Block | ||
---|---|---|
| ||
CREATE TABLE mz_sap_cc_batch_state ( wf_name VARCHAR(128) NOT NULL, node_name VARCHAR(128) NOT NULL, position NUMERIC(19) NOT NULL, answer_udr bytea NOT NULL, PRIMARY KEY(wf_name, node_name, position) ); |