11
Feb
Transport Variants of an ABAP Program
Posted by Admin, under ABAP, Quick Reference, TutorialThere are requirements where you want to transport only program variants to your landscapes, instead of the whole program. You can do so by two ways:
1. Using a program named RSTRANSP.
2. Using Transaction SE38/SA38. Select Variants and click Display. Enter variant name. Goto Utilities -> Transport Request. It eventually goes to the same transaction i.e., RSTRANSP. Continue Reading…

