Diagnosis The implementation of method GET_SPLITID of OTC 42 in tool &v1&(function module &v2&) modifies table IT_SELCRIT. This is not allowed. Procedure Since the assignment of the rows in ET_SPLIT to the rows in IT_SELCRITis defined only through the position in the internal table, input tableIT_SELCRIT must not be changed by the implementation. Change the implementation of function module &v2& accordingly. |