cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with HTML Saver

Former Member
0 Kudos

Hello Everyone !

According to the defination of "StringContent" property of HTML Saver we should write the code here to get the resultant output to be displayed in HTML file. I have written the code as :

<html>

<body>

<h1>

Testing of HTML with MII

</h1>

</body>

</html>

However I can see the file but with no content. The file on the server is of 0 bytes. What can be the problem ???

Thanks...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I am getting the success flag as 1.

Former Member
0 Kudos

Hi Vaibhav,

I have tested same on SAP MII 12.0 and it works for me following things I have configured:

HTML Saver Action:

Configuration Object-->File Path:= WEB://your file path

Links-->StringContent:= "<html><body>Testing of HTML with MII</body></html>"

when I execute the transaction it gives me proper output.

Hope this help!!

Regards,

Manoj Bilthare

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Manoj !

It's working.

Regards,

Vaibhav

Former Member
0 Kudos

Hello Vaibhav,

What are you getting in success flag?

Regards,

Musarrat