cancel
Showing results for 
Search instead for 
Did you mean: 

Deleting SNP Planned Orders (EE) in ECC

Former Member
0 Kudos

Hi Gurus,

Below is the issue.

  • We  have  a custom program which does below
    • Delete all  SNP Planned Orders (EE) Orders
    • Pick the file from Application server (AL11)
    • Upload New SNP Planned Orders (EE) Orders via File ( which has all Info)
  • Problem is these deleted SNP Planned Orders (EE) Orders are not deleted in ECC
  • During next Recompilation run, they come back to APO and hence count gets double.

So  any hint as why EE order are not deleted in ECC or How we can delete them in ECC?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Denish,

So  any hint as why EE order are not deleted in ECC or How we can delete them in ECC?

This is a custom program; you are asking the wrong people.  You should speak to the developer who created the program.

We can't know how this program was constructed.  In general, if you delete something in APO and the deletion must be replicated in ECC, you must create your program such that this is done explicitly.  If your developer had used, for instance, BAPI_MOSRVAPS_DELEMULTI to manage the deletion, there is a parameter in the BAPI that must be used.  Your developer is responsible for knowing this and for making this happen within his code. 

In most companies, such issues are handled as a standard change request or problem request.

Best Regards,

DB49

marianoc
Active Contributor
0 Kudos

Hello,

If the orders are deleted in APO and not in ECC, check if the orders are stuck in the queue.

Maybe you can find the reason checking the error log in the queue.

Kind Regards,

Mariano

Former Member
0 Kudos

Hi Denish

Which program you are using to delete SNP Planned Orders. Ideally you should use /SAPAPO/DELETE_PP_ORDER program which send deletion option. Once this job is executed, please wait for few mins till CIF Ques get cleared. Once it´s done you can start with the next jobs.


You can use T-code COHV in ECC perform mas changes or deletion in Planned orders

Please let us know if this information helps.

Thanks

Amol