cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying messages in Browser

former_member187668
Participant
0 Kudos

Hi,

We have a custom transaction for which we developed a service and are displaying (in Integrated ITS) it by setting up WEBGUI parameter in the service.

When the program throws an error in the message it is displayed in the bottom of the browser. This is fine. But it created a message area in the bottom and shows the system details (like client, system name etc). Can we suppress this? we just want the message to be displayed in the bottom. No message area showing client, system details etc should be shown. Is this possible?

Thanks,

Ravikanth

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182416
Active Contributor
0 Kudos

Hi

you have to adjust the value of ~webgui parameter so that it turns off the status bar.

you will have to use the bit 7 for this (2 raised to the power of 7).

Regards

Rajendra

former_member187668
Participant
0 Kudos

Hi Rajendra,

Can you please explain it with an example? are there any blogs or documentation for this?

Regards,

Ravikanth

former_member187668
Participant
0 Kudos

Hi Rajendra,

I figured out what to change. I gave ~WEBGUI_SIMPLE_TOOLBAR a value 134 to have title bar + exit & help buttons + omit status bar. It worked.

Blog was very helpful

[https://www.sdn.sap.com/irj/scn/wiki?path=/display/home/article-EmploySAPGUIforHTMLinsteadofanInternetservice|https://www.sdn.sap.com/irj/scn/wiki?path=/display/home/article-EmploySAPGUIforHTMLinsteadofanInternetservice]

Thanks,

Ravikanth