‎2005 Jul 18 9:27 PM
Hello abap experts,
in se37 when i execute the function modules I can specify input parameters and i can see the output. Wondering if I can see the exceptions raised if any for testing in the same screen. Is it possible.
Many Thanks in advance,
BWer
‎2005 Jul 18 9:30 PM
‎2005 Jul 18 9:30 PM
‎2005 Jul 18 9:32 PM
Or when you "Test" your function module, it should say on the list display something like this. Notice the text in BOLD.
Test for function group SCON
Function module CONVERT_DATE_INPUT
Upper/lower case
Runtime: 4,169,256 Microseconds
<b>Exception WRONG_FORMAT_IN_INPUT </b>
Message ID: S5 Message number: 012
Message :
Only numbers and '/' are permitted in the date
Import parameters Value
INPUT ASDF
PLAUSIBILITY_CHECK X
Export parameters Value
OUTPUT
REgards,
Rich Heilman