I am trying to use EPM Addin API from VBScript in UFT. Following is the code which I have written till now:
Dim addin, obj, objwb, vbproj, fpm
Set obj = CreateObject("Excel.Application")
Set objwb = obj.Workbooks.Open(FileName)
Set vbproj = ...
We have a number of jobs scheduled in background that usually involve posting thousands of records. SM35 session is created for erroneous records and most of them are just informational messages (not "Errors"). We are currently processing these sessi...
Hi,I feel i'm losing a lot of time while switching between tabs in any transaction in SAP GUI. Currently only way is to use mouse and I could not find any source on how to navigate by keyboard alone.So, is there a keyboard shortcut for this? If not, ...
We have a deployment of Enterprise Portal which is integrated to SAP SRM (7.02). I have two queries regarding the standard behaviour of "Due Date" column in UWL:1. The column always displays today as the due date for all shopping carts, irrespective...
Thanks for the fast response.
Scenario is to open a EPM report file, then make connection to the server, and then refresh the report.I haven't included the actual filename for brevity. There are no issues in opening the file. The error thrown is in...
Thanks for the suggestion. While your solution should be the permanent one, we couldn't dedicate time for it and decided to automate the process via UFT.