cancel
Showing results for 
Search instead for 
Did you mean: 

How to develop my own custom control for SAP GUI for Java?

Former Member
0 Kudos

Hello,

I'm looking for any kind of documentation, that describes, how to develop one's own custom control for SAP GUI for Java.

Thomas Jung described this procedure for custom control based on ActiveX in two of his blogs. But these controls do only work with SAP GUI for Windows, since they are ActiveX objects. But I'd like to develop my own control that also works with SAP GUI for Java. But I do not find any kind of documentation regarding this topic.

Do you have any idea, where to find some documentation?

Kind regards, Lars

Message was edited by:

Lars Leibner

Accepted Solutions (0)

Answers (1)

Answers (1)

robert_straub
Advisor
Advisor
0 Kudos

Hello Lars,

you can find documentation for the <i>SAPGUI for Java</i> part in the SAP Marketplace:

<a href="http://service.sap.com/sapgui">SAP Service Marketplace - SAPGUI</a>

look in "Media Library" -> "Literature" there is a document called

"How To Extend SAP GUI for Java with Bean".

or download it with:

<a href="http://service.sap.com/~sapidb/011000358700000308692007E/Extend_JavaGUI_with_Bean.pdf">How To Extend SAP GUI for Java with Bean</a>

In the document there are additional links to more documentation regarding the ABAP coding.

Regards

Robert

Former Member
0 Kudos

Hello Robert,

thank you very much. The document seems to be very helpful.

Kind regards, Lars