Hi experts,
I have filled the setup tables based on the posting date of mb51 for a specific material.
But the data and material documents are not matching with mb51.Is there any difference between
posting dates in OLI1BW and MB51
Routines in inventory update rules:
I would like to know the role of 0ProcessKey in the code.According to my functional user it should be movement type.
Ex code :
IF ( COMM_STRUCTURE-processkey EQ '000' "Other Receipts
OR COMM_STRUCTURE-processkey EQ '001' "Goods Receipt / Vendor
OR COMM_STRUCTURE-processkey EQ '004' "Material Transfer / Receipt
OR COMM_STRUCTURE-processkey EQ '005' "Stock Adjustment InvD
OR COMM_STRUCTURE-processkey EQ '006' "Stock Adjustment Other
OR COMM_STRUCTURE-processkey EQ '010' ) "Receipt from Stock Transfer
AND COMM_STRUCTURE-bwapplnm EQ 'MM'
I have gone through some links, but no luck.
Regards,
Rajesh.