‎2007 Jan 29 4:56 PM
Hi guys,
I would like to know if there is a table to find out which programs have been transported and which programs are local (only test)
I would appreciate your help =D
Regards,
Alberto Torres
‎2007 Jan 29 5:00 PM
Hi,
Check the table TADIR..If the development class (DEVCLASS) is $TMP..Then the programs are local..
For programs which have been transported..Use the tables E070 & E071.
Thanks,
Naren
‎2007 Jan 29 5:00 PM
Hi,
Check the table TADIR..If the development class (DEVCLASS) is $TMP..Then the programs are local..
For programs which have been transported..Use the tables E070 & E071.
Thanks,
Naren
‎2007 Jan 29 5:17 PM
HI,
TADIR is the Table to check whether the SAP OBJECT(program/Function module/ etc) is under the trasanport request or under the $TMP.
Regards
Sudheer
‎2007 Jan 29 5:32 PM
Hi Alberto,
Welcome to SDN...
<b>E070 & E071</b> tables gives us information about transported objects.
Use table <b>TADIR</b> to know the objects which are developed locally.
To get these objects give <b>DEVCLASS as $tmp</b>.
Thanks,
Vinay