2008 Mar 03 5:31 PM
Hi!
I get the error mesage:
Some of the selected ... are being processed .
What does it mean ?
It is Type: E
Id: C$
Number: 162
Regards
sas
2008 Mar 03 5:35 PM
This is your message class information
You want more details : use SE91 and enter message class as C$ and check for message number 162
a®
2008 Mar 03 5:35 PM
This is your message class information
You want more details : use SE91 and enter message class as C$ and check for message number 162
a®
2008 Mar 04 10:23 AM
Hello!
Yes I would like to have details about the the real cause of the message!
Regards
sas
2008 Mar 04 10:32 AM
Hi,
This is the cause of the error
NA C$162
____________________________________________________
Short Text
Some of the selected &1 are being processed
Diagnosis
You attempted to process some that are being processed by another user.
System Response
The system is unable to process these .
Procedure
Try again later.
Ensure that you are not processing these yourself in a different session.
Hope this helps u,
Sri
2008 Mar 04 10:45 AM
It might occur because a lock has failed or is already in use ..
(lockfail, already in use)
2008 Mar 04 10:53 AM
Srinivas!
Can you do me a fovour and describe it more detailed. What you mean with lock has failed .
Regards
Erdem Sas
2008 Mar 04 11:31 AM
Hi Erdem,
Inorder to maintain data integrity Locks are maintained for database tables. These locks prevent multiple users from accessing a database table at the same time. If a user is already using (or modifying ) a table a lock is applied on that table which prevents another user from accessing the table at the same point of time. In your case it might be that already some one is already using the same table or the Lock must have failed and preventing you from accessing the data even if it is not in use.
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Mar 4, 2008 2:43 PM