19.1.11

SAP Note 18070 - MM-WM: Multiple storage unit doc. printing in WMS

Symptom:

If storage unit documents are printed multiply, the number of printouts is not always correct.

Cause and prerequisites

Program error.

Solution
REPORT RLVSDR10 NO STANDARD PAGE HEADING MESSAGE-ID L3. * Feb 95 T329P_LESEN korrigiert *----------------------------------------------------------------- .... *----------------------------------------------------------------- * Lesen der TA-Druck Spoolparameter *----------------------------------------------------------------- FORM T329P_LESEN USING P_LGNUM P_SPOOL. SY-SUBRC = 0. * CHECK P_LGNUM NE T329P-LGNUM OR "corr Feb * P_SPOOL NE T329P-SPOOL. "corr Feb SELECT SINGLE * FROM T329P WHERE LGNUM = P_LGNUM AND SPOOL = P_SPOOL. ENDFORM. ...

No comments:

Post a Comment