Application Development 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: 

convert screen to HTML

Former Member
0 Kudos

Hi. I have a SCREEN with grid. But there are other objects too (texsts, labels ...). How can I convert the <u>whole</u> SCREEN to HTML? Greetings. P.

1 ACCEPTED SOLUTION

athavanraja
Active Contributor
0 Kudos

if yu have ITS (internet transaction server) you can have to automatically converted to HTML. if you are on WAS 6.40 and above ITS is integrated with ABAP einginge,

8 REPLIES 8

Former Member
0 Kudos

if its a list that you have generated then on the screen of the list

<b>goto List

|

Save/Send

|

File

|

.html format</b>

regards,

srinivas

<b>*reward for useful answers*</b>

Former Member
0 Kudos

well you could do a screenshot and implement the image in a HTML body. :=)

Former Member
0 Kudos

on the application tool bar u will find local file icon like

[LOCAL FILE CTRLSHIFTF9] .....CLICK ON THIS ICON ....it will ask u to convert u r list to 5 other formats also ....in that 5 formats u will find html format.....

check out this .........

reward points if helpful

0 Kudos

well like he told us he has no list but an ALV and other object on his screen. so to say a DYNPRO...

athavanraja
Active Contributor
0 Kudos

if yu have ITS (internet transaction server) you can have to automatically converted to HTML. if you are on WAS 6.40 and above ITS is integrated with ABAP einginge,

Former Member
0 Kudos

hi,

if its a list that you have generated then on the screen of the list

goto List

|

Save/Send

|

File

|

.html format [or any other required format]

if helpful reward some points.

with regards,

Suresh Aluri.

Former Member
0 Kudos

hi Piotr,

when u create any screen through module pool programming(screen painter).

and when u define to that scren a transaction code(se93),in the last there is three check boxe

1 sap gui for html.

2 sap gui for java.

3 sap gui for windows.

for ur problem i think 1 checkbox will be helpfull.

reward if helpful.

regards pawan

Former Member
0 Kudos

The simpleset way to get the screen as HTML is using the ITS. There are two options for this - use the WEBGUI interface which effectively gives you SAP GUI within the browser (with a few differences - eg printing), or by building a custom ITS service for the individual transaction.

In both cases you will need to install (if external before ECC6) or activate (Internal from ECC5) the relevant parts of the ITS and then publish the service(s) you wish to use.

There are a nuber of posts and SAP notes / documentation on the steps required for this.

Andrew