RE:[sap-log-mm] Report/Query for exact creations changes made in the Masters

Posted by LCC352 (Sr. Mgr, ERP/Financial Systems)
on May 9 at 2:23 PM
A report that was all-inclusive of vendors, customers and materials together would have to be done as a custom ABAP report. There is nothing standard in SAP to do that. You could find out the created dates easily - all the tables in question carry a "created on" date. However, finding out if anything changed for any of the items in those tables is a very long process. Each record would have to be run against the change tables (although there is a function to do that as well) and then displayed if it passes the other tests you mentioned (date, user, etc.). Depending on the number of records, it could run for hours at a time. On some databases I've seen, it would run more than a day. SAP is excellent at telling you what changed on a specific object from the dawn of time. It's not so excellent answering the question "What changed yesterday?". - Lou

---------------Original Message---------------
From: U S
Sent: Monday, April 18, 2011 10:28 PM
Subject: Report/Query for exact creations changes made in the Masters

Hello All,
Can you please tell me how to pull the report for exact creations changes made in the Masters like Vendor, Material, Customer?
As we know any change made may impact other changes as well.
I appreciate your step by step guidance?
Thanks in advance.
US

__.____._
Copyright © 2011 Toolbox.com and message author.

Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Mark as helpful
View this online
  
Popular White Papers

In the Spotlight
Earn Recognition for Your Contributions at Toolbox for IT. Gain Points for Community Achievements
_.____.__

0 Response to "RE:[sap-log-mm] Report/Query for exact creations changes made in the Masters"

Post a Comment