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: 

All Values Deleted from Target System when transporting new values added

Former Member
0 Kudos

Hi,

Wasn't really sure where to put this question.

I created a maintenance view between two Z tables. A main key table and a text table.

I added the new values to the maintenance view and transported successfully.

I then had a request to create 3 more values.

I added these three and transported these to the target QA system.

However when the transport completed, all entries bar one had been deleted from the Z table but the Z text table had all existing entries plus the three new ones.

I've tried manually creating a transport and adding all 10 entries but this has the same problems.

If I SCC1 the entry from one dev client to another it works fine.

Has anyone come across this problem befor and know how to resolve it?

Many Thanks

David

3 REPLIES 3

aidan_mulcahy
Active Participant
0 Kudos

Hi,

any joy with this David? Similar problem here.

mistakenly added an entry to a view with 2 key fields but left one blank. Transported to PRD. Blank entry appeared in PRD, of course.

Deleted the entry in DEV and transported. This time all entries in the PRD table that satisfy the first key were deleted, even though they had entries in the second key field.

SCC1 works fine between clients.

Thanks.

0 Kudos

Yes, I managed to sort it.

This is what I did:

I created a new blank transport.

For the task created under the transport I then opened the task object list.

I then added two entries in this list. i.e. one for each table that was in the view.

My entries where:

Entry 1:

Program ID: R3TR

Object Type: TABU

Object Name: ZNR_REASON

Then click on the key icon and add:

Table Name: ZNR_REASON

Table Keys: 200* (NOTE 200 is our development client). The '*' is needed to that ALL entries are included in the transport.

Entry 2:

Program ID: R3TR

Object Type: TABU

Object Name: ZNR_REASONT

Then click on the key icon and add:

Table Name: ZNR_REASONT

Table Keys: 200* (As above 200 is our development client). Again the '*' is needed to that ALL entries are included in the transport.

I hope this helps.

Regards

David

0 Kudos

Thanks David.