CALL FUNCTION 'BAPI_OBJCL_CREATE_KEY' EXPORTING CLOBJECTKEY_NEW = CLASSNUM_NEW = " STATUS = '1' " STANDARDCLASS = " CHANGENUMBER = " KEYDATE = SY-DATUM " NO_DEFAULT_VALUES = ' ' " IMPORTING " CLASSIF_STATUS = T
1.BAPI_OBJCL_CREATE_KEY on execution of this bapi with transaction commit. it gives error message "E CL 721 return message assignement exist and is valid". The characteristic values are not getting updated in the table AUSP(Where the values must have been updated) . So the updating of Equ...