Thursday, November 26, 2009

Spammy Messages on Exception classes

I need a smarter ABAP developer to tell me this. Why does it take 10 steps to link a t100 message to a particular instance of an exception class? For every message text, you have to define the exception variables within the exception class, then create the exception text, then create a t100 message, then link the message and each message variable( this is the painful step), then raise the bloody exception class with exporting parameters specific to that message. It's a pain. Alright to all you lucky guys on ECC7 and ECC8, have they made this easier? SAP, At least put a table control grid to so I can link the t100 message variables easier. My clients won't understand why I took 3 days just to create messages the "right way". I've given up and decided to raise "message into lv_dummy", raise exception class and reevaluate the sy variables using a static method from a crossapp utility class. I cut-paste it everywhere...job done.


- Posted using BlogPress from my iPhone

No comments:

Post a Comment