cancel
Showing results for 
Search instead for 
Did you mean: 

Time Confirmations for custom status in WM6.2 application

sravanthi_polu
Contributor
0 Kudos

Hi Experts,

We have few custom status in our application like travel,start,hold...etc.The user would set the status of the operation to travel when he/she would be on the way to work location.Once the work has been started, they would change the status to start and perform sync from the device.Now the time he/she has traveled and started the work would be updated to back end in work order long text.

We would like to implement this functionality in WM6.2 that is to allow logging of the travel time associated with word order in a suitable data repository in SAP.

Kindly suggest the changes to be implemented in ABAP/JAVA/AGENTRY to achieve functionality.

Thanks in advance.

Thanks & Regards,

Sravanthi Polu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Sravanthi,

In Agentry and Java you can replicate the same process what START button does for travel action. In Agentry you have add to button one is for Travel start and other one is for Travel finish and in transaction you can update start date/time and finish date/time as well as Status property. In Java while updating this information to SAP add this to Long text.

Thanks

Ajitesh