cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Agentry - Work Order Operation Push not working in Agentry Cloud Edition

madan_km
Participant
0 Kudos
265

Hi Experts,

I have enabled the WO Operation Push in our solution recently (Custom Work Manager 6.5.6). As we use Cloud Platform to host our Agentry App, I followed the Push Configuration guide that further details about what needs to be done for SCP when enabling Push.

I have succeeded in getting the push working to some degree, I can see the Push queue (Under Syclo Admin panel) filling properly when I create and assign a high priority WO and also I can see in the Server logs that the control performs a call to the 'WorkorderPushCallback' service event.

In addition to the above, I have setup a debug point at my Steplet class (This class is mapped for the 'WorkOrdersPushForEvent' Push definition). The control successfully gets to my steplet and then to the Stephandler and then to the PushBapi. In the Push BAPI (as per standard) there is a call to the native parent WO fetch BAPI class to retrieve the Workorders, this is where I have a problem.


I found that the Work Order ET table is empty when WO Fetch class is being called from the Push BAPI class. Because of this the whole Push fails.


I can't find why this happens. Any directions will greatly help.

Thanks in advance

Regards,

Madan KM

View Entire Topic
madan_km
Participant
0 Kudos

We have managed to fix this issue by changing the 'Mobile Data Object Configuration' of the 'SMM3_ISU_WORKORDER_PUSH' in such a way that the filter 'Assignment Type' has been changed to a 'Static Value in Range format' rule type and we selected our assignment type manually from the drop down.

Regards,

Madan KM