SAP Message BS_SOA_ERR_CAT010 - Element &1 of parameter &2 does not have the appropriate type &3

Diagnosis
The element &V1& in the structure of the actual parameter that isassigned to the formal parameter &V2& of method GET_CATEGORIES ininterface IF_BSSOA_ERROR_CATEGORIZER is not compatible with type &V3&.

Procedure
Adjust the actual parameter that is assigned to the formal parameterV2 of method get_categories.
To ensure proper use of the error categorizer, the formal parameter mustcontain the element ID of type SYMSGID, and the elementNUMBER of type SYMSGNO. Optionally, it can also contain anelement CATEGORY, which must consist of 15 characters.
Possible structures that meet these requirements are:

  • BAPIRET2

  • APPLMSG