former_member759535
Explorer
Member since ‎07-28-2021

User Statistics

  • 32 Posts
  • 1 Solutions
  • 12 Kudos given
  • 1 Kudos received

User Activity

I try to use the ManageEmployeeTimeIn Webservice to create time time entries. For that I created a communication arrangement with a technical user. Looks like this: When I submit my SOAP request it looks like this: I'm always getting back...
Finally I have an OData Service which allows me to create time records for other users. My payload looks like this: { "EmployeeTimeAgreementItemUUID": "<UUID>", "EmployeeTimeItem": [ { "StartDate": "/Date(1632732935000...
Many companies are using an Excel file for time recording and then they upload that Excel file to SAP ByD, through an Excel AddOn. The Excel file usually looks like this here: Each row has to contain the employee ID, Service No, Date, Start-Tim...
At SAP ByD, under Service Agents I can select a user (Service Agent) and click the button "edit timesheet". After that I can record a time entry with this mask: I would like to create time records and/or timesheets via the OData API. But I'm no...
I have an analytics datasource which I can fetch with a technical user like this: https://my12345.sapbydesign.com/sap/byd/odata/analytics/ds/Proprju05.svc/Proprju05?$format=json&$top=10 The result looks similar to this example: { "d": {...