Hello Experts,
There are some custom checks i am trying to code in the my custom class-methods which i have defined. Here the Problem i am facing is adding message to UI layer.
I can do this by talking the reference of the Global message container from CL_CRM_BOL_CORE class instance. But the problem is, these methods are also accessed by the Mobile side consultants where they will be not having the reference of this BOL_CORE class. Even i can check for the Instance is bound or not , is there any other way from where i can add the message to the UI ?
Basically i am adding messages for the RFC calls, if the RFC Destination is initial , i am adding a message to the global_container via bol_core class instance.
I want to avoid this. Please suggest on this as it is very urgent change in the code review. !
Thanks and Regards,
Nikhil Kulkarni