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

EMERGENCY

Former Member
0 Likes
1,158

HI Experts,

I required this

the entries in tadir table has belonged to different object types.

i required the last changed by ,last change date.if u recommended that depending on object type select those changedby ,date from different tables please give for all object types presented in tadir.

sailaja please explain clearly.

please reply as early as possible

i reward all helpfull answers.

Message was edited by:

sunil kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,039

hi

select the objects(OBJ_NAME) that you want from TADIR table n than go to TRDIR, pass the value to NAME, to get the details like Last changed by(TRDIR-UNAM) and last changed on (TRDIR-UDAT)

regards,

madhu

hi

select the objects(OBJ_NAME) that you want from TADIR table n than go to TRDIR, pass the value to NAME, to get the details like Last changed by(TRDIR-UNAM) and last changed on (TRDIR-UDAT)

regards,

madhu

6 REPLIES 6
Read only

Former Member
0 Likes
1,040

hi

select the objects(OBJ_NAME) that you want from TADIR table n than go to TRDIR, pass the value to NAME, to get the details like Last changed by(TRDIR-UNAM) and last changed on (TRDIR-UDAT)

regards,

madhu

Read only

Former Member
0 Likes
1,039

Use a join between TADIR and TRDIR tables to get both the date and time from the second table,

Reward points if useful!

Cheers,

Sam

Read only

Former Member
0 Likes
1,039

Hi sunil,

try these Tables...a way to find themm are try by where-used list..which is tidious...

AFO_FOI_FAIL_ADM FO Integration: Storage of Admin. Information for Error Logs

PRUSER Last Changed by

AFO_WORK_ADM Administration Data for FO Worklists

PRUSER Last Changed by

DD06L Pool/cluster structures

AS4USER Last Changed by

DD09C ABAP/4: Sytem-dependent attributes of tech. settings

AS4USER Last Changed by

DD09L DD: Technical settings of tables

AS4USER Last Changed by

DD10L Lock table for DD activation

AS4USER Last Changed by

DD12L R/3 S_SECINDEX: secondary indexes, header;

AS4USER Last Changed by

DD15L R/3 DD: SAP objects

AS4USER Last Changed by

DD20L Matchcode objects

DD25L Aggregate Header (Views, MC Objects, Lock Objects)

AS4USER Last Changed by

DD29L Selection Condition for Views and MC IDs

AS4USER Last Changed by

DD30L Search helps

AS4USER Last Changed by

DD40L Table types (internal tables defined in DD)

AS4USER Last Changed by

DD90L Header Information for External Index

AS4USER Last Changed by

DDBUF DD: For transferring the new buffering parameters

P_AUTHOR Last Changed by

DDPRH R/3 DD: Log header

AS4USER Last Changed by

DDPRTUVAR User settings for printing DD objects

AS4USER Last Changed by

T100A Message IDs for T100

LASTUSER Last Changed by

RESPUSER Last Changed by

T5EL1 Protected data access log

AS4USER Last Changed by

T5EL3 Last record of access to protected data by user

AS4USER Last Changed by

T777GUID1 HR: Global Object ID for HR Objects

AS4USER Last Changed by

T777NAME1 HR Namespace: Table Entries

AS4USER Last Changed by

T777NAME2P HR Namespace: New Table Entries

AS4USER Last Changed by

T77OMATDIR General Attribute Maintenance: Change Information

AS4USER Last Changed by

AIS_LAYOUT_ADM CFM: Administration Table for Layout for Standard Reporting

PRUSER Last Changed by

AKB_CI_TABCHECK Control Table for Table Check with the Code Inspection

GEN_USER Last Changed by

GEN_INSP_USER Last Changed by

LUSER Last Changed by

AKB_EXCEPT Usage Exceptions of Basis Objects by Application

CHANGED_BY Last Changed by

AKB_EXCEPT2 Shadow Table for AKB_EXCEPT

CHANGED_BY Last Changed by

AKB_EXCEPTIONS Usage Exceptions of Basis Objects by Application

CHANGED_BY Last Changed by

AKB_EXCEPT_TEST Usage Exceptions of Basis Objects by Application

CHANGED_BY Last Changed by

AKB_EXPT_TO_SEND Usage Exceptions of Basis Objects by Application

CHANGED_BY Last Changed by

AKB_JOBSTATE Job Status

UPDATED_BY Last Changed by

AKB_RELOBJS List of Frozen or Released Objects

CHANGED_BY Last Changed by

AKB_SCR_DIR Script Index

CHUSER Last Changed by

AKB_TRANS_CHECK Compatibility Control

LUSER Last Changed by

TRKORR_USER Last Changed by

EXPERT Last Changed by

CHANGED_BY Last Changed by

AKB_TRANS_HEAD List of Checked Transports

LUSER Last Changed by

BUMF_DECO Only SAP Internal: SUMF: DECO Where-Used List

AS4USER Last Changed by

AUTHOR Last Changed by

VAUTHOR Last Changed by

CCC_CHECK Client dummy

CHANGEUSER Last Changed by

CD0TBSH001

AS4USER Last Changed by

CMPPARAM Customizing Comparison: Parameter Settings

CMPUSER Last Changed by

CMPWLE Customizing Comparison: Exception List (SAP)

UNAME Last Changed by

CMPWLEC Customizing Comparison: Exception List (Customer)

UNAME Last Changed by

CMPWLH Customizing Comparison: Worklist Header

WLUSER Last Changed by

ACTIONUSER Last Changed by

CMPWLIMP Customizing Comparison: Worklist Imports

UNAME Last Changed by

CTIMPORT Logical customizing transports: Imports performed

UNAME Last Changed by

AUTHOR Last Changed by

CTS_SERIAL Predecessor-Successor Relationships Between Change Requests

AS4USER Last Changed by

DBDIFFINFO Further Info on DBDIFF (Differences between DD and DB)

MUSER Last Changed by

AS4USER Last Changed by

DD04L Data elements

AS4USER Last Changed by

DD06L Pool/cluster structures

AS4USER Last Changed by

DD09C ABAP/4: Sytem-dependent attributes of tech. settings

AS4USER Last Changed by

Read only

Former Member
0 Likes
1,039

HI

TRDIR GIVES ONLY PROGRAM TYPE OBJECTS CHANGD DATE ,USER.

PLEASE DO MORE . I NEED MORE INFORMATION. I STILL NOT GET THE PROPER ANSWER PLEASE DO MORE I WILL AWARD MORE PLEASE SPEND MORE TIME ON THAT

Read only

0 Likes
1,039

Sunil,

fetch the program name for diff prog types from TADIR table.

for all the program name u fetch from TADIR, go to TRDIR View and fetch the required data. the only way out is this.

i have mentioned the fields to be used in both the tables.

what exactly is your requirement?

regards,

madhu

Read only

Former Member
0 Likes
1,039

hi thanks for ur reply.

any how irf any body will get the functionmodule on some othermeans that when the screen field is refered structure if got it the way of catching those values please give me that case thanks.