MR42
Changing parked documents: change document header. In invoice verification, a document was parked in the local currency of the company code. If a field of the document header is then changed, the system sets the exchane rate from 1.0000 to 0.0000. While the document can be posted normally at a later time, the exchange rate 0.0000 may cause follow-on errors in the interim.
Program error.
SolutionCorrected in Release 2.2D or 3.0 E
Advance correction: change program LF040F00. Delete the lines marked below with "DELETE, insert those marked with "INSERT.
Form BELEG_PARKEN_VORBEREITEN:
...
*------- Füllen XVBKPF für Übergabe
* sowie ggfs. merken der alten Belnr.--
REFRESH XVBKPF.
CLEAR XVBKPF.
LOOP AT XBKPF.
MOVE-CORRESPONDING VBKPF TO XVBKPF.
* IF XBKPF-HWAER EQ XBKPF-WAERS. "DELETE
IF XBKPF-HWAER EQ XBKPF-WAERS AND XBKPF-TCODE(2) NE 'MR'. "INSERT
CLEAR XBKPF-KURSF.
...
For Release 3.0, please also make the following changes:
Program LF040I00
module waehrung_pruefen input.
...
rf05v-azwae = bkpf-waers.
if bkpf-kursf eq 0 and bkpf-tcode(2) = 'MR'. "INSERT
bkpf-kursf = xbkpf-kursf. "INSERT
endif. "INSERT
...
Additional key words
MR44, ME704
No comments:
Post a Comment