I have a one sentence in my BSP page:
Replace ALL OCCURRENCES OF ' ' in customer_number with '0'.
But everytime BSP page will genereate an exception as following:
Note
Following error text processed in system:
An exception with the type CX_SY_REPLACE_INFINITE_LOOP occurred, but was neither handled locally, nor declared in a RAISING clause
Exception Class CX_SY_REPLACE_INFINITE_LOOP
Error name REPLACE_INFINITE_LOOP
Program CL_O23N2125FIDUM9UM45B2IF21CHOCP
Include CL_O23N2125FIDUM9UM45B2IF21CHOCM005
ABAP Class CL_O23N2125FIDUM9UM45B2IF21CHO
Method _ONINPUTPROCESSING
BSP Application /SPN/SMP_SERVMSG
BSP Page INDEX.HTM
Row 61
Long Text -
Can anyone tell me the reason? Thanks!