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. 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# .
This is how Process Runner can handle Window File dialogs on the fly in recording.
|