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

Transaction Code

Former Member
0 Likes
2,034

There is a transaction code in TADIR with the field CPRJECT = 'L'.

Now if you try to run the transaction, it does not exist. Is there anything that I can do because I would like to see the program attached to this code.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,553

Since the value for CPROJECT in the object directory table (TADIR) is L, and you can't get the transaction to execute, it sounds to me like someone created a transaction code as a local object and never finished developing it. It is possible that the person deleted the code related to the transaction but did not delete the object directory entry.

- April King

6 REPLIES 6
Read only

Former Member
0 Likes
1,553

TADIR is a table name & CPROJECT is one of the field.

wats ur requirement...

Read only

Former Member
0 Likes
1,553

check in the table TSTS if that TCODE exists or not

check the possible values for CPROJECT

<b>Internal Use</b>

Only for use within the CTS, its meaning can change at any time.

Current use and meaning of the individual bytes:

o Byte 1: Identifies object directory entries to be deleted during

repository switch upgrade.

o Byte 2: Identifies distribution status of an object at SAP

Possible values: L (Local) Object was not yet

transported.

S (Distributed SAP) Object was exported

at least once.

o Byte 4: Possible values L and " "

L indicates that the global object directory could not

be accessed for this object.

There is a corresponding entry in TTADIR.

These objects cannot be exported until the appropriate

adjustment has been performed with GTADIR.

Read only

Former Member
0 Likes
1,553

Hi,

Simply goto se93 and enter Tcode and disply details u willl get program / component name.

Jogdand M B

Read only

0 Likes
1,553

When I use SE93 it says Transaction does not exist, yet there is an entry for this transaction in table TADIR.

Read only

Former Member
0 Likes
1,554

Since the value for CPROJECT in the object directory table (TADIR) is L, and you can't get the transaction to execute, it sounds to me like someone created a transaction code as a local object and never finished developing it. It is possible that the person deleted the code related to the transaction but did not delete the object directory entry.

- April King

Read only

Former Member
0 Likes
1,553

Thanks for all your tips and information.