‎2010 Oct 18 4:40 PM
Hi,
Is there perhaps a mechanism where one can check all notes/packages that have impacted an ABAP object?
Thanks in advance.
Regards,
Kennedy.
‎2010 Oct 19 3:48 AM
Hello Kennedy
If a SAP Note would consist exclusively out of customizing then you have no direct impact on any ABAP "objects".
Otherwise you will always affect repository objects.
You may define a filter of object types (R3TR ....) which you regard as impact on your ABAP objects. Using this filter you can check the contents of a note or EnhPackage(?).
Regards
Uwe
‎2010 Oct 19 1:46 PM
You can also analyse table VRSD for any version change of development objects (better term than "ABAP Objects", which is confusing), transport requests for support package upgrades usually have certain naming conventions.
Thomas