I developed an ABAP class in SE24 and it is locked in transport request TR1 which was already transported to client.
Now I am making some modifications in this class in another request TR2, this TR will be transported to client only in September.
But meanwhile my client requested to create two new methods in the same class. So I want to transport only those two methods instead of the complete class through TR3.
I can't transport the complete class as the changes I made in TR2 are not complete yet.
Is there any way?