|
How to delete an
old ASN/inbound delivery using Tcode: VL32N. For this inbound delivery,
related GR and IR was reversed.
I get the error: System cancels the deletion process. Possible causes include:
In Inbound delivery, the GR status is C-Completed. POD (Proof of delivery) - A (Relevant w/o differences). Solution: You will not be able to delete since you have reversed the goods receipt in this case. One thing that you can do is to set to inbound quantity to zero. For that you have to implement the program ZCORR_EKESMENGE. Take a look the following oss notes: 199703 - Goods receipt for inbound
delivery using MB0A, MIGO, VL32
PROGRAM ZCORR_EKESMENGE ** ------------------------------------------------------------------
**
Once you run the program ZCORR_EKESMENGE, your completed No Goods Movement Inbound Delivery will disappear from MD04. or Just asked your Abaper to create a simple program to update the field EKES-DABMG = EKES-MENGE. tables: ekes. clear: ekes. select single * from ekes where
ebeln = ZMD04-EBELN
if sy-subrc = 0.
Notes: ekes-etens -> Browse the table using SE16 first to get the correct ETENS number to be input as a selection parameter. |
|
Also Read
Get help for your SAP SD problems
SAP Sales and Distribution Books
Delivery Hints
SAP Sales and Distribution Tips
Main Index
All the site contents are Copyright © www.erpgreat.com
and the content authors. All rights reserved.
|