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 find all OSS notes applied between 2 dates?

Former Member
0 Kudos

Hello,

Title says it all. How would you go to find all OSS notes that have been applied between 2 dates?

With SE16 on certain table? What would be the field to seach on?

With some report on OSS notes?

Other way?

Thank you for your help.

1 REPLY 1

ThomasZloch
Active Contributor
0 Kudos

A quick shot is to look at table SMODILOG, OPERATION = "NOTE", filter by MOD_DATE. The note number plus version is in MOD_NAME.

MOD_DATE holds the last changed date, which might differ from the actual implementation date though. Maybe somebody else has a better solution.

Thomas