Hi guys,
I developed a report in 4.7 with try ... catch cx_root endtry constructs.
Now I implemented it at the customer's 4.6C system. It looks like there is no try endtry statement in this release, just catch endcatch. Furthermore I don't find a similar exception as cx_root in the 4.6C system.
Any hints?
Thanks,
Mane
Hi,
Class based exceptions are not supported in 4.6C. Even if you could create a class manually, the runtime would not handle it the same as a "class based exception".
http://help.sap.com/saphelp_nw04/helpdata/en/83/636d1412fc11d5991e00508b5d5211/frameset.htm
Regards,
Satish
Add a comment