If further functions are required for the /SCT/TOE standard or if this is to be influenced in some other way, the classes or the methods in the customer namespace must be redefined.

If the class /SCT/QP_CL_TOE_DOMAIN is to be redefined, a class is created in the customer namespace which inherits from the SCT class. The various methods can then be redefined in this class, depending on the use case.

If, for example, the context is to be determined by another class with interface /SCT/QP_IF_TOEC or completely independently of the interface or if there are interval values or product-dependent values, the method DO_SELECT_CONTEXT must be redefined. In this method, you can change the selection of the context values. The relevant context is made available in the field is_toe-gruelm->toecontext. The import parameter IS_TOE has the reference type /SCT/QP_S_TOE, which is the main structure when using TOE.

The method /SCT/QP_IF_TOEC~GET_CONTEXT can be redefined for an individual overall context determination. The values for the context and any associated validities and default values must be returned in eo_toec_result. The user can use methods of the class /SCT/QP_CL_TOEC_RESULT to support this.

If there is a special check for fields of a specification type, method /SCT/QP_IF_TOE~CHECK_VAL must be redefined. You can use the returning parameter rv_valid to control the result of the check.