We have a requirement , we need to raise a Class Based exception .But that exception should display multiple messages .
Is there any way we can use Class Based exceptions , to raise multiple messages .
The main problem is that we have multiple error messages being returned by a custom BAPI in a 3rd party system .But We have to return one message at a time if we follow this method .Is there any way we can raise multiple messages at same time
I read the Blogs Raghu Govindarajan and blog by Horst Keller
