cancel
Showing results for 
Search instead for 
Did you mean: 

How can I delete outbound delivery with error in SMQ2 ?

bruno_viol
Participant

Hello,

I have an outbound delivery with any error message in SMQ2, How can I delete?

For inboubd delivery we can delete theses deliveries in VL60 transaction.

Thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

Ajit_Routray
Active Contributor

Hi Bruno,

"I have an outbound delivery with any error message in SMQ2, How can I delete?"-> Business do not want this delivery any more ? want to delete from database ?

Step-1

-> Delete the stuck queue ( SMQ2 ) in EWM ( Report: RSTRFCIDS )

Step-2

-> Change the status of the delivery using FM"/SPE/DELV_RESET_DIST_STATUS "in ECC

Also check the link (Nice Program) to update the distribution status.

Status change report

Step-3

Tcode: VL02N for delete

Be careful while doing.

PS: You can not reproduce the same delivery number again.

Kind Regards,

Ajit

bruno_viol
Participant
0 Kudos

Hi Ajit,

ASK: Business do not want this delivery any more? want to delete from database?
RESPONSE: Yes!

Thank you!

mmcisme1
Active Contributor

VL02N

bruno_viol
Participant
0 Kudos

Hi c436ae948d684935a91fce8b976e5aa7 , I can´t change an outbound delivery in ERP.

bruno_viol
Participant
0 Kudos

This is de message in VL02.

mmcisme1
Active Contributor
0 Kudos

You will have to back out the delivery.

If it has been goods issued VL09 - to reverse the goods movement.

Then VL02N to delete the delivery.

If there is anything else in the document flow, you may have to reverse/cancel it. There could be an accounting document that was created.

Best of luck!

Michelle

bruno_viol
Participant
0 Kudos

I can´t use VL09!

mmcisme1
Active Contributor
0 Kudos

What is the full error message? There is probably more things in the document flow that effect it.

former_member561940
Discoverer
0 Kudos

Once a delivery is distributed to EWM and ERP system did not receive a response from EWM (e.g. when delivery is stuck in EWM inbound queue), field VLSTK in table LIKP has the value B which means that the delivery is distributed to EWM. Since then, EWM manages the delivery.

By this time, no goods movement took place so there is nothing to reverse. Ajiit Rountray provided a possible solution.