Application Development and Automation 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: 
Read only

Changes to ABAP Objects via Notes/Packages

Former Member
0 Likes
374

Hi,

Is there perhaps a mechanism where one can check all notes/packages that have impacted an ABAP object?

Thanks in advance.

Regards,

Kennedy.

2 REPLIES 2
Read only

uwe_schieferstein
Active Contributor
0 Likes
338

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

Read only

ThomasZloch
Active Contributor
0 Likes
338

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