Termination during bulk processing (batch) of work centers.
Additional key wordsCause and prerequisites
Insufficient buffering of the work centers in internal table LRU_ARBID and error in the maintenance software of this table.
(Form LRU_ARBID_REMOVE)
Make the following program changes with transaction SE38.
1)LCR01TOP
*---------------------------------------------------------------------*
* Konstanten
*---------------------------------------------------------------------*
DATA:
................
ENT_ARBID LIKE SY-TABIX VALUE 1000, <-- change to 1000
................
2)Form LRU_ARBID_REMOVE (in program LCR01F00).
*---------------------------------------------------------------------*
* FORM LRU_ARBID_REMOVE
*---------------------------------------------------------------------*
* --> UP_OBJID
*---------------------------------------------------------------------*
FORM LRU_ARBID_REMOVE.
EXIT."bis auf weiteres stillgelegt <--- insert
DESCRIBE TABLE XCRHD LINES SY-TFILL.
WHILE SY-TFILL >= ENT_ARBID.
READ TABLE LRU_ARBID INDEX SY-TFILL.
..........................
..........................
No comments:
Post a Comment