Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to embed a webdynpro application inside a HTML page?

Former Member
0 Likes
714

We have our own intranet where we can provide a link to the Webdynpro application. However i was curious to find if its possible to embed a webdynpro application inside a HTML page.

1 ACCEPTED SOLUTION
Read only

hendrik_brandes
Contributor
0 Likes
677

Hi, what do you mean with "embed"? Do you mean using <iframe...> or do you want to include the HTML-coding inside your own coding?

The integration of WD4A-coding inside of HTML-coding is not possible, because SAP use a lot of JavaScript and CSS, which is not realistic to provide it within your own website.

Kind regards,

Hendrik

Hi, what do you mean with "embed"? Do you mean using <iframe...> or do you want to include the HTML-coding inside your own coding?

The integration of WD4A-coding inside of HTML-coding is not possible, because SAP use a lot of JavaScript and CSS, which is not realistic to provide it within your own website.

Kind regards,

Hendrik

4 REPLIES 4
Read only

hendrik_brandes
Contributor
0 Likes
678

Hi, what do you mean with "embed"? Do you mean using <iframe...> or do you want to include the HTML-coding inside your own coding?

The integration of WD4A-coding inside of HTML-coding is not possible, because SAP use a lot of JavaScript and CSS, which is not realistic to provide it within your own website.

Kind regards,

Hendrik

Read only

0 Likes
677

Thanks Hendrik, Basically i wanted to know if its possible to change the color scheme or theme of the Webdynpro ABAP application? We dont like the standard SAP blue theme. We would like to change the theme to have the look and feel with our other intranet based web applications.

Read only

0 Likes
677

Hello,

this is no problem: There is a theme editor and you can specify a CSS-Url where you place your own CSS-files.

The themeditor can be found here http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/b08a05ec-e24a-2d10-189e-f5c6bcbf39a5

The documentation is here: http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/20a2a76b-ed4b-2d10-cba4-95081113a88f

Additional there is a ABAP-Report WD_THEMES, which allows you to import and export your custom themes.

The WD4A parameter is WDTHEMEROOT, where you must place the name of your theme.

See also:

http://help.sap.com/saphelp_nw73/helpdata/en/47/af752005c92fe1e10000000a42189d/content.htm

Kind regards,

Hendrik

Read only

Former Member
0 Likes
677

Hi, we use iframe in company portal, and SSL is provided by proxy. Fastest way. J.S.