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

Transported Programs Table?

Former Member
0 Likes
474

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
449

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

3 REPLIES 3
Read only

Former Member
0 Likes
450

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

Read only

Former Member
0 Likes
449

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

Read only

Former Member
0 Likes
449

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