Hi,
I hope you can help me, I'm doing some modifications to standard Work Manager 6.2 time registration, but still this seems to be a problem coming from the standard. Anyway it's an Agentry problem since it could happen for any app different than work manager.
First I create a time record, and then if I edit the transactions are not merged. Therefore the Update step calling the creation BAPI in SAP is called two times.
This is what I can see in the ATE

In Java CATSRecordEditStepHandler class, when the record edited is LOCAL then the add BAPI is used, and that's why I get 2 records created in the back end.
