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: 
Read only

Need Help

Former Member
0 Likes
361

What could be the remedy for the error

The attempt to call the subroutine CON_PRICE_TO_CHAR in the program &PROGRAM& failed due to a type error involving parameter number 3

Message no. RS_EXCEPTION000

We could find that there is no error in the ABAP codes.

So what else could be the error.

Moderator message: please use more descriptive subject lines from now on.

Edited by: Thomas Zloch on Oct 22, 2010 1:15 PM

1 ACCEPTED SOLUTION
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
329

This means that there is a type mismatch for parameter 3 in your declaration and the ref. program for the routine.

Check the data type for param 3 in the ref program and adapt accordingly in the calling program.

P.S: Use more meaningful subject in future.

Edited by: Sandeep Kumar on Oct 22, 2010 2:09 PM

1 REPLY 1
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
330

This means that there is a type mismatch for parameter 3 in your declaration and the ref. program for the routine.

Check the data type for param 3 in the ref program and adapt accordingly in the calling program.

P.S: Use more meaningful subject in future.

Edited by: Sandeep Kumar on Oct 22, 2010 2:09 PM