Objective: Download numerous spool files into a PDF format on local PC using an Excel BDC program. I can only use an RFC program calling from Excel since ABAP developement has been frozen.
Problem: I am trying to execute a BDC session using using FM 'ABAP4_CALL_TRANSACTION' to convert a Spool File to a PDF. I am using program RSTXPDFT4 to convert the file to a PDF file. My problem is how to handle the Pop Up Message box asking if I want to "Save" the file. How can modify my BDC program so the 'Save' button is entered? The FM 'POPUP_TO_CONFIRM' is causing the problem where I can't pass any values to this screen. I have tried recording this in SHDB and SAP Script and neither one is able to read this screen. I have also looked at OSS Note "13882 - Handling of POPUP_TO_CONVERT in batch input" but I have not had any sucess. I have attached the BDC table if anyone can help me figure what statement I can use to bypass the Popup Box