Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regarding locking an object

Former Member
0 Likes
419

hi,

i hav to make changes in a ztable. i hav to make it in change mode,but it has been editted by some other user......is there any system variable which captures the user name who is editting the object......

based on this i hav to therow an error message saying that so and so user is currently editting the object.................

can anyone plz help me in this..................

3 REPLIES 3
Read only

qamar_javed
Participant
0 Likes
394

Hi,

Goto SM12 transaction there is the list of all the lock objects, and check the lock in details.You'll find the corresponding details of ztable lock object.

Hope this solves your problem.

Regards,

Qamar.

Read only

Former Member
0 Likes
394

check this table

SEQG3 -Dialog Fields for Lock Display/Delete SM12

кu03B1ятu03B9к

Read only

Former Member
0 Likes
394

Hi,

Try to debug the standard functionaliy of SE11.If we are in edit mode for certain database table and try to edit it in another new session, system shows popup whic displays the name of the editor.I tried to debug SE11 and found that FM, RS_DD_EDIT gives this popup.See if this function module can helps you.

CALL FUNCTION 'RS_DD_EDIT'

EXPORTING

objname = name of the database table

objtype = T , for transperent table

popup = popup.

Edited By Tejaswini khante