cancel
Showing results for 
Search instead for 
Did you mean: 

suppress a message from

Former Member
0 Kudos

Hi All!

Is it possible to suppress a message from Backend on webdynpro appplication?

bye

sas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sas,

You can do this, but can you share exactly what you are looking for.

Regards

Praveen

Former Member
0 Kudos

Hi malyala and the others !

There are two output messages

The second line belongs to me.

( msgMgr.reportWarning(" xxxxxxxx");

The first one in the first line comes from backend. All what I need is

to suppress the first line .

reagards

sas

Former Member
0 Kudos

Hi Sas,

If that message from backend, then you are calling some bap. dont call that bapi.

Regards

Praveen

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi erdem,

if it is your own wd app, than you are free to do this.

surround the model execution with a try catch and e.g. only log your exception in case of exceptions.

Regards, Jens