Handling Windows File Dialogue in Process Runner

Handling Windows File Dialogue in Process Runner

During recording a transaction, SAP may open file dialogue window that cannot be recorded in normal recording process (this cannot be recorded in SAP->SHDB either). You may see a pop-up similar to one below when you attempt to download a file or upload a file or an attachment.

HT-HandleWINFilesDiaInPR1 (1)

While traditional SHDB recording and LSMW/ABAP programs cannot handle these windows native dialogue box. Process Runner can handle this with special feature. You can even map file name or any other value from Excel to such window as well. Process Runner does this with special Windows API function named as #FILE_DIALOGUE# .

hmtoggle_plus1How to map Windows File Dialogue window in Process Runner

 

 

Next

Customizing SAP returned messages in Process Runner