cancel
Showing results for 
Search instead for 
Did you mean: 

Howto implement a new Web dynpro UI-Element?

Former Member
0 Kudos

Hi,

I'm looking for a way to implement my own Web Dynpro UI-element, because

I have to find a way to use a custom Javascript Library on the Client.

(I think the best way to get this done is to write my own UI-Element, right?)

The custom UI-Element should call a Javascript Library on the client, whichs should send events back

to the WebDynPro Framework, where ABAP specific Code I then called.

Can somebody give me a hint howto make this work, or can give me something like a sample implementation?

Thanks

Sebastian

Accepted Solutions (1)

Accepted Solutions (1)

ChrisPaine
Active Contributor
0 Kudos

If you have a requirement that absolutely cannot be met by the standard UI elements - consider using the RIA islands framework. You can build just about anything there and get it to interact with your WDA application. There are restriction of the use of RIA's so beware (pop-up windows etc.)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Web Dynpro is currently a closed rendering environement. You can't add your own UI elements.