Does SAP supply a way to pull the SAP System ID (SID) into a variant?
We used transaction STVARVC to create a variable Z_SID with value PRD, but when we do system copies, we have the extra step of fixing STVARVC which we want to avoid. It causes problems when that extra step is forgotton. Is there a simpler way such as putting $SID or <SYSID> into a variant or is there some trick?