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

HTML Viewer - Load Data: Will this store the data in the presentation server?

suwandi_cahyadi
Contributor
0 Likes
1,557

Hi Experts,

I want to ask how actually the CL_GUI_HTML_VIEWER->load_data works. In the following page:

load_data - SAP HTML Viewer - SAP Library

it is said that "Use this method to send data from the ABAP program to the presentation server. On the presentation server, the data is available under the URL that you specify"

What I want to ask is that, since this method will produce a url to access the data, will this data consume the disk space in the presentation server? If yes, then will the data stored permanently or temporarily?

Since from my understanding, if there's a url that we can access then there should be a physical file to be accessed in the url.

Regards,

Suwandi C.

1 ACCEPTED SOLUTION
Read only

suwandi_cahyadi
Contributor
0 Likes
880

Hi,

Thank you for the reply.

It seems that SAP will try create a temporary file in the client box, then after the HTML viewer is closed the file will be deleted. So, I believe the answer is that no server space will be consumed for this.

Regards,

Suwandi C.

Hi Experts,

I want to ask how actually the CL_GUI_HTML_VIEWER->load_data works. In the following page:

load_data - SAP HTML Viewer - SAP Library

it is said that "Use this method to send data from the ABAP program to the presentation server. On the presentation server, the data is available under the URL that you specify"

What I want to ask is that, since this method will produce a url to access the data, will this data consume the disk space in the presentation server? If yes, then will the data stored permanently or temporarily?

Since from my understanding, if there's a url that we can access then there should be a physical file to be accessed in the url.

Regards,

Suwandi C.

3 REPLIES 3
Read only

suwandi_cahyadi
Contributor
0 Likes
880

Hi Experts,

Happy holiday. Hope someone could help for this.

Regards,

Suwandi C.

Read only

0 Likes
880

Hi Suwandi,

This might help you,

Check this link on CL_GUI_HTML_VIEWER,

About CL_GUI_HTML_VIEWER - Community Profiles - SCN Wiki


You can go through with the below program,

SAPHTML_DEMO1

Thanks & Regards,

Karthik S


Read only

suwandi_cahyadi
Contributor
0 Likes
881

Hi,

Thank you for the reply.

It seems that SAP will try create a temporary file in the client box, then after the HTML viewer is closed the file will be deleted. So, I believe the answer is that no server space will be consumed for this.

Regards,

Suwandi C.