Application Development 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: 

TADIR table

Former Member
0 Kudos

Hello,

Our internal audit team have reviewed our TADIR table check reports and have asked to edit authors(person responsible) column of the TADIR table. With respect to this,

1) While no table edits are allowed directly, is TADIR table an exception to this?

2) What is the correct, or transactional way to edit - Person responsible column of the TADIR table

Appreciate your inputs.

Mani

3 REPLIES 3

mvoros
Active Contributor
0 Kudos

Hi,

it's a funny field because you can get username there which is not valid in the system. It gets more complicated when you have more system and you do transport between them (e.g. CRM and ECC). Anyway, if you really want to do it than you can use FM TRINT_TADIR_UPDATE to update field AUTHOR. Direct update is not a good idea.

Cheers

Former Member
0 Kudos

Thanks Martin.

Can you elaborate on how do we use this FM TRINT_TADIR_UPDATE.

Also, from an audit point, why is TADIR important?

Mani

mvoros
Active Contributor
0 Kudos

Hi,

pretty straightforward. Enter primary key for object you want to modify (fields PGMID, OBJECT and OBJ_NAME) and enter new AUTHOR. Ignore everything else and call that FM.

TADIR contains a record for each repository object (table, program, class and so on). So it looks like an important table. I am not sure why they asked to modify author on some objects.

Cheers