2010 Mar 31 12:22 PM
Hi,
Plz tell me function module to return list of modified objects in a given package.
Thanks.
2010 Mar 31 12:35 PM
Hi,
Plz tell me function module to return list of modified objects in a given package.
Thanks.
2010 Mar 31 12:32 PM
You can simply query view SMODIDEVC with OPERATION = "MOD" and DEVCLASS = package in question.
Thomas
2010 Mar 31 12:35 PM
2010 Mar 31 12:41 PM
I would not recommend ADIRACCESS, since the object is still in there with the access key, even if it was reset to standard afterwards. Also, only the R3TR objects are contained (e.g. FUGR, PROG), but not the actual LIMU subobjects that were changed (e.g. REPS, DYNP).
Thomas