How can the speed of a SAP GUI VBA script be boosted?
问题 I have created a GUI VBA script to update entries in a SAP table based on values in an Excel file. The Excel file is just an extracted version of the SAP table with new dates. The script gets the values from a record in Excel searches the SAP table with the same and then changes a specific value, in this case the End Date. The bottleneck here is that only one line can be processed at a time. Additional details: lines processed per minute:10 Total Lines -180k Estimated time to process all