I have been trying to find a way to integrate our SAP time sheets with a web API. What I want to be able to do is allow users to enter their time sheets through a (more user friendly) web interface, and have those time sheets be automatically entered into our SAP system. Currently we use SAPGUI 7.10rev3 to enter time sheets and it is a nightmare! I have searched around for API references but they all seem a little too verbose and require a lot more knowledge of SAP than I personally know.
Through my research I was able to find a reference to a .NET connector here:
Integrating SAP in ASP.NET project?
However, my project is going to be using a LAMP setup. I was able to find this page that seems to have a lot of resources:
And through further investigation I was able to find a this page which seems to be a good starting point.
So, my question is, can someone give me some direction on where to go from here? Is there any references or documentation for updating time sheets that would help my situation? Or is there a reference to the database tables that SAP uses for time sheets that I could possibly update using LAMP?