on 2022 Aug 12 6:35 AM
Hi All,
There is a sap custom class which has multiple methods. some methods are already modified and saved in one TR. Now i want to make changes in one of the method and needs to move only that particular method to Production environment. My question is while i move my method, is system will move entire class to production environment or only my method will be move to production ?
Thanks,
Nagarajan S.
Request clarification before answering.
If your class is already transported and you change a method - but not its definition - the ONLY the method will be recorded in the transport and sent to production.
Look at the contents of the transport - the actual object list.
R3TR CLAS <classname> is a full class
LIMU METH <classname> ... <method> is just the method you changed.
There are a few other LIMU components for class that cover local types, unit tests, public, private, protected headers etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check out the locks in the TR and you'll most likely find that the whole class is locked.
In this case, editing a single method will NOT require a new TR and you won't be able to transport your method by itself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
7 | |
5 | |
4 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.