- Explore hidden functions in MD04. Sap mm md04 and ms04 stock requirement and long term planning issue. The SAP system is a software built by German-based SAP-SE to streamline several key functions of business organizations. And boy, do I see a lot of landscapes in the electronic world of SAP ECC!
- MD04 still reflects a shipping notification against = an SA as pending. The Vendor confirmation ( inbound ASN ) had been = received and is at status C ( completed ). What caused this is the user = did a 102 ( MB01 ) against the SA and not a VL09 against the inbound = delivery.
SAP OSS Note 199757 version 0008 contains details of a know issue related to MD04 Reservation loses ref. To sales order. This includes any associated symptoms and instructions on how to fix it, see below for full details.
I get the error:
System cancels the deletion process.
Possible causes include:
Document items have already been invoiced.
Doc items cannot be deleted because of goods movement status.
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: Dirt 2 for mac free.
SAP OSS Note 199757 version 0008 contains details of a know issue related to MD04 Reservation loses ref. To sales order. This includes any associated symptoms and instructions on how to fix it, see below for full details.
I get the error:
System cancels the deletion process.
Possible causes include:
Document items have already been invoiced.
Doc items cannot be deleted because of goods movement status.
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: Dirt 2 for mac free.
How To Read Md04 Sap
Mic online check. 199703 - Goods receipt for inbound delivery using MB0A, MIGO, VL32
521164 - MD04: Correction EKES-MENGE after reversal of goods receipt
491785 - Return delivery after GR with VL32 or VL32N
Apple wireless keyboard uk. PROGRAM ZCORR_EKESMENGE
** ------------------------------------------------------------------ **
** This report corrects the field EKES-MENGE and sets it to the
** quantity of the field EKES-DABMG if the confirmation is a shipping
** notification and the quantity of the shipping notification can not
** be changed via transaction VL32/VL32N.
** For further information see note 521164
** ------------------------------------------------------------------ **
Once you run the program ZCORR_EKESMENGE, your completed No Goods Movement Inbound Delivery will disappear from MD04.
or
Correction Program For Md04 Sap Services
Just asked your Abaper to create a simple program to update the field EKES-DABMG = EKES-MENGE.
tables: ekes.
https://besttup942.weebly.com/pdf-reader-software.html. clear: ekes.
select single * from ekes where ebeln = ZMD04-EBELN
and ebelp = ZMD04-EBELP
and etens = '1'.
if sy-subrc = 0.
EKES-DABMG = EKES-MENGE.
MODIFY EKES.
write:/ 'EKES ', EKES-EBELN, EKES-EBELP, EKES-MENGE,
EKES-DABMG.
else.
write:/ 'Not found', ZMD04-EBELN, ZMD04-EBELP.
endif.
Correction Program For Md04 Sap Portal
Notes:
Correction Program For Md04 Sap Portal
ekes-etens -> Browse the table using SE16 first to get the correct ETENS number to be input as a selection parameter.