I need a targeted set of data out of SAP ERP system (SAP GUI TCode MB51
). I know there are better paths to get at the data, but my rights are very limited. I can't call BAPI transaction to interrogate the BAPI calls. I've been able to automate what I want using an active x script, referencing SAPFEWSE.ocx
.
Internally the SAP team has been less than supportive of what we are attempting to do and have offered a job spooled up at some interval to dump a text file.
Assuming my access is limited to the TCodes I need, what is the best way to extract this data in to my application? While SAPFEWSE.ocx
worked, this will eventually turn into a Windows service to monitor the data when needed.