cancel
Showing results for 
Search instead for 
Did you mean: 

How to use UI Element "AbstractApplet" to embedd java applet in WDA

Former Member
0 Kudos

Hello,

I want to embedd a java applet in a WebDynpro ABAP application and I've found the following statement on SAP online help:

The Active Control Framework (ACF) enables the development of applets or ActiveX-based controls that can be embedded in Web Dynpro ABAP.

Link:[AbstractApplet|http://help.sap.com/saphelp_nwpi71/helpdata/en/47/b915bc878a2d67e10000000a42189c/frameset.htm]

Is there any further help, how to use this (abstract) UI Element to integrate a given java applet?

Kind Regards,

Guido

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

These are just abstract UI elements that are the base classes of SAP Provided UI elements. You can't use them to build your own Java Applet UI elements. SAP uses them to build Java Applets and ActiveX based UI elements. However we don't release this general functionality for customer or partner use. We only supply UI elements - like ACFUpDownload, ACFExecute, Gantt, etc - based upon Applets for use.

The only method for embedding external objects by customers and partners is the FlashIslands UI element. This allows you to embed and communication with Adobe Flex compnonts running inside the Flash Player in your Web Dynpro Application.

Former Member
0 Kudos

Hi,

As per the link you gave,

In the View layout, You can use the UI elements like - AcfExecute and AcfUpDownload. For upload and download the things.

Try to use these UI elements and get the reference of the Abrstact APplet class and use the methods inside it.

Regards,

Lekha.