11.12.10

SAP Note 12480 - Deleting deliveries

Symptom:

Program : MV50AF0F
Not possible to delete deliveries using function LOES

Cause and prerequisites

Not programmed

Solution
Add the following three lines to routine FCODE_BEARBEITEN
in program MV50AF0F (in standard from 2.2A onwards):

FORM FCODE_BEARBEITEN.
DATA: FB_FCODE LIKE FCODE.
CLEAR: FLAG-NO.
FB_FCODE = FCODE.
OLD_FCODE = FCODE.

IF FCODE = 'LOES' AND SY-BINPT EQ CHARX. "DELETE
IF FCODE = 'LOES'. "NEW
PERFORM FUNKTION_AUSFUEHREN.
ENDIF.

Key word: Delivery

Additional key words

V0110

No comments:

Post a Comment