2009 Aug 04 9:07 AM
Hi,
I´m searching for the database table the Type Groups are stored in.
(SE11 -> Type Group)
From table TADIR I´m getting the owner and the dev. class.
From table DDTYPET I´m getting the short text.
But where I can find "Last changed on/by"? (SE11 -> Type Group -> Atttributes)
Cheers,
André
2009 Aug 04 10:11 AM
Use this function module TYPD_GET_OBJECT to get the last changed by user
PTRDIR exporting parameter contains the values
column - UNAM - Last changed by
UDAT - Last changed time
you can get all the details from this parameter(PTRDIR).
2009 Aug 04 10:11 AM
Use this function module TYPD_GET_OBJECT to get the last changed by user
PTRDIR exporting parameter contains the values
column - UNAM - Last changed by
UDAT - Last changed time
you can get all the details from this parameter(PTRDIR).