26.2.11

SAP Note 23759 - Field overflow in SOP - transfer to Demand Management

Symptom:

When data is transferred from SOP to master production scheduling, terminations can occur if large key figures are to be transferred. These terminations occur in the area indicated k004125 below of Include LMCP2U01. In release 3.0, it is in includes LMCP2U40 and LMCP2U41 instead.
This program code rounds off places after the decimal point according to the specifications in the unit table (field: T006-ANDEC).
Transactions concerned: MC74 and MC75.
If the field overflows, rounding errors may occur in the transferred data.

Cause and prerequisites

1. The auxiliary fields were defined too small.
2. The value in field T006-ANDEC of table T006 is too large (for example, 99).

Solution
1. Korrektur P22K007632:
*k004125***********************Rundung der Übergabewerte
DATA: PT_HLP_MENGE_MIN_REST(16) TYPE P, "change
PT_HLP_MENGE_RUNDUNG(16) TYPE P DECIMALS 0, "change
PT_HLP_MENGE_GERUND(16) TYPE P, "change
PT_HLP_FAKTOR TYPE I,
PT_HLP_REST(16) TYPE P, "change
...
2. Change the unit table

No comments:

Post a Comment