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

convert screen to HTML

Former Member
0 Likes
1,680

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
Read only

athavanraja
Active Contributor
0 Likes
1,327

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
Read only

Former Member
0 Likes
1,327

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>

Read only

Former Member
0 Likes
1,327

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

Read only

Former Member
0 Likes
1,327

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

Read only

0 Likes
1,327

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

Read only

athavanraja
Active Contributor
0 Likes
1,328

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,

Read only

Former Member
0 Likes
1,327

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.

Read only

Former Member
0 Likes
1,327

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

Read only

Former Member
0 Likes
1,327

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