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 get a list of modified Customers

0 Kudos

Good morning,
I've been tasked with checking which Customers have been changed (with transaction XD02, for example) in the past 30 days. How would I go about doing this? Obs.: It is not necessary to know which exact changes have been made, just which Customers have been modified.
Thanks in advance!

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor

Execute report RSSCD200 on object DEBI (XD02, FD02) or BPAR (BP) to get list of changed customer (and detail is available)

NB: If you actually only want a list of changed customers, ask an abaper to create a list based only on change document headers CDHDR.

2 REPLIES 2

raymond_giuseppi
Active Contributor

Execute report RSSCD200 on object DEBI (XD02, FD02) or BPAR (BP) to get list of changed customer (and detail is available)

NB: If you actually only want a list of changed customers, ask an abaper to create a list based only on change document headers CDHDR.

That's exactly what I wanted, thank you!