unlocking a record

Sarabjeet_Bhull

Member
hi list


could someone tell me how to unlock a record from F4211, the error shown is
Reserved by a particular user.

after logging out also it does not get unlocked.

it's urgent

thanks a ton

Sarab
 
run from the fast path P00095 and search you record there and erase

Regards




CNC Specialist
 
Hello,
Use P00095 (Remove Business Object Reservation). Look for that user's ID
and delete the reservation. It happens to us all the time!!

Good Luck,
Kerri

Kerri L. Lange
Systems Analyst
Hub One Logistics
Voice: (724)274-1158
Fax: (724)274-1147
Email: [email protected]
 
What I do is run a SQL statement, where I place the userid, after the
like operator.

select * from proddta.f00095 where a1user like 'John%'

delete from proddta.f00095 where a1user like 'John%'



Ronnet Patino
OneWorld Developer
Noritex - Panama
 
Back
Top