Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

CONVT_NO_NUMBER in program SAPFPAYM_SCHEDULE

vallamuthu_madheswaran2
Active Contributor
0 Kudos
380

HI Friends,

Kindly find the attached dump. not able to find the program. Also not able to find, which variable got PL50.

dump.txt

Thanks with regards,

Vallamuthu M.

2 REPLIES 2

matt
Active Contributor
0 Kudos
341

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.

Clemenss
Active Contributor
0 Kudos
341

"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