cancel
Showing results for 
Search instead for 
Did you mean: 

CX_SY_RANGE_OUT_OF_BOUNDS

Former Member
0 Kudos

Hi,

We have offline Adobe form for Commercial Invoice in GTS system.

While testing it through print preview , we are getting this exception.

CX_SY_RANGE_OUT_OF_BOUND

This is happening for probable cases only.. not always..

Please tell the solution ASAP if anybody knows.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

sandeep_katoch
Contributor
0 Kudos

Hi Nupoor,

This dump uaually ocurs when you are reading a string or assigning some part of a string that does not exist.

You can analyse the dump for more details by going to st22 and clicking on abap editor.

This will take you to the exact place where the dump is occuring and the developer can make desired changes.

Rgds

Sandeep

Former Member
0 Kudos

Hi Nupoor,

there are many possiblities that might lead to the same exception. You can't expect a unique reason.

You should let devoloper analyse the dump and make analysis.

A possible reason is trying to access a char/string variable by field symbol with invalid offset value.

Cheers,

Tao