Skip to Content
0
Apr 14, 2022 at 08:04 AM

How to confirm activity start/finish status via web-service

184 Views Last edit Sep 13, 2023 at 05:27 AM 4 rev

Hello,

Is it possible in SAP By Design set activity status as started/finished via OData API or Web-service?

Let me show an example what we actually want to do.

We have remote system where user can create signature(confirmation) when:

1. Operation/activity started

2. Some amount of output product was produced

3. Operation/activity was finished

We want to export such signatures to SAP by design. We tried to use Web-service "ManageProductionLotIn" and we can successfully export amount of output product, but we have a problem to set activity status as "started". How can we do it?

Also it is not so clear how to set activity status as "finished". I guess we need to set property "ConfirmationCompletedIndicator" to "true" (ot should be here some numeric value?) - is it correct?

What should we use to confirm that operation/activity started (at some date/time) and finished (at some date/time)?

Can you provide us some example?