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

Custom Objects

Former Member
0 Likes
313

hello,

Is there any SAP standard report/txn which provides the list of all custom objects, from program to sap scripts and all.

Regards.

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
284

Not sure, but you can check table TADIR. This table contains all objects, you can search for objects that begin with "Z" or "Y".

Regards,

RIch Heilman

Read only

0 Likes
284

yes, rich that is fine, I can do that

but was curious if someone is aware of any txn/fm which can give the list of all Z, Y objects in one shot, instead me writing a program myself.