Hi
yes you are right, it does not working on SAP 7.40
could you try another FM, like
CALL FUNCTION 'SEO_CLASS_CREATE_SOURCE'
EXPORTING
class = ls_class
source = lt_imp
* LOCALS =
version = seoc_version_inactive
EXCEPTIONS
other = 1
OTHERS = 2.
Regards
Ibr