cancel
Showing results for 
Search instead for 
Did you mean: 

loading failed by lock.

Former Member
0 Kudos

Hi Pros,

     I am using function module 'RSDRD_SEL_DELETION' in start routine to delete content of a infocube. when I run this loading in debug mode of DTP, it successful. but when I run it in normal mode, it failed for following error message:

   ' object requested is currently locked by user ', that user is me, but I can't see any locks in SM12.

Accepted Solutions (1)

Accepted Solutions (1)

former_member183012
Active Contributor
0 Kudos

Hi,

Have you checked all session opened by you are closed except DTP.if not please close all session ie your debug mode and execute DTP.

Regards,

Ganesh Bothe

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Yifei,

If a Funcion Module is Running, you cannot use the same functon module at the same instance for different purpose.

Such case creates lock & short dump is thrown in the ST22.

Regards,

Rajesh

Mr_Spock
Participant
0 Kudos

Hi Yifei,

did you solve the problem? Do you remember what you have done?

I have exactly he same behavior here.

I think posted comments will not fix it, won't it?

Regards,

Christoph

Mr_Spock
Participant

Now i got the solution: 🙂

Parameter I_NO_ENQUEUE should be set with 'X'.

former_member182997
Contributor
0 Kudos

hi,
you could do one thing going to sm12 and delete your lock entry and end up all sessions and re log again and check if still it happens. generally after lock deletion you dont need to end your session.

Also,

if you have opened the same object in multiple windows and try to change or modify the same object it will generate a lock and will throw such messages. So better to perform above and restrict to open the object in only one window in your current session.

thank you...

KodandaPani_KV
Active Contributor
0 Kudos

Hi,

will open maximum 6 sessions.

log out form the all screens then re login again.

check the SM12 or RS12

RamanKorrapati
Active Contributor
0 Kudos

Hi,

How many sessions you opened on your system?

it might be multiple and in that you may have opened your dtp screen as well.

Just log out from server and re log in.

later you can trigger your dtp and see.

Thanks