cancel
Showing results for 
Search instead for 
Did you mean: 

How to handle Exception

Former Member
0 Kudos

Hi All,

Currently i am working on SAP Netweaver EP7.0 Web Application Server, i want to develop the application by using webservices, and I designed UI interface for that.

when i send the data from UIElement form to database. I got the Exception. at the same time i got values in tabelUIElement but i didn't got the values in database

could anybody help me please......!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Suresh,

Can u send the exception u r getting??

regards

Sumit

former_member751941
Active Contributor
0 Kudos

Hi Suresh,

try {

//code to execute the webservice model

} catch (CMIException cmiex) {

wdComponentAPI.getMessageManager().reportException("Given Exception : "+cmiex.getMessage(),true);

}

Regards,

Mithu