cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP GUI Scripting - Export to MHTML

Former Member
0 Likes
2,138

Hi guys.

I've been trying to export SAP tables via SAP GUI scripting however it seems the recorder cannot export the tables in MHTML format. It stops at the pop-up and that's it. I did try the export to local file but there is an extra column and extra row that is unneeded. Currently, I export the tables through txt format but I encountered I problem later on when importing the file in Print Image format because apparently, the field lengths in SAP change from time to time, at least in our case. So the best approach will be to use the MHTML format. So can anyone help me how to export the table in MHTML and save it. Thanks

View Entire Topic
Former Member
0 Likes

Hi Stefan,

Red corner brackets appear. The thin ones but not the red thick boxes from your analyzer so I guess it's not possible. Thanks anyway.

Brit

Former Member
0 Likes

Hey Brit,

just a guess:

Maybe the problem is that the export dialogue is not gui-modal in your SAP Basis release. If this is the case, i propose a workaround using windows api functions, see here:

Hope that helps!

Stefan