goods receipt error

Question: Hi all,
I met an error message when i was posting goods receipt with the reference to the production order,the transaction code is mb31,please help me,thanks!

Error on locking on serial number 98427
Message no. IO 211

Diagnosis
An internal error occurred during processing.

System Response
Processing will not be continued.

Procedure
Restart the transaction.

If the error occurs again, contact your system administrator.

Answer:
it looks like your serial nr was being maintained at the time or was locked by another user...

dp
_________________
Not a SAPfans member yet? It takes less than 1 minute Here!
"Act as if the maxim of your action were to become through your will a universal law of nature." K.

Answer:
I have tried it for several times,but the same problem happend.The posting takes long time and finally give the error message i mentioned.Every time the error locking serial number is different.
pls help me,many thanks!

Answer:
check OSS with error message code and let us know what did you find.

dp
_________________
Not a SAPfans member yet? It takes less than 1 minute Here!
"Act as if the maxim of your action were to become through your will a universal law of nature." K.

Answer:
Hi
Thanks for you reply,Below is the information from Sap OSS,I dont know how to solve the problem,Could you give me a suggestion?


SAP Note No. 579708 10.03.2004 Page 1
________________________________________________________________________

Number 579708
Version 4 from 11.08.2003
Status Released for Customer
Set on 11.08.2003

Language EN
Master language DE
Short text Technical object: Performance problem for data
transfer (3)

Responsible SAP AG
Component PM-EQM
Equipment and Technical Objects
________________________________________________________________________

Long text

Symptom
When a large number of serial numbers are processed in one document
item, performance problems can occur, for example during the goods
receipt for a production order.

Other terms
Serial number, lock, collective lock, exclusive lock
ITOBBUFEQ, SERNR_CHECK_LOCK_REQUIRED, G_LOCK_COLLECT, MB31

Reason and Prerequisites
If a large number of objects are locked exclusively (using a collective
lock), performance problems occur in the basis system due to a large
number of necessary check algorithms.

Solution
Implement the program correction.

Implement the correction using this note or the corresponding R/3
Support Package.

If you implement the correction manually, proceed as follows:

o Before you implement this note, ensure that Note 534746 exists.

o Implement this note afterwards.

________________________________________________________________________

Valid releases
Software Component Release
from to

SAP_APPL SAP Application
470 - 470
46C - 46C

Further components

LO-MD-SN
Serial Numbers
Page 2

________________________________________________________________________

Reference to related Notes

Number Short text
____________________________________________________________
435831 Technical object: Performance problem during data transfer
534746 Technical object: Performance problem for data transfer (2)
581306 Serial numbers: Performance

________________________________________________________________________

Reference to Support Packages

Software Component Release Package name
________________________________________________________________________
SAP Application
46C SAPKH46C42
470 SAPKH47006

________________________________________________________________________
Page 3

Assigned Correction Instructions
________________________________________________________________________


*$*$--------------------------------------------------------------$*$*
*$ Correction Inst. 0120061532 0000492392 $*
*$ Req. Corr. Instructions 0120061532 0000196602 Note 0000321068 $*
*$ 0120061532 0000229873 Note 0000365957 $*
*$ 0120061532 0000293444 Note 0000424825 $*
*$ 0120061532 0000428443 Note 0000534746 $*
*$------------------------------------------------------------------$*
*$ Valid for : $*
*$ Software Component SAP_APPL SAP Application $*
*$ Release 46C To SAPKH46C41 $*
*$ Release 470 To SAPKH47005 $*
*$*$--------------------------------------------------------------$*$*
*&-------------------------------------------------------------------*
*& Object REPS LITOBBUFEQF50
*& Object Header FUGR ITOBBUFEQ
*&-------------------------------------------------------------------*
*& FORM SERNR_CHECK_LOCK_REQUIRED
*&-------------------------------------------------------------------*
...
L_COUNT TYPE I.

FIELD-SYMBOLS:
<L_SER_INDEX_REC> TYPE ITOB_SER_INDEX_REC.

DESCRIBE TABLE C_SER_INDEX_HTAB LINES L_COUNT.
*>>>> START OF DELETION <<<<<
IF L_COUNT > ITOB_START_COLLECTION.
*>>>> END OF DELETION <<<<<<<
*>>>> START OF INSERTION <<<<
IF G_LOCK_COLLECT = ITOB_BOOL-TRUE " P6BK048551
AND L_COUNT > ITOB_START_COLLECTION. " P6BK048551
* IF L_COUNT > ITOB_START_COLLECTION. " P6BK048551
*>>>> END OF INSERTION <<<<<<
...
*&-------------------------------------------------------------------*
Copyright ?2007 - 2008 www.jt77.com