Application Development and Automation 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: 
Read only

Table entries

Former Member
0 Likes
987

Hi All,

I have included some table entries into a transport and deleted some. How can I know which ones are deleted and and which ones are added by looking at the transport. Could somebody help me with this issue.

Thanks,

Kiran.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
967

Hi,

Check the entries in CDHDR and CDPOS tables,

Regards,

Sandeep Kaushik

9 REPLIES 9
Read only

Former Member
0 Likes
968

Hi,

Check the entries in CDHDR and CDPOS tables,

Regards,

Sandeep Kaushik

Read only

0 Likes
967

Hi Sandeep,

I meant to say How can i differentiate the entries that I have added and deleted when I have included it in a transport request. Does that have some difference what so ever.

Thanks,

Kishore.

Read only

0 Likes
967

This is a customizing request for a Customizing table. When you add / delete / update any entry, there must be an indicator in the table which shows respective action. Find out that field and look for the same in your data stored under the Transport using SE09 transaction.

You will see indicator like "I" "D" "U".

Read only

0 Likes
967

Couldn't find anything like that.

Read only

0 Likes
967

Is it a custom table or standard table?

Read only

0 Likes
967

Its a custom table.

Read only

Former Member
0 Likes
967

Hi,

If it is customizing request you will know what are entries present in the transport. Go to se01 select your transport request and under that select the task and double click it will take you to table there you can find it.

And if it is workbench request check in CDPOS and CDHDR table.

Thanks,

Sriram Ponna.

Read only

christian_wohlfahrt
Active Contributor
0 Likes
967

Hi Kiran!

A transport request just stores some keys. At the moment of transport release system will select the corresponding table(s) and copy the entries into a file (for later import in target system). Entries, which can't be found, are marked for deletion and added to the file for transport.

It's not important, who has done which change and saving it with what request - only at the moment of the release, your actual request will be checked for insert / deletion.

To get this info now: have a look at the request, click the 'key' button. You should get a list of the keys. Above is a table content button, here you can choose something like 'defined by request'.

All the entries you get to see will be changes / inserts, the rest of keys, which don't match a table entry will be a deletion.

Regards,

Christian

Read only

Former Member
0 Likes
967

I dont think thats possible by looking at the transport.