benchmarking - Data-type mismatch Error “UC_OBJECTS_NOT_CONVERTIBLE” in SAP-ABAP -
error in sap-abap
absolutely new in sap-abap, running sap benchmark getting error while clients executes.
error “uc_objects_not_convertible”
the statement “move src dest” needs same data-type both src & des proper execution. in case abap code has line error in
“system-call solid pointer move ole2_obj_pointer ole_handle.
”
wherein source , destination have different datatypes
data type mismatch in source , destination objects
ole2_obj_pointer type ole2_pcb data ole_handle type ole2_object.
Comments
Post a Comment