‎2010 Sep 30 8:58 PM
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.
‎2010 Oct 01 12:24 AM
Hi Gabriela
You can chck directly on view TADIR or PROGDIR checking all object that are not set with original system = SAP
Kind regards
‎2010 Sep 30 9:05 PM
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
‎2010 Sep 30 9:45 PM
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
‎2010 Sep 30 10:01 PM
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
‎2010 Oct 01 12:24 AM
Hi Gabriela
You can chck directly on view TADIR or PROGDIR checking all object that are not set with original system = SAP
Kind regards
‎2010 Oct 01 6:40 AM