cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Is there a way to directly update FSM tables ?

0 Kudos
965

Hi experts,

Sometimes an activity that has been directly created in FSM planning board is stuck for some reason and users ask us to delete it.

In this case we don't have any inbound Idocs in error and we can't fix it using the cockpit manager or any IDocs management t-codes.

Is there a way to directly update the status of the activity in the cloud.

E.g. let say instead of doing a query like that:

SELECT x FROM ServiceCall x WHERE x.code = '42110829';

We could write something like

UPDATE x FROM ServiceCall x WHERE x.code = '42110829' SET x.status TO 1

Regards

Brice

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Andrey,

Thanks for your answer but do we have any links or tutorials to use FSM Data API ?

Regards

Answers (1)

Answers (1)

VishnAndr
Active Contributor
0 Kudos

Hi Brice,

FSM Data API will help you manipulate the data in SAP FSM