28.1.11

SAP Note 19555 - Account maintenance: PO display

Symptom:

Keyword: MR11
The decimals in the local currency amounts in the PO history are not alway displayed correctly when maintaining the GR/IR clearing account.
Even with those currencies which have no decimal division (such as BEF or LIT), the numbers are divided by 100.

Cause and prerequisites

Error in program FM08REB0 in FORM BESTELLENTWICKLUNG_ANZEIGEN. Since T169-TRTYP in transaction MR11 is 'H' and not 'A', the report
RM06EHBE is called with the parameter LESEN = 'X' instead of 'Y'.

Solution
Corrected as of rel. 3.0. Prior to this: change in program FM08REB0, FORM BESTELLENTWICKLUNG_ANZEIGEN:

*---------------------------------------------------------------------*
form bestellentwicklung_anzeigen using b01_bukrs
b01_ebeln
b01_ebelp
b01_meins
b01_bprme
b01_webre.

if t169-trtyp = trtyp-a
or t169-vgart = 'KP'. "<---NEW : Essential for MR11
submit rm06ehbe and return
with lesen incl 'Y'
with s_ebeln incl b01_ebeln
with s_ebelp incl b01_ebelp
with s_bukrs incl b01_bukrs
with s_meins incl b01_meins
with s_brpme incl b01_bprme
...

No comments:

Post a Comment