Skip to Content
0
Former Member
Nov 27, 2009 at 08:12 PM

Problems Only To Delete Records on DOE

33 Views

Hi,

I have developed an application using SDOE_CONTACT* BAPI WRAPPERS (GETLIST, GETDETAIL, CREATE, MODIFY, DELETE).

The application is running fine for GETLIST, GETDETAIL, CREATE and MODIFY, when I synchronize i can see the data reflecting on CDS and Backend tables.

But, when I delete a record and synchronize, the record is just deleted on CDS and in the backend table not. I have checked the messages on DOE Administrator and I can see the message with "D" status on TASK field and just the sync fields as EXTRACTKEY, STATEID AND SYNCKEY_MMW are filled.

    • I´m using the remove method generated by mobile framework in NWDS when I imported the Data Object to delete the records.

    • I have tested the SDOE_CONTACT_DELETE on backend, passing the same ID value that I synchronized on MI Client.

    Has anyone an idea to solve it?

    Thanks.

    Edited by: Rogério Tambellini on Nov 27, 2009 6:48 PM