Hi ,
I would like to get all EmployeeTimes for a date interval with one webservice call.
What I did try is:
As there is no standard SAP webservice for this, I did create a webservice for EmployeeTime.
I did select, Query and Read.
So far so good.
But now the problem is, that the Query does only return EmployeeTime UUID's, so I need to execute READ to get for example the duration and costcenter for the EomplyeeTime.
You can imagine that this is not the most effective way when there is always estimatley data with the amount about 500.
So for each single entry READ has to be executed, and this will last.
Do you have any idea, how this could be done more effective?
Thanks in advance
Erhan