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

Change document in Ztable.

Former Member
0 Likes
442

I have created a ztable.For some fields i have checked the 'change document' check box in 'Further characteristics' while creating a data element.

This will store change records for changed entries in a table.

Can any body tell me where these records stored?

I think these will sotre in SCDO transaction.But i dont know how can we search those records in SCDO for a perticular table.

Can any body help on this?

Rewards to all.

Thanks

Anu.

I have created a ztable.For some fields i have checked the 'change document' check box in 'Further characteristics' while creating a data element.

This will store change records for changed entries in a table.

Can any body tell me where these records stored?

I think these will sotre in SCDO transaction.But i dont know how can we search those records in SCDO for a perticular table.

Can any body help on this?

Rewards to all.

Thanks

Anu.

3 REPLIES 3
Read only

former_member404244
Active Contributor
0 Likes
410

Hi,

check the tables CDHDR AND CDPOS...Moreover SCDO transaction is used for change pointers concept for idoc..in this transaction we can specify the ztable directly and then in BD52 we can give the change object name ,ztable and the fields ..when we give these entries,will be stored in BDCP table.

Reward points if u find useful..

Regards,

Nagaraj

Read only

paruchuri_nagesh
Active Contributor
0 Likes
410

hi

check tables CDHDR & CDPOS

regards

Nagesh.Paruchuri

Read only

Former Member
0 Likes
410

Check other posts on this topic.

In SCDO you need to create a Z... change object and generate the associated code for this, then link it to table maintenance.

Then change documents will be in CDHDR / CDPOS under the Z... change object name.

ANdrew