Skip to Content
0
Former Member
Oct 18, 2006 at 02:28 PM

How to display a structure returned from bapi?

54 Views

Hi,

I created a project that is accessing r/3.

On execution of my bapi its returning messages which is a structure.

I tried displaying it in my view using this code:

IWDMessageManager msgmgr = wdComponentAPI.getMessageManager();

msgmgr.reportSuccess(wdContext.currentReturnElement().getMessage());

but its throwing an exception

Can any one please suggest in this regard.

Regards,

Aparna.