I am trying to find a way to integrate our SAP time tables with a web API. What I want to do is let users enter their time sheets through the (more convenient) web interface and automatically add these time sheets to our SAP system. We are currently using SAPGUI 7.10rev3 to enter temporary sheets, and this is a nightmare! I searched for API links, but they all seem too verbose and require much more knowledge of SAP than I personally know.
Through my research, I was able to find a link to the .NET connector:
Integrate SAP into an ASP.NET project?
However, my project will use the LAMP setting. I was able to find this page , which seems to have many resources:
And thanks to further research, I was able to find this page , which seems to be a good starting point.
So my question is: can someone give me some direction where to go from here? Are there any links or documents to update temporary sheets that will help me in my situation? Or is there a link to the database tables that SAP uses for temporary sheets that I could update with LAMP?
source share