cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problems with java-applet diagramm

matthias_prller
Participant
0 Kudos
184

Hello everybody,

can somebody give me a tipp how something like this can appear:

[http://img30.imageshack.us/img30/3130/screenshotew.jpg]

and how I can solve this problem. After a refresh everything is ok.

But it happens regularly when I start the applet.

(MII 12.0.8 Java-Client:1.6.0_13)

Thank you for your help.

Regards

Matthias

View Entire Topic
Former Member
0 Kudos

Hi,

If you are calling this applet on page load then this kind of issue occurs. Please call this function FirstUpdate Event of applet.

Put the below code in your applet tag.

<PARAM NAME="FirstUpdateEvent"  VALUE="getFunction">

Check below help link:

http://help.sap.com/saphelp_mii121/helpdata/en/44/442fdcc33e4a8fe10000000a1553f6/content.htm

-Suresh

Ask a Question