‎2010 Oct 22 9:23 AM
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
‎2010 Oct 22 9:39 AM
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
‎2010 Oct 22 9:39 AM
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