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

Table for Type Groups (DDIC)

Former Member
0 Likes
466

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é

1 ACCEPTED SOLUTION
Read only

sivasatyaprasad_yerra
Product and Topic Expert
Product and Topic Expert
0 Likes
375

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).

1 REPLY 1
Read only

sivasatyaprasad_yerra
Product and Topic Expert
Product and Topic Expert
0 Likes
376

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).