2023 Jul 21 11:03 AM
HI Friends,
Kindly find the attached dump. not able to find the program. Also not able to find, which variable got PL50.
Thanks with regards,
Vallamuthu M.
2023 Jul 21 12:27 PM
The error is occuring in a generated subroutine pool. Put a breakpoint at the line that calls the form in the subroutine pool, then run the program again. When you're in debug, you can enter the form and see where the error is actually happening.
2023 Jul 21 12:31 PM
"PL50" cannot be interpreted as a number
Did you read data from a file?
In the dump (further down), you can see the code line where the error occured.
Probably the input can not be handled.
Regards,
Clemens