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

Z OBJECTS in SAP

former_member204025
Participant
0 Likes
4,610

Hi guys!

I´ll appreciate your help. I need to get all the Z Objects in SAP that we have right now in ouir system. How can I do that? I've heard about TADIR Table, but how will I know if there is an Include, or Classes, or Interfases etc etc?

Could you please help me with this?

Thanks and regards,

Gabriela.

1 ACCEPTED SOLUTION
Read only

former_member214857
Contributor
2,599

Hi Gabriela

You can chck directly on view TADIR or PROGDIR checking all object that are not set with original system = SAP

Kind regards

5 REPLIES 5
Read only

ThomasZloch
Active Contributor
0 Likes
2,599

Don't look for z-objects, look for objects where the source system in TADIR is not "SAP", or if you have a huge multi-system landscape, for objects where source system is the relevant development system. It depends what you mean exactly with "z-objects", I assume customer created objects.

Thomas

Read only

Former Member
0 Likes
2,599

Hi,

You can look into table "E071 -Change & Transport System: Object Entries of Requests/Tasks" . Pass object name (field OBJ_NAME) as z* and then table will provide you list of all Zobjects available in system. From PGMID, OBJECT field you will easily makeout , its an Include, class or anything else.

Thanks

Shilpa

Read only

_IvanFemia_
Active Contributor
0 Likes
2,599

Hi,

check on TADIR objects

AUTHOR NE 'SAP' OR 'DDIC'

DEVCLASS NE '$TMP' <---- If you want only transportable objects

OR DEVCLASS EQ 'Z*' <---- Transportable custom objects

Fields PGMID and OBJECT give you the object category for example

TTYP => Table Type

DTEL => Data element

REPS => Repo source code

Check also PROGDIR using the field SUBC

1 Executable program

I INCLUDE program

M Module Pool

F Function group

S Subroutine Pool

J Interface pool

K Class pool

T Type Pool

X XSLT Program

Regards,

Ivan

Read only

former_member214857
Contributor
2,600

Hi Gabriela

You can chck directly on view TADIR or PROGDIR checking all object that are not set with original system = SAP

Kind regards

Read only

JoffyJohn
Active Contributor
0 Likes
2,599

Do check Tcode:SE03