Application Development 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: 

How to find the objectslist with username, who create all the Objects in List?

Former Member
0 Kudos

I have the username and how can I get the objects, which are created by the User.

Thanks

1 REPLY 1

former_member223133
Active Participant
0 Kudos

Hi,

Below is one approach.

E070 table --> AS4USER = Usename --> Get the TR/Task Numbers -->

E071 table --> TRKORR = TR/Task Number from E070 --> All objects under TR will be fetched.

Regards

Gangadhar