cancel
Showing results for 
Search instead for 
Did you mean: 

Script: Saving List as Local File (from Ecatt log Print Preview) => How to?

Former Member
0 Kudos

Hello All,

I'm trying to automate the saving of Ecatt Log on harddrive.

I'm thinking about using

<b>Print Preview - List -Save as Local File -html file</b>

I would need to save as html to get the OK/KO icons of the logs.

<b>But the save as Html triggers a specific "SAP Custom - Save File As" file dialog window.</b>

<b>The interactions with this windows is NOT RECORDED by eCATT nor by scripting recording</b>

(from Script Recording and Playback in system menu).

<b>Does someone know how to drive from script the saving of list to HTML file?</b>

(can be vbscript or ecatt, it's ok for me).

Thanks beforehand for your input.

Best Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Christian_Cohrs
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Man,

the SAP Scripting API does not support the recording and playback of the Windows file dialogs. You can only automate this step if the file name can be set in a standard SAP 'Dynpro' screen.

If this is not possible you need a 3rd party tool. I believe Testpartner from Compuware and Quicktest Professional from Mercury can automate these dialogs.

Best regards,

Christian