cancel
Showing results for 
Search instead for 
Did you mean: 

BSP error

Former Member
0 Kudos

Hello all,

I am getting and error after moving the transport for a BSP application in to Q/A. the error text is as follows An exception with the type CX_SY_MOVE_CAST_ERROR occured, but neither handled locally nor declared in a raising clause.

Error name : MOVE_CAST_ERROR.

I have transported the new design generated from web interface. any response would be appreciated.

Thanks in advace

Sathya

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member93896
Active Contributor
0 Kudos

Hi Sathya,

obviously the application has not been transported correctly. Assuming the application works in development, either the import went wrong or some parts of the BSP are missing.

Make a copy of the web interface in development. Transport to QA and test it.

Regards

Marc

SAP NetWeaver RIG

Former Member
0 Kudos

Hi Sathya,

See if the below link helps with regard to the cause of the error.

http://help.sap.com/saphelp_nw04s/helpdata/en/c3/225b6254f411d194a60000e8353423/frameset.htm

(search for MOVE_CAST_ERROR on the page displayed)

Also an extract of why the same error could occur for variable assignment.

At runtime, the system will ascertain whether or not the present content of the sources variables corresponds to the type requirements of the target variables – example, whether the dynamic type of the source reference, is compatible with the static type of the target reference. If this is the case, then the object is assigned. Otherwise the system returns a MOVE_CAST_ERROR, (such that the target variables retain their original values), which the program deals with.

Check up with the help of an ABAP person why this exception is occuring for the objects you are using.

Hope it helps.