Key word: Subcontracting
During a reversal or return delivery of a goods receipt for a subcontract order (with transaction MB01), the quantity proposed by the system on the item selection screen is overwritten by the user. However, the subsequent quantity proposal of the system for the "material to be provided" items (components) corresponds to the originally proposed quantity of the reversal of the goods receipt (or return delivery). A proposal with the corrected quantity would have been correct though.
Program error.
SolutionPlease make the following correction in routine LOHNBEARBEITUNG of report MM07MFL0:
FORM LOHNBEARBEITUNG.
CHECK OVM07M-PSTYP = 3 AND AKTYP = H AND NOT OVM07M-KZWES = S.
DATA: WEMNG LIKE XEKPO-WEMNG. CLEAR WEMNG.
* PERFORM LEKPO IN PROGRAM SAPFM07M USING OMSEG-MATNR <--- delete
* OMSEG-WERKS <--- delete
PERFORM LEKPO IN PROGRAM SAPFM07M USING SPACE <--- new
SPACE <--- new
SPACE
SPACE
SPACE
SPACE
SPACE
SPACE
SPACE
SPACE
OMSEG-EBELN
...
No comments:
Post a Comment