Hey guys,
Issue regarding Func module.
If any Functional module we execute in SE37, gives
exception(if we give any unproper data as input.).
But inside the program, if we want to catch that exception how to do.
if sy-subrc <> 0 then i want to raise that particular
standard exception which was displayed in SE37 execution.
Any ideas.
ambichan.