cancel
Showing results for 
Search instead for 
Did you mean: 

How to delete old profiles

Former Member
0 Kudos

hi all,

I did system/copy from one system and import it into anothe machine .....

But the problem is that when i go to RZ10 on imported machine it is showing both the profiles, means its original profile and imported profile.

It is creating the problem which one is original .So i want to delete the old profiles

thanks

aftab

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member204746
Active Contributor
0 Kudos

try this:

sqlplus "/ as sysdba"

truncate sapsr3.TPFET;

truncate sapsr3.TPFHT ;

exit;

now, go back in RZ10 and re-load profiles.

debasissahoo
Active Contributor
0 Kudos

Hi Aftab,

You can follow the procedure to delete the profile from RZ10 as already posted by Debdeep.

FYI, You can also delete all entries from tables TPFET and TPFHT after system copy. These contain information about changes made

to the profile of your source system. (This is a part of the system copy guide)

Regards,

Debasis.

Former Member
0 Kudos

Hi,

In transaction SU10, you need to complete the following steps:

1. Click on the Authorization data button.

2. Entry the users name, latimerc

3. Click on the execute button.

4. Put a check in front of the users name.

5. Click on the transfer button.

6. Now highlight the user.

7. Click on the pencil button.

8. Click on the Activity Groups tab.

9. Enter the profile name

10. Enter the valid from and valid to dates (04/08/2002).

11. Change the radio buttons to remove user from both the Activity Group and Profile Tabs.

12. Click on the trash can.

Regards,

Babitha

Former Member
0 Kudos

Mysterious & Babitha

First read & understand the posted question before giving any answers. From Aftab's question it is clear that he is talking about SAP profiles (RZ10-->Default Profile, Start profile & Instance profile) & you can talking about profile which is collection of auth object.

Aftab

Mr. Ray has suggested the correct method to delete old profile.

Let us know incase of any problem.

Thanks.

Sushil

Former Member
0 Kudos

Hi

Use PFCG_Time_Dependency report , run this report the profiles which are not assigned to any user will deleted automatcially .

Thx

Mysterious

martin_rosecky
Explorer
0 Kudos

PFCG_Time_Dependency report is for user profiles ... NOT for RZ10 profiles.

former_member475159
Participant
0 Kudos

Hi Mansoor,

a)Go to RZ10

b)in the profile tab select the old profile from drop down list (your old profile will include the source system SID)

c)Click on Profile on top left corner

d)then select delete

e)select all versions of a profile

f) After that it will ask if you want to delete it from operating system level,if you want say YES.

Thanks

Debdeep