I'm looking for making automatic exports (extractions) from SAP.
But there is some restraints :
- It's impossible to work with the SAP Support team on this subject
- I don't have direct access to SAP Database (Just a login/password for the SAP Gui)
I want to computerize the action of a simple SAP User :
-> Login to SAP Gui
-> Access to the right menu (by name or transaction code)
-> Put informations relating to the user (Site code, Department code, Material code, etc...)
-> Put a dynamic range date (which could change every day)
-> Extract data as a CSV file
The final objective is to build a job schedule (every days at 00:00 for example) which create an export file (with SAP Data) on a file server.
Every ideas are welcome (official or not).