2009 Mar 18 10:40 AM
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..................
2009 Mar 18 10:48 AM
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.
2009 Mar 18 10:51 AM
check this table
SEQG3 -Dialog Fields for Lock Display/Delete SM12
кu03B1ятu03B9к
2009 Mar 18 11:22 AM
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