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: 

Audit trail for large datasets (size of CDPOS seems small)

Former Member
0 Kudos

Hello there,

the table for change document positions (CDPOS) has size category 3 (12.000 - 50.000 expected records).

This seems almost ridiculously small, considering that each entry is for a single field.

I need to track changes to several fields in a few hundred thousand data records. Can I still use standard SAP change documents? What happens when I fill up CDPOS with so many records? Is there an alternative solution?

-- Sebastian

2 REPLIES 2

Former Member
0 Kudos

Don't worry about it. Look at the size category for tables BKPF and BSEG.

Rob

Former Member
0 Kudos

Hello Sebastian,

The size category are just for creating memory space in the database.

When we say size category as "3" (Data records expected: 6,300 to 25,000).. this means that the memory space to accumulate 25000 records would be created. when the records exceeds the 25000, then another memory space for 25000 records gets added to the table and so on...

Regards,

Jacky.