Skip to Content
Author's profile photo Cristiano Hansen

WEBGUI Java applet – tips and tricks

Did you know that you can use a configuration file for the WEBGUI Java applet? And that you can have a trace generated by the applet – recorded in the java Console?

This document will show you the configuration file, the entry necessary to have the trace activated and a sample test, showing the new information.

WEBGUI.CFG file

The WEBGUI.CFG file is stored inside %APPDATA%\WEBGUI_CFG_DIR

If the file does not exist in this directory, then you can create a file via notepad, inserting:

trace=3

in the first line, then save it as WEBGUI.CFG

Java Console

When the Java applet is called, the Java Console window should be displayed, as informed in the Java Control Panel:

/wp-content/uploads/2016/05/01_954335.jpg

Testing

Example of the Applet being called via WEBGUI (e.g. exporting SM04 data):

/wp-content/uploads/2016/05/02_954336.jpg

The Java Console is then displayed:

/wp-content/uploads/2016/05/03_954337.jpg

Note that I have pressed “5” to have the row:

“Trace level set to 5: all … completed.”

inserted in the trace.

Later on, you will find the following content:

/wp-content/uploads/2016/05/04_954338.jpg

As you can see, there are extra information added to the console trace, recorded by the applet itself.

More information

If you want to know more about the java applet features, then you can read SAP note 1555523.

If you want to use the applet-free alternative, then read SAP KBA 2249454.

Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Felipe Zanettini
      Felipe Zanettini

      Thank you for the information!

      Author's profile photo Cristiano Hansen
      Cristiano Hansen
      Blog Post Author

      Hi Felipe,

      It is useful for those that are still using the Java applet. There are scenarios where the JVM is updated and there are extra security popups: the java trace can shed some light in such scenarios.

      Regards,

      Cris