cancel
Showing results for 
Search instead for 
Did you mean: 

How to purge DOE in PUSH Scenario

Former Member
0 Kudos

All,

We are using a DOE PUSH API to push report from ERP to DOE. I want to know how will DOE Purge old data. In case when we are using Get List and Get Detail, DOE deletes the data that is not returned by Get List BAPI Wrapper.

How will it work in case or PUSH. Any pointers will be helpful.

Regards,

Shubham

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Well, the same way that you PUSH Inserts and Updates, you can also push deletes.

The FM is SMMW_BE_CALL_DELTABO (for pushing any data to DOE, this is the FM you use).

There in the TABLES parameters, you pass the keys via 'R3KEYS' parameter.

Pass the task in MSGFN field of this parameter.

Edited by: Arjun Shankar on Nov 30, 2009 1:23 PM

Former Member
0 Kudos

Hi,

DOE will not purge the data itself in this case.

Backend has to push deletes for keys which needs to be deleted in this case. Same push module has to be called with

msg func as '003' for the key which need to be deleted.

Regards,

DHana