‎2008 Jan 24 11:45 AM
Hi all,
I'm doing a generic search program for all the objects..
Is there any function module to read Lock objects....
that is to know wat r all the tables and Lock parameters are there in a lock object
‎2008 Jan 24 11:59 AM
Hi Gayathri
Please read the table DD25L with AGGTYPE = 'E' to get all the lock object names in the field VIEWNAME. Use these lock object to read the table DD27S to get the fields present in these lock objects.
Hope this helps !
Regards
Ranganath
PS : Reward points for all useful answers !
‎2008 Jan 24 11:59 AM
Hi Gayathri
Please read the table DD25L with AGGTYPE = 'E' to get all the lock object names in the field VIEWNAME. Use these lock object to read the table DD27S to get the fields present in these lock objects.
Hope this helps !
Regards
Ranganath
PS : Reward points for all useful answers !
‎2008 Jan 24 12:11 PM
Hi Ranganath,
Do we have any specific Function module to do this..
‎2008 Jan 24 12:19 PM
Hi Gayathri
Please try the FM "GET_ENQD_FOR_VERSIONS". But in this case you have to give the lock object names. But to get all the lock objects defined in the reposotory we have to a Query on DD25L atleast.
Regards
Ranganath
‎2008 Jan 24 12:36 PM
‎2008 Jan 24 12:10 PM