‎2006 Jun 16 11:06 AM
I'am working on a tutorial, in the tutor then next code is written :
<b>data r_ex type ref to cx_root.</b>
when checking the code i get error CX_ROOT is unknow.
how can help ????
‎2006 Jun 16 11:15 AM
Hi,
it didn't give me any error.
reprot ztest.
<b>data r_ex type ref to cx_root.</b>is it single line code or some thing else also there in your code.
Regards
vijay
‎2006 Jun 16 11:15 AM
Hi,
it didn't give me any error.
reprot ztest.
<b>data r_ex type ref to cx_root.</b>is it single line code or some thing else also there in your code.
Regards
vijay
‎2006 Jun 16 11:20 AM
<b>As far as I know there is no exception class in (4.6C) .
It is a new concept and works in (4.7)</b>
lp_object type ref to cx_root.
read the instance using get text and then move the value to a variable. The value which you retrieve in the variable will have the text which you had passed while raising the exception.
‎2006 Jun 16 11:25 AM
hi jacco,
what is the SAP version you are working in?/
Regards
vijay
‎2006 Jun 16 12:00 PM