cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove ABAP load

0 Kudos

Hi

I want to change my SAP UNIX Central System

HP-UX Database Oracle & CI

to

HP-UX Database Oracle & CI on windows

After an Java export I will stop and remove UNIX CI

Then install SCS & CI on Windows, I have done this before as system copy with database tools, backup restore.

I know this is a migration from UNIX to Windows on the Jave part.

Any one know how to remove/truncate the UNIX ABAP load ?

I have read this note, but cant find those tables described, and its an old note.

Regards,

Bent

SAP Note 13170 - Deleting ABAP/4 load modules (changed hardware)

truncate table sapsr3.d010l reuse storage;

truncate table sapsr3.d010q reuse storage;

truncate table sapsr3.d010y reuse storage;

truncate table sapsr3.d010linf reuse storage;

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bent,

in newer releases (>=NW 6.10) the Load is stored in REPOLOAD table. You can just truncate this table.

Regards

Ralph

0 Kudos

Hi Ralph

Thanks a lot !

Do you have a link to more information ?

Best regards,

Bent

Answers (0)