Skip to main content

xSuite Cube Release Notes

xSuite Helix support

For xSuite Orders, implicit training of xSuite Helix data extraction is now supported.

After posting an xSuite Interface document, data that has been changed in the validation can be reported back to the xSuite Helix system, allowing Helix data extraction to automatically learn these changes.

Data is considered changed if the values transferred to the SAP document differ from the values originally transferred to the xSuite Interface table /WMD/IFSDH.

The training takes place automatically in the background. Any errors that may have occurred are written to the xSuite trace. No message will appear in the UI.

For such training to take place, the following parameters must be set for the relevant record type in record-type customizing (transaction /WMD/FP_RTYPE):

Parameter

Parameter value

HELIX_HOST

Fully qualified hostname of the Helix system

HELIX_PORT

HTTP port of the Helix system

HELIX_PROJECT

Name of the Helix data extraction project

HELIX_SCENARIO

Name of the Helix data extraction scenario

The following values are trained:

SAP field name

Helix field name

BLDAT

DocumentDate

XBLNR

InvoiceNumber

CUST13

Custom1

CUST14

Custom2

CUST15

Custom3

CUST16

Custom4

CUST17

Custom5

This function is implemented by class /WMD/CL_FP_HELIX. The actual call of the training takes place in the method UPDATE_TRAINING. It is called at the end of the method POST_DOC from the xSuite Interface model class.