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: 

How to transport records which are deleted using SE16N

Former Member
0 Kudos

Hello Experts,

I have a trouble in transporting recods which are deleted with SE16N. Usally, when I transport records with SE16N, at first I sectect the recods which I want to transport, and then select "transportation" from the menu. But when I have already deleted records, I can not do that, because the records are not displayed on the SE16N7s screen. How can I specify records with SE16N in case of deletion. I will really appreciate it, if someone could hekp me.

Best Regards,

1 ACCEPTED SOLUTION

ThomasZloch
Active Contributor
0 Kudos

Does SE16N not record deletions automatically? Maybe you should switch to "proper" maintenance via SM30.

You could go to the transport request and adjust the table keys manually (entry R3TR TABU <table name>, drill down to the keys). Simplest way is to use key <client>*, which would transport the entire snapshot, entries in the target that are not in the transport will be deleted.

You could also invest more effort and just add the keys of deleted rows.

Thomas

4 REPLIES 4

ThomasZloch
Active Contributor
0 Kudos

Does SE16N not record deletions automatically? Maybe you should switch to "proper" maintenance via SM30.

You could go to the transport request and adjust the table keys manually (entry R3TR TABU <table name>, drill down to the keys). Simplest way is to use key <client>*, which would transport the entire snapshot, entries in the target that are not in the transport will be deleted.

You could also invest more effort and just add the keys of deleted rows.

Thomas

0 Kudos

Hello Thomas,

Thanks for the replay.

Kndly give me more detail information, regarding your answer- Sorry I don't have profpond knowlegde about transportation. "You could go to the transport request and adjust the table keys manually " means which transaction? I need to know the scrren of "R3TR TABU <table name>, ".

Thanks,

0 Kudos

Hi Hiro,

Go to SE09. Double click on Transport request.

Click on change button.

Now u see object list in editable mode.

In this add : Program id : R3TR

OBJECT : TABU

OBJECT Namwe ; Table name.

Now all entries of table will be transported.

You can restrict entries by key fields.

Hope this will help.

Thanks.

Dhiraj

0 Kudos

Hello Thomas,

It worked. Thanks a lot.