cancel
Showing results for 
Search instead for 
Did you mean: 

Print Forms in SAP UI5

rahul_mb
Active Participant
0 Kudos

Hi Experts,

I was creating some sample Apps in UI5 and was wondering whether we can include print forms with this. In SAP GUI we can use SAPscript/Smartform/Adobe Forms and in WDA we use Adobe Forms. Similarly is there any way to implement print forms with UI5.

Regards,

Rahul Muraleedharan.

View Entire Topic
Former Member

Hi Rahul,

I have also the same requirement. Have you got any solution or concept to do the same.

Please update here.

Regards,

Bhavesh

shabir_ismail
Participant
0 Kudos

Hello Bhavesh,

The way i implemented my solution is to call the adobe form without viewing it.

You will get the form in one of the returning parameters as raw string.

You need to convert the Raw string into Xstring.

Then create a MIME object from that Xstring.

Embed the MIME file in you UI5 application.

Pavan24
Explorer
0 Kudos

Can you tell me solution, if you have solved print.