‎2007 May 16 12:10 PM
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.
‎2007 May 16 1:26 PM
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
‎2007 May 16 12:14 PM
TADIR is a table name & CPROJECT is one of the field.
wats ur requirement...
‎2007 May 16 12:17 PM
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.
‎2007 May 16 12:18 PM
Hi,
Simply goto se93 and enter Tcode and disply details u willl get program / component name.
Jogdand M B
‎2007 May 16 1:11 PM
When I use SE93 it says Transaction does not exist, yet there is an entry for this transaction in table TADIR.
‎2007 May 16 1:26 PM
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
‎2007 May 16 1:32 PM